Searched refs:is_ack_bit (Results 1 – 1 of 1) sorted by relevance
373 bool is_ack_bit, ack; in cec_pin_tx_states() local541 is_ack_bit = pin->tx_bit % 10 == ACK_BIT; in cec_pin_tx_states()542 if (v && (pin->tx_bit < 4 || is_ack_bit)) { in cec_pin_tx_states()544 } else if (!is_ack_bit && tx_short_bit(pin)) { in cec_pin_tx_states()548 } else if (!is_ack_bit && tx_long_bit(pin)) { in cec_pin_tx_states()567 is_ack_bit = pin->tx_bit % 10 == ACK_BIT; in cec_pin_tx_states()576 if (!v && !is_ack_bit && !pin->tx_generated_poll) { in cec_pin_tx_states()593 if (!is_ack_bit && tx_short_bit(pin)) { in cec_pin_tx_states()596 } else if (!is_ack_bit && tx_long_bit(pin)) { in cec_pin_tx_states()600 if (!is_ack_bit) in cec_pin_tx_states()