Lines Matching refs:repeat_period

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 },
46 .scancode_bits = 0xffff, .repeat_period = 110 },
48 .scancode_bits = 0xffffff, .repeat_period = 110 },
50 .scancode_bits = 0xffffffff, .repeat_period = 110 },
52 .scancode_bits = 0x1fffff, .repeat_period = 125 },
54 .scancode_bits = 0xffffff, .repeat_period = 100 },
56 .scancode_bits = 0x1fffff, .repeat_period = 100 },
58 .scancode_bits = 0xffff, .repeat_period = 114 },
60 .scancode_bits = 0xfffff, .repeat_period = 114 },
62 .scancode_bits = 0xffffff, .repeat_period = 114 },
64 .scancode_bits = 0xffffffff, .repeat_period = 114 },
66 .scancode_bits = 0xffff7fff, .repeat_period = 114 },
68 .scancode_bits = 0x1fff, .repeat_period = 125 },
69 [RC_PROTO_XMP] = { .name = "xmp", .repeat_period = 125 },
70 [RC_PROTO_CEC] = { .name = "cec", .repeat_period = 0 },
72 .scancode_bits = 0x7fffffff, .repeat_period = 114 },
74 .scancode_bits = 0x00000fff, .repeat_period = 114 },
76 .scancode_bits = 0x00ffffff, .repeat_period = 114 },
78 .scancode_bits = 0xffffffff, .repeat_period = 114 },
79 [RC_PROTO_XBOX_DVD] = { .name = "xbox-dvd", .repeat_period = 64 },
721 static unsigned int repeat_period(int protocol) in repeat_period() function
726 return protocols[protocol].repeat_period; in repeat_period()
741 msecs_to_jiffies(repeat_period(dev->last_protocol)); in rc_repeat()
860 msecs_to_jiffies(repeat_period(protocol)); in rc_keydown()