Searched refs:cec_fh (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/media/cec/ |
D | cec-api.c | 27 struct cec_fh *fh = filp->private_data; in cec_devnode_data() 37 struct cec_fh *fh = filp->private_data; in cec_poll() 57 const struct cec_fh *fh) in cec_is_busy() 104 static long cec_adap_s_phys_addr(struct cec_adapter *adap, struct cec_fh *fh, in cec_adap_s_phys_addr() 144 static long cec_adap_s_log_addrs(struct cec_adapter *adap, struct cec_fh *fh, in cec_adap_s_log_addrs() 173 static long cec_transmit(struct cec_adapter *adap, struct cec_fh *fh, in cec_transmit() 210 static int cec_receive_msg(struct cec_fh *fh, struct cec_msg *msg, bool block) in cec_receive_msg() 260 static long cec_receive(struct cec_adapter *adap, struct cec_fh *fh, in cec_receive() 278 static long cec_dqevent(struct cec_adapter *adap, struct cec_fh *fh, in cec_dqevent() 328 static long cec_g_mode(struct cec_adapter *adap, struct cec_fh *fh, in cec_g_mode() [all …]
|
D | cec-priv.h | 39 struct cec_fh *fh, bool block); 40 void cec_queue_event_fh(struct cec_fh *fh,
|
D | cec-adap.c | 73 void cec_queue_event_fh(struct cec_fh *fh, in cec_queue_event_fh() 136 struct cec_fh *fh; in cec_queue_event() 153 struct cec_fh *fh; in cec_queue_pin_cec_event() 170 struct cec_fh *fh; in cec_queue_pin_hpd_event() 186 struct cec_fh *fh; in cec_queue_pin_5v_event() 202 static void cec_queue_msg_fh(struct cec_fh *fh, const struct cec_msg *msg) in cec_queue_msg_fh() 259 struct cec_fh *fh; in cec_queue_msg_monitor() 277 struct cec_fh *fh; in cec_queue_msg_followers() 701 struct cec_fh *fh, bool block) in cec_transmit_msg_fh()
|
D | cec-core.c | 154 struct cec_fh *fh; in cec_devnode_unregister()
|
/Linux-v4.19/include/media/ |
D | cec.h | 62 struct cec_fh *fh; 84 struct cec_fh { struct 180 struct cec_fh *cec_follower; 181 struct cec_fh *cec_initiator;
|