Home
last modified time | relevance | path

Searched full:get_device (Results 1 – 25 of 222) sorted by relevance

123456789

/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.c49 .get_device = usbip_generic_get_device,
H A Dusbip_device_driver.c158 .get_device = usbip_generic_get_device,
/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/media/platform/ti/omap/
H A 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()
1047 struct omap_dss_device *dssdev = ovl->get_device(ovl); in omap_vout_vb2_start_streaming()
1065 struct omap_dss_device *dssdev = ovl->get_device(ovl); in omap_vout_vb2_start_streaming()
1099 struct omap_dss_device *dssdev = ovl->get_device(ovl); in omap_vout_vb2_stop_streaming()
1203 dssdev = ovl->get_device(ovl); in vidioc_g_fbuf()
[all …]
/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/drivers/fsi/
H A Dfsi-master.h144 * ->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 Dmcb-core.c72 get_device(dev); in mcb_probe()
288 bus->carrier = get_device(carrier); in mcb_alloc_bus()
340 get_device(&bus->dev); in mcb_bus_get()
/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/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/scripts/coccinelle/free/
H A Dput_device.cocci27 when != e1 = get_device(&id->dev)
/linux/drivers/nvdimm/
H A Dclaim.c38 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 Ddimm.c53 get_device(dev); in nvdimm_probe()
/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/tools/testing/selftests/drivers/net/mlxsw/
H A Dsharedbuffer_configuration.py388 def get_device(): function
404 dlname = get_device()
/linux/arch/powerpc/platforms/pseries/
H A Dpci_dlpar.c100 get_device(&host_bridge->dev); in remove_phb_dynamic()
/linux/drivers/net/phy/
H A Dmii_timestamper.c92 get_device(desc->device); in register_mii_timestamper()
/linux/drivers/media/rc/
H A Dlirc_dev.c138 get_device(&dev->dev); in lirc_open()
739 get_device(&dev->dev); in lirc_register()
835 get_device(&dev->dev); in rc_dev_get_from_fd()
/linux/drivers/scsi/
H A Dhosts.c282 get_device(shost->shost_gendev.parent); in scsi_add_host_with_dma()
286 get_device(&shost->shost_gendev); in scsi_add_host_with_dma()
606 !get_device(&shost->shost_gendev)) in scsi_host_get()
/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()
/linux/drivers/char/tpm/eventlog/
H A Dcommon.c42 get_device(&chip->dev); in tpm_bios_measurements_open()
/linux/drivers/video/fbdev/omap2/omapfb/
H A Domapfb.h146 return ovl->get_device(ovl); in fb2display()
/linux/drivers/net/ethernet/qualcomm/emac/
H A Demac-phy.c134 get_device(&adpt->phydev->mdio.dev); in emac_phy_config()

123456789