Home
last modified time | relevance | path

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

12

/linux-5.19.10/include/uapi/linux/
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 …]
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()
150 static inline int cec_msg_recv_is_tx_result(const struct cec_msg *msg) in cec_msg_recv_is_tx_result()
160 static inline int cec_msg_recv_is_rx_result(const struct cec_msg *msg) in cec_msg_recv_is_rx_result()
[all …]
/linux-5.19.10/include/media/
Dcec.h68 struct cec_msg msg;
79 struct cec_msg msg;
123 u32 signal_free_time, struct cec_msg *msg);
132 int (*received)(struct cec_adapter *adap, struct cec_msg *msg);
326 int cec_transmit_msg(struct cec_adapter *adap, struct cec_msg *msg,
356 struct cec_msg *msg, ktime_t ts);
359 struct cec_msg *msg) in cec_received_msg()
Dcec-pin.h48 int (*received)(struct cec_adapter *adap, struct cec_msg *msg);
/linux-5.19.10/drivers/media/cec/platform/cros-ec/
Dcros-ec-cec.c38 struct cec_msg rx_msg;
118 u32 signal_free_time, struct cec_msg *cec_msg) in cros_ec_cec_transmit() argument
129 msg.msg.outsize = cec_msg->len; in cros_ec_cec_transmit()
130 memcpy(msg.data.msg, cec_msg->msg, cec_msg->len); in cros_ec_cec_transmit()
/linux-5.19.10/drivers/media/cec/core/
Dcec-pin-priv.h188 struct cec_msg tx_msg;
193 struct cec_msg rx_msg;
209 struct cec_msg work_rx_msg;
Dcec-priv.h33 static inline bool msg_is_raw(const struct cec_msg *msg) in msg_is_raw()
53 int cec_transmit_msg_fh(struct cec_adapter *adap, struct cec_msg *msg,
Dcec-adap.c27 struct cec_msg *msg,
208 static void cec_queue_msg_fh(struct cec_fh *fh, const struct cec_msg *msg) in cec_queue_msg_fh()
262 const struct cec_msg *msg, in cec_queue_msg_monitor()
281 const struct cec_msg *msg) in cec_queue_msg_followers()
590 struct cec_msg *msg; in cec_transmit_done_ts()
742 int cec_transmit_msg_fh(struct cec_adapter *adap, struct cec_msg *msg, in cec_transmit_msg_fh()
935 int cec_transmit_msg(struct cec_adapter *adap, struct cec_msg *msg, in cec_transmit_msg()
952 static int cec_receive_notify(struct cec_adapter *adap, struct cec_msg *msg,
1046 struct cec_msg *msg, ktime_t ts) in cec_received_msg_ts()
1174 struct cec_msg *dst = &data->msg; in cec_received_msg_ts()
[all …]
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()
/linux-5.19.10/drivers/media/test-drivers/vivid/
Dvivid-cec.c113 struct cec_msg first_msg = {}; in vivid_cec_bus_thread()
242 u32 signal_free_time, struct cec_msg *msg) in vivid_cec_adap_transmit()
264 static int vivid_received(struct cec_adapter *adap, struct cec_msg *msg) in vivid_received()
267 struct cec_msg reply; in vivid_received()
/linux-5.19.10/drivers/media/cec/i2c/
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()
/linux-5.19.10/Documentation/userspace-api/media/cec/
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
59 :c:type:`cec_msg` and pass it to :ref:`ioctl CEC_TRANSMIT <CEC_TRANSMIT>`.
91 .. c:type:: cec_msg
95 .. flat-table:: struct cec_msg
206 .. flat-table:: Flags for struct cec_msg
382 The contents of struct :c:type:`cec_msg` is invalid.
/linux-5.19.10/drivers/media/cec/platform/s5p/
Ds5p_cec.h73 struct cec_msg msg;
/linux-5.19.10/drivers/media/cec/platform/stm32/
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()
/linux-5.19.10/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi-cec.c59 struct cec_msg rx_msg;
93 u32 signal_free_time, struct cec_msg *msg) in dw_hdmi_cec_transmit()
/linux-5.19.10/drivers/gpu/drm/omapdrm/dss/
Dhdmi4_cec.c64 struct cec_msg msg = {}; in hdmi_cec_received_msg()
267 u32 signal_free_time, struct cec_msg *msg) in hdmi_cec_adap_transmit()
/linux-5.19.10/drivers/media/cec/platform/sti/
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()
/linux-5.19.10/drivers/gpu/drm/bridge/adv7511/
Dadv7511_cec.c89 struct cec_msg msg = {}; in adv7511_cec_rx()
293 u32 signal_free_time, struct cec_msg *msg) in adv7511_cec_adap_transmit()
/linux-5.19.10/drivers/media/cec/usb/rainshadow/
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()
/linux-5.19.10/drivers/gpu/drm/display/
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()
/linux-5.19.10/drivers/media/cec/usb/pulse8/
Dpulse8-cec.c182 struct cec_msg rx_msg[NUM_MSGS];
192 struct cec_msg tx_msg;
287 struct cec_msg *msg = &pulse8->tx_msg; in pulse8_tx_work_handler()
624 u32 signal_free_time, struct cec_msg *msg) in pulse8_cec_adap_transmit()
/linux-5.19.10/drivers/media/cec/platform/tegra/
Dtegra_cec.c82 struct cec_msg msg = {}; in tegra_cec_irq_thread_handler()
279 u32 signal_free_time_ms, struct cec_msg *msg) in tegra_cec_adap_transmit()
/linux-5.19.10/drivers/gpu/drm/i2c/
Dtda9950.c68 struct cec_msg rx_msg;
216 u32 signal_free_time, struct cec_msg *msg) in tda9950_cec_transmit()
/linux-5.19.10/drivers/gpu/drm/vc4/
Dvc4_hdmi.h167 struct cec_msg cec_rx_msg;
/linux-5.19.10/Documentation/driver-api/media/
Dcec-core.rst114 u32 signal_free_time, struct cec_msg *msg);
195 u32 signal_free_time, struct cec_msg *msg);
293 void cec_received_msg(struct cec_adapter *adap, struct cec_msg *msg);
387 int (*received)(struct cec_adapter *adap, struct cec_msg *msg);
393 int (*received)(struct cec_adapter *adap, struct cec_msg *msg);
407 int cec_transmit_msg(struct cec_adapter *adap, struct cec_msg *msg, \

12