Searched defs:cec_pin (Results 1 – 1 of 1) sorted by relevance
164 struct cec_pin { struct166 const struct cec_pin_ops *ops; argument177 enum cec_pin_state state; argument178 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 …]