Searched refs:cec_data (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/media/ |
H A D | cec.h | 53 struct cec_data; 57 struct cec_data { struct 211 struct cec_data *transmitting;
|
/kernel/linux/linux-6.6/include/media/ |
H A D | cec.h | 60 struct cec_data; 64 struct cec_data { struct 231 struct cec_data *transmitting;
|
/kernel/linux/linux-5.10/drivers/media/cec/core/ |
H A D | cec-adap.c | 334 static void cec_data_completed(struct cec_data *data) in cec_data_completed() 372 static void cec_data_cancel(struct cec_data *data, u8 tx_status) in cec_data_cancel() 411 struct cec_data *data, *n; in cec_flush() 419 struct cec_data, list); in cec_flush() 464 struct cec_data *data; in cec_thread_func() 536 struct cec_data, list); in cec_thread_func() 597 struct cec_data *data; in cec_transmit_done_ts() 722 struct cec_data *data = container_of(work, struct cec_data, work.work); in cec_wait_timeout() 751 struct cec_data *dat in cec_transmit_msg_fh() [all...] |
H A D | cec-api.c | 667 struct cec_data *data = in cec_release() 668 list_first_entry(&fh->xfer_list, struct cec_data, xfer_list); in cec_release()
|
/kernel/linux/linux-6.6/drivers/media/cec/core/ |
H A D | cec-adap.c | 314 static void cec_data_completed(struct cec_data *data) in cec_data_completed() 352 static void cec_data_cancel(struct cec_data *data, u8 tx_status, u8 rx_status) in cec_data_cancel() 401 struct cec_data *data, *n; in cec_flush() 409 struct cec_data, list); in cec_flush() 454 struct cec_data *data; in cec_thread_func() 527 struct cec_data, list); in cec_thread_func() 589 struct cec_data *data; in cec_transmit_done_ts() 718 struct cec_data *data = container_of(work, struct cec_data, work.work); in cec_wait_timeout() 745 struct cec_data *dat in cec_transmit_msg_fh() [all...] |
H A D | cec-api.c | 659 struct cec_data *data = in cec_release() 660 list_first_entry(&fh->xfer_list, struct cec_data, xfer_list); in cec_release()
|
Completed in 7 milliseconds