Searched refs:device_driver (Results 26 - 50 of 323) sorted by relevance

1234567891011>>

/linux-master/drivers/staging/fieldbus/anybuss/
H A Danybuss-client.h33 struct device_driver driver;
48 to_anybuss_client_driver(struct device_driver *drv)
/linux-master/include/linux/
H A Dmoxtet.h61 struct device_driver driver;
65 to_moxtet_driver(struct device_driver *drv)
H A Dmcb.h83 * @driver: device_driver
90 struct device_driver driver;
97 static inline struct mcb_driver *to_mcb_driver(struct device_driver *drv)
H A Deisa.h60 struct device_driver driver;
H A Disa.h21 struct device_driver driver;
H A Dmdev.h73 struct device_driver driver;
H A Ddfl.h66 struct device_driver drv;
H A Dwmi.h60 struct device_driver driver;
/linux-master/drivers/dma/idxd/
H A Dbus.c13 struct device_driver *drv = &idxd_drv->drv;
36 struct device_driver *drv)
/linux-master/drivers/usb/serial/
H A Dbus.c17 struct device_driver *drv)
106 static ssize_t new_id_store(struct device_driver *driver,
121 static ssize_t new_id_show(struct device_driver *driver, char *buf)
/linux-master/arch/powerpc/include/asm/
H A Dvio.h123 struct device_driver driver;
159 static inline struct vio_driver *to_vio_driver(struct device_driver *drv)
/linux-master/drivers/hid/
H A Dhid-generic.c26 static int __check_hid_generic(struct device_driver *drv, void *data)
/linux-master/drivers/w1/
H A Dw1_internal.h67 extern struct device_driver w1_master_driver;
/linux-master/include/linux/mfd/
H A Dmcp.h47 struct device_driver drv;
/linux-master/arch/mips/include/asm/
H A Dgio_device.h31 struct device_driver driver;
/linux-master/include/linux/ulpi/
H A Ddriver.h46 struct device_driver driver;
/linux-master/drivers/dax/
H A Dbus.h37 struct device_driver drv;
/linux-master/drivers/net/phy/
H A Dmdio_device.c38 int mdio_device_bus_match(struct device *dev, struct device_driver *drv)
157 struct device_driver *drv = mdiodev->dev.driver;
178 struct device_driver *drv = mdiodev->dev.driver;
193 struct device_driver *drv = mdiodev->dev.driver;
/linux-master/sound/hda/
H A Dhda_bus_type.c49 static int hda_bus_match(struct device *dev, struct device_driver *drv)
/linux-master/drivers/firmware/google/
H A Dcoreboot_table.h96 struct device_driver drv;
/linux-master/arch/parisc/include/asm/
H A Dparisc-device.h39 struct device_driver drv;
/linux-master/drivers/tc/
H A Dtc-driver.c85 static int tc_bus_match(struct device *dev, struct device_driver *drv)
/linux-master/drivers/base/
H A Ddd.c469 struct device_driver *drv = dev->driver;
571 static int call_driver_probe(struct device *dev, struct device_driver *drv)
602 static int really_probe(struct device *dev, struct device_driver *drv)
730 static int really_probe_debug(struct device *dev, struct device_driver *drv)
777 static int __driver_probe_device(struct device_driver *drv, struct device *dev)
822 static int driver_probe_device(struct device_driver *drv, struct device *dev)
866 static bool driver_allows_async_probing(struct device_driver *drv)
919 static int __device_attach_driver(struct device_driver *drv, void *_data)
1120 int device_driver_attach(struct device_driver *drv, struct device *dev)
1140 struct device_driver *dr
[all...]
/linux-master/tools/usb/usbip/libsrc/
H A Dusbip_device_driver.c147 struct usbip_host_driver device_driver = { variable in typeref:struct:usbip_host_driver
148 .edev_list = LIST_HEAD_INIT(device_driver.edev_list),
/linux-master/drivers/peci/
H A Dinternal.h95 struct device_driver driver;
101 static inline struct peci_driver *to_peci_driver(struct device_driver *d)

Completed in 217 milliseconds

1234567891011>>