Searched refs:work_rx_msg (Results 1 – 2 of 2) sorted by relevance
817 pin->work_rx_msg = pin->rx_msg; in cec_pin_rx_states()818 pin->work_rx_msg.rx_ts = ktime_to_ns(ts); in cec_pin_rx_states()1028 pin->work_rx_msg.len || in cec_pin_thread_func()1033 if (pin->work_rx_msg.len) { in cec_pin_thread_func()1034 struct cec_msg *msg = &pin->work_rx_msg; in cec_pin_thread_func()1048 ns_to_ktime(pin->work_rx_msg.rx_ts)); in cec_pin_thread_func()
199 struct cec_msg work_rx_msg; member