Searched refs:device_driver (Results 1 - 25 of 323) sorted by last modified time

1234567891011>>

/linux-master/include/linux/
H A Dtee_drv.h297 struct device_driver driver;
H A Dscmi_protocol.h961 struct device_driver driver;
H A Darm_ffa.h149 struct device_driver driver;
H A Dvirtio.h191 struct device_driver driver;
206 static inline struct virtio_driver *drv_to_virtio(struct device_driver *drv)
H A Dhyperv.h1285 struct device_driver driver;
1332 static inline struct hv_driver *drv_to_hv_drv(struct device_driver *d)
/linux-master/drivers/tee/
H A Dtee_core.c1204 struct device_driver *drv)
/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/s390/cio/
H A Dcss.c1284 static int css_settle(struct device_driver *drv, void *unused)
1357 static int css_bus_match(struct device *dev, struct device_driver *drv)
1433 * and bus_type in the embedded struct device_driver correctly.
H A Dcss.h96 struct device_driver drv;
H A Ddevice.c61 ccw_bus_match (struct device * dev, struct device_driver * drv)
1710 * and release methods are initially very similar to the device_driver
1801 struct device_driver *drv = &cdriver->driver;
/linux-master/drivers/gpio/
H A Dgpiolib.c56 static int gpio_bus_match(struct device *dev, struct device_driver *drv)
4736 static struct device_driver gpio_stub_drv = {
/linux-master/drivers/usb/core/
H A Dport.c475 static struct device_driver usb_port_driver = {
/linux-master/drivers/cxl/core/
H A Dport.c2085 static int cxl_bus_match(struct device *dev, struct device_driver *drv)
/linux-master/drivers/spi/
H A Dspi.c376 static int spi_match_device(struct device *dev, struct device_driver *drv)
/linux-master/drivers/s390/net/
H A Dqeth_core_main.c6486 static ssize_t group_store(struct device_driver *ddrv, const char *buf,
/linux-master/drivers/i2c/
H A Di2c-core-base.c139 static int i2c_device_match(struct device *dev, struct device_driver *drv)
1397 static int __process_new_adapter(struct device_driver *d, void *data)
1706 static int __process_removed_adapter(struct device_driver *d, void *data)
/linux-master/drivers/dma/idxd/
H A Didxd.h78 struct device_driver drv;
/linux-master/drivers/vdpa/
H A Dvdpa.c68 static int vdpa_dev_match(struct device *dev, struct device_driver *drv)
/linux-master/drivers/tty/serial/
H A Dserial_port.c287 static struct device_driver serial_port_driver = {
H A Dserial_base.h14 struct device_driver;
37 int serial_base_driver_register(struct device_driver *driver);
38 void serial_base_driver_unregister(struct device_driver *driver);
/linux-master/net/core/
H A Ddev.c11487 const struct device_driver *driver;
/linux-master/drivers/virtio/
H A Dvirtio.c85 static int virtio_dev_match(struct device *_dv, struct device_driver *_dr)
/linux-master/include/acpi/
H A Dacpi_bus.h172 struct device_driver drv;
/linux-master/drivers/hv/
H A Dvmbus_drv.c745 static ssize_t new_id_store(struct device_driver *driver, const char *buf,
771 static ssize_t remove_id_store(struct device_driver *driver, const char *buf,
812 static int vmbus_match(struct device *device, struct device_driver *driver)

Completed in 418 milliseconds

1234567891011>>