Home
last modified time | relevance | path

Searched refs:tx_byte_idx (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/cec/core/
H A Dcec-pin.c513 unsigned int tx_byte_idx = pin->tx_bit / 10; in cec_pin_tx_states() local
515 v = !pin->tx_post_eom && tx_byte_idx == tot_len - 1; in cec_pin_tx_states()
516 if (tot_len > 1 && tx_byte_idx == tot_len - 2 && in cec_pin_tx_states()
/kernel/linux/linux-6.6/drivers/media/cec/core/
H A Dcec-pin.c513 unsigned int tx_byte_idx = pin->tx_bit / 10; in cec_pin_tx_states() local
515 v = !pin->tx_post_eom && tx_byte_idx == tot_len - 1; in cec_pin_tx_states()
516 if (tot_len > 1 && tx_byte_idx == tot_len - 2 && in cec_pin_tx_states()

Completed in 6 milliseconds