Searched refs:cec_fh (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/media/cec/core/ |
H A 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() 121 static long cec_adap_s_phys_addr(struct cec_adapter *adap, struct cec_fh *fh, in cec_adap_s_phys_addr() 167 static long cec_adap_s_log_addrs(struct cec_adapter *adap, struct cec_fh *fh, in cec_adap_s_log_addrs() 211 static long cec_transmit(struct cec_adapter *adap, struct cec_fh *fh, in cec_transmit() 240 static int cec_receive_msg(struct cec_fh *fh, struct cec_msg *msg, bool block) in cec_receive_msg() 290 static long cec_receive(struct cec_adapter *adap, struct cec_fh *fh, in cec_receive() 308 static long cec_dqevent(struct cec_adapter *adap, struct cec_fh *fh, in cec_dqevent() 358 static long cec_g_mode(struct cec_adapter *adap, struct cec_fh *fh, in cec_g_mode() [all …]
|
H A D | cec-priv.h | 53 struct cec_fh *fh, bool block); 54 void cec_queue_event_fh(struct cec_fh *fh,
|
/linux/include/media/ |
H A D | cec.h | 32 * @fhs: the list of open filehandles (cec_fh) 70 struct cec_fh *fh; 91 struct cec_fh { 273 struct cec_fh *cec_follower; 274 struct cec_fh *cec_initiator; 92 struct cec_fh { global() struct 93 listcec_fh global() argument 94 xfer_listcec_fh global() argument 95 adapcec_fh global() argument 96 mode_initiatorcec_fh global() argument 97 mode_followercec_fh global() argument 100 waitcec_fh global() argument 101 lockcec_fh global() argument 102 eventscec_fh global() argument 103 queued_eventscec_fh global() argument 104 total_queued_eventscec_fh global() argument 105 core_eventscec_fh global() argument 106 msgscec_fh global() argument 107 queued_msgscec_fh global() argument
|