Home
last modified time | relevance | path

Searched refs:cec_msg (Results 1 – 25 of 43) sorted by relevance

12

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dcec-funcs.h14 static __inline__ void cec_msg_active_source(struct cec_msg *msg, __u16 phys_addr) in cec_msg_active_source()
23 static __inline__ void cec_ops_active_source(const struct cec_msg *msg, in cec_ops_active_source()
29 static __inline__ void cec_msg_image_view_on(struct cec_msg *msg) in cec_msg_image_view_on()
35 static __inline__ void cec_msg_text_view_on(struct cec_msg *msg) in cec_msg_text_view_on()
43 static __inline__ void cec_msg_inactive_source(struct cec_msg *msg, in cec_msg_inactive_source()
52 static __inline__ void cec_ops_inactive_source(const struct cec_msg *msg, in cec_ops_inactive_source()
58 static __inline__ void cec_msg_request_active_source(struct cec_msg *msg, in cec_msg_request_active_source()
67 static __inline__ void cec_msg_routing_information(struct cec_msg *msg, in cec_msg_routing_information()
77 static __inline__ void cec_ops_routing_information(const struct cec_msg *msg, in cec_ops_routing_information()
83 static __inline__ void cec_msg_routing_change(struct cec_msg *msg, in cec_msg_routing_change()
[all …]
H A Dcec.h57 struct cec_msg { struct
78 static __inline__ __u8 cec_msg_initiator(const struct cec_msg *msg) in cec_msg_initiator() argument
87 static __inline__ __u8 cec_msg_destination(const struct cec_msg *msg) in cec_msg_destination()
96 static __inline__ int cec_msg_opcode(const struct cec_msg *msg) in cec_msg_opcode()
105 static __inline__ int cec_msg_is_broadcast(const struct cec_msg *msg) in cec_msg_is_broadcast()
119 static __inline__ void cec_msg_init(struct cec_msg *msg, in cec_msg_init()
136 static __inline__ void cec_msg_set_reply_to(struct cec_msg *msg, in cec_msg_set_reply_to()
137 struct cec_msg *orig) in cec_msg_set_reply_to()
163 static __inline__ int cec_msg_status_is_ok(const struct cec_msg *msg) in cec_msg_status_is_ok()
466 #define CEC_TRANSMIT _IOWR('a', 5, struct cec_msg)
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dcec-funcs.h14 static __inline__ void cec_msg_active_source(struct cec_msg *msg, __u16 phys_addr) in cec_msg_active_source()
23 static __inline__ void cec_ops_active_source(const struct cec_msg *msg, in cec_ops_active_source()
29 static __inline__ void cec_msg_image_view_on(struct cec_msg *msg) in cec_msg_image_view_on()
35 static __inline__ void cec_msg_text_view_on(struct cec_msg *msg) in cec_msg_text_view_on()
43 static __inline__ void cec_msg_inactive_source(struct cec_msg *msg, in cec_msg_inactive_source()
52 static __inline__ void cec_ops_inactive_source(const struct cec_msg *msg, in cec_ops_inactive_source()
58 static __inline__ void cec_msg_request_active_source(struct cec_msg *msg, in cec_msg_request_active_source()
67 static __inline__ void cec_msg_routing_information(struct cec_msg *msg, in cec_msg_routing_information()
77 static __inline__ void cec_ops_routing_information(const struct cec_msg *msg, in cec_ops_routing_information()
83 static __inline__ void cec_msg_routing_change(struct cec_msg *msg, in cec_msg_routing_change()
[all …]
H A Dcec.h57 struct cec_msg { struct
78 static __inline__ __u8 cec_msg_initiator(const struct cec_msg *msg) in cec_msg_initiator() argument
87 static __inline__ __u8 cec_msg_destination(const struct cec_msg *msg) in cec_msg_destination()
96 static __inline__ int cec_msg_opcode(const struct cec_msg *msg) in cec_msg_opcode()
105 static __inline__ int cec_msg_is_broadcast(const struct cec_msg *msg) in cec_msg_is_broadcast()
119 static __inline__ void cec_msg_init(struct cec_msg *msg, in cec_msg_init()
136 static __inline__ void cec_msg_set_reply_to(struct cec_msg *msg, in cec_msg_set_reply_to()
137 struct cec_msg *orig) in cec_msg_set_reply_to()
163 static __inline__ int cec_msg_status_is_ok(const struct cec_msg *msg) in cec_msg_status_is_ok()
466 #define CEC_TRANSMIT _IOWR('a', 5, struct cec_msg)
[all …]
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dcec-funcs.h14 static inline void cec_msg_active_source(struct cec_msg *msg, __u16 phys_addr) in cec_msg_active_source()
23 static inline void cec_ops_active_source(const struct cec_msg *msg, in cec_ops_active_source()
29 static inline void cec_msg_image_view_on(struct cec_msg *msg) in cec_msg_image_view_on()
35 static inline void cec_msg_text_view_on(struct cec_msg *msg) in cec_msg_text_view_on()
43 static inline void cec_msg_inactive_source(struct cec_msg *msg, in cec_msg_inactive_source()
52 static inline void cec_ops_inactive_source(const struct cec_msg *msg, in cec_ops_inactive_source()
58 static inline void cec_msg_request_active_source(struct cec_msg *msg, in cec_msg_request_active_source()
67 static inline void cec_msg_routing_information(struct cec_msg *msg, in cec_msg_routing_information()
77 static inline void cec_ops_routing_information(const struct cec_msg *msg, in cec_ops_routing_information()
83 static inline void cec_msg_routing_change(struct cec_msg *msg, in cec_msg_routing_change()
[all …]
H A Dcec.h57 struct cec_msg { struct
78 static inline __u8 cec_msg_initiator(const struct cec_msg *msg) in cec_msg_initiator() argument
87 static inline __u8 cec_msg_destination(const struct cec_msg *msg) in cec_msg_destination()
96 static inline int cec_msg_opcode(const struct cec_msg *msg) in cec_msg_opcode()
105 static inline int cec_msg_is_broadcast(const struct cec_msg *msg) in cec_msg_is_broadcast()
119 static inline void cec_msg_init(struct cec_msg *msg, in cec_msg_init()
136 static inline void cec_msg_set_reply_to(struct cec_msg *msg, in cec_msg_set_reply_to()
137 struct cec_msg *orig) in cec_msg_set_reply_to()
164 static inline int cec_msg_status_is_ok(const struct cec_msg *msg) in cec_msg_status_is_ok()
504 #define CEC_TRANSMIT _IOWR('a', 5, struct cec_msg)
[all …]
/OK3568_Linux_fs/kernel/include/media/
H A Dcec.h61 struct cec_msg msg;
72 struct cec_msg msg;
115 u32 signal_free_time, struct cec_msg *msg);
124 int (*received)(struct cec_adapter *adap, struct cec_msg *msg);
305 int cec_transmit_msg(struct cec_adapter *adap, struct cec_msg *msg,
335 struct cec_msg *msg, ktime_t ts);
338 struct cec_msg *msg) in cec_received_msg()
H A Dcec-pin.h48 int (*received)(struct cec_adapter *adap, struct cec_msg *msg);
/OK3568_Linux_fs/kernel/drivers/media/cec/platform/cros-ec/
H A Dcros-ec-cec.c38 struct cec_msg rx_msg;
120 u32 signal_free_time, struct cec_msg *cec_msg) in cros_ec_cec_transmit() argument
131 msg.msg.outsize = cec_msg->len; in cros_ec_cec_transmit()
132 memcpy(msg.data.msg, cec_msg->msg, cec_msg->len); in cros_ec_cec_transmit()
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/
H A Dvivid-cec.c65 const struct cec_msg *msg, bool nacked) in vivid_cec_pin_adap_events()
113 const struct cec_msg *msg, bool nacked) in vivid_cec_pin_events()
194 u32 signal_free_time, struct cec_msg *msg) in vivid_cec_adap_transmit()
225 static int vivid_received(struct cec_adapter *adap, struct cec_msg *msg) in vivid_received()
228 struct cec_msg reply; in vivid_received()
/OK3568_Linux_fs/kernel/drivers/media/cec/core/
H A Dcec-pin-priv.h178 struct cec_msg tx_msg;
183 struct cec_msg rx_msg;
199 struct cec_msg work_rx_msg;
H A Dcec-adap.c27 struct cec_msg *msg,
228 static void cec_queue_msg_fh(struct cec_fh *fh, const struct cec_msg *msg) in cec_queue_msg_fh()
282 const struct cec_msg *msg, in cec_queue_msg_monitor()
301 const struct cec_msg *msg) in cec_queue_msg_followers()
598 struct cec_msg *msg; in cec_transmit_done_ts()
748 int cec_transmit_msg_fh(struct cec_adapter *adap, struct cec_msg *msg, in cec_transmit_msg_fh()
931 int cec_transmit_msg(struct cec_adapter *adap, struct cec_msg *msg, in cec_transmit_msg()
948 static int cec_receive_notify(struct cec_adapter *adap, struct cec_msg *msg,
1042 struct cec_msg *msg, ktime_t ts) in cec_received_msg_ts()
1170 struct cec_msg *dst = &data->msg; in cec_received_msg_ts()
[all …]
H A Dcec-priv.h23 static inline bool msg_is_raw(const struct cec_msg *msg) in msg_is_raw()
43 int cec_transmit_msg_fh(struct cec_adapter *adap, struct cec_msg *msg,
H A Dcec-api.c212 bool block, struct cec_msg __user *parg) in cec_transmit()
214 struct cec_msg msg = {}; in cec_transmit()
240 static int cec_receive_msg(struct cec_fh *fh, struct cec_msg *msg, bool block) in cec_receive_msg()
291 bool block, struct cec_msg __user *parg) in cec_receive()
293 struct cec_msg msg = {}; in cec_receive()
/OK3568_Linux_fs/kernel/drivers/media/cec/i2c/
H A Dch7322.c165 static int ch7322_send_message(struct ch7322 *ch7322, const struct cec_msg *msg) in ch7322_send_message()
208 static int ch7322_receive_message(struct ch7322 *ch7322, struct cec_msg *msg) in ch7322_receive_message()
272 struct cec_msg msg; in ch7322_rx_done()
354 u32 signal_free_time, struct cec_msg *msg) in ch7322_cec_adap_transmit()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/cec/
H A Dcec-ioc-receive.rst21 ``int ioctl(int fd, CEC_RECEIVE, struct cec_msg *argp)``
25 ``int ioctl(int fd, CEC_TRANSMIT, struct cec_msg *argp)``
34 Pointer to struct cec_msg.
40 ``timeout`` field of struct :c:type:`cec_msg` and pass it to
56 :c:type:`cec_msg` and pass it to :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>`.
89 .. c:type:: cec_msg
93 .. flat-table:: struct cec_msg
203 .. flat-table:: Flags for struct cec_msg
379 The contents of struct :c:type:`cec_msg` is invalid.
/OK3568_Linux_fs/kernel/drivers/media/cec/platform/stm32/
H A Dstm32-cec.c75 struct cec_msg rx_msg;
76 struct cec_msg tx_msg;
216 u32 signal_free_time, struct cec_msg *msg) in stm32_cec_adap_transmit()
/OK3568_Linux_fs/kernel/drivers/media/cec/platform/s5p/
H A Ds5p_cec.h73 struct cec_msg msg;
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/hdmirx/
H A Drk_hdmirx_cec.h34 struct cec_msg rx_msg;
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/adv7511/
H A Dadv7511_cec.c94 struct cec_msg msg = {}; in adv7511_cec_irq_process()
248 u32 signal_free_time, struct cec_msg *msg) in adv7511_cec_adap_transmit()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi4_cec.c76 struct cec_msg msg = {}; in hdmi_cec_received_msg()
279 u32 signal_free_time, struct cec_msg *msg) in hdmi_cec_adap_transmit()
/OK3568_Linux_fs/kernel/drivers/media/cec/platform/sti/
H A Dstih-cec.c204 u32 signal_free_time, struct cec_msg *msg) in stih_cec_adap_transmit()
245 struct cec_msg msg = {}; in stih_rx_done()
/OK3568_Linux_fs/kernel/drivers/media/cec/usb/rainshadow/
H A Drainshadow-cec.c67 struct cec_msg msg = {}; in rain_process_msg()
275 u32 signal_free_time, struct cec_msg *msg) in rain_cec_adap_transmit()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp-cec.c57 struct cec_msg rx_msg;
90 u32 signal_free_time, struct cec_msg *msg) in dw_hdmi_qp_cec_transmit()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_dp_cec.c119 u32 signal_free_time, struct cec_msg *msg) in drm_dp_cec_adap_transmit()
192 struct cec_msg msg; in drm_dp_cec_received()

12