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