Searched refs:repeat_period (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/media/rc/ |
D | rc-main.c | 26 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 = 100 }, [all …]
|