Searched refs:is_ack_bit (Results 1 – 1 of 1) sorted by relevance
401 bool is_ack_bit, ack; in cec_pin_tx_states() local569 is_ack_bit = pin->tx_bit % 10 == ACK_BIT; in cec_pin_tx_states()570 if (v && (pin->tx_bit < 4 || is_ack_bit)) { in cec_pin_tx_states()572 } else if (!is_ack_bit && tx_short_bit(pin)) { in cec_pin_tx_states()576 } else if (!is_ack_bit && tx_long_bit(pin)) { in cec_pin_tx_states()595 is_ack_bit = pin->tx_bit % 10 == ACK_BIT; in cec_pin_tx_states()604 if (!v && !is_ack_bit && !pin->tx_generated_poll) { in cec_pin_tx_states()621 if (!is_ack_bit && tx_short_bit(pin)) { in cec_pin_tx_states()624 } else if (!is_ack_bit && tx_long_bit(pin)) { in cec_pin_tx_states()628 if (!is_ack_bit) in cec_pin_tx_states()