Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\uapi\linux\cec.h Create Date:2022-07-28 20:26:39
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:ec_msg_init - initialize the message structure.*@msg: the message structure*@initiator: the logical address of the initiator*@destination:the logical address of the destination (0xf for broadcast)

Proto:static inline void cec_msg_init(struct cec_msg *msg, __u8 initiator, __u8 destination)

Type:void

Parameter:

TypeParameterName
struct cec_msg *msg
__u8initiator
__u8destination
122  memset(msg, 0, size of msg )
123  msg[0] = initiator << 4 | destination
124  len = 1