Searched defs:cec_pin (Results 1 – 1 of 1) sorted by relevance
175 struct cec_pin { struct177 const struct cec_pin_ops *ops; argument187 enum cec_pin_state state; argument188 struct cec_msg tx_msg;189 u32 tx_bit;190 bool tx_nacked;191 u32 tx_signal_free_time;192 bool tx_toggle;193 struct cec_msg rx_msg;194 u32 rx_bit;[all …]