Lines Matching defs:meson_ir_protocol
132 struct meson_ir_protocol { struct
133 u8 hw_protocol;
134 bool repeat_counter_enable;
135 bool repeat_check_enable;
136 bool repeat_compare_enable;
137 bool bit_order;
138 bool bit1_match_enable;
139 bool hold_code_enable;
140 bool count_tick_mode;
141 u8 code_length;
142 u16 frame_time_max;
143 u16 leader_active_max;
144 u16 leader_active_min;
145 u16 leader_idle_max;
146 u16 leader_idle_min;
147 u16 repeat_leader_max;
148 u16 repeat_leader_min;
149 u16 bit0_max;
150 u16 bit0_min;
151 u16 bit1_max;
152 u16 bit1_min;
153 u16 duration2_max;
177 static const struct meson_ir_protocol protocol_timings[] = { argument