/Linux-v4.19/tools/usb/usbip/libsrc/ |
D | usbip_host_common.h | 40 struct usbip_exported_device * (*get_device)( member 91 if (!hdriver->ops.get_device) in usbip_get_device() 93 return hdriver->ops.get_device(hdriver, num); in usbip_get_device()
|
D | usbip_host_driver.c | 60 .get_device = usbip_generic_get_device,
|
/Linux-v4.19/drivers/usb/typec/ |
D | mux.c | 55 get_device(sw->dev); in typec_switch_get() 146 get_device(mux->dev); in typec_mux_get()
|
/Linux-v4.19/drivers/firmware/efi/ |
D | dev-path-parser.c | 64 get_device(phys_dev); in parse_acpi_path() 126 *child = get_device(parent); in parse_end_path()
|
/Linux-v4.19/drivers/base/power/ |
D | main.c | 728 get_device(dev); in dpm_noirq_resume_devices() 735 get_device(dev); in dpm_noirq_resume_devices() 885 get_device(dev); in dpm_resume_early() 892 get_device(dev); in dpm_resume_early() 1049 get_device(dev); in dpm_resume() 1056 get_device(dev); in dpm_resume() 1147 get_device(dev); in dpm_complete() 1368 get_device(dev); in device_suspend_noirq() 1395 get_device(dev); in dpm_noirq_suspend_devices() 1571 get_device(dev); in device_suspend_late() [all …]
|
/Linux-v4.19/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-v4.19/drivers/mcb/ |
D | mcb-core.c | 75 get_device(dev); in mcb_probe() 288 bus->carrier = get_device(carrier); in mcb_alloc_bus() 340 get_device(&bus->dev); in mcb_bus_get()
|
/Linux-v4.19/drivers/base/ |
D | core.c | 248 get_device(supplier); in device_link_add() 251 get_device(consumer); in device_link_add() 647 get_device(consumer); in device_links_unbind_consumers() 1451 get_device(dev); in klist_children_get() 1833 dev = get_device(dev); in device_add() 1864 parent = get_device(dev->parent); in device_add() 2010 struct device *get_device(struct device *dev) in get_device() function 2014 EXPORT_SYMBOL_GPL(get_device); 2277 if (match(child, data) && get_device(child)) in device_find_child() 2721 dev = get_device(dev); in device_rename() [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-v4.19/drivers/char/tpm/ |
D | tpm-chip.c | 55 get_device(&chip->dev); in tpm_try_get_ops() 98 get_device(&chip->dev); in tpm_default_chip() 253 get_device(&chip->dev); in tpm_chip_alloc()
|
/Linux-v4.19/drivers/misc/ |
D | enclosure.c | 70 get_device(&edev->edev); in enclosure_find() 141 edev->edev.parent = get_device(dev); in enclosure_register() 313 cdev->parent = get_device(&edev->edev); in enclosure_component_alloc() 392 cdev->dev = get_device(dev); in enclosure_add_device()
|
/Linux-v4.19/drivers/uwb/ |
D | umc-dev.c | 90 dev = get_device(&umc->dev); in umc_device_unregister()
|
/Linux-v4.19/drivers/scsi/ |
D | hosts.c | 260 get_device(shost->shost_gendev.parent); in scsi_add_host_with_dma() 268 get_device(&shost->shost_gendev); in scsi_add_host_with_dma() 560 !get_device(&shost->shost_gendev)) in scsi_host_get()
|
/Linux-v4.19/drivers/media/platform/omap/ |
D | omap_vout.c | 445 dssdev = ovl->get_device(ovl); in omapvid_init() 506 dssdev = ovl->get_device(ovl); in omapvid_apply_changes() 574 cur_display = ovl->get_device(ovl); in omap_vout_isr() 950 struct omap_dss_device *dssdev = ovl->get_device(ovl); in omap_vout_release() 1092 dssdev = ovl->get_device(ovl); in vidioc_try_fmt_vid_out() 1123 dssdev = ovl->get_device(ovl); in vidioc_s_fmt_vid_out() 1299 dssdev = ovl->get_device(ovl); in vidioc_s_selection() 1615 struct omap_dss_device *dssdev = ovl->get_device(ovl); in vidioc_streamon() 1652 struct omap_dss_device *dssdev = ovl->get_device(ovl); in vidioc_streamoff() 1812 struct omap_dss_device *display = ovl->get_device(ovl); in omap_vout_setup_video_data() [all …]
|
/Linux-v4.19/Documentation/driver-model/ |
D | device.txt | 25 struct device * get_device(struct device * dev); 28 get_device() will return a pointer to the struct device passed to it
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | manager-sysfs.c | 41 struct omap_dss_device *dssdev = mgr->get_device(mgr); in manager_display_show() 88 old_dssdev = mgr->get_device(mgr); in manager_display_store() 106 old_dssdev = mgr->get_device(mgr); in manager_display_store()
|
/Linux-v4.19/include/linux/uwb/ |
D | umc.h | 159 get_device(&umc_dev->dev); in umc_dev_get()
|
/Linux-v4.19/drivers/misc/cxl/ |
D | base.c | 60 return (get_device(&afu->dev) == NULL) ? NULL : afu; in cxl_afu_get()
|
/Linux-v4.19/block/ |
D | bsg-lib.c | 215 get_device(job->dev); in bsg_prepare_job() 243 if (!get_device(dev)) in bsg_request_fn()
|
/Linux-v4.19/drivers/nvdimm/ |
D | dimm.c | 51 get_device(dev); in nvdimm_probe()
|
D | claim.c | 44 get_device(&ndns->dev); in nd_detach_ndns() 62 get_device(&attach->dev); in __nd_attach_ndns()
|
/Linux-v4.19/drivers/media/platform/ |
D | rcar-fcp.c | 53 get_device(fcp->dev); in rcar_fcp_get()
|
/Linux-v4.19/drivers/acpi/ |
D | glue.c | 194 get_device(&acpi_dev->dev); in acpi_bind_one() 195 get_device(dev); in acpi_bind_one()
|
/Linux-v4.19/include/linux/iio/ |
D | trigger.h | 96 get_device(&trig->dev); in iio_trigger_get()
|
/Linux-v4.19/drivers/fpga/ |
D | dfl.c | 432 get_device(&pdata->dev->dev); in dfl_fpga_cdev_add_port_dev() 505 get_device(&binfo->feature_dev->dev); in build_info_commit_dev() 789 get_device(dev); in dfl_fpga_enum_info_alloc() 1012 if (match(port_dev, data) && get_device(&port_dev->dev)) in __dfl_fpga_cdev_find_port()
|