Searched refs:work_rx_msg (Results 1 – 2 of 2) sorted by relevance
818 pin->work_rx_msg = pin->rx_msg; in cec_pin_rx_states()819 pin->work_rx_msg.rx_ts = ktime_to_ns(ts); in cec_pin_rx_states()1041 pin->work_rx_msg.len || in cec_pin_thread_func()1049 if (pin->work_rx_msg.len) { in cec_pin_thread_func()1050 struct cec_msg *msg = &pin->work_rx_msg; in cec_pin_thread_func()1064 ns_to_ktime(pin->work_rx_msg.rx_ts)); in cec_pin_thread_func()
209 struct cec_msg work_rx_msg; member