Home
last modified time | relevance | path

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

12345678910>>...12

/linux-5.19.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,
/linux-5.19.10/drivers/firmware/efi/
Ddev-path-parser.c43 *child = get_device(phys_dev); in parse_acpi_path()
105 *child = get_device(parent); in parse_end_path()
/linux-5.19.10/drivers/media/platform/ti/omap/
Domap_vout.c369 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()
1046 struct omap_dss_device *dssdev = ovl->get_device(ovl); in omap_vout_vb2_start_streaming()
1064 struct omap_dss_device *dssdev = ovl->get_device(ovl); in omap_vout_vb2_start_streaming()
1098 struct omap_dss_device *dssdev = ovl->get_device(ovl); in omap_vout_vb2_stop_streaming()
1202 dssdev = ovl->get_device(ovl); in vidioc_g_fbuf()
[all …]
/linux-5.19.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()
/linux-5.19.10/drivers/mcb/
Dmcb-core.c72 get_device(dev); in mcb_probe()
283 bus->carrier = get_device(carrier); in mcb_alloc_bus()
335 get_device(&bus->dev); in mcb_bus_get()
/linux-5.19.10/drivers/base/power/
Dmain.c295 parent = get_device(dev->parent); in dpm_wait_for_superior()
672 get_device(dev); in dpm_async_fn()
711 get_device(dev); in dpm_noirq_resume_devices()
852 get_device(dev); in dpm_resume_early()
1016 get_device(dev); in dpm_resume()
1114 get_device(dev); in dpm_complete()
1305 get_device(dev); in dpm_noirq_suspend_devices()
1490 get_device(dev); in dpm_suspend_late()
1771 get_device(dev); in dpm_suspend()
1908 get_device(dev); in dpm_prepare()
/linux-5.19.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()
/linux-5.19.10/drivers/cxl/
Dport.c56 get_device(&cxlmd->dev); in cxl_port_probe()
/linux-5.19.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()
/linux-5.19.10/arch/powerpc/platforms/pseries/
Dpci_dlpar.c82 get_device(&host_bridge->dev); in remove_phb_dynamic()
/linux-5.19.10/drivers/base/
Dcore.c820 get_device(supplier); in device_link_add()
823 get_device(consumer); in device_link_add()
1086 get_device(dev); in __device_links_queue_sync_state()
1524 get_device(consumer); in device_links_unbind_consumers()
2856 get_device(dev); in klist_children_get()
3317 dev = get_device(dev); in device_add()
3348 parent = get_device(dev->parent); in device_add()
3521 struct device *get_device(struct device *dev) in get_device() function
3525 EXPORT_SYMBOL_GPL(get_device);
3811 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.c104 get_device(dev); in deferred_probe_work_func()
1005 get_device(dev); in __device_attach()
1165 get_device(dev); in __driver_attach()
1322 get_device(dev); in driver_detach()
/linux-5.19.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
/linux-5.19.10/drivers/misc/cxl/
Dbase.c56 return (get_device(&afu->dev) == NULL) ? NULL : afu; in cxl_afu_get()
/linux-5.19.10/drivers/nvdimm/
Ddimm.c53 get_device(dev); in nvdimm_probe()
Dclaim.c37 get_device(&ndns->dev); in nd_detach_ndns()
55 get_device(&attach->dev); in __nd_attach_ndns()
/linux-5.19.10/drivers/scsi/
Dhosts.c258 get_device(shost->shost_gendev.parent); in scsi_add_host_with_dma()
262 get_device(&shost->shost_gendev); in scsi_add_host_with_dma()
563 !get_device(&shost->shost_gendev)) in scsi_host_get()
/linux-5.19.10/drivers/media/platform/renesas/
Drcar-fcp.c54 get_device(fcp->dev); in rcar_fcp_get()
/linux-5.19.10/scripts/coccinelle/free/
Dput_device.cocci27 when != e1 = get_device(&id->dev)
/linux-5.19.10/include/linux/iio/
Dtrigger.h95 get_device(&trig->dev); in iio_trigger_get()
/linux-5.19.10/drivers/net/phy/
Dmii_timestamper.c92 get_device(desc->device); in register_mii_timestamper()
/linux-5.19.10/drivers/cxl/core/
Dport.c584 get_device(&root->dev); in find_cxl_root()
709 get_device(dport_dev); in devm_cxl_add_dport()
773 ep->ep = get_device(ep_dev); in cxl_add_ep()
874 get_device(&endpoint->dev); in cxl_endpoint_autoremove()
1024 get_device(&port->dev); in add_port_attach_ep()
1214 get_device(&port->dev); in cxl_decoder_alloc()
/linux-5.19.10/drivers/platform/x86/
Dlenovo-yogabook-wmi.c269 data->kbd_dev = get_device(acpi_get_first_physical_node(data->kbd_adev)); in yogabook_wmi_probe()
275 data->dig_dev = get_device(acpi_get_first_physical_node(data->dig_adev)); in yogabook_wmi_probe()

12345678910>>...12