| /OK3568_Linux_fs/kernel/tools/usb/usbip/libsrc/ |
| H A 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()
|
| H A D | usbip_host_driver.c | 48 .get_device = usbip_generic_get_device,
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/omap/ |
| H A D | omap_vout.c | 369 dssdev = ovl->get_device(ovl); in omapvid_init() 430 dssdev = ovl->get_device(ovl); in omapvid_apply_changes() 495 cur_display = ovl->get_device(ovl); in omap_vout_isr() 618 dssdev = ovl->get_device(ovl); in vidioc_try_fmt_vid_out() 647 dssdev = ovl->get_device(ovl); in vidioc_s_fmt_vid_out() 836 dssdev = ovl->get_device(ovl); in vidioc_s_selection() 1044 struct omap_dss_device *dssdev = ovl->get_device(ovl); in omap_vout_vb2_start_streaming() 1062 struct omap_dss_device *dssdev = ovl->get_device(ovl); in omap_vout_vb2_start_streaming() 1096 struct omap_dss_device *dssdev = ovl->get_device(ovl); in omap_vout_vb2_stop_streaming() 1200 dssdev = ovl->get_device(ovl); in vidioc_g_fbuf() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/ |
| H A D | dev-path-parser.c | 57 get_device(phys_dev); in parse_acpi_path() 119 *child = get_device(parent); in parse_end_path()
|
| /OK3568_Linux_fs/kernel/drivers/base/power/ |
| H A D | main.c | 299 parent = get_device(dev->parent); in dpm_wait_for_superior() 676 get_device(dev); in dpm_async_fn() 715 get_device(dev); in dpm_noirq_resume_devices() 856 get_device(dev); in dpm_resume_early() 1017 get_device(dev); in dpm_resume() 1110 get_device(dev); in dpm_complete() 1301 get_device(dev); in dpm_noirq_suspend_devices() 1485 get_device(dev); in dpm_suspend_late() 1764 get_device(dev); in dpm_suspend() 1895 get_device(dev); in dpm_prepare()
|
| /OK3568_Linux_fs/kernel/drivers/s390/scsi/ |
| H A D | zfcp_unit.c | 59 get_device(&unit->dev); in zfcp_unit_queue_scsi_scan() 73 get_device(&unit->dev); in _zfcp_unit_find()
|
| /OK3568_Linux_fs/kernel/drivers/mcb/ |
| H A D | mcb-core.c | 72 get_device(dev); in mcb_probe() 285 bus->carrier = get_device(carrier); in mcb_alloc_bus() 337 get_device(&bus->dev); in mcb_bus_get()
|
| /OK3568_Linux_fs/kernel/drivers/misc/ |
| H A 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()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | ubi_uboot.h | 60 #define get_device(...) macro
|
| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A D | core.c | 794 get_device(supplier); in device_link_add() 797 get_device(consumer); in device_link_add() 1055 get_device(dev); in __device_links_queue_sync_state() 1458 get_device(consumer); in device_links_unbind_consumers() 2693 get_device(dev); in klist_children_get() 3135 dev = get_device(dev); in device_add() 3166 parent = get_device(dev->parent); in device_add() 3333 struct device *get_device(struct device *dev) in get_device() function 3337 EXPORT_SYMBOL_GPL(get_device); 3624 if (match(child, data) && get_device(child)) in device_find_child() [all …]
|
| H A D | dd.c | 98 get_device(dev); in deferred_probe_work_func() 938 get_device(dev); in __device_attach() 1105 get_device(dev); in __driver_attach() 1273 get_device(dev); in driver_detach()
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | manager-sysfs.c | 30 struct omap_dss_device *dssdev = mgr->get_device(mgr); in manager_display_show() 77 old_dssdev = mgr->get_device(mgr); in manager_display_store() 95 old_dssdev = mgr->get_device(mgr); in manager_display_store()
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/driver-model/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | hosts.c | 257 get_device(shost->shost_gendev.parent); in scsi_add_host_with_dma() 261 get_device(&shost->shost_gendev); in scsi_add_host_with_dma() 565 !get_device(&shost->shost_gendev)) in scsi_host_get()
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | glue.c | 193 get_device(&acpi_dev->dev); in acpi_bind_one() 194 get_device(dev); in acpi_bind_one()
|
| /OK3568_Linux_fs/kernel/drivers/nvdimm/ |
| H A D | claim.c | 36 get_device(&ndns->dev); in nd_detach_ndns() 54 get_device(&attach->dev); in __nd_attach_ndns()
|
| H A D | dimm.c | 53 get_device(dev); in nvdimm_probe()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/ubi/ |
| H A D | build.c | 296 get_device(&ubi->dev); in ubi_get_device() 333 get_device(&ubi->dev); in ubi_get_by_major() 565 get_device(&ubi->dev); in uif_init() 1075 get_device(&ubi->dev); in ubi_attach_mtd_dev() 1153 get_device(&ubi->dev); in ubi_detach_mtd_dev()
|
| /OK3568_Linux_fs/kernel/drivers/misc/cxl/ |
| H A D | base.c | 56 return (get_device(&afu->dev) == NULL) ? NULL : afu; in cxl_afu_get()
|
| /OK3568_Linux_fs/kernel/include/linux/iio/ |
| H A D | trigger.h | 93 get_device(&trig->dev); in iio_trigger_get()
|
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | usb.c | 697 get_device(&dev->dev); in usb_get_dev() 731 get_device(&intf->dev); in usb_get_intf() 773 dmadev = get_device(udev->bus->sysdev); in usb_intf_get_dma_device()
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | bsg-lib.c | 243 get_device(job->dev); in bsg_prepare_job() 277 if (!get_device(dev)) in bsg_queue_rq()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | thunderbolt.h | 280 get_device(&xd->dev); in tb_xdomain_get() 365 get_device(&svc->dev); in tb_service_get()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/ |
| H A D | rcar-fcp.c | 54 get_device(fcp->dev); in rcar_fcp_get()
|