Lines Matching defs:pin
112 static void cec_pin_update(struct cec_pin *pin, bool v, bool force) in cec_pin_update()
137 static bool cec_pin_read(struct cec_pin *pin) in cec_pin_read()
145 static void cec_pin_low(struct cec_pin *pin) in cec_pin_low()
151 static bool cec_pin_high(struct cec_pin *pin) in cec_pin_high()
157 static bool rx_error_inj(struct cec_pin *pin, unsigned int mode_offset, in rx_error_inj()
191 static bool rx_nack(struct cec_pin *pin) in rx_nack()
196 static bool rx_low_drive(struct cec_pin *pin) in rx_low_drive()
202 static bool rx_add_byte(struct cec_pin *pin) in rx_add_byte()
207 static bool rx_remove_byte(struct cec_pin *pin) in rx_remove_byte()
212 static bool rx_arb_lost(struct cec_pin *pin, u8 *poll) in rx_arb_lost()
219 static bool tx_error_inj(struct cec_pin *pin, unsigned int mode_offset, in tx_error_inj()
253 static bool tx_no_eom(struct cec_pin *pin) in tx_no_eom()
258 static bool tx_early_eom(struct cec_pin *pin) in tx_early_eom()
263 static bool tx_short_bit(struct cec_pin *pin) in tx_short_bit()
269 static bool tx_long_bit(struct cec_pin *pin) in tx_long_bit()
275 static bool tx_custom_bit(struct cec_pin *pin) in tx_custom_bit()
281 static bool tx_short_start(struct cec_pin *pin) in tx_short_start()
286 static bool tx_long_start(struct cec_pin *pin) in tx_long_start()
291 static bool tx_custom_start(struct cec_pin *pin) in tx_custom_start()
297 static bool tx_last_bit(struct cec_pin *pin) in tx_last_bit()
303 static u8 tx_add_bytes(struct cec_pin *pin) in tx_add_bytes()
313 static bool tx_remove_byte(struct cec_pin *pin) in tx_remove_byte()
318 static bool tx_low_drive(struct cec_pin *pin) in tx_low_drive()
324 static void cec_pin_to_idle(struct cec_pin *pin) in cec_pin_to_idle()
371 static void cec_pin_tx_states(struct cec_pin *pin, ktime_t ts) in cec_pin_tx_states()
653 static void cec_pin_rx_states(struct cec_pin *pin, ktime_t ts) in cec_pin_rx_states()
845 struct cec_pin *pin = container_of(timer, struct cec_pin, timer); in cec_pin_timer() local
1036 struct cec_pin *pin = adap->pin; in cec_pin_thread_func() local
1134 struct cec_pin *pin = adap->pin; in cec_pin_adap_enable() local
1169 struct cec_pin *pin = adap->pin; in cec_pin_adap_log_addr() local
1178 void cec_pin_start_timer(struct cec_pin *pin) in cec_pin_start_timer()
1190 struct cec_pin *pin = adap->pin; in cec_pin_adap_transmit() local
1221 struct cec_pin *pin = adap->pin; in cec_pin_adap_status() local
1287 struct cec_pin *pin = adap->pin; in cec_pin_adap_monitor_all_enable() local
1295 struct cec_pin *pin = adap->pin; in cec_pin_adap_free() local
1308 struct cec_pin *pin = adap->pin; in cec_pin_received() local
1317 struct cec_pin *pin = adap->pin; in cec_pin_changed() local
1344 struct cec_pin *pin = kzalloc(sizeof(*pin), GFP_KERNEL); in cec_pin_allocate_adapter() local