Home
last modified time | relevance | path

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

/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.h354 struct cec_log_addrs { struct
462 #define CEC_ADAP_G_LOG_ADDRS _IOR('a', 3, struct cec_log_addrs)
463 #define CEC_ADAP_S_LOG_ADDRS _IOWR('a', 4, struct cec_log_addrs)
1007 static __inline__ int cec_is_2nd_tv(const struct cec_log_addrs *las) in cec_is_2nd_tv()
1018 static __inline__ int cec_is_processor(const struct cec_log_addrs *las) in cec_is_processor()
1029 static __inline__ int cec_is_switch(const struct cec_log_addrs *las) in cec_is_switch()
1041 static __inline__ int cec_is_cdc_only(const struct cec_log_addrs *las) in cec_is_cdc_only()
/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.h354 struct cec_log_addrs { struct
462 #define CEC_ADAP_G_LOG_ADDRS _IOR('a', 3, struct cec_log_addrs)
463 #define CEC_ADAP_S_LOG_ADDRS _IOWR('a', 4, struct cec_log_addrs)
1007 static __inline__ int cec_is_2nd_tv(const struct cec_log_addrs *las) in cec_is_2nd_tv()
1018 static __inline__ int cec_is_processor(const struct cec_log_addrs *las) in cec_is_processor()
1029 static __inline__ int cec_is_switch(const struct cec_log_addrs *las) in cec_is_switch()
1041 static __inline__ int cec_is_cdc_only(const struct cec_log_addrs *las) in cec_is_cdc_only()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dcec.h357 struct cec_log_addrs { struct
500 #define CEC_ADAP_G_LOG_ADDRS _IOR('a', 3, struct cec_log_addrs)
501 #define CEC_ADAP_S_LOG_ADDRS _IOWR('a', 4, struct cec_log_addrs)
1143 static inline int cec_is_2nd_tv(const struct cec_log_addrs *las) in cec_is_2nd_tv()
1154 static inline int cec_is_processor(const struct cec_log_addrs *las) in cec_is_processor()
1165 static inline int cec_is_switch(const struct cec_log_addrs *las) in cec_is_switch()
1177 static inline int cec_is_cdc_only(const struct cec_log_addrs *las) in cec_is_cdc_only()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/cec/
H A Dcec-ioc-adap-g-log-addrs.rst22 ``int ioctl(int fd, CEC_ADAP_G_LOG_ADDRS, struct cec_log_addrs *argp)``
26 ``int ioctl(int fd, CEC_ADAP_S_LOG_ADDRS, struct cec_log_addrs *argp)``
35 Pointer to struct :c:type:`cec_log_addrs`.
42 struct :c:type:`cec_log_addrs` where the driver stores the logical addresses.
45 struct :c:type:`cec_log_addrs` and call :ref:`ioctl CEC_ADAP_S_LOG_ADDRS <CEC_ADAP_S_LOG_ADDRS>`
68 .. c:type:: cec_log_addrs
74 .. flat-table:: struct cec_log_addrs
157 .. flat-table:: Flags for struct cec_log_addrs
367 The contents of struct :c:type:`cec_log_addrs` is invalid.
/OK3568_Linux_fs/kernel/drivers/media/cec/core/
H A Dcec-api.c145 struct cec_log_addrs __user *parg) in cec_adap_g_log_addrs()
147 struct cec_log_addrs log_addrs; in cec_adap_g_log_addrs()
168 bool block, struct cec_log_addrs __user *parg) in cec_adap_s_log_addrs()
170 struct cec_log_addrs log_addrs; in cec_adap_s_log_addrs()
197 struct cec_log_addrs __user *parg) in cec_adap_g_connector_info()
H A Dcec-priv.h42 struct cec_log_addrs *log_addrs, bool block);
H A Dcec-adap.c1254 struct cec_log_addrs *las = &adap->log_addrs; in cec_config_log_addr()
1391 struct cec_log_addrs *las = &adap->log_addrs; in cec_config_thread_func()
1660 struct cec_log_addrs *log_addrs, bool block) in __cec_s_log_addrs()
1817 struct cec_log_addrs *log_addrs, bool block) in cec_s_log_addrs()
1835 const struct cec_log_addrs *las = &adap->log_addrs; in cec_fill_msg_report_features()
/OK3568_Linux_fs/kernel/include/media/
H A Dcec.h238 struct cec_log_addrs log_addrs;
297 int cec_s_log_addrs(struct cec_adapter *adap, struct cec_log_addrs *log_addrs,
/OK3568_Linux_fs/kernel/drivers/media/cec/usb/rainshadow/
H A Drainshadow-cec.c240 struct cec_log_addrs *log_addrs, u16 *pa) in rain_setup()
311 struct cec_log_addrs log_addrs = {}; in rain_connect()
/OK3568_Linux_fs/kernel/drivers/media/cec/usb/pulse8/
H A Dpulse8-cec.c664 struct cec_log_addrs *log_addrs, u16 *pa) in pulse8_setup()
790 struct cec_log_addrs *log_addrs, in pulse8_apply_persistent_config()
837 struct cec_log_addrs log_addrs = {}; in pulse8_connect()
/OK3568_Linux_fs/kernel/Documentation/driver-api/media/
H A Dcec-core.rst424 struct cec_log_addrs *log_addrs, bool block);