Home
last modified time | relevance | path

Searched refs:mask_keycode (Results 1 – 5 of 5) sorted by relevance

/drivers/media/pci/saa7134/
Dsaa7134-input.c77 data = ir_extract_bits(gpio, ir->mask_keycode); in build_key()
79 gpio, ir->mask_keycode, data); in build_key()
83 if (data == ir->mask_keycode) in build_key()
584 u32 mask_keycode = 0; in saa7134_input_init1() local
604 mask_keycode = 0xEC00000; in saa7134_input_init1()
611 mask_keycode = 0x00003f; in saa7134_input_init1()
617 mask_keycode = 0x00017c; in saa7134_input_init1()
624 mask_keycode = 0x00001F; in saa7134_input_init1()
641 mask_keycode = 0x0007C8; in saa7134_input_init1()
650 mask_keycode = 0xffff; in saa7134_input_init1()
[all …]
Dsaa7134.h134 u32 mask_keycode, mask_keydown, mask_keyup; member
/drivers/media/pci/cx88/
Dcx88-input.c55 u32 mask_keycode; member
121 data = ir_extract_bits(gpio, ir->mask_keycode); in cx88_ir_handle_key()
287 ir->mask_keycode = 0x1f; in cx88_ir_init()
316 ir->mask_keycode = 0x8f8; in cx88_ir_init()
327 ir->mask_keycode = 0x8f8; in cx88_ir_init()
334 ir->mask_keycode = 0xfd; in cx88_ir_init()
358 ir->mask_keycode = 0x3f; in cx88_ir_init()
365 ir->mask_keycode = 0x1f; in cx88_ir_init()
372 ir->mask_keycode = 0xbf; in cx88_ir_init()
379 ir->mask_keycode = 0x1f; in cx88_ir_init()
[all …]
/drivers/media/pci/bt8xx/
Dbttv-input.c67 data = ir_extract_bits(gpio, ir->mask_keycode); in ir_handle_key()
96 data = ir_extract_bits(gpio, ir->mask_keycode); in ir_enltv_handle_key()
442 ir->mask_keycode = 0xf88000; in bttv_input_init()
450 ir->mask_keycode = 0x0f00c0; in bttv_input_init()
457 ir->mask_keycode = 0x003e00; in bttv_input_init()
465 ir->mask_keycode = 0x001f00; in bttv_input_init()
472 ir->mask_keycode = 0x1f8; in bttv_input_init()
477 ir->mask_keycode = 0x0008e000; in bttv_input_init()
482 ir->mask_keycode = 0x001f00; in bttv_input_init()
491 ir->mask_keycode = 0x001F00; in bttv_input_init()
[all …]
Dbttvp.h130 u32 mask_keycode; member
349 u32 mask_keycode; member