Searched refs:cec_queue_pin_5v_event (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/cec/platform/cec-gpio/ |
H A D | cec-gpio.c | 88 cec_queue_pin_5v_event(cec->adap, cec->v5_is_high, cec->v5_ts); in cec_5v_gpio_irq_handler_thread()
|
/kernel/linux/linux-5.10/include/media/ |
H A D | cec.h | 366 * cec_queue_pin_5v_event() - queue a pin event with a given timestamp. 373 void cec_queue_pin_5v_event(struct cec_adapter *adap, bool is_high, ktime_t ts);
|
/kernel/linux/linux-6.6/include/media/ |
H A D | cec.h | 390 * cec_queue_pin_5v_event() - queue a pin event with a given timestamp. 397 void cec_queue_pin_5v_event(struct cec_adapter *adap, bool is_high, ktime_t ts);
|
/kernel/linux/linux-6.6/drivers/media/cec/platform/cec-gpio/ |
H A D | cec-gpio.c | 88 cec_queue_pin_5v_event(cec->adap, cec->v5_is_high, cec->v5_ts); in cec_5v_gpio_irq_handler_thread()
|
/kernel/linux/linux-5.10/drivers/media/cec/core/ |
H A D | cec-adap.c | 206 void cec_queue_pin_5v_event(struct cec_adapter *adap, bool is_high, ktime_t ts) in cec_queue_pin_5v_event() function 219 EXPORT_SYMBOL_GPL(cec_queue_pin_5v_event); variable
|
/kernel/linux/linux-6.6/drivers/media/cec/core/ |
H A D | cec-adap.c | 186 void cec_queue_pin_5v_event(struct cec_adapter *adap, bool is_high, ktime_t ts) in cec_queue_pin_5v_event() function 199 EXPORT_SYMBOL_GPL(cec_queue_pin_5v_event); variable
|
Completed in 9 milliseconds