Home
last modified time | relevance | path

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

/device/amlogic/yukawa/hal/hdmicec/
Dhdmi_cec.c62 unsigned int prim_type = 0xff; in hdmicec_add_logical_address() local
81 prim_type = CEC_OP_PRIM_DEVTYPE_TV; in hdmicec_add_logical_address()
88 prim_type = CEC_OP_PRIM_DEVTYPE_RECORD; in hdmicec_add_logical_address()
96 prim_type = CEC_OP_PRIM_DEVTYPE_TUNER; in hdmicec_add_logical_address()
103 prim_type = CEC_OP_PRIM_DEVTYPE_PLAYBACK; in hdmicec_add_logical_address()
109 prim_type = CEC_OP_PRIM_DEVTYPE_AUDIOSYSTEM; in hdmicec_add_logical_address()
114 prim_type = CEC_OP_PRIM_DEVTYPE_PROCESSOR; in hdmicec_add_logical_address()
128 laddrs.primary_device_type[0] = prim_type; in hdmicec_add_logical_address()