Searched refs:device_driver (Results 151 - 175 of 323) sorted by relevance

1234567891011>>

/linux-master/drivers/soundwire/
H A Dbus_type.c38 static int sdw_bus_match(struct device *dev, struct device_driver *ddrv)
/linux-master/arch/s390/include/asm/
H A Dccwdev.h145 struct device_driver driver;
/linux-master/drivers/usb/core/
H A Dusb.h178 extern bool is_usb_device_driver(const struct device_driver *drv);
/linux-master/include/linux/
H A Ddio.h93 struct device_driver driver;
H A Ddevice.h38 struct device_driver;
713 struct device_driver *driver; /* which driver has allocated this
1160 int __must_check device_driver_attach(struct device_driver *drv,
1165 int __must_check driver_attach(struct device_driver *drv);
H A Drio.h465 struct device_driver driver;
/linux-master/drivers/tty/serial/
H A Dserial_port.c287 static struct device_driver serial_port_driver = {
/linux-master/drivers/s390/crypto/
H A Dap_bus.h136 struct device_driver driver;
H A Dap_bus.c551 * @drv: Pointer to device_driver
555 static int ap_bus_match(struct device *dev, struct device_driver *drv)
562 * supported types of the device_driver.
967 struct device_driver *drv = &ap_drv->driver;
1359 static int __verify_card_reservations(struct device_driver *drv, void *data)
1451 static int __verify_queue_reservations(struct device_driver *drv, void *data)
1737 static int __drv_notify_config_changed(struct device_driver *drv, void *data)
1758 static int __drv_notify_scan_complete(struct device_driver *drv, void *data)
/linux-master/drivers/fpga/
H A Daltera-cvp.c540 static ssize_t chkcfg_show(struct device_driver *dev, char *buf)
545 static ssize_t chkcfg_store(struct device_driver *drv, const char *buf,
/linux-master/drivers/media/pci/cx25821/
H A Dcx25821-alsa.c786 struct device_driver *drv = driver_find("cx25821", &pci_bus_type);
812 struct device_driver *drv = driver_find("cx25821", &pci_bus_type);
/linux-master/drivers/gpio/
H A Dgpio-aggregator.c117 static ssize_t new_device_store(struct device_driver *driver, const char *buf,
194 static ssize_t delete_device_store(struct device_driver *driver,
/linux-master/drivers/sh/maple/
H A Dmaple.c312 static int maple_check_matching_driver(struct device_driver *driver,
750 struct device_driver *drvptr)
/linux-master/include/linux/spi/
H A Dspi.h351 struct device_driver driver;
354 static inline struct spi_driver *to_spi_driver(struct device_driver *drv)
/linux-master/drivers/s390/char/
H A Dvmlogrdr.c645 static ssize_t recording_status_show(struct device_driver *driver, char *buf)
685 static struct device_driver vmlogrdr_driver = {
/linux-master/drivers/thunderbolt/
H A Ddomain.c48 struct device_driver *drv)
70 static int tb_service_match(struct device *dev, struct device_driver *drv)
/linux-master/drivers/cxl/
H A Dcxl.h815 struct device_driver drv;
819 static inline struct cxl_driver *to_cxl_drv(struct device_driver *drv)
/linux-master/drivers/parport/
H A Ddaisy.c87 struct device_driver *drv = par_dev->dev.driver;
/linux-master/include/linux/usb/
H A Dserial.h238 struct device_driver driver;
/linux-master/drivers/platform/surface/aggregator/
H A Dbus.c309 static int ssam_bus_match(struct device *dev, struct device_driver *drv)
/linux-master/drivers/usb/common/
H A Dulpi.c37 static int ulpi_match(struct device *dev, struct device_driver *driver)
/linux-master/drivers/mmc/core/
H A Dsdio_bus.c111 static int sdio_bus_match(struct device *dev, struct device_driver *drv)
/linux-master/drivers/pci/
H A Dpci-driver.c188 static ssize_t new_id_store(struct device_driver *driver, const char *buf,
256 static ssize_t remove_id_store(struct device_driver *driver, const char *buf,
1506 static int pci_bus_match(struct device *dev, struct device_driver *drv)
1691 static int pcie_port_bus_match(struct device *dev, struct device_driver *drv)
/linux-master/arch/mips/sgi-ip22/
H A Dip22-gio.c114 static int gio_bus_match(struct device *dev, struct device_driver *drv)
/linux-master/drivers/misc/
H A Dtifm_core.c41 static int tifm_bus_match(struct device *dev, struct device_driver *drv)

Completed in 416 milliseconds

1234567891011>>