Lines Matching defs:pin

111 static void cec_pin_update(struct cec_pin *pin, bool v, bool force)  in cec_pin_update()
136 static bool cec_pin_read(struct cec_pin *pin) in cec_pin_read()
144 static void cec_pin_low(struct cec_pin *pin) in cec_pin_low()
150 static bool cec_pin_high(struct cec_pin *pin) in cec_pin_high()
156 static bool rx_error_inj(struct cec_pin *pin, unsigned int mode_offset, in rx_error_inj()
190 static bool rx_nack(struct cec_pin *pin) in rx_nack()
195 static bool rx_low_drive(struct cec_pin *pin) in rx_low_drive()
201 static bool rx_add_byte(struct cec_pin *pin) in rx_add_byte()
206 static bool rx_remove_byte(struct cec_pin *pin) in rx_remove_byte()
211 static bool rx_arb_lost(struct cec_pin *pin, u8 *poll) in rx_arb_lost()
218 static bool tx_error_inj(struct cec_pin *pin, unsigned int mode_offset, in tx_error_inj()
252 static bool tx_no_eom(struct cec_pin *pin) in tx_no_eom()
257 static bool tx_early_eom(struct cec_pin *pin) in tx_early_eom()
262 static bool tx_short_bit(struct cec_pin *pin) in tx_short_bit()
268 static bool tx_long_bit(struct cec_pin *pin) in tx_long_bit()
274 static bool tx_custom_bit(struct cec_pin *pin) in tx_custom_bit()
280 static bool tx_short_start(struct cec_pin *pin) in tx_short_start()
285 static bool tx_long_start(struct cec_pin *pin) in tx_long_start()
290 static bool tx_custom_start(struct cec_pin *pin) in tx_custom_start()
296 static bool tx_last_bit(struct cec_pin *pin) in tx_last_bit()
302 static u8 tx_add_bytes(struct cec_pin *pin) in tx_add_bytes()
312 static bool tx_remove_byte(struct cec_pin *pin) in tx_remove_byte()
317 static bool tx_low_drive(struct cec_pin *pin) in tx_low_drive()
323 static void cec_pin_to_idle(struct cec_pin *pin) in cec_pin_to_idle()
370 static void cec_pin_tx_states(struct cec_pin *pin, ktime_t ts) in cec_pin_tx_states()
652 static void cec_pin_rx_states(struct cec_pin *pin, ktime_t ts) in cec_pin_rx_states()
844 struct cec_pin *pin = container_of(timer, struct cec_pin, timer); in cec_pin_timer() local
1035 struct cec_pin *pin = adap->pin; in cec_pin_thread_func() local
1133 struct cec_pin *pin = adap->pin; in cec_pin_adap_enable() local
1168 struct cec_pin *pin = adap->pin; in cec_pin_adap_log_addr() local
1177 void cec_pin_start_timer(struct cec_pin *pin) in cec_pin_start_timer()
1189 struct cec_pin *pin = adap->pin; in cec_pin_adap_transmit() local
1220 struct cec_pin *pin = adap->pin; in cec_pin_adap_status() local
1286 struct cec_pin *pin = adap->pin; in cec_pin_adap_monitor_all_enable() local
1294 struct cec_pin *pin = adap->pin; in cec_pin_adap_free() local
1307 struct cec_pin *pin = adap->pin; in cec_pin_received() local
1316 struct cec_pin *pin = adap->pin; in cec_pin_changed() local
1343 struct cec_pin *pin = kzalloc(sizeof(*pin), GFP_KERNEL); in cec_pin_allocate_adapter() local