Searched refs:device_driver (Results 276 - 300 of 324) sorted by relevance

<<111213

/linux-master/drivers/input/rmi4/
H A Drmi_driver.c1261 bool rmi_is_physical_driver(struct device_driver *drv)
/linux-master/drivers/spi/
H A Dspi-mem.c802 static inline struct spi_mem_driver *to_spi_mem_drv(struct device_driver *drv)
/linux-master/drivers/cdx/
H A Dcdx.c265 static int cdx_bus_match(struct device *dev, struct device_driver *drv)
/linux-master/drivers/siox/
H A Dsiox-core.c506 static int siox_match(struct device *dev, struct device_driver *drv)
/linux-master/drivers/gpu/host1x/
H A Dbus.c336 static int host1x_device_match(struct device *dev, struct device_driver *drv)
/linux-master/drivers/usb/core/
H A Dport.c475 static struct device_driver usb_port_driver = {
/linux-master/drivers/ssb/
H A Dmain.c326 static int ssb_bus_match(struct device *dev, struct device_driver *drv)
/linux-master/include/linux/
H A Dhid.h845 struct device_driver driver;
H A Dpci.h958 struct device_driver driver;
963 static inline struct pci_driver *to_pci_driver(struct device_driver *drv)
/linux-master/include/acpi/
H A Dacpi_bus.h181 struct device_driver drv;
/linux-master/include/sound/
H A Dhdaudio.h223 struct device_driver driver;
/linux-master/drivers/gpu/drm/
H A Ddrm_mipi_dsi.c51 static int mipi_dsi_device_match(struct device *dev, struct device_driver *drv)
/linux-master/drivers/hwtracing/intel_th/
H A Dcore.c29 static int intel_th_match(struct device *dev, struct device_driver *driver)
/linux-master/drivers/mailbox/
H A Dzynqmp-ipi-mailbox.c135 static struct device_driver zynqmp_ipi_mbox_driver = {
/linux-master/drivers/char/
H A Dppdev.c828 struct device_driver *drv = par_dev->dev.driver;
/linux-master/drivers/xen/xenbus/
H A Dxenbus_probe.c97 int xenbus_match(struct device *_dev, struct device_driver *_drv)
/linux-master/drivers/fsi/
H A Dfsi-core.c1364 static int fsi_bus_match(struct device *dev, struct device_driver *drv)
/linux-master/drivers/net/hamradio/
H A Dbaycom_epp.c1184 struct device_driver *drv = par_dev->dev.driver;
/linux-master/arch/arm/common/
H A Dsa1111.c1342 static int sa1111_match(struct device *_dev, struct device_driver *_drv)
/linux-master/drivers/net/plip/
H A Dplip.c1347 struct device_driver *drv = par_dev->dev.driver;
/linux-master/drivers/staging/fieldbus/anybuss/
H A Dhost.c1169 struct device_driver *drv)
/linux-master/drivers/phy/tegra/
H A Dxusb.c677 sizeof(struct device_driver),
/linux-master/drivers/staging/vme_user/
H A Dvme.c1934 static int vme_bus_match(struct device *dev, struct device_driver *drv)
/linux-master/drivers/tee/
H A Dtee_core.c1204 struct device_driver *drv)
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dusb.c1577 struct device_driver *drv = &brcmf_usbdrvr.driver;

Completed in 287 milliseconds

<<111213