Searched refs:cec_queue_event_fh (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/media/cec/core/ |
H A D | cec-priv.h | 56 void cec_queue_event_fh(struct cec_fh *fh,
|
H A D | cec-api.c | 483 cec_queue_event_fh(fh, &ev, 0); in cec_s_mode() 596 cec_queue_event_fh(fh, &ev, 0); in cec_open() 604 cec_queue_event_fh(fh, &ev, 0); in cec_open() 613 cec_queue_event_fh(fh, &ev, 0); in cec_open()
|
H A D | cec-adap.c | 78 void cec_queue_event_fh(struct cec_fh *fh, in cec_queue_event_fh() function 145 cec_queue_event_fh(fh, ev, ts); in cec_queue_event() 163 cec_queue_event_fh(fh, &ev, ktime_to_ns(ts)); in cec_queue_pin_cec_event() 180 cec_queue_event_fh(fh, &ev, ktime_to_ns(ts)); in cec_queue_pin_hpd_event() 196 cec_queue_event_fh(fh, &ev, ktime_to_ns(ts)); in cec_queue_pin_5v_event() 248 cec_queue_event_fh(fh, &ev_lost_msgs, ktime_get_ns()); in cec_queue_msg_fh()
|