Searched refs:cec_has_log_addr (Results 1 – 3 of 3) sorted by relevance
33 cec_has_log_addr(dev->cec_rx_adap, dest)) in find_dest_adap()58 if (cec_has_log_addr(dev_tx->cec_tx_adap[hdmi_output], dest)) in find_dest_adap()
859 if (cec_has_log_addr(adap, cec_msg_destination(msg))) { in cec_transmit_msg_fh()879 cec_has_log_addr(adap, cec_msg_destination(msg))) { in cec_transmit_msg_fh()885 !cec_has_log_addr(adap, cec_msg_initiator(msg))) { in cec_transmit_msg_fh()1133 cec_has_log_addr(adap, msg_init)) in cec_received_msg_ts()1156 valid_la = cec_has_log_addr(adap, msg_dest); in cec_received_msg_ts()1314 if (cec_has_log_addr(adap, log_addr)) in cec_config_log_addr()
337 static inline bool cec_has_log_addr(const struct cec_adapter *adap, u8 log_addr) in cec_has_log_addr() function