Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 25 of 2855) sorted by relevance

12345678910>>...115

/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 …]
/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 …]
/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 …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dcheck.hpp111 #define CV_CheckEQ(v1, v2, msg) CV__CHECK(_, EQ, auto, v1, v2, #v1, #v2, msg) argument
112 #define CV_CheckNE(v1, v2, msg) CV__CHECK(_, NE, auto, v1, v2, #v1, #v2, msg) argument
113 #define CV_CheckLE(v1, v2, msg) CV__CHECK(_, LE, auto, v1, v2, #v1, #v2, msg) argument
114 #define CV_CheckLT(v1, v2, msg) CV__CHECK(_, LT, auto, v1, v2, #v1, #v2, msg) argument
115 #define CV_CheckGE(v1, v2, msg) CV__CHECK(_, GE, auto, v1, v2, #v1, #v2, msg) argument
116 #define CV_CheckGT(v1, v2, msg) CV__CHECK(_, GT, auto, v1, v2, #v1, #v2, msg) argument
119 #define CV_CheckTypeEQ(t1, t2, msg) CV__CHECK(_, EQ, MatType, t1, t2, #t1, #t2, msg) argument
121 #define CV_CheckDepthEQ(d1, d2, msg) CV__CHECK(_, EQ, MatDepth, d1, d2, #d1, #d2, msg) argument
123 #define CV_CheckChannelsEQ(c1, c2, msg) CV__CHECK(_, EQ, MatChannels, c1, c2, #c1, #c2, msg) argument
126 #define CV_CheckType(t, test_expr, msg) CV__CHECK_CUSTOM_TEST(_, MatType, t, (test_expr), #t, #tes… argument
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dcheck.hpp111 #define CV_CheckEQ(v1, v2, msg) CV__CHECK(_, EQ, auto, v1, v2, #v1, #v2, msg) argument
112 #define CV_CheckNE(v1, v2, msg) CV__CHECK(_, NE, auto, v1, v2, #v1, #v2, msg) argument
113 #define CV_CheckLE(v1, v2, msg) CV__CHECK(_, LE, auto, v1, v2, #v1, #v2, msg) argument
114 #define CV_CheckLT(v1, v2, msg) CV__CHECK(_, LT, auto, v1, v2, #v1, #v2, msg) argument
115 #define CV_CheckGE(v1, v2, msg) CV__CHECK(_, GE, auto, v1, v2, #v1, #v2, msg) argument
116 #define CV_CheckGT(v1, v2, msg) CV__CHECK(_, GT, auto, v1, v2, #v1, #v2, msg) argument
119 #define CV_CheckTypeEQ(t1, t2, msg) CV__CHECK(_, EQ, MatType, t1, t2, #t1, #t2, msg) argument
121 #define CV_CheckDepthEQ(d1, d2, msg) CV__CHECK(_, EQ, MatDepth, d1, d2, #d1, #d2, msg) argument
123 #define CV_CheckChannelsEQ(c1, c2, msg) CV__CHECK(_, EQ, MatChannels, c1, c2, #c1, #c2, msg) argument
126 #define CV_CheckType(t, test_expr, msg) CV__CHECK_CUSTOM_TEST(_, MatType, t, (test_expr), #t, #tes… argument
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dcheck.hpp111 #define CV_CheckEQ(v1, v2, msg) CV__CHECK(_, EQ, auto, v1, v2, #v1, #v2, msg) argument
112 #define CV_CheckNE(v1, v2, msg) CV__CHECK(_, NE, auto, v1, v2, #v1, #v2, msg) argument
113 #define CV_CheckLE(v1, v2, msg) CV__CHECK(_, LE, auto, v1, v2, #v1, #v2, msg) argument
114 #define CV_CheckLT(v1, v2, msg) CV__CHECK(_, LT, auto, v1, v2, #v1, #v2, msg) argument
115 #define CV_CheckGE(v1, v2, msg) CV__CHECK(_, GE, auto, v1, v2, #v1, #v2, msg) argument
116 #define CV_CheckGT(v1, v2, msg) CV__CHECK(_, GT, auto, v1, v2, #v1, #v2, msg) argument
119 #define CV_CheckTypeEQ(t1, t2, msg) CV__CHECK(_, EQ, MatType, t1, t2, #t1, #t2, msg) argument
121 #define CV_CheckDepthEQ(d1, d2, msg) CV__CHECK(_, EQ, MatDepth, d1, d2, #d1, #d2, msg) argument
123 #define CV_CheckChannelsEQ(c1, c2, msg) CV__CHECK(_, EQ, MatChannels, c1, c2, #c1, #c2, msg) argument
126 #define CV_CheckType(t, test_expr, msg) CV__CHECK_CUSTOM_TEST(_, MatType, t, (test_expr), #t, #tes… argument
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/allegro-dvt/
H A Dallegro-mail.c44 allegro_enc_init(u32 *dst, struct mcu_msg_init_request *msg) in allegro_enc_init()
227 allegro_enc_create_channel(u32 *dst, struct mcu_msg_create_channel *msg) in allegro_enc_create_channel()
248 struct mcu_msg_create_channel_response *msg, in allegro_decode_config_blob()
265 allegro_enc_destroy_channel(u32 *dst, struct mcu_msg_destroy_channel *msg) in allegro_enc_destroy_channel()
275 allegro_enc_push_buffers(u32 *dst, struct mcu_msg_push_buffers_internal *msg) in allegro_enc_push_buffers()
296 struct mcu_msg_put_stream_buffer *msg) in allegro_enc_put_stream_buffer()
312 allegro_enc_encode_frame(u32 *dst, struct mcu_msg_encode_frame *msg) in allegro_enc_encode_frame()
351 allegro_dec_init(struct mcu_msg_init_response *msg, u32 *src) in allegro_dec_init()
361 allegro_dec_create_channel(struct mcu_msg_create_channel_response *msg, in allegro_dec_create_channel()
390 allegro_dec_destroy_channel(struct mcu_msg_destroy_channel_response *msg, in allegro_dec_destroy_channel()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_cmd_dispr_controller.c48 struct phl_msg *msg) in _dispr_resume_io_ctrl()
88 struct phl_msg *msg) in _dispr_cannot_io_ctrl()
111 struct phl_msg *msg) in _dispr_hw_trx_rst_resume_ctrl()
134 struct phl_msg *msg) in _dispr_hw_trx_pause_ctrl()
157 struct phl_msg *msg) in _dispr_sw_tx_resume_ctrl()
187 struct phl_msg *msg) in _dispr_sw_rx_resume_ctrl()
217 struct phl_msg *msg) in _dispr_sw_tx_pause_ctrl()
240 struct phl_msg *msg) in _dispr_sw_rx_pause_ctrl()
263 struct phl_msg *msg) in _dispr_sw_tx_reset_ctrl()
286 struct phl_msg *msg) in _dispr_sw_rx_reset_ctrl()
[all …]
H A Dphl_cmd_btc.c20 static void _fail_hdlr(void *phl, struct phl_msg *msg) in _fail_hdlr()
24 static void _hdl_tmr(void *phl, struct phl_msg *msg) in _hdl_tmr()
31 static void _hdl_role_notify(void *phl, struct phl_msg *msg) in _hdl_role_notify()
51 static void _hdl_pkt_evt_notify(void *phl, struct phl_msg *msg) in _hdl_pkt_evt_notify()
104 struct phl_msg *msg) in _btc_internal_pre_msg_hdlr()
134 struct phl_msg *msg) in _btc_internal_post_msg_hdlr()
162 struct phl_msg *msg) in _btc_internal_msg_hdlr()
177 struct phl_msg *msg) in _btc_external_pre_msg_hdlr()
220 struct phl_msg *msg) in _btc_external_post_msg_hdlr()
278 struct phl_msg *msg) in _btc_external_msg_hdlr()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_cmd_dispr_controller.c48 struct phl_msg *msg) in _dispr_resume_io_ctrl()
88 struct phl_msg *msg) in _dispr_cannot_io_ctrl()
111 struct phl_msg *msg) in _dispr_hw_trx_rst_resume_ctrl()
134 struct phl_msg *msg) in _dispr_hw_trx_pause_ctrl()
157 struct phl_msg *msg) in _dispr_sw_tx_resume_ctrl()
187 struct phl_msg *msg) in _dispr_sw_rx_resume_ctrl()
217 struct phl_msg *msg) in _dispr_sw_tx_pause_ctrl()
240 struct phl_msg *msg) in _dispr_sw_rx_pause_ctrl()
263 struct phl_msg *msg) in _dispr_sw_tx_reset_ctrl()
286 struct phl_msg *msg) in _dispr_sw_rx_reset_ctrl()
[all …]
H A Dphl_cmd_btc.c20 static void _fail_hdlr(void *phl, struct phl_msg *msg) in _fail_hdlr()
24 static void _hdl_tmr(void *phl, struct phl_msg *msg) in _hdl_tmr()
31 static void _hdl_role_notify(void *phl, struct phl_msg *msg) in _hdl_role_notify()
51 static void _hdl_pkt_evt_notify(void *phl, struct phl_msg *msg) in _hdl_pkt_evt_notify()
104 struct phl_msg *msg) in _btc_internal_pre_msg_hdlr()
134 struct phl_msg *msg) in _btc_internal_post_msg_hdlr()
162 struct phl_msg *msg) in _btc_internal_msg_hdlr()
177 struct phl_msg *msg) in _btc_external_pre_msg_hdlr()
220 struct phl_msg *msg) in _btc_external_post_msg_hdlr()
278 struct phl_msg *msg) in _btc_external_msg_hdlr()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_main.h43 #define PRINTM_MINFO(msg...) \ argument
48 #define PRINTM_MWARN(msg...) \ argument
53 #define PRINTM_MENTRY(msg...) \ argument
73 #define PRINTM_MINFO(msg...) \ argument
76 #define PRINTM_MWARN(msg...) \ argument
79 #define PRINTM_MENTRY(msg...) \ argument
97 #define PRINTM_MFW_D(msg...) \ argument
102 #define PRINTM_MCMD_D(msg...) \ argument
107 #define PRINTM_MDAT_D(msg...) \ argument
112 #define PRINTM_MIF_D(msg...) \ argument
[all …]
/OK3568_Linux_fs/u-boot/tools/patman/
H A Dtout.py56 def Progress(msg, warning=False, trailer='...'): argument
72 def _Output(level, msg, color=None): argument
87 def DoOutput(level, msg): argument
97 def Error(msg): argument
105 def Warning(msg): argument
113 def Notice(msg): argument
121 def Info(msg): argument
129 def Debug(msg): argument
137 def UserOutput(msg): argument
/OK3568_Linux_fs/kernel/drivers/platform/chrome/
H A Dcros_ec_proto.c56 struct cros_ec_command *msg) in prepare_packet()
89 struct cros_ec_command *msg) in send_command()
171 struct cros_ec_command *msg) in cros_ec_prepare_tx()
205 struct cros_ec_command *msg) in cros_ec_check_result()
236 struct cros_ec_command *msg, in cros_ec_get_host_event_wake_mask()
264 struct cros_ec_command *msg) in cros_ec_host_command_proto_query()
309 struct cros_ec_command *msg; in cros_ec_host_command_proto_query_v2() local
377 struct cros_ec_command *msg; in cros_ec_get_host_command_version_mask() local
582 int cros_ec_cmd_xfer(struct cros_ec_device *ec_dev, struct cros_ec_command *msg) in cros_ec_cmd_xfer()
643 struct cros_ec_command *msg) in cros_ec_cmd_xfer_status()
[all …]
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/cxgb4/
H A Drestrack.c39 static int fill_sq(struct sk_buff *msg, struct t4_wq *wq) in fill_sq()
67 static int fill_rq(struct sk_buff *msg, struct t4_wq *wq) in fill_rq()
95 static int fill_swsqe(struct sk_buff *msg, struct t4_sq *sq, u16 idx, in fill_swsqe()
119 static int fill_swsqes(struct sk_buff *msg, struct t4_sq *sq, in fill_swsqes()
137 int c4iw_fill_res_qp_entry(struct sk_buff *msg, struct ib_qp *ibqp) in c4iw_fill_res_qp_entry()
196 int c4iw_fill_res_cm_id_entry(struct sk_buff *msg, in c4iw_fill_res_cm_id_entry()
271 static int fill_cq(struct sk_buff *msg, struct t4_cq *cq) in fill_cq()
307 static int fill_cqe(struct sk_buff *msg, struct t4_cqe *cqe, u16 idx, in fill_cqe()
333 static int fill_hwcqes(struct sk_buff *msg, struct t4_cq *cq, in fill_hwcqes()
350 static int fill_swcqes(struct sk_buff *msg, struct t4_cq *cq, in fill_swcqes()
[all …]
/OK3568_Linux_fs/kernel/net/tipc/
H A Dnetlink_compat.c181 struct tipc_nl_compat_msg *msg, in __tipc_nl_compat_dumpit()
276 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_dumpit()
329 struct tipc_nl_compat_msg *msg) in __tipc_nl_compat_doit()
385 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_doit()
405 static int tipc_nl_compat_bearer_dump(struct tipc_nl_compat_msg *msg, in tipc_nl_compat_bearer_dump()
426 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_bearer_enable()
469 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_bearer_disable()
502 static void __fill_bc_link_stat(struct tipc_nl_compat_msg *msg, in __fill_bc_link_stat()
541 static int tipc_nl_compat_link_stat_dump(struct tipc_nl_compat_msg *msg, in tipc_nl_compat_link_stat_dump()
681 static int tipc_nl_compat_link_dump(struct tipc_nl_compat_msg *msg, in tipc_nl_compat_link_dump()
[all …]
/OK3568_Linux_fs/kernel/drivers/connector/
H A Dcn_proc.c51 static inline void send_msg(struct cn_msg *msg) in send_msg()
71 struct cn_msg *msg; in proc_fork_connector() local
101 struct cn_msg *msg; in proc_exec_connector() local
125 struct cn_msg *msg; in proc_id_connector() local
163 struct cn_msg *msg; in proc_sid_connector() local
187 struct cn_msg *msg; in proc_ptrace_connector() local
219 struct cn_msg *msg; in proc_comm_connector() local
244 struct cn_msg *msg; in proc_coredump_connector() local
277 struct cn_msg *msg; in proc_exit_connector() local
320 struct cn_msg *msg; in cn_proc_ack() local
[all …]
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Dnldev.c151 static int put_driver_name_print_type(struct sk_buff *msg, const char *name, in put_driver_name_print_type()
163 static int _rdma_nl_put_driver_u32(struct sk_buff *msg, const char *name, in _rdma_nl_put_driver_u32()
175 static int _rdma_nl_put_driver_u64(struct sk_buff *msg, const char *name, in _rdma_nl_put_driver_u64()
188 int rdma_nl_put_driver_string(struct sk_buff *msg, const char *name, in rdma_nl_put_driver_string()
201 int rdma_nl_put_driver_u32(struct sk_buff *msg, const char *name, u32 value) in rdma_nl_put_driver_u32()
208 int rdma_nl_put_driver_u32_hex(struct sk_buff *msg, const char *name, in rdma_nl_put_driver_u32_hex()
216 int rdma_nl_put_driver_u64(struct sk_buff *msg, const char *name, u64 value) in rdma_nl_put_driver_u64()
223 int rdma_nl_put_driver_u64_hex(struct sk_buff *msg, const char *name, u64 value) in rdma_nl_put_driver_u64_hex()
230 static int fill_nldev_handle(struct sk_buff *msg, struct ib_device *device) in fill_nldev_handle()
241 static int fill_dev_info(struct sk_buff *msg, struct ib_device *device) in fill_dev_info()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wil6210/
H A Dtxrx_edma.h347 static inline __le16 wil_rx_status_get_length(void *msg) in wil_rx_status_get_length()
352 static inline u8 wil_rx_status_get_mcs(void *msg) in wil_rx_status_get_mcs()
358 static inline u8 wil_rx_status_get_cb_mode(void *msg) in wil_rx_status_get_cb_mode()
364 static inline u16 wil_rx_status_get_flow_id(void *msg) in wil_rx_status_get_flow_id()
370 static inline u8 wil_rx_status_get_mcast(void *msg) in wil_rx_status_get_mcast()
386 static inline u8 wil_rx_status_get_cid(void *msg) in wil_rx_status_get_cid()
400 static inline u8 wil_rx_status_get_tid(void *msg) in wil_rx_status_get_tid()
413 static inline int wil_rx_status_get_eop(void *msg) /* EoP = End of Packet */ in wil_rx_status_get_eop()
425 static inline __le16 wil_rx_status_get_buff_id(void *msg) in wil_rx_status_get_buff_id()
430 static inline u8 wil_rx_status_get_data_offset(void *msg) in wil_rx_status_get_data_offset()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/adreno/
H A Da6xx_hfi.c190 struct a6xx_hfi_msg_gmu_init_cmd msg = { 0 }; in a6xx_hfi_send_gmu_init() local
202 struct a6xx_hfi_msg_fw_version msg = { 0 }; in a6xx_hfi_get_fw_version() local
213 struct a6xx_hfi_msg_perf_table_v1 msg = { 0 }; in a6xx_hfi_send_perf_table_v1() local
235 struct a6xx_hfi_msg_perf_table msg = { 0 }; in a6xx_hfi_send_perf_table() local
256 static void a618_build_bw_table(struct a6xx_hfi_msg_bw_table *msg) in a618_build_bw_table()
284 static void a640_build_bw_table(struct a6xx_hfi_msg_bw_table *msg) in a640_build_bw_table()
323 static void a650_build_bw_table(struct a6xx_hfi_msg_bw_table *msg) in a650_build_bw_table()
354 static void a6xx_build_bw_table(struct a6xx_hfi_msg_bw_table *msg) in a6xx_build_bw_table()
394 struct a6xx_hfi_msg_bw_table msg = { 0 }; in a6xx_hfi_send_bw_table() local
413 struct a6xx_hfi_msg_test msg = { 0 }; in a6xx_hfi_send_test() local
[all …]
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dproc.c59 struct rpc_message msg = { in nfs_proc_get_root() local
105 struct rpc_message msg = { in nfs_proc_getattr() local
133 struct rpc_message msg = { in nfs_proc_setattr() local
168 struct rpc_message msg = { in nfs_proc_lookup() local
196 struct rpc_message msg = { in nfs_proc_readlink() local
245 struct rpc_message msg = { in nfs_proc_create() local
274 struct rpc_message msg = { in nfs_proc_mknod() local
320 struct rpc_message msg = { in nfs_proc_remove() local
335 nfs_proc_unlink_setup(struct rpc_message *msg, in nfs_proc_unlink_setup()
354 nfs_proc_rename_setup(struct rpc_message *msg, in nfs_proc_rename_setup()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/pci/saa7134/
H A Dsaa7134-cards.c7737 struct i2c_msg msg[] = {{.addr = 0x50, .flags = 0, .buf = &subaddr, .len = 1}, in saa7134_board_init2() local
7827 struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len = sizeof(data)}; in saa7134_board_init2() local
7836 struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len = sizeof(data)}; in saa7134_board_init2() local
7889 struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len = sizeof(data)}; in saa7134_board_init2() local
7896 struct i2c_msg msg = {.addr = 0x0b, .flags = 0, .buf = data, in saa7134_board_init2() local
7904 struct i2c_msg msg = {.addr = 0x0b, .flags = 0, .buf = data, in saa7134_board_init2() local
7914 struct i2c_msg msg = {.addr=0x09, .flags=0, .buf=data, .len = sizeof(data)}; in saa7134_board_init2() local
7943 struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len = sizeof(data)}; in saa7134_board_init2() local
7952 struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len = sizeof(data)}; in saa7134_board_init2() local
7982 struct i2c_msg msg = { .addr = 0x0a, .flags = 0 }; in saa7134_board_init2() local
[all …]
/OK3568_Linux_fs/kernel/net/sctp/
H A Dchunk.c35 static void sctp_datamsg_init(struct sctp_datamsg *msg) in sctp_datamsg_init()
49 struct sctp_datamsg *msg; in sctp_datamsg_new() local
58 void sctp_datamsg_free(struct sctp_datamsg *msg) in sctp_datamsg_free()
72 static void sctp_datamsg_destroy(struct sctp_datamsg *msg) in sctp_datamsg_destroy()
119 static void sctp_datamsg_hold(struct sctp_datamsg *msg) in sctp_datamsg_hold()
125 void sctp_datamsg_put(struct sctp_datamsg *msg) in sctp_datamsg_put()
132 static void sctp_datamsg_assign(struct sctp_datamsg *msg, struct sctp_chunk *chunk) in sctp_datamsg_assign()
155 struct sctp_datamsg *msg; in sctp_datamsg_from_user() local
/OK3568_Linux_fs/external/mpp/osal/android/
H A Dos_log.c20 void os_log_trace(const char* tag, const char* msg, va_list list) in os_log_trace()
25 void os_log_debug(const char* tag, const char* msg, va_list list) in os_log_debug()
30 void os_log_info(const char* tag, const char* msg, va_list list) in os_log_info()
35 void os_log_warn(const char* tag, const char* msg, va_list list) in os_log_warn()
40 void os_log_error(const char* tag, const char* msg, va_list list) in os_log_error()
45 void os_log_fatal(const char* tag, const char* msg, va_list list) in os_log_fatal()
/OK3568_Linux_fs/kernel/drivers/staging/wfx/
H A Dkey.c33 static u8 fill_wep_pair(struct hif_wep_pairwise_key *msg, in fill_wep_pair()
43 static u8 fill_wep_group(struct hif_wep_group_key *msg, in fill_wep_group()
53 static u8 fill_tkip_pair(struct hif_tkip_pairwise_key *msg, in fill_tkip_pair()
70 static u8 fill_tkip_group(struct hif_tkip_group_key *msg, in fill_tkip_group()
95 static u8 fill_ccmp_pair(struct hif_aes_pairwise_key *msg, in fill_ccmp_pair()
104 static u8 fill_ccmp_group(struct hif_aes_group_key *msg, in fill_ccmp_group()
116 static u8 fill_sms4_pair(struct hif_wapi_pairwise_key *msg, in fill_sms4_pair()
131 static u8 fill_sms4_group(struct hif_wapi_group_key *msg, in fill_sms4_group()
145 static u8 fill_aes_cmac_group(struct hif_igtk_group_key *msg, in fill_aes_cmac_group()

12345678910>>...115