Home
last modified time | relevance | path

Searched refs:cec_pin (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/cec/core/
H A Dcec-pin.c111 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()
[all …]
H A Dcec-pin-priv.h175 struct cec_pin { struct
242 void cec_pin_start_timer(struct cec_pin *pin); argument
248 u16 cec_pin_rx_error_inj(struct cec_pin *pin);
249 u16 cec_pin_tx_error_inj(struct cec_pin *pin);
H A Dcec-pin-error-inj.c49 u16 cec_pin_rx_error_inj(struct cec_pin *pin) in cec_pin_rx_error_inj()
61 u16 cec_pin_tx_error_inj(struct cec_pin *pin) in cec_pin_tx_error_inj()
75 struct cec_pin *pin = adap->pin; in cec_pin_error_inj_parse_line()
264 struct cec_pin *pin = adap->pin; in cec_pin_error_inj_show()
/linux/include/media/
H A Dcec.h61 struct cec_pin;
289 struct cec_pin *pin;