Searched refs:device_driver (Results 126 - 150 of 323) sorted by relevance

1234567891011>>

/linux-master/drivers/usb/core/
H A Ddriver.c44 struct device_driver *driver,
131 static ssize_t new_id_show(struct device_driver *driver, char *buf)
138 static ssize_t new_id_store(struct device_driver *driver,
150 static ssize_t remove_id_store(struct device_driver *driver, const char *buf,
178 static ssize_t remove_id_show(struct device_driver *driver, char *buf)
858 static int usb_device_match(struct device *dev, struct device_driver *drv)
967 bool is_usb_device_driver(const struct device_driver *drv)
/linux-master/drivers/input/serio/
H A Dserio.c382 struct device_driver *drv;
732 static ssize_t description_show(struct device_driver *drv, char *buf)
739 static ssize_t bind_mode_show(struct device_driver *drv, char *buf)
745 static ssize_t bind_mode_store(struct device_driver *drv, const char *buf, size_t count)
880 static int serio_bus_match(struct device *dev, struct device_driver *drv)
/linux-master/drivers/input/gameport/
H A Dgameport.c468 struct device_driver *drv;
708 static ssize_t description_show(struct device_driver *drv, char *buf)
809 static int gameport_bus_match(struct device *dev, struct device_driver *drv)
/linux-master/arch/sparc/include/asm/
H A Dvio.h368 struct device_driver driver;
486 static inline struct vio_driver *to_vio_driver(struct device_driver *drv)
/linux-master/drivers/dax/
H A Dbus.c42 static struct dax_device_driver *to_dax_drv(struct device_driver *drv)
95 static ssize_t do_id_store(struct device_driver *drv, const char *buf,
138 static ssize_t new_id_store(struct device_driver *drv, const char *buf,
145 static ssize_t remove_id_store(struct device_driver *drv, const char *buf,
159 static int dax_bus_match(struct device *dev, struct device_driver *drv);
253 static int dax_bus_match(struct device *dev, struct device_driver *drv)
1585 struct device_driver *drv = &dax_drv->drv;
1606 struct device_driver *drv = &dax_drv->drv;
/linux-master/include/linux/hsi/
H A Dhsi.h157 struct device_driver driver;
/linux-master/arch/sh/drivers/
H A Dplatform_early.c24 static int platform_match(struct device *dev, struct device_driver *drv)
/linux-master/include/linux/
H A Dmemstick.h303 struct device_driver driver;
H A Drpmsg.h115 struct device_driver drv;
/linux-master/arch/arm/include/asm/hardware/
H A Dsa1111.h401 struct device_driver drv;
/linux-master/drivers/w1/
H A Dw1_int.c25 struct device_driver *driver,
/linux-master/drivers/hwtracing/intel_th/
H A Dintel_th.h160 struct device_driver driver;
/linux-master/drivers/peci/
H A Dcore.c176 static int peci_bus_device_match(struct device *dev, struct device_driver *drv)
/linux-master/drivers/s390/char/
H A Dsclp.c1201 static ssize_t con_pages_show(struct device_driver *dev, char *buf)
1208 static ssize_t con_drop_store(struct device_driver *dev, const char *buf, size_t count)
1216 static ssize_t con_drop_show(struct device_driver *dev, char *buf)
1223 static ssize_t con_full_show(struct device_driver *dev, char *buf)
/linux-master/drivers/staging/vc04_services/bcm2835-audio/
H A Dbcm2835.c52 struct device_driver driver;
/linux-master/sound/soc/fsl/
H A Dimx-rpmsg.c47 struct device_driver *codec_drv;
/linux-master/drivers/pnp/
H A Ddriver.c153 static int pnp_bus_match(struct device *dev, struct device_driver *drv)
/linux-master/drivers/base/
H A Dauxiliary.c180 static int auxiliary_match(struct device *dev, struct device_driver *drv)
/linux-master/include/linux/surface_aggregator/
H A Ddevice.h186 struct device_driver driver;
238 * Casts the given &struct device_driver to a &struct ssam_device_driver. The
/linux-master/drivers/firmware/arm_ffa/
H A Dbus.c22 static int ffa_device_match(struct device *dev, struct device_driver *drv)
/linux-master/drivers/s390/cio/
H A Dscm.c58 struct device_driver *drv = &scmdrv->drv;
/linux-master/drivers/gpu/drm/display/
H A Ddrm_dp_aux_bus.c39 static int dp_aux_ep_match(struct device *dev, struct device_driver *drv)
/linux-master/drivers/firmware/google/
H A Dcoreboot_table.c27 static int coreboot_bus_match(struct device *dev, struct device_driver *drv)
/linux-master/drivers/acpi/
H A Dprocessor_driver.c46 static struct device_driver acpi_processor_driver = {
/linux-master/sound/core/
H A Dseq_device.c43 static int snd_seq_bus_match(struct device *dev, struct device_driver *drv)

Completed in 432 milliseconds

1234567891011>>