Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-cec.c33 cec_has_log_addr(dev->cec_rx_adap, dest)) in find_dest_adap()
41 if (cec_has_log_addr(dev->cec_tx_adap[i], dest)) in find_dest_adap()
/openbmc/linux/drivers/media/cec/core/
H A Dcec-adap.c823 if (cec_has_log_addr(adap, cec_msg_destination(msg))) { in cec_transmit_msg_fh()
843 cec_has_log_addr(adap, cec_msg_destination(msg))) { in cec_transmit_msg_fh()
849 !cec_has_log_addr(adap, cec_msg_initiator(msg))) { in cec_transmit_msg_fh()
1088 cec_has_log_addr(adap, msg_init)) in cec_received_msg_ts()
1111 valid_la = cec_has_log_addr(adap, msg_dest); in cec_received_msg_ts()
1267 if (cec_has_log_addr(adap, log_addr)) in cec_config_log_addr()
/openbmc/linux/include/media/
H A Dcec.h287 static inline bool cec_has_log_addr(const struct cec_adapter *adap, u8 log_addr) in cec_has_log_addr() function