Home
last modified time | relevance | path

Searched refs:la_idx (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/media/cec/core/
Dcec-adap.c28 unsigned int la_idx);
1896 unsigned int la_idx) in cec_fill_msg_report_features() argument
1899 const u8 *features = las->features[la_idx]; in cec_fill_msg_report_features()
1904 msg->msg[0] = (las->log_addr[la_idx] << 4) | 0x0f; in cec_fill_msg_report_features()
1908 msg->msg[3] = las->all_device_types[la_idx]; in cec_fill_msg_report_features()
1967 int la_idx = cec_log_addr2idx(adap, dest_laddr); in cec_receive_notify() local
2137 cec_fill_msg_report_features(adap, &tx_cec_msg, la_idx); in cec_receive_notify()