Searched refs:driver_type (Results 1 - 25 of 28) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/pcmcia/ipwireless/
H A Dsetup_protocol.h73 /* Driver type - for use in tl_setup_info_msg.driver_type */
85 unsigned char driver_type; member in struct:tl_setup_info_msg
H A Dhardware.c1479 info_packet->body.driver_type = NDISWAN_DRIVER;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/pcmcia/ipwireless/
H A Dsetup_protocol.h73 /* Driver type - for use in tl_setup_info_msg.driver_type */
85 unsigned char driver_type; member in struct:tl_setup_info_msg
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/cx23885/
H A Dcx23885-input.c252 enum rc_driver_type driver_type; local
269 driver_type = RC_DRIVER_IR_RAW;
276 driver_type = RC_DRIVER_IR_RAW;
319 props->driver_type = driver_type;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/cx23885/
H A Dcx23885-input.c252 enum rc_driver_type driver_type; local
269 driver_type = RC_DRIVER_IR_RAW;
276 driver_type = RC_DRIVER_IR_RAW;
319 props->driver_type = driver_type;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/dvb/siano/
H A Dsmsir.c84 coredev->ir.props.driver_type = RC_DRIVER_IR_RAW;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/dvb/siano/
H A Dsmsir.c84 coredev->ir.props.driver_type = RC_DRIVER_IR_RAW;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/IR/
H A Dir-sysfs.c70 if (ir_dev->props && ir_dev->props->driver_type == RC_DRIVER_SCANCODE) {
125 if (ir_dev->props && ir_dev->props->driver_type == RC_DRIVER_SCANCODE)
193 if (ir_dev->props && ir_dev->props->driver_type == RC_DRIVER_SCANCODE) {
H A Dir-keytable.c501 if (ir_dev->props->driver_type == RC_DRIVER_IR_RAW) {
509 (ir_dev->props && ir_dev->props->driver_type == RC_DRIVER_IR_RAW) ?
551 if (ir_dev->props->driver_type == RC_DRIVER_IR_RAW)
H A Dstreamzap.c436 props->driver_type = RC_DRIVER_IR_RAW;
H A Dene_ir.c825 ir_props->driver_type = RC_DRIVER_IR_RAW;
H A Dmceusb.c888 props->driver_type = RC_DRIVER_IR_RAW;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/IR/
H A Dir-sysfs.c70 if (ir_dev->props && ir_dev->props->driver_type == RC_DRIVER_SCANCODE) {
125 if (ir_dev->props && ir_dev->props->driver_type == RC_DRIVER_SCANCODE)
193 if (ir_dev->props && ir_dev->props->driver_type == RC_DRIVER_SCANCODE) {
H A Dir-keytable.c501 if (ir_dev->props->driver_type == RC_DRIVER_IR_RAW) {
509 (ir_dev->props && ir_dev->props->driver_type == RC_DRIVER_IR_RAW) ?
551 if (ir_dev->props->driver_type == RC_DRIVER_IR_RAW)
H A Dstreamzap.c436 props->driver_type = RC_DRIVER_IR_RAW;
H A Dene_ir.c825 ir_props->driver_type = RC_DRIVER_IR_RAW;
H A Dmceusb.c888 props->driver_type = RC_DRIVER_IR_RAW;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/pci/hda/
H A Dhda_intel.c391 int driver_type; member in struct:azx
568 if (chip->driver_type == AZX_DRIVER_CTX)
1059 switch (chip->driver_type) {
1145 if (chip->driver_type == AZX_DRIVER_CTX)
1410 if (chip->driver_type == AZX_DRIVER_NVIDIA)
1414 max_slots = azx_max_codecs[chip->driver_type];
1697 if (chip->driver_type == AZX_DRIVER_CTX &&
2330 switch (chip->driver_type) {
2428 if (chip->driver_type == AZX_DRIVER_NVIDIA) {
2439 int dev, int driver_type,
2438 azx_create(struct snd_card *card, struct pci_dev *pci, int dev, int driver_type, struct azx **rchip) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/pci/hda/
H A Dhda_intel.c391 int driver_type; member in struct:azx
568 if (chip->driver_type == AZX_DRIVER_CTX)
1059 switch (chip->driver_type) {
1145 if (chip->driver_type == AZX_DRIVER_CTX)
1410 if (chip->driver_type == AZX_DRIVER_NVIDIA)
1414 max_slots = azx_max_codecs[chip->driver_type];
1697 if (chip->driver_type == AZX_DRIVER_CTX &&
2330 switch (chip->driver_type) {
2428 if (chip->driver_type == AZX_DRIVER_NVIDIA) {
2439 int dev, int driver_type,
2438 azx_create(struct snd_card *card, struct pci_dev *pci, int dev, int driver_type, struct azx **rchip) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/media/
H A Dir-core.h36 * @driver_type: specifies if the driver or hardware have already a decoder,
65 enum rc_driver_type driver_type; member in struct:ir_dev_props
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/media/
H A Dir-core.h36 * @driver_type: specifies if the driver or hardware have already a decoder,
65 enum rc_driver_type driver_type; member in struct:ir_dev_props
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/tm6000/
H A Dtm6000-input.c283 ir->props.driver_type = RC_DRIVER_SCANCODE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/tm6000/
H A Dtm6000-input.c283 ir->props.driver_type = RC_DRIVER_SCANCODE;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/saa7134/
H A Dsaa7134-input.c856 ir->props.driver_type = RC_DRIVER_IR_RAW;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/saa7134/
H A Dsaa7134-input.c856 ir->props.driver_type = RC_DRIVER_IR_RAW;

Completed in 301 milliseconds

12