Home
last modified time | relevance | path

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

/linux-4.19.296/include/uapi/linux/
Dcec.h1007 static inline int cec_is_2nd_tv(const struct cec_log_addrs *las) in cec_is_2nd_tv() argument
1013 return las->num_log_addrs && in cec_is_2nd_tv()
1014 las->log_addr[0] >= CEC_LOG_ADDR_SPECIFIC && in cec_is_2nd_tv()
1015 las->primary_device_type[0] == CEC_OP_PRIM_DEVTYPE_TV; in cec_is_2nd_tv()
1018 static inline int cec_is_processor(const struct cec_log_addrs *las) in cec_is_processor() argument
1024 return las->num_log_addrs && in cec_is_processor()
1025 las->log_addr[0] >= CEC_LOG_ADDR_BACKUP_1 && in cec_is_processor()
1026 las->primary_device_type[0] == CEC_OP_PRIM_DEVTYPE_PROCESSOR; in cec_is_processor()
1029 static inline int cec_is_switch(const struct cec_log_addrs *las) in cec_is_switch() argument
1035 return las->num_log_addrs == 1 && in cec_is_switch()
[all …]