Searched refs:las (Results 1 – 1 of 1) sorted by relevance
1137 static inline int cec_is_2nd_tv(const struct cec_log_addrs *las) in cec_is_2nd_tv() argument1143 return las->num_log_addrs && in cec_is_2nd_tv()1144 las->log_addr[0] >= CEC_LOG_ADDR_SPECIFIC && in cec_is_2nd_tv()1145 las->primary_device_type[0] == CEC_OP_PRIM_DEVTYPE_TV; in cec_is_2nd_tv()1148 static inline int cec_is_processor(const struct cec_log_addrs *las) in cec_is_processor() argument1154 return las->num_log_addrs && in cec_is_processor()1155 las->log_addr[0] >= CEC_LOG_ADDR_BACKUP_1 && in cec_is_processor()1156 las->primary_device_type[0] == CEC_OP_PRIM_DEVTYPE_PROCESSOR; in cec_is_processor()1159 static inline int cec_is_switch(const struct cec_log_addrs *las) in cec_is_switch() argument1165 return las->num_log_addrs == 1 && in cec_is_switch()[all …]