Searched refs:mask_keydown (Results 1 – 6 of 6) sorted by relevance
83 if ((ir->mask_keydown && (0 != (gpio & ir->mask_keydown))) || in build_key()92 if ((ir->mask_keydown && (0 != (gpio & ir->mask_keydown))) || in build_key()510 u32 mask_keydown = 0; in saa7134_input_init1() local530 mask_keydown = 0x0040000; in saa7134_input_init1()568 mask_keydown = 0x000010; in saa7134_input_init1()590 mask_keydown = 0x000400; in saa7134_input_init1()597 mask_keydown = 0x000400; in saa7134_input_init1()649 mask_keydown = 0x000010; in saa7134_input_init1()720 mask_keydown = 0xf00000; in saa7134_input_init1()737 mask_keydown = 0x040000; in saa7134_input_init1()[all …]
570 if (dev->remote->mask_keydown & 0x10000) { in saa7134_irq()588 if ((dev->remote->mask_keydown & 0x40000) || in saa7134_irq()712 if (dev->remote->mask_keydown & 0x10000) in saa7134_hw_enable2()715 if (dev->remote->mask_keydown & 0x40000) in saa7134_hw_enable2()
120 u32 mask_keycode, mask_keydown, mask_keyup; member
58 (gpio & ir->mask_keydown) ? " down" : "", in ir_handle_key()61 if ((ir->mask_keydown && (gpio & ir->mask_keydown)) || in ir_handle_key()431 ir->mask_keydown = 0x010000; in bttv_input_init()439 ir->mask_keydown = 0x000020; in bttv_input_init()466 ir->mask_keydown = 0x00200000; in bttv_input_init()524 bttv_gpio_inout(&btv->c, ir->mask_keycode | ir->mask_keydown, 0); in bttv_input_init()
120 u32 mask_keydown; member339 u32 mask_keydown; member
44 u32 mask_keydown; member118 (gpio & ir->mask_keydown) ? " down" : "", in cx88_ir_handle_key()145 } else if (ir->mask_keydown) { in cx88_ir_handle_key()147 if (gpio & ir->mask_keydown) in cx88_ir_handle_key()333 ir->mask_keydown = 0x02; in cx88_ir_init()386 ir->mask_keydown = 0x02; in cx88_ir_init()
Completed in 16 milliseconds