Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/rc/
H A Drc-main.c26 unsigned int repeat_period; member
29 [RC_PROTO_UNKNOWN] = { .name = "unknown", .repeat_period = 125 },
30 [RC_PROTO_OTHER] = { .name = "other", .repeat_period = 125 },
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 },
42 .scancode_bits = 0xff007f, .repeat_period = 100 },
44 .scancode_bits = 0x1fff7f, .repeat_period
721 static unsigned int repeat_period(int protocol) repeat_period() function
[all...]
/kernel/linux/linux-6.6/drivers/media/rc/
H A Drc-main.c26 unsigned int repeat_period; member
29 [RC_PROTO_UNKNOWN] = { .name = "unknown", .repeat_period = 125 },
30 [RC_PROTO_OTHER] = { .name = "other", .repeat_period = 125 },
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 },
42 .scancode_bits = 0xff007f, .repeat_period = 100 },
44 .scancode_bits = 0x1fff7f, .repeat_period
721 static unsigned int repeat_period(int protocol) repeat_period() function
[all...]

Completed in 3 milliseconds