Searched refs:la_idx (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/cec/core/ |
H A D | cec-adap.c | 28 unsigned int la_idx); 1834 unsigned int la_idx) in cec_fill_msg_report_features() 1837 const u8 *features = las->features[la_idx]; in cec_fill_msg_report_features() 1842 msg->msg[0] = (las->log_addr[la_idx] << 4) | 0x0f; in cec_fill_msg_report_features() 1846 msg->msg[3] = las->all_device_types[la_idx]; in cec_fill_msg_report_features() 1905 int la_idx = cec_log_addr2idx(adap, dest_laddr); in cec_receive_notify() local 2076 cec_fill_msg_report_features(adap, &tx_cec_msg, la_idx); in cec_receive_notify() 1832 cec_fill_msg_report_features(struct cec_adapter *adap, struct cec_msg *msg, unsigned int la_idx) cec_fill_msg_report_features() argument
|
/kernel/linux/linux-6.6/drivers/media/cec/core/ |
H A D | cec-adap.c | 28 unsigned int la_idx); 1907 unsigned int la_idx) in cec_fill_msg_report_features() 1910 const u8 *features = las->features[la_idx]; in cec_fill_msg_report_features() 1915 msg->msg[0] = (las->log_addr[la_idx] << 4) | 0x0f; in cec_fill_msg_report_features() 1919 msg->msg[3] = las->all_device_types[la_idx]; in cec_fill_msg_report_features() 1978 int la_idx = cec_log_addr2idx(adap, dest_laddr); in cec_receive_notify() local 2148 cec_fill_msg_report_features(adap, &tx_cec_msg, la_idx); in cec_receive_notify() 1905 cec_fill_msg_report_features(struct cec_adapter *adap, struct cec_msg *msg, unsigned int la_idx) cec_fill_msg_report_features() argument
|
Completed in 5 milliseconds