Searched refs:cec_queue_pin_hpd_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 | 67 cec_queue_pin_hpd_event(cec->adap, cec->hpd_is_high, cec->hpd_ts); in cec_hpd_gpio_irq_handler_thread()
|
/kernel/linux/linux-5.10/include/media/ |
H A D | cec.h | 356 * cec_queue_pin_hpd_event() - queue a pin event with a given timestamp. 363 void cec_queue_pin_hpd_event(struct cec_adapter *adap, bool is_high, ktime_t ts);
|
/kernel/linux/linux-6.6/include/media/ |
H A D | cec.h | 380 * cec_queue_pin_hpd_event() - queue a pin event with a given timestamp. 387 void cec_queue_pin_hpd_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 | 67 cec_queue_pin_hpd_event(cec->adap, cec->hpd_is_high, cec->hpd_ts); in cec_hpd_gpio_irq_handler_thread()
|
/kernel/linux/linux-5.10/drivers/media/cec/core/ |
H A D | cec-adap.c | 190 void cec_queue_pin_hpd_event(struct cec_adapter *adap, bool is_high, ktime_t ts) in cec_queue_pin_hpd_event() function 203 EXPORT_SYMBOL_GPL(cec_queue_pin_hpd_event); variable
|
/kernel/linux/linux-6.6/drivers/media/cec/core/ |
H A D | cec-adap.c | 170 void cec_queue_pin_hpd_event(struct cec_adapter *adap, bool is_high, ktime_t ts) in cec_queue_pin_hpd_event() function 183 EXPORT_SYMBOL_GPL(cec_queue_pin_hpd_event); variable
|
Completed in 9 milliseconds