Home
last modified time | relevance | path

Searched refs:get_device (Results 1 – 25 of 268) sorted by relevance

1234567891011

/kernel/linux/linux-5.10/tools/usb/usbip/libsrc/
Dusbip_host_common.h28 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()
Dusbip_host_driver.c48 .get_device = usbip_generic_get_device,
/kernel/linux/linux-5.10/drivers/firmware/efi/
Ddev-path-parser.c57 get_device(phys_dev); in parse_acpi_path()
119 *child = get_device(parent); in parse_end_path()
/kernel/linux/linux-5.10/drivers/media/platform/omap/
Domap_vout.c369 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 …]
/kernel/linux/linux-5.10/drivers/s390/scsi/
Dzfcp_unit.c59 get_device(&unit->dev); in zfcp_unit_queue_scsi_scan()
73 get_device(&unit->dev); in _zfcp_unit_find()
/kernel/linux/linux-5.10/drivers/base/power/
Dmain.c298 parent = get_device(dev->parent); in dpm_wait_for_superior()
675 get_device(dev); in dpm_async_fn()
714 get_device(dev); in dpm_noirq_resume_devices()
855 get_device(dev); in dpm_resume_early()
1016 get_device(dev); in dpm_resume()
1109 get_device(dev); in dpm_complete()
1298 get_device(dev); in dpm_noirq_suspend_devices()
1480 get_device(dev); in dpm_suspend_late()
1756 get_device(dev); in dpm_suspend()
1887 get_device(dev); in dpm_prepare()
/kernel/linux/linux-5.10/drivers/mcb/
Dmcb-core.c72 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()
/kernel/linux/linux-5.10/drivers/misc/
Denclosure.c59 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()
/kernel/linux/linux-5.10/drivers/base/
Dcore.c656 get_device(supplier); in device_link_add()
659 get_device(consumer); in device_link_add()
996 get_device(dev); in __device_links_queue_sync_state()
1393 get_device(consumer); in device_links_unbind_consumers()
2408 get_device(dev); in klist_children_get()
2852 dev = get_device(dev); in device_add()
2883 parent = get_device(dev->parent); in device_add()
3050 struct device *get_device(struct device *dev) in get_device() function
3054 EXPORT_SYMBOL_GPL(get_device);
3341 if (match(child, data) && get_device(child)) in device_find_child()
[all …]
Dattribute_container.c35 get_device(&ic->classdev); in internal_container_klist_get()
166 ic->classdev.parent = get_device(dev); in attribute_container_add_device()
Ddd.c98 get_device(dev); in deferred_probe_work_func()
938 get_device(dev); in __device_attach()
1109 get_device(dev); in __driver_attach()
1277 get_device(dev); in driver_detach()
/kernel/linux/linux-5.10/Documentation/driver-api/driver-model/
Ddevice.rst25 struct device * get_device(struct device * dev);
28 get_device() will return a pointer to the struct device passed to it
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
Dmanager-sysfs.c30 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()
/kernel/linux/linux-5.10/drivers/misc/cxl/
Dbase.c56 return (get_device(&afu->dev) == NULL) ? NULL : afu; in cxl_afu_get()
/kernel/linux/linux-5.10/drivers/nvdimm/
Ddimm.c53 get_device(dev); in nvdimm_probe()
Dclaim.c36 get_device(&ndns->dev); in nd_detach_ndns()
54 get_device(&attach->dev); in __nd_attach_ndns()
/kernel/linux/linux-5.10/drivers/scsi/
Dhosts.c257 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()
/kernel/linux/linux-5.10/include/linux/iio/
Dtrigger.h93 get_device(&trig->dev); in iio_trigger_get()
/kernel/linux/linux-5.10/drivers/acpi/
Dglue.c193 get_device(&acpi_dev->dev); in acpi_bind_one()
194 get_device(dev); in acpi_bind_one()
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ingenic/
Dingenic_ecc.c74 get_device(&pdev->dev); in ingenic_ecc_get()
/kernel/linux/linux-5.10/drivers/media/platform/
Drcar-fcp.c54 get_device(fcp->dev); in rcar_fcp_get()
/kernel/linux/linux-5.10/scripts/coccinelle/free/
Dput_device.cocci28 when != e1 = get_device(&id->dev)
/kernel/linux/linux-5.10/drivers/net/phy/
Dmii_timestamper.c92 get_device(desc->device); in register_mii_timestamper()
/kernel/linux/linux-5.10/include/linux/
Dfwnode.h171 #define get_dev_from_fwnode(fwnode) get_device((fwnode)->dev)
Dthunderbolt.h280 get_device(&xd->dev); in tb_xdomain_get()
365 get_device(&svc->dev); in tb_service_get()

1234567891011