| /linux/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,
|
| H A D | usbip_device_driver.c | 154 .get_device = usbip_generic_get_device,
|
| /linux/drivers/video/fbdev/core/ |
| H A D | fb_internal.h | 73 get_device(fb_info->device); in fb_device_create() 79 /* Undo the get_device() from fb_device_create() */ in fb_device_destroy()
|
| /linux/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
|
| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | manager-sysfs.c | 31 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/drivers/fsi/ |
| H A D | fsi-master.h | 144 * ->dev in particular. The registration path performs a get_device(), which 149 * reference (via get_device()) on master->dev. In particular, if the device's
|
| /linux/drivers/mcb/ |
| H A D | mcb-core.c | 72 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/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()
|
| /linux/drivers/misc/ |
| H A D | enclosure.c | 60 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/base/ |
| H A D | core.c | 853 get_device(supplier); in device_link_add() 856 get_device(consumer); in device_link_add() 1111 * This function does a get_device() to make sure the device is not freed while 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() 3144 * may use @dev's fields. In particular, get_device()/put_device() 3580 dev = get_device(dev); in device_add() [all …]
|
| 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()
|
| /linux/scripts/coccinelle/free/ |
| H A D | put_device.cocci | 27 when != e1 = get_device(&id->dev)
|
| /linux/drivers/nvdimm/ |
| H A D | claim.c | 38 struct device *ndev __free(put_device) = 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()
|
| /linux/drivers/base/test/ |
| H A D | root-device-test.c | 84 get_device(priv->dev); in root_device_devm_register_get_unregister_with_devm_test()
|
| /linux/tools/testing/selftests/drivers/net/mlxsw/ |
| H A D | sharedbuffer_configuration.py | 388 def get_device(): function 404 dlname = get_device()
|
| /linux/block/ |
| H A D | bsg-lib.c | 251 get_device(job->dev); in bsg_prepare_job() 285 if (!get_device(dev)) in bsg_queue_rq()
|
| /linux/drivers/scsi/ |
| H A D | hosts.c | 282 get_device(shost->shost_gendev.parent); in scsi_add_host_with_dma() 286 get_device(&shost->shost_gendev); in scsi_add_host_with_dma() 604 !get_device(&shost->shost_gendev)) in scsi_host_get()
|
| /linux/drivers/net/phy/ |
| H A D | mii_timestamper.c | 92 get_device(desc->device); in register_mii_timestamper()
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | pci_dlpar.c | 100 get_device(&host_bridge->dev); in remove_phb_dynamic()
|
| /linux/sound/soc/ |
| H A D | soc-card-test.c | 86 priv->card_dev = get_device(priv->card_dev); in soc_card_test_case_init()
|
| /linux/drivers/acpi/ |
| H A D | proc.c | 47 ldev = get_device(entry->dev); in acpi_system_wakeup_device_seq_show()
|
| /linux/drivers/leds/ |
| H A D | led-test.c | 109 ddata->dev = get_device(dev); in led_test_init()
|
| /linux/drivers/usb/phy/ |
| H A D | phy-isp1301.c | 153 get_device(&isp1301_i2c_client->dev); in isp1301_get_client()
|