Lines Matching refs:phys_addr
320 ev.state_change.phys_addr = adap->phys_addr; in cec_post_state_event()
809 msg->msg[2] = adap->phys_addr >> 8; in cec_transmit_msg_fh()
810 msg->msg[3] = adap->phys_addr & 0xff; in cec_transmit_msg_fh()
1275 if (adap->phys_addr == CEC_PHYS_ADDR_INVALID) in cec_config_log_addr()
1329 adap->phys_addr != CEC_PHYS_ADDR_INVALID) in cec_adap_unconfigure()
1398 cec_phys_addr_exp(adap->phys_addr), las->num_log_addrs); in cec_config_thread_func()
1414 if (adap->phys_addr && type == CEC_LOG_ADDR_TYPE_TV) in cec_config_thread_func()
1500 cec_msg_report_physical_addr(&msg, adap->phys_addr, in cec_config_thread_func()
1504 cec_phys_addr_exp(adap->phys_addr)); in cec_config_thread_func()
1560 void __cec_s_phys_addr(struct cec_adapter *adap, u16 phys_addr, bool block) in __cec_s_phys_addr() argument
1562 if (phys_addr == adap->phys_addr) in __cec_s_phys_addr()
1564 if (phys_addr != CEC_PHYS_ADDR_INVALID && adap->devnode.unregistered) in __cec_s_phys_addr()
1568 cec_phys_addr_exp(phys_addr)); in __cec_s_phys_addr()
1569 if (phys_addr == CEC_PHYS_ADDR_INVALID || in __cec_s_phys_addr()
1570 adap->phys_addr != CEC_PHYS_ADDR_INVALID) { in __cec_s_phys_addr()
1571 adap->phys_addr = CEC_PHYS_ADDR_INVALID; in __cec_s_phys_addr()
1584 if (phys_addr == CEC_PHYS_ADDR_INVALID) in __cec_s_phys_addr()
1607 adap->phys_addr = phys_addr; in __cec_s_phys_addr()
1613 void cec_s_phys_addr(struct cec_adapter *adap, u16 phys_addr, bool block) in cec_s_phys_addr() argument
1619 __cec_s_phys_addr(adap, phys_addr, block); in cec_s_phys_addr()
1812 if (adap->phys_addr != CEC_PHYS_ADDR_INVALID) in __cec_s_log_addrs()
2051 cec_msg_report_physical_addr(&tx_cec_msg, adap->phys_addr, devtype); in cec_receive_notify()
2166 cec_phys_addr_exp(adap->phys_addr)); in cec_adap_status()