Home
last modified time | relevance | path

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

12345678910

/linux/tools/usb/usbip/libsrc/
H A 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()
H A Dusbip_host_driver.c48 .get_device = usbip_generic_get_device,
/linux/drivers/s390/scsi/
H A Dzfcp_unit.c59 get_device(&unit->dev); in zfcp_unit_queue_scsi_scan()
73 get_device(&unit->dev); in _zfcp_unit_find()
/linux/drivers/mcb/
H A 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()
/linux/drivers/base/
H A Dcore.c853 get_device(supplier); in device_link_add()
856 get_device(consumer); in device_link_add()
1146 get_device(dev); in __device_links_queue_sync_state()
1603 get_device(consumer); in device_links_unbind_consumers()
1797 get_device(sup); in fw_devlink_dev_sync_state()
2044 par_dev = get_device(sup_dev->parent); in __fw_devlink_relax_cycles()
3125 get_device(dev); in klist_children_get()
3580 dev = get_device(dev); in device_add()
3612 parent = get_device(dev->parent); in device_add()
3783 struct device *get_device(struct device *dev) in get_device() function
[all …]
H A Dattribute_container.c35 get_device(&ic->classdev); in internal_container_klist_get()
166 ic->classdev.parent = get_device(dev); in attribute_container_add_device()
H A Ddd.c105 get_device(dev); in deferred_probe_work_func()
1042 get_device(dev); in __device_attach()
1206 get_device(dev); in __driver_attach()
1358 get_device(dev); in driver_detach()
/linux/drivers/misc/
H A Denclosure.c60 get_device(&edev->edev); in enclosure_find()
131 edev->edev.parent = get_device(dev); in enclosure_register()
303 cdev->parent = get_device(&edev->edev); in enclosure_component_alloc()
382 cdev->dev = get_device(dev); in enclosure_add_device()
/linux/drivers/video/fbdev/core/
H A Dfb_internal.h73 get_device(fb_info->device); in fb_device_create()
/linux/drivers/base/power/
H A Dmain.c309 parent = get_device(dev->parent); in dpm_wait_for_superior()
625 get_device(dev); in __dpm_async()
827 get_device(dev); in dpm_noirq_resume_devices()
974 get_device(dev); in dpm_resume_early()
1153 get_device(dev); in dpm_resume()
1240 get_device(dev); in dpm_complete()
1519 get_device(dev); in dpm_noirq_suspend_devices()
1719 get_device(dev); in dpm_suspend_late()
2010 get_device(dev); in dpm_suspend()
2199 get_device(dev); in dpm_prepare()
/linux/rust/kernel/
H A Ddevice.rs172 pub unsafe fn get_device(ptr: *mut bindings::device) -> ARef<Self> { in get_device() method
411 unsafe { bindings::get_device(self.as_raw()) }; in inc_ref()
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dmanager-sysfs.c31 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/Documentation/driver-api/driver-model/
H A Ddevice.rst25 struct device * get_device(struct device * dev);
28 get_device() will return a pointer to the struct device passed to it
/linux/drivers/scsi/
H A Dhosts.c276 get_device(shost->shost_gendev.parent); in scsi_add_host_with_dma()
280 get_device(&shost->shost_gendev); in scsi_add_host_with_dma()
589 !get_device(&shost->shost_gendev)) in scsi_host_get()
/linux/drivers/nvdimm/
H A Ddimm.c53 get_device(dev); in nvdimm_probe()
H A Dclaim.c37 get_device(&ndns->dev); in nd_detach_ndns()
55 get_device(&attach->dev); in __nd_attach_ndns()
/linux/drivers/base/test/
H A Droot-device-test.c84 get_device(priv->dev); in root_device_devm_register_get_unregister_with_devm_test()
/linux/include/linux/iio/
H A Dtrigger.h95 get_device(&trig->dev); in iio_trigger_get()
/linux/drivers/net/phy/
H A Dmii_timestamper.c92 get_device(desc->device); in register_mii_timestamper()
/linux/scripts/coccinelle/free/
H A Dput_device.cocci27 when != e1 = get_device(&id->dev)
/linux/include/linux/
H A Dapple-gmux.h112 dev = get_device(acpi_get_first_physical_node(adev)); in apple_gmux_detect()
/linux/drivers/char/tpm/eventlog/
H A Dcommon.c42 get_device(&chip->dev); in tpm_bios_measurements_open()
/linux/sound/soc/
H A Dsoc-card-test.c86 priv->card_dev = get_device(priv->card_dev); in soc_card_test_case_init()
/linux/drivers/acpi/
H A Dproc.c47 ldev = get_device(entry->dev); in acpi_system_wakeup_device_seq_show()
/linux/drivers/leds/
H A Dled-test.c109 ddata->dev = get_device(dev); in led_test_init()

12345678910