Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/vivid/
Dvivid-cec.c237 switch (cec_msg_opcode(msg)) { in vivid_received()
256 cec_msg_feature_abort(&reply, cec_msg_opcode(msg), in vivid_received()
/Linux-v4.19/include/uapi/linux/
Dcec.h96 static inline int cec_msg_opcode(const struct cec_msg *msg) in cec_msg_opcode() function