Home
last modified time | relevance | path

Searched defs:cec_pin (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/media/cec/core/
Dcec-pin-priv.h175 struct cec_pin { struct
177 const struct cec_pin_ops *ops; argument
188 enum cec_pin_state state; argument
189 struct cec_msg tx_msg;
190 u32 tx_bit;
191 bool tx_nacked;
192 u32 tx_signal_free_time;
193 bool tx_toggle;
194 struct cec_msg rx_msg;
195 u32 rx_bit;
[all …]
/kernel/linux/linux-5.10/drivers/media/cec/core/
Dcec-pin-priv.h164 struct cec_pin { struct
166 const struct cec_pin_ops *ops; argument
177 enum cec_pin_state state; argument
178 struct cec_msg tx_msg;
179 u32 tx_bit;
180 bool tx_nacked;
181 u32 tx_signal_free_time;
182 bool tx_toggle;
183 struct cec_msg rx_msg;
184 u32 rx_bit;
[all …]