[go: nahoru, domu]

Searched refs:rc_type (Results 1 - 25 of 130) sorted by relevance

123456

/drivers/media/rc/keymaps/
H A Drc-lirc.c23 .rc_type = RC_TYPE_LIRC,
H A Drc-alink-dtu-m.c50 .rc_type = RC_TYPE_NEC,
H A Drc-evga-indtube.c43 .rc_type = RC_TYPE_UNKNOWN, /* Legacy IR type */
H A Drc-msi-digivox-ii.c49 .rc_type = RC_TYPE_NEC,
H A Drc-reddo.c67 .rc_type = RC_TYPE_NEC,
H A Drc-terratec-slim-2.c54 .rc_type = RC_TYPE_NEC,
H A Drc-adstech-dvb-t-pci.c71 .rc_type = RC_TYPE_UNKNOWN, /* Legacy IR type */
H A Drc-anysee.c75 .rc_type = RC_TYPE_NEC,
H A Drc-apac-viewcomp.c62 .rc_type = RC_TYPE_UNKNOWN, /* Legacy IR type */
H A Drc-asus-pc39.c73 .rc_type = RC_TYPE_RC5,
H A Drc-asus-ps3-100.c72 .rc_type = RC_TYPE_RC5,
H A Drc-ati-tv-wonder-hd-600.c51 .rc_type = RC_TYPE_UNKNOWN, /* Legacy IR type */
H A Drc-avermedia-a16d.c57 .rc_type = RC_TYPE_UNKNOWN, /* Legacy IR type */
H A Drc-avermedia-dvbt.c60 .rc_type = RC_TYPE_UNKNOWN, /* Legacy IR type */
H A Drc-avermedia-m733a-rm-k6.c77 .rc_type = RC_TYPE_NEC,
H A Drc-avermedia-rm-ks.c61 .rc_type = RC_TYPE_NEC,
H A Drc-avermedia.c68 .rc_type = RC_TYPE_UNKNOWN, /* Legacy IR type */
H A Drc-avertv-303.c67 .rc_type = RC_TYPE_UNKNOWN, /* Legacy IR type */
H A Drc-behold-columbus.c90 .rc_type = RC_TYPE_UNKNOWN, /* Legacy IR type */
H A Drc-behold.c123 .rc_type = RC_TYPE_NEC,
/drivers/media/i2c/
H A Dir-kbd-i2c.c65 static int get_key_haup_common(struct IR_i2c *ir, enum rc_type *protocol,
107 static int get_key_haup(struct IR_i2c *ir, enum rc_type *protocol,
113 static int get_key_haup_xvr(struct IR_i2c *ir, enum rc_type *protocol,
132 static int get_key_pixelview(struct IR_i2c *ir, enum rc_type *protocol,
149 static int get_key_fusionhdtv(struct IR_i2c *ir, enum rc_type *protocol,
174 static int get_key_knc1(struct IR_i2c *ir, enum rc_type *protocol,
204 static int get_key_avermedia_cardbus(struct IR_i2c *ir, enum rc_type *protocol,
251 enum rc_type protocol;
292 u64 rc_type = RC_BIT_UNKNOWN; local
311 rc_type
[all...]
/drivers/media/usb/em28xx/
H A Dem28xx-input.c57 enum rc_type protocol;
72 u64 rc_type; member in struct:em28xx_IR
76 int (*get_key_i2c)(struct i2c_client *ir, enum rc_type *protocol, u32 *scancode);
85 enum rc_type *protocol, u32 *scancode)
109 enum rc_type *protocol, u32 *scancode)
139 enum rc_type *protocol, u32 *scancode)
157 enum rc_type *protocol, u32 *scancode)
209 switch (ir->rc_type) {
254 switch (ir->rc_type) {
297 enum rc_type protoco
382 em2860_ir_change_protocol(struct rc_dev *rc_dev, u64 *rc_type) argument
410 em2874_ir_change_protocol(struct rc_dev *rc_dev, u64 *rc_type) argument
445 em28xx_ir_change_protocol(struct rc_dev *rc_dev, u64 *rc_type) argument
683 u64 rc_type; local
[all...]
/drivers/media/usb/tm6000/
H A Dtm6000-input.c74 u64 rc_type; member in struct:tm6000_IR
111 switch (ir->rc_type) {
125 if (ir->rc_type == RC_BIT_NEC)
130 (ir->rc_type == RC_BIT_NEC) ? "NEC" : "RC-5",
170 enum rc_type protocol;
177 switch (ir->rc_type) {
319 static int tm6000_ir_change_protocol(struct rc_dev *rc, u64 *rc_type) argument
328 if ((rc->rc_map.scan) && (*rc_type == RC_BIT_NEC))
331 ir->rc_type = *rc_type;
420 u64 rc_type; local
[all...]
/drivers/media/rc/img-ir/
H A Dimg-ir-jvc.c15 static int img_ir_jvc_scancode(int len, u64 raw, enum rc_type *protocol,
H A Dimg-ir-sharp.c15 static int img_ir_sharp_scancode(int len, u64 raw, enum rc_type *protocol,

Completed in 145 milliseconds

123456