/linux-6.12.1/tools/usb/usbip/libsrc/ |
D | usbip_host_common.h | 28 struct usbip_exported_device * (*get_device)( member 79 if (!hdriver->ops.get_device) in usbip_get_device() 81 return hdriver->ops.get_device(hdriver, num); in usbip_get_device()
|
D | usbip_host_driver.c | 48 .get_device = usbip_generic_get_device,
|
/linux-6.12.1/rust/kernel/ |
D | device.rs | 54 pub unsafe fn get_device(ptr: *mut bindings::device) -> ARef<Self> { in get_device() method 82 unsafe { bindings::get_device(self.as_raw()) }; in inc_ref()
|
/linux-6.12.1/drivers/firmware/efi/ |
D | dev-path-parser.c | 42 *child = get_device(phys_dev); in parse_acpi_path() 104 *child = get_device(parent); in parse_end_path()
|
/linux-6.12.1/drivers/media/platform/ti/omap/ |
D | omap_vout.c | 369 dssdev = ovl->get_device(ovl); in omapvid_init() 430 dssdev = ovl->get_device(ovl); in omapvid_apply_changes() 496 cur_display = ovl->get_device(ovl); in omap_vout_isr() 619 dssdev = ovl->get_device(ovl); in vidioc_try_fmt_vid_out() 648 dssdev = ovl->get_device(ovl); in vidioc_s_fmt_vid_out() 837 dssdev = ovl->get_device(ovl); in vidioc_s_selection() 1047 struct omap_dss_device *dssdev = ovl->get_device(ovl); in omap_vout_vb2_start_streaming() 1065 struct omap_dss_device *dssdev = ovl->get_device(ovl); in omap_vout_vb2_start_streaming() 1099 struct omap_dss_device *dssdev = ovl->get_device(ovl); in omap_vout_vb2_stop_streaming() 1203 dssdev = ovl->get_device(ovl); in vidioc_g_fbuf() [all …]
|
/linux-6.12.1/drivers/s390/scsi/ |
D | zfcp_unit.c | 59 get_device(&unit->dev); in zfcp_unit_queue_scsi_scan() 73 get_device(&unit->dev); in _zfcp_unit_find()
|
/linux-6.12.1/drivers/base/test/ |
D | platform-device-test.c | 98 get_device(priv->dev); in platform_device_devm_register_get_unregister_with_devm_test() 192 get_device(priv->dev); in probed_platform_device_devm_register_get_unregister_with_devm_test()
|
D | root-device-test.c | 84 get_device(priv->dev); in root_device_devm_register_get_unregister_with_devm_test()
|
/linux-6.12.1/drivers/base/power/ |
D | main.c | 294 parent = get_device(dev->parent); in dpm_wait_for_superior() 593 get_device(dev); in dpm_async_fn() 726 get_device(dev); in dpm_noirq_resume_devices() 866 get_device(dev); in dpm_resume_early() 1032 get_device(dev); in dpm_resume() 1118 get_device(dev); in dpm_complete() 1304 get_device(dev); in dpm_noirq_suspend_devices() 1477 get_device(dev); in dpm_suspend_late() 1744 get_device(dev); in dpm_suspend() 1872 get_device(dev); in dpm_prepare()
|
/linux-6.12.1/drivers/base/ |
D | core.c | 854 get_device(supplier); in device_link_add() 857 get_device(consumer); in device_link_add() 1147 get_device(dev); in __device_links_queue_sync_state() 1604 get_device(consumer); in device_links_unbind_consumers() 1798 get_device(sup); in fw_devlink_dev_sync_state() 1884 #define get_dev_from_fwnode(fwnode) get_device((fwnode)->dev) 2047 par_dev = get_device(sup_dev->parent); in __fw_devlink_relax_cycles() 3108 get_device(dev); in klist_children_get() 3563 dev = get_device(dev); in device_add() 3595 parent = get_device(dev->parent); in device_add() [all …]
|
D | attribute_container.c | 35 get_device(&ic->classdev); in internal_container_klist_get() 166 ic->classdev.parent = get_device(dev); in attribute_container_add_device()
|
/linux-6.12.1/drivers/video/fbdev/core/ |
D | fb_internal.h | 73 get_device(fb_info->device); in fb_device_create()
|
/linux-6.12.1/drivers/mcb/ |
D | mcb-core.c | 72 get_device(dev); in mcb_probe() 287 bus->carrier = get_device(carrier); in mcb_alloc_bus() 339 get_device(&bus->dev); in mcb_bus_get()
|
/linux-6.12.1/drivers/misc/ |
D | enclosure.c | 59 get_device(&edev->edev); in enclosure_find() 130 edev->edev.parent = get_device(dev); in enclosure_register() 302 cdev->parent = get_device(&edev->edev); in enclosure_component_alloc() 381 cdev->dev = get_device(dev); in enclosure_add_device()
|
/linux-6.12.1/drivers/platform/x86/ |
D | serdev_helpers.h | 43 ctrl_dev = get_device(acpi_get_first_physical_node(ctrl_adev)); in get_serdev_controller()
|
/linux-6.12.1/drivers/video/fbdev/omap2/omapfb/dss/ |
D | manager-sysfs.c | 31 struct omap_dss_device *dssdev = mgr->get_device(mgr); in manager_display_show() 78 old_dssdev = mgr->get_device(mgr); in manager_display_store() 96 old_dssdev = mgr->get_device(mgr); in manager_display_store()
|
/linux-6.12.1/Documentation/driver-api/driver-model/ |
D | device.rst | 25 struct device * get_device(struct device * dev); 28 get_device() will return a pointer to the struct device passed to it
|
/linux-6.12.1/drivers/misc/cxl/ |
D | base.c | 57 return (get_device(&afu->dev) == NULL) ? NULL : afu; in cxl_afu_get()
|
/linux-6.12.1/drivers/scsi/ |
D | hosts.c | 276 get_device(shost->shost_gendev.parent); in scsi_add_host_with_dma() 280 get_device(&shost->shost_gendev); in scsi_add_host_with_dma() 585 !get_device(&shost->shost_gendev)) in scsi_host_get()
|
/linux-6.12.1/arch/powerpc/platforms/pseries/ |
D | pci_dlpar.c | 100 get_device(&host_bridge->dev); in remove_phb_dynamic()
|
/linux-6.12.1/drivers/nvdimm/ |
D | dimm.c | 53 get_device(dev); in nvdimm_probe()
|
D | claim.c | 37 get_device(&ndns->dev); in nd_detach_ndns() 55 get_device(&attach->dev); in __nd_attach_ndns()
|
/linux-6.12.1/drivers/media/platform/renesas/ |
D | rcar-fcp.c | 54 get_device(fcp->dev); in rcar_fcp_get()
|
/linux-6.12.1/drivers/net/phy/ |
D | mii_timestamper.c | 92 get_device(desc->device); in register_mii_timestamper()
|
/linux-6.12.1/include/linux/iio/ |
D | trigger.h | 95 get_device(&trig->dev); in iio_trigger_get()
|