Searched refs:driver (Results 51 - 75 of 8859) sorted by path

1234567891011>>

/linux-master/drivers/input/touchscreen/
H A Djornada720_ts.c8 * based on HP Jornada 56x touchscreen driver by Alex Lange <chicken@handhelds.org>
24 MODULE_DESCRIPTION("HP Jornada 710/720/728 touchscreen driver");
135 "HP7XX Touchscreen driver", pdev);
153 .driver = {
H A Dmtouch.c3 * MicroTouch (3M) serial touchscreen driver
21 #define DRIVER_DESC "MicroTouch serial touchscreen driver"
174 * The serio driver structure.
190 .driver = {
H A Dpenmount.c3 * Penmount serial touchscreen driver
8 * Based on ELO driver (drivers/input/touchscreen/elo.c)
21 #define DRIVER_DESC "PenMount serial touchscreen driver"
289 * The serio driver structure.
305 .driver = {
H A Dtouchit213.c3 * Sahara TouchIT-213 serial touchscreen driver
7 * Based on Touchright driver (drivers/input/touchscreen/touchright.c)
21 #define DRIVER_DESC "Sahara TouchIT-213 serial touchscreen driver"
188 * The serio driver structure.
204 .driver = {
H A Dtouchright.c3 * Touchright serial touchscreen driver
7 * Based on MicroTouch driver (drivers/input/touchscreen/mtouch.c)
20 #define DRIVER_DESC "Touchright serial touchscreen driver"
148 * The serio driver structure.
164 .driver = {
H A Dtouchwin.c3 * Touchwindow serial touchscreen driver
7 * Based on MicroTouch driver (drivers/input/touchscreen/mtouch.c)
27 #define DRIVER_DESC "Touchwindow serial touchscreen driver"
155 * The serio driver structure.
171 .driver = {
H A Dtsc40.c3 * TSC-40 serial touchscreen driver. It should be compatible with
155 #define DRIVER_DESC "TSC-10/25/40 serial touchscreen driver"
158 .driver = {
/linux-master/drivers/leds/
H A Dleds-cobalt-qube.c57 .driver = {
H A Dleds-cobalt-raq.c3 * LEDs driver for the Cobalt Raq series.
100 .driver = {
H A Dleds-hp6xx.c7 * this driver is based on leds-spitz.c by Richard Purdie.
68 .driver = {
76 MODULE_DESCRIPTION("HP Jornada 6xx LED driver");
H A Dleds-ipaq-micro.c117 dev_info(&pdev->dev, "iPAQ micro notification LED driver\n");
123 .driver = {
131 MODULE_DESCRIPTION("driver for iPAQ Atmel micro leds");
H A Dleds-lp8788.c3 * TI LP8788 MFD - keyled driver
162 .driver = {
H A Dleds-menf21bmc.c5 * This is the core LED driver of the MEN 14F021P00 BMC.
100 .driver = {
108 MODULE_DESCRIPTION("MEN 14F021P00 BMC led driver");
H A Dleds-net48xx.c3 * LEDs driver for Soekris net48xx
44 .driver = {
84 MODULE_DESCRIPTION("Soekris net48xx LED driver");
H A Dleds-ot200.c2 * Bachmann ot200 leds driver.
142 .driver = {
150 MODULE_DESCRIPTION("ot200 LED driver");
H A Dleds-wrap.c3 * LEDs driver for PCEngines WRAP
89 .driver = {
128 MODULE_DESCRIPTION("PCEngines WRAP LED driver");
/linux-master/drivers/media/pci/bt8xx/
H A DMakefile2 bttv-objs := bttv-driver.o bttv-cards.o bttv-if.o \
/linux-master/drivers/media/pci/cobalt/
H A DMakefile2 cobalt-objs := cobalt-driver.o cobalt-irq.o cobalt-v4l2.o \
H A Dcobalt-alsa-main.c21 #include "cobalt-driver.h"
67 /* sc->driver is used by alsa-lib's configurator: simple, unique */
68 strscpy(sc->driver, "cobalt", sizeof(sc->driver));
110 /* (4) Set the driver ID and name strings */
121 /* (7) Set the driver data and return 0 */
/linux-master/drivers/media/pci/cx18/
H A DMakefile2 cx18-objs := cx18-driver.o cx18-cards.o cx18-i2c.o cx18-firmware.o cx18-gpio.o \
/linux-master/drivers/media/pci/ivtv/
H A DMakefile3 ivtv-driver.o ivtv-fileops.o ivtv-firmware.o \
/linux-master/drivers/media/radio/
H A Ddsbr100.c2 /* A driver for the D-Link DSB-R100 USB radio and Gemtek USB Radio 21.
5 * audio data has to be handled by a sound driver.
40 MODULE_DESCRIPTION("D-Link DSB-R100 USB FM radio driver");
168 strscpy(v->driver, "dsbr100", sizeof(v->driver));
H A Dradio-aimslab.c3 * AimsLab RadioTrack (aka RadioVeveal) driver
44 MODULE_DESCRIPTION("A driver for the RadioTrack/RadioReveal radio card.");
165 .driver = {
169 .driver = {
186 return isa_register_driver(&rtrack_driver.driver, RTRACK_MAX);
191 isa_unregister_driver(&rtrack_driver.driver);
H A Dradio-aztech.c3 * radio-aztech.c - Aztech radio card driver
33 MODULE_DESCRIPTION("A driver for the Aztech radio card.");
131 .driver = {
135 .driver = {
152 return isa_register_driver(&aztech_driver.driver, AZTECH_MAX);
157 isa_unregister_driver(&aztech_driver.driver);
H A Dradio-cadet.c2 /* radio-cadet.c - A video4linux driver for the ADS Cadet AM/FM Radio Card
50 MODULE_DESCRIPTION("A driver for the ADS Cadet AM/FM/RDS radio card.");
357 strscpy(v->driver, "ADS Cadet", sizeof(v->driver));

Completed in 472 milliseconds

1234567891011>>