Searched refs:get_device (Results 1 - 25 of 297) sorted by relevance

1234567891011>>

/linux-master/tools/usb/usbip/libsrc/
H A Dusbip_host_common.h28 struct usbip_exported_device * (*get_device)( member in struct:usbip_host_driver_ops
79 if (!hdriver->ops.get_device)
81 return hdriver->ops.get_device(hdriver, num);
H A Dusbip_host_driver.c48 .get_device = usbip_generic_get_device,
H A Dusbip_device_driver.c154 .get_device = usbip_generic_get_device,
/linux-master/drivers/video/fbdev/core/
H A Dfb_internal.h73 get_device(fb_info->device);
79 /* Undo the get_device() from fb_device_create() */
/linux-master/drivers/firmware/efi/
H A Ddev-path-parser.c42 *child = get_device(phys_dev);
104 *child = get_device(parent);
/linux-master/drivers/platform/x86/
H A Dserdev_helpers.h43 ctrl_dev = get_device(acpi_get_first_physical_node(ctrl_adev));
/linux-master/drivers/s390/scsi/
H A Dzfcp_unit.c59 get_device(&unit->dev);
73 get_device(&unit->dev);
/linux-master/drivers/nvdimm/
H A Ddimm.c53 get_device(dev);
/linux-master/drivers/net/phy/
H A Dmii_timestamper.c92 get_device(desc->device);
/linux-master/include/linux/iio/
H A Dtrigger.h95 get_device(&trig->dev);
/linux-master/drivers/base/test/
H A Droot-device-test.c84 get_device(priv->dev);
H A Dplatform-device-test.c98 get_device(priv->dev);
192 get_device(priv->dev);
/linux-master/drivers/misc/cxl/
H A Dbase.c57 return (get_device(&afu->dev) == NULL) ? NULL : afu;
/linux-master/arch/powerpc/platforms/pseries/
H A Dpci_dlpar.c86 get_device(&host_bridge->dev);
/linux-master/drivers/media/platform/renesas/
H A Drcar-fcp.c54 get_device(fcp->dev);
/linux-master/include/linux/
H A Dapple-gmux.h112 dev = get_device(acpi_get_first_physical_node(adev));
/linux-master/drivers/media/platform/ti/omap/
H A Domap_vout.c369 dssdev = ovl->get_device(ovl);
430 dssdev = ovl->get_device(ovl);
496 cur_display = ovl->get_device(ovl);
619 dssdev = ovl->get_device(ovl);
648 dssdev = ovl->get_device(ovl);
837 dssdev = ovl->get_device(ovl);
1047 struct omap_dss_device *dssdev = ovl->get_device(ovl);
1065 struct omap_dss_device *dssdev = ovl->get_device(ovl);
1099 struct omap_dss_device *dssdev = ovl->get_device(ovl);
1203 dssdev = ovl->get_device(ov
[all...]
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Dmanager-sysfs.c31 struct omap_dss_device *dssdev = mgr->get_device(mgr);
78 old_dssdev = mgr->get_device(mgr);
96 old_dssdev = mgr->get_device(mgr);
/linux-master/drivers/mcb/
H A Dmcb-core.c72 get_device(dev);
287 bus->carrier = get_device(carrier);
339 get_device(&bus->dev);
/linux-master/drivers/s390/net/
H A Dsmsgiucv_app.c103 dev = get_device(smsg_app_dev);
/linux-master/drivers/net/ethernet/qualcomm/emac/
H A Demac-phy.c134 get_device(&adpt->phydev->mdio.dev);
/linux-master/drivers/video/fbdev/omap2/omapfb/
H A Domapfb.h146 return ovl->get_device(ovl);
/linux-master/drivers/acpi/
H A Dproc.c48 ldev = get_device(entry->dev);
/linux-master/drivers/base/
H A Ddriver.c164 if (match(dev, data) && get_device(dev))
/linux-master/drivers/char/tpm/eventlog/
H A Dcommon.c42 get_device(&chip->dev);

Completed in 224 milliseconds

1234567891011>>