Home
last modified time | relevance | path

Searched refs:device_driver (Results 1 – 25 of 40) sorted by relevance

12

/include/linux/
Ddevice.h31 struct device_driver;
57 int (*match)(struct device *dev, struct device_driver *drv);
90 struct device_driver *start, void *data,
91 int (*fn)(struct device_driver *, void *));
122 struct device_driver { struct
142 extern int __must_check driver_register(struct device_driver *drv); argument
143 extern void driver_unregister(struct device_driver *drv);
145 extern struct device_driver *get_driver(struct device_driver *drv);
146 extern void put_driver(struct device_driver *drv);
147 extern struct device_driver *driver_find(const char *name,
[all …]
Disa.h19 struct device_driver driver;
Dof_platform.h45 struct device_driver driver;
Dvirtio.h109 struct device_driver driver;
Dpcieport_if.h72 struct device_driver driver;
Deisa.h59 struct device_driver driver;
Dplatform_device.h58 struct device_driver driver;
Dmaple.h65 struct device_driver drv;
Dtc.h107 struct device_driver driver;
Dsuperhyway.h54 struct device_driver drv;
Dmca.h98 struct device_driver driver;
Dtifm.h111 struct device_driver driver;
Dserio.h70 struct device_driver driver;
Dzorro.h177 struct device_driver driver;
Dgameport.h63 struct device_driver driver;
Ddio.h92 struct device_driver driver;
Drio.h284 struct device_driver driver;
/include/scsi/
Dscsi_driver.h15 struct device_driver gendrv;
23 extern int scsi_register_driver(struct device_driver *);
Dfc_transport_fcoe.h25 struct device_driver *driver;
/include/linux/amba/
Dbus.h30 struct device_driver drv;
/include/xen/
Dxenbus.h98 struct device_driver driver;
103 static inline struct xenbus_driver *to_xenbus_driver(struct device_driver *drv) in to_xenbus_driver()
/include/linux/uwb/
Dumc.h95 struct device_driver driver;
/include/linux/mmc/
Dcard.h143 struct device_driver drv;
Dsdio_func.h89 struct device_driver drv;
/include/linux/spi/
Dspi.h176 struct device_driver driver;
179 static inline struct spi_driver *to_spi_driver(struct device_driver *drv) in to_spi_driver()

12