Searched refs:device_driver (Results 251 - 275 of 323) 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/drivers/w1/
H A Dw1.c175 struct device_driver w1_master_driver = {
189 static struct device_driver w1_slave_driver = {
/linux-master/drivers/firewire/
H A Dcore-device.c193 struct device_driver *drv)
210 static int fw_unit_match(struct device *dev, struct device_driver *drv)
/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.c4519 static ssize_t try_direct_io_show(struct device_driver *ddp, char *buf)
4525 static ssize_t fixed_buffer_size_show(struct device_driver *ddp, char *buf)
4531 static ssize_t max_sg_segs_show(struct device_driver *ddp, char *buf)
4537 static ssize_t version_show(struct device_driver *ddd, char *buf)
4544 static ssize_t debug_flag_store(struct device_driver *ddp,
4563 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)
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c8673 static ssize_t version_show(struct device_driver *dd, char *buf)
8680 static ssize_t release_date_show(struct device_driver *dd, char *buf)
8687 static ssize_t support_poll_for_event_show(struct device_driver *dd, char *buf)
8693 static ssize_t support_device_change_show(struct device_driver *dd, char *buf)
8699 static ssize_t dbg_lvl_show(struct device_driver *dd, char *buf)
8704 static ssize_t dbg_lvl_store(struct device_driver *dd, const char *buf,
8718 support_nvme_encapsulation_show(struct device_driver *dd, char *buf)
8726 support_pci_lane_margining_show(struct device_driver *dd, char *buf)
/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/include/linux/
H A Dntb.h403 struct device_driver drv;
/linux-master/drivers/hwtracing/intel_th/
H A Dcore.c29 static int intel_th_match(struct device *dev, struct device_driver *driver)
/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/xen/xenbus/
H A Dxenbus_probe.c93 int xenbus_match(struct device *_dev, struct device_driver *_drv)
/linux-master/drivers/input/touchscreen/
H A Dwm97xx-core.c862 static struct device_driver wm97xx_driver = {
/linux-master/include/sound/
H A Dhdaudio.h223 struct device_driver 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/drivers/char/
H A Dppdev.c821 struct device_driver *drv = par_dev->dev.driver;
/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/ssb/
H A Dmain.c326 static int ssb_bus_match(struct device *dev, struct device_driver *drv)

Completed in 315 milliseconds

<<111213