Home
last modified time | relevance | path

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

/linux/drivers/media/rc/
H A Drc-main.c26 unsigned int repeat_period; member
32 .scancode_bits = 0x1f7f, .repeat_period = 114 },
34 .scancode_bits = 0x1f7f3f, .repeat_period = 114 },
36 .scancode_bits = 0x2fff, .repeat_period = 114 },
38 .scancode_bits = 0xffff, .repeat_period = 125 },
40 .scancode_bits = 0x1f007f, .repeat_period = 100 },
46 .scancode_bits = 0xffff, .repeat_period = 110 },
58 .scancode_bits = 0xffff, .repeat_period = 114 },
68 .scancode_bits = 0x1fff, .repeat_period = 125 },
726 return protocols[protocol].repeat_period; in repeat_period()
[all …]