Searched refs:device_driver (Results 251 - 275 of 324) sorted by relevance

<<111213

/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 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/include/linux/
H A Dacpi.h718 const struct device_driver *drv);
944 const struct device_driver *drv)
H A Dntb.h403 struct device_driver drv;
/linux-master/tools/testing/cxl/test/
H A Dmem.c1221 static ssize_t poison_inject_max_show(struct device_driver *drv, char *buf)
1226 static ssize_t poison_inject_max_store(struct device_driver *drv,
/linux-master/net/iucv/
H A Diucv.c65 static int iucv_bus_match(struct device *dev, struct device_driver *drv)
84 struct device_driver *driver,
/linux-master/drivers/dma/ppc4xx/
H A Dadma.c4293 static ssize_t devices_show(struct device_driver *dev, char *buf)
4308 static ssize_t enable_show(struct device_driver *dev, char *buf)
4314 static ssize_t enable_store(struct device_driver *dev, const char *buf,
4348 static ssize_t poly_show(struct device_driver *dev, char *buf)
4367 static ssize_t poly_store(struct device_driver *dev, const char *buf,
/linux-master/drivers/scsi/
H A Dst.c4518 static ssize_t try_direct_io_show(struct device_driver *ddp, char *buf)
4524 static ssize_t fixed_buffer_size_show(struct device_driver *ddp, char *buf)
4530 static ssize_t max_sg_segs_show(struct device_driver *ddp, char *buf)
4536 static ssize_t version_show(struct device_driver *ddd, char *buf)
4543 static ssize_t debug_flag_store(struct device_driver *ddp,
4562 static ssize_t debug_flag_show(struct device_driver *ddp, char *buf)
H A Dscsi_sysfs.c531 static int scsi_bus_match(struct device *dev, struct device_driver *gendrv)
1612 int __scsi_register_driver(struct device_driver *drv, struct module *owner)
/linux-master/drivers/staging/vt6655/
H A Ddevice_main.c1860 static struct pci_driver device_driver = { variable in typeref:struct:pci_driver
1868 module_pci_driver(device_driver); variable
/linux-master/drivers/bus/mhi/ep/
H A Dmain.c1665 struct device_driver *driver = &mhi_drv->driver;
1697 static int mhi_ep_match(struct device *dev, struct device_driver *drv)
/linux-master/drivers/video/fbdev/
H A Duvesafb.c1862 static ssize_t v86d_show(struct device_driver *dev, char *buf)
1867 static ssize_t v86d_store(struct device_driver *dev, const char *buf,
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c8678 static ssize_t version_show(struct device_driver *dd, char *buf)
8685 static ssize_t release_date_show(struct device_driver *dd, char *buf)
8692 static ssize_t support_poll_for_event_show(struct device_driver *dd, char *buf)
8698 static ssize_t support_device_change_show(struct device_driver *dd, char *buf)
8704 static ssize_t dbg_lvl_show(struct device_driver *dd, char *buf)
8709 static ssize_t dbg_lvl_store(struct device_driver *dd, const char *buf,
8723 support_nvme_encapsulation_show(struct device_driver *dd, char *buf)
8731 support_pci_lane_margining_show(struct device_driver *dd, char *buf)
/linux-master/arch/arm/mach-rpc/
H A Decard.c1112 static int ecard_match(struct device *_dev, struct device_driver *_drv)
/linux-master/drivers/misc/sgi-gru/
H A Dgrumain.c26 static struct device_driver gru_driver = {
/linux-master/drivers/misc/sgi-xp/
H A Dxpc_main.c63 static struct device_driver xpc_dbg_name = {
/linux-master/drivers/input/touchscreen/
H A Dwm97xx-core.c862 static struct device_driver wm97xx_driver = {
/linux-master/drivers/bus/fsl-mc/
H A Dfsl-mc-bus.c83 static int fsl_mc_bus_match(struct device *dev, struct device_driver *drv)
/linux-master/drivers/bus/
H A Dmoxtet.c86 static int moxtet_match(struct device *dev, struct device_driver *drv)
/linux-master/arch/arm/common/
H A Dlocomo.c819 static int locomo_match(struct device *_dev, struct device_driver *_drv)
/linux-master/drivers/net/phy/
H A Dmdio_bus.c1378 static int mdio_bus_match(struct device *dev, struct device_driver *drv)
/linux-master/drivers/ata/pata_parport/
H A Dpata_parport.c640 struct device_driver *drv;
/linux-master/arch/parisc/kernel/
H A Ddrivers.c551 static int parisc_generic_match(struct device *dev, struct device_driver *drv)
/linux-master/drivers/scsi/fcoe/
H A Dfcoe_sysfs.c603 struct device_driver *drv)
/linux-master/drivers/target/loopback/
H A Dtcm_loop.c92 static struct device_driver tcm_loop_driverfs = {

Completed in 625 milliseconds

<<111213