Searched refs:device_driver (Results 51 - 75 of 323) sorted by relevance

1234567891011>>

/linux-master/include/linux/
H A Dnd.h79 struct device_driver drv;
88 struct device_driver *drv)
H A Dspmi.h141 struct device_driver driver;
147 static inline struct spmi_driver *to_spmi_driver(struct device_driver *d)
H A Dfsi.h42 struct device_driver drv;
H A Dzorro.h52 struct device_driver driver;
H A Dmaple.h85 struct device_driver drv;
H A Dtc.h108 struct device_driver driver;
H A Dnubus.h87 struct device_driver driver;
H A Dintel-ish-client-if.h41 struct device_driver driver;
H A Dnvmem-provider.h180 struct device_driver driver;
/linux-master/include/linux/i3c/
H A Ddevice.h173 * @driver: inherit from device_driver
180 struct device_driver driver;
186 static inline struct i3c_driver *drv_to_i3cdrv(struct device_driver *drv)
/linux-master/drivers/staging/greybus/
H A Dgbphy.h44 struct device_driver driver;
/linux-master/drivers/xen/xenbus/
H A Dxenbus.h107 int xenbus_match(struct device *_dev, struct device_driver *_drv);
H A Dxenbus_probe_frontend.c200 struct device_driver *drv = data;
232 static int exists_essential_connecting_device(struct device_driver *drv)
237 static int exists_non_essential_connecting_device(struct device_driver *drv)
246 struct device_driver *drv = data;
304 struct device_driver *drv = xendrv ? &xendrv->driver : NULL;
/linux-master/drivers/ata/pata_parport/
H A Dpata_parport.h76 struct device_driver driver;
/linux-master/drivers/pci/pcie/
H A Dportdrv.h91 struct device_driver driver;
/linux-master/arch/s390/include/asm/
H A Deadm.h107 struct device_driver drv;
/linux-master/drivers/dio/
H A Ddio-driver.c106 * @drv: the &device_driver that points to the array of DIO device id structures to search
113 static int dio_bus_match(struct device *dev, struct device_driver *drv)
/linux-master/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_bus.c16 static int vchiq_bus_type_match(struct device *dev, struct device_driver *drv)
/linux-master/drivers/base/
H A Dbus.c233 static ssize_t unbind_store(struct device_driver *drv, const char *buf,
256 static ssize_t bind_store(struct device_driver *drv, const char *buf,
412 static struct device_driver *next_driver(struct klist_iter *i)
443 int bus_for_each_drv(const struct bus_type *bus, struct device_driver *start,
444 void *data, int (*fn)(struct device_driver *, void *))
448 struct device_driver *drv;
585 static int __must_check add_bind_files(struct device_driver *drv)
598 static void remove_bind_files(struct device_driver *drv)
628 static ssize_t uevent_store(struct device_driver *drv, const char *buf,
642 int bus_add_driver(struct device_driver *dr
[all...]
H A Dplatform.c1125 struct device_driver *drv = dev->driver;
1143 struct device_driver *drv = dev->driver;
1165 struct device_driver *drv = dev->driver;
1183 struct device_driver *drv = dev->driver;
1201 struct device_driver *drv = dev->driver;
1219 struct device_driver *drv = dev->driver;
1335 static int platform_match(struct device *dev, struct device_driver *drv)
1499 return platform_match(dev, (struct device_driver *)drv);
1509 const struct device_driver *drv)
/linux-master/drivers/tty/serial/
H A Dserial_base_bus.c31 static int serial_base_match(struct device *dev, struct device_driver *drv)
49 int serial_base_driver_register(struct device_driver *driver)
56 void serial_base_driver_unregister(struct device_driver *driver)
/linux-master/drivers/usb/usbip/
H A Dstub_main.c149 static ssize_t match_busid_show(struct device_driver *drv, char *buf)
167 static ssize_t match_busid_store(struct device_driver *dev, const char *buf,
242 static ssize_t rebind_store(struct device_driver *dev, const char *buf,
/linux-master/drivers/input/rmi4/
H A Drmi_bus.c147 static int rmi_function_match(struct device *dev, struct device_driver *drv)
301 struct device_driver *driver = &handler->driver;
336 static int rmi_bus_match(struct device *dev, struct device_driver *drv)
H A Drmi_driver.h87 bool rmi_is_physical_driver(struct device_driver *);
/linux-master/sound/aoa/soundbus/
H A Dsoundbus.h192 struct device_driver driver;

Completed in 418 milliseconds

1234567891011>>