Home
last modified time | relevance | path

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

12345678910>>...56

/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_hfi.c237 struct a6xx_hfi_msg_gmu_init_cmd msg = { 0 }; in a6xx_hfi_send_gmu_init() local
249 struct a6xx_hfi_msg_fw_version msg = { 0 }; in a6xx_hfi_get_fw_version() local
260 struct a6xx_hfi_msg_perf_table_v1 msg = { 0 }; in a6xx_hfi_send_perf_table_v1() local
333 struct a6xx_hfi_msg_perf_table msg = { 0 }; in a6xx_hfi_send_perf_table() local
358 struct a6xx_hfi_msg_bw_table *msg) in a6xx_generate_bw_table()
399 static void a618_build_bw_table(struct a6xx_hfi_msg_bw_table *msg) in a618_build_bw_table()
427 static void a619_build_bw_table(struct a6xx_hfi_msg_bw_table *msg) in a619_build_bw_table()
486 static void a640_build_bw_table(struct a6xx_hfi_msg_bw_table *msg) in a640_build_bw_table()
525 static void a650_build_bw_table(struct a6xx_hfi_msg_bw_table *msg) in a650_build_bw_table()
556 static void a690_build_bw_table(struct a6xx_hfi_msg_bw_table *msg) in a690_build_bw_table()
[all …]
/linux/drivers/media/platform/allegro-dvt/
H A Dallegro-mail.c44 allegro_enc_init(u32 *dst, struct mcu_msg_init_request *msg) in allegro_enc_init()
233 allegro_enc_create_channel(u32 *dst, struct mcu_msg_create_channel *msg) in allegro_enc_create_channel()
254 struct mcu_msg_create_channel_response *msg, in allegro_decode_config_blob()
271 allegro_enc_destroy_channel(u32 *dst, struct mcu_msg_destroy_channel *msg) in allegro_enc_destroy_channel()
281 allegro_enc_push_buffers(u32 *dst, struct mcu_msg_push_buffers_internal *msg) in allegro_enc_push_buffers()
302 struct mcu_msg_put_stream_buffer *msg) in allegro_enc_put_stream_buffer()
318 allegro_enc_encode_frame(u32 *dst, struct mcu_msg_encode_frame *msg) in allegro_enc_encode_frame()
357 allegro_dec_init(struct mcu_msg_init_response *msg, u32 *src) in allegro_dec_init()
367 allegro_dec_create_channel(struct mcu_msg_create_channel_response *msg, in allegro_dec_create_channel()
396 allegro_dec_destroy_channel(struct mcu_msg_destroy_channel_response *msg, in allegro_dec_destroy_channel()
[all …]
/linux/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 …]
/linux/net/tipc/
H A Dnetlink_compat.c179 struct tipc_nl_compat_msg *msg, in __tipc_nl_compat_dumpit()
275 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_dumpit()
328 struct tipc_nl_compat_msg *msg) in __tipc_nl_compat_doit()
382 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_doit()
402 static int tipc_nl_compat_bearer_dump(struct tipc_nl_compat_msg *msg, in tipc_nl_compat_bearer_dump()
423 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_bearer_enable()
466 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_bearer_disable()
499 static void __fill_bc_link_stat(struct tipc_nl_compat_msg *msg, in __fill_bc_link_stat()
538 static int tipc_nl_compat_link_stat_dump(struct tipc_nl_compat_msg *msg, in tipc_nl_compat_link_stat_dump()
678 static int tipc_nl_compat_link_dump(struct tipc_nl_compat_msg *msg, in tipc_nl_compat_link_dump()
[all …]
/linux/drivers/net/wireless/ath/wil6210/
H A Dtxrx_edma.h349 static inline __le16 wil_rx_status_get_length(void *msg) in wil_rx_status_get_length()
354 static inline u8 wil_rx_status_get_mcs(void *msg) in wil_rx_status_get_mcs()
360 static inline u8 wil_rx_status_get_cb_mode(void *msg) in wil_rx_status_get_cb_mode()
366 static inline u16 wil_rx_status_get_flow_id(void *msg) in wil_rx_status_get_flow_id()
372 static inline u8 wil_rx_status_get_mcast(void *msg) in wil_rx_status_get_mcast()
388 static inline u8 wil_rx_status_get_cid(void *msg) in wil_rx_status_get_cid()
402 static inline u8 wil_rx_status_get_tid(void *msg) in wil_rx_status_get_tid()
415 static inline int wil_rx_status_get_eop(void *msg) /* EoP = End of Packet */ in wil_rx_status_get_eop()
427 static inline __le16 wil_rx_status_get_buff_id(void *msg) in wil_rx_status_get_buff_id()
432 static inline u8 wil_rx_status_get_data_offset(void *msg) in wil_rx_status_get_data_offset()
[all …]
/linux/drivers/connector/
H A Dcn_proc.c88 static inline void send_msg(struct cn_msg *msg) in send_msg()
119 struct cn_msg *msg; in proc_fork_connector() local
149 struct cn_msg *msg; in proc_exec_connector() local
173 struct cn_msg *msg; in proc_id_connector() local
211 struct cn_msg *msg; in proc_sid_connector() local
235 struct cn_msg *msg; in proc_ptrace_connector() local
267 struct cn_msg *msg; in proc_comm_connector() local
292 struct cn_msg *msg; in proc_coredump_connector() local
325 struct cn_msg *msg; in proc_exit_connector() local
368 struct cn_msg *msg; in cn_proc_ack() local
[all …]
/linux/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
/linux/drivers/net/wireless/silabs/wfx/
H A Dkey.c33 static u8 fill_wep_pair(struct wfx_hif_wep_pairwise_key *msg, in fill_wep_pair()
43 static u8 fill_wep_group(struct wfx_hif_wep_group_key *msg, in fill_wep_group()
53 static u8 fill_tkip_pair(struct wfx_hif_tkip_pairwise_key *msg, in fill_tkip_pair()
69 static u8 fill_tkip_group(struct wfx_hif_tkip_group_key *msg, struct ieee80211_key_conf *key, in fill_tkip_group()
90 static u8 fill_ccmp_pair(struct wfx_hif_aes_pairwise_key *msg, in fill_ccmp_pair()
99 static u8 fill_ccmp_group(struct wfx_hif_aes_group_key *msg, in fill_ccmp_group()
110 static u8 fill_sms4_pair(struct wfx_hif_wapi_pairwise_key *msg, in fill_sms4_pair()
125 static u8 fill_sms4_group(struct wfx_hif_wapi_group_key *msg, in fill_sms4_group()
139 static u8 fill_aes_cmac_group(struct wfx_hif_igtk_group_key *msg, in fill_aes_cmac_group()
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_guc_relay_test.c62 const u32 *msg, u32 len, in replacement_xe_guc_ct_send_recv_always_fails()
75 const u32 *msg, u32 len, in replacement_xe_guc_ct_send_recv_expects_pf2guc_relay()
124 const u32 *msg = test_guc2pf; in pf_rejects_guc2pf_too_short() local
133 const u32 *msg = test_guc2pf; in pf_rejects_guc2pf_too_long() local
142 const u32 *msg = test_guc2pf; in pf_rejects_guc2pf_no_payload() local
150 const u32 msg = 0; in pf_fails_no_payload() local
158 static const u32 msg[] = { in pf_fails_bad_origin() local
170 const u32 msg[] = { in pf_fails_bad_type() local
223 const u32 *msg, u32 len, in replacement_xe_guc_ct_send_recv_loopback_relay()
440 const u32 *msg = test_guc2vf; in vf_rejects_guc2vf_too_short() local
[all …]
/linux/drivers/hsi/clients/
H A Dhsi_char.c116 static void hsc_add_tail(struct hsc_channel *channel, struct hsi_msg *msg, in hsc_add_tail()
129 struct hsi_msg *msg = NULL; in hsc_get_first_msg() local
145 static inline void hsc_msg_free(struct hsi_msg *msg) in hsc_msg_free()
153 struct hsi_msg *msg, *tmp; in hsc_free_list() local
175 struct hsi_msg *msg; in hsc_msg_alloc() local
197 struct hsi_msg *msg; in hsc_msgs_alloc() local
215 static inline unsigned int hsc_msg_len_get(struct hsi_msg *msg) in hsc_msg_len_get()
220 static inline void hsc_msg_len_set(struct hsi_msg *msg, unsigned int len) in hsc_msg_len_set()
225 static void hsc_rx_completed(struct hsi_msg *msg) in hsc_rx_completed()
238 static void hsc_rx_msg_destructor(struct hsi_msg *msg) in hsc_rx_msg_destructor()
[all …]
H A Dssi_protocol.c151 static inline void ssip_set_cmd(struct hsi_msg *msg, u32 cmd) in ssip_set_cmd()
159 static inline u32 ssip_get_cmd(struct hsi_msg *msg) in ssip_get_cmd()
168 static void ssip_skb_to_msg(struct sk_buff *skb, struct hsi_msg *msg) in ssip_skb_to_msg()
187 static void ssip_free_data(struct hsi_msg *msg) in ssip_free_data()
202 struct hsi_msg *msg; in ssip_alloc_data() local
215 static inline void ssip_release_cmd(struct hsi_msg *msg) in ssip_release_cmd()
227 struct hsi_msg *msg; in ssip_claim_cmd() local
242 struct hsi_msg *msg, *tmp; in ssip_free_cmds() local
254 struct hsi_msg *msg; in ssip_alloc_cmds() local
389 struct hsi_msg *msg; in ssip_reset() local
[all …]
/linux/drivers/soc/apple/
H A Drtkit.c80 u64 msg; member
103 u64 msg) in apple_rtkit_management_send()
117 static void apple_rtkit_management_rx_hello(struct apple_rtkit *rtk, u64 msg) in apple_rtkit_management_rx_hello()
154 static void apple_rtkit_management_rx_epmap(struct apple_rtkit *rtk, u64 msg) in apple_rtkit_management_rx_epmap()
211 u64 msg) in apple_rtkit_management_rx_iop_pwr_ack()
223 u64 msg) in apple_rtkit_management_rx_ap_pwr_ack()
234 static void apple_rtkit_management_rx(struct apple_rtkit *rtk, u64 msg) in apple_rtkit_management_rx()
261 u8 ep, u64 msg) in apple_rtkit_common_rx_get_buffer()
361 static void apple_rtkit_crashlog_rx(struct apple_rtkit *rtk, u64 msg) in apple_rtkit_crashlog_rx()
402 static void apple_rtkit_ioreport_rx(struct apple_rtkit *rtk, u64 msg) in apple_rtkit_ioreport_rx()
[all …]
/linux/drivers/misc/sgi-xp/
H A Dxpc_uv.c264 xpc_send_gru_msg(struct gru_message_queue_desc *gru_mq_desc, void *msg, in xpc_send_gru_msg()
368 struct xpc_activate_mq_msg_activate_req_uv *msg; in xpc_handle_activate_mq_msg_uv() local
400 struct xpc_activate_mq_msg_deactivate_req_uv *msg; in xpc_handle_activate_mq_msg_uv() local
416 struct xpc_activate_mq_msg_chctl_closerequest_uv *msg; in xpc_handle_activate_mq_msg_uv() local
435 struct xpc_activate_mq_msg_chctl_closereply_uv *msg; in xpc_handle_activate_mq_msg_uv() local
452 struct xpc_activate_mq_msg_chctl_openrequest_uv *msg; in xpc_handle_activate_mq_msg_uv() local
472 struct xpc_activate_mq_msg_chctl_openreply_uv *msg; in xpc_handle_activate_mq_msg_uv() local
492 struct xpc_activate_mq_msg_chctl_opencomplete_uv *msg; in xpc_handle_activate_mq_msg_uv() local
604 xpc_send_activate_IRQ_uv(struct xpc_partition *part, void *msg, size_t msg_size, in xpc_send_activate_IRQ_uv()
659 xpc_send_activate_IRQ_part_uv(struct xpc_partition *part, void *msg, in xpc_send_activate_IRQ_part_uv()
[all …]
/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_misc.h135 #define __msg(msg) __test_tag("test_expect_msg=" msg) argument
136 #define __not_msg(msg) __test_tag("test_expect_not_msg=" msg) argument
137 #define __xlated(msg) __test_tag("test_expect_xlated=" msg) argument
138 #define __jited(msg) __test_tag("test_jited=" msg) argument
142 #define __msg_unpriv(msg) __test_tag("test_expect_msg_unpriv=" msg) argument
143 __not_msg_unpriv(msg) global() argument
144 __xlated_unpriv(msg) global() argument
145 __jited_unpriv(msg) global() argument
163 __stderr(msg) global() argument
164 __stderr_unpriv(msg) global() argument
165 __stdout(msg) global() argument
166 __stdout_unpriv(msg) global() argument
[all...]
H A Dtest_skmsg_load_helpers.c27 static int prog_msg_verdict_common(struct sk_msg_md *msg) in prog_msg_verdict_common()
47 int prog_msg_verdict(struct sk_msg_md *msg) in prog_msg_verdict()
53 int prog_msg_verdict_clone(struct sk_msg_md *msg) in prog_msg_verdict_clone()
59 int prog_msg_verdict_clone2(struct sk_msg_md *msg) in prog_msg_verdict_clone2()
/linux/sound/soc/fsl/
H A Dimx-pcm-rpmsg.c36 static int imx_rpmsg_pcm_send_message(struct rpmsg_msg *msg, in imx_rpmsg_pcm_send_message() argument
109 imx_rpmsg_insert_workqueue(struct snd_pcm_substream * substream,struct rpmsg_msg * msg,struct rpmsg_info * info) imx_rpmsg_insert_workqueue() argument
143 struct rpmsg_msg *msg; imx_rpmsg_pcm_hw_params() local
194 struct rpmsg_msg *msg; imx_rpmsg_pcm_pointer() local
215 struct rpmsg_msg *msg; imx_rpmsg_timer_callback() local
236 struct rpmsg_msg *msg; imx_rpmsg_pcm_open() local
289 struct rpmsg_msg *msg; imx_rpmsg_pcm_close() local
354 struct rpmsg_msg *msg; imx_rpmsg_prepare_and_submit() local
383 struct rpmsg_msg *msg; imx_rpmsg_async_issue_pending() local
400 struct rpmsg_msg *msg; imx_rpmsg_restart() local
417 struct rpmsg_msg *msg; imx_rpmsg_pause() local
434 struct rpmsg_msg *msg; imx_rpmsg_terminate_all() local
525 struct rpmsg_msg *msg; imx_rpmsg_pcm_ack() local
642 struct rpmsg_msg msg; imx_rpmsg_pcm_work() local
[all...]
/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_tlv.c13 s32 fm10k_tlv_msg_init(u32 *msg, u16 msg_id) in fm10k_tlv_msg_init()
34 static s32 fm10k_tlv_attr_put_null_string(u32 *msg, u16 attr_id, in fm10k_tlv_attr_put_null_string()
112 s32 fm10k_tlv_attr_put_mac_vlan(u32 *msg, u16 attr_id, in fm10k_tlv_attr_put_mac_vlan()
172 s32 fm10k_tlv_attr_put_bool(u32 *msg, u16 attr_id) in fm10k_tlv_attr_put_bool()
198 s32 fm10k_tlv_attr_put_value(u32 *msg, u16 attr_id, s64 value, u32 len) in fm10k_tlv_attr_put_value()
270 s32 fm10k_tlv_attr_put_le_struct(u32 *msg, u16 attr_id, in fm10k_tlv_attr_put_le_struct()
340 static u32 *fm10k_tlv_attr_nest_start(u32 *msg, u16 attr_id) in fm10k_tlv_attr_nest_start()
365 static s32 fm10k_tlv_attr_nest_stop(u32 *msg) in fm10k_tlv_attr_nest_stop()
544 s32 fm10k_tlv_msg_parse(struct fm10k_hw *hw, u32 *msg, in fm10k_tlv_msg_parse()
640 static void fm10k_tlv_msg_test_generate_data(u32 *msg, u32 attr_flags) in fm10k_tlv_msg_test_generate_data()
[all …]
/linux/sound/soc/intel/catpt/
H A Dmessages.c16 union catpt_global_msg msg = CATPT_GLOBAL_MSG(GET_FW_VERSION); in catpt_ipc_get_fw_version() local
56 union catpt_global_msg msg = CATPT_GLOBAL_MSG(ALLOCATE_STREAM); catpt_ipc_alloc_stream() local
108 union catpt_global_msg msg = CATPT_GLOBAL_MSG(FREE_STREAM); catpt_ipc_free_stream() local
127 union catpt_global_msg msg = CATPT_GLOBAL_MSG(SET_DEVICE_FORMATS); catpt_ipc_set_device_format() local
145 union catpt_global_msg msg = CATPT_GLOBAL_MSG(ENTER_DX_STATE); catpt_ipc_enter_dxstate() local
165 union catpt_global_msg msg = CATPT_GLOBAL_MSG(GET_MIXER_STREAM_INFO); catpt_ipc_get_mixer_stream_info() local
182 union catpt_stream_msg msg = CATPT_STREAM_MSG(RESET_STREAM); catpt_ipc_reset_stream() local
199 union catpt_stream_msg msg = CATPT_STREAM_MSG(PAUSE_STREAM); catpt_ipc_pause_stream() local
216 union catpt_stream_msg msg = CATPT_STREAM_MSG(RESUME_STREAM); catpt_ipc_resume_stream() local
243 union catpt_stream_msg msg = CATPT_STAGE_MSG(SET_VOLUME); catpt_ipc_set_volume() local
275 union catpt_stream_msg msg = CATPT_STAGE_MSG(SET_WRITE_POSITION); catpt_ipc_set_write_pos() local
299 union catpt_stream_msg msg = CATPT_STAGE_MSG(MUTE_LOOPBACK); catpt_ipc_mute_loopback() local
[all...]
/linux/tools/testing/selftests/
H A Dkselftest.h176 static inline __printf(1, 2) void ksft_print_msg(const char *msg, ...) in ksft_print_msg() argument
188 static inline void ksft_print_dbg_msg(const char *msg, ...) in ksft_print_dbg_msg() argument
200 static inline void ksft_perror(const char *msg) in ksft_perror() argument
205 ksft_test_result_pass(const char * msg,...) ksft_test_result_pass() argument
219 ksft_test_result_fail(const char * msg,...) ksft_test_result_fail() argument
245 ksft_test_result_xfail(const char * msg,...) ksft_test_result_xfail() argument
259 ksft_test_result_xpass(const char * msg,...) ksft_test_result_xpass() argument
273 ksft_test_result_skip(const char * msg,...) ksft_test_result_skip() argument
288 ksft_test_result_error(const char * msg,...) ksft_test_result_error() argument
304 ksft_test_result_code(int exit_code,const char * test_name,const char * msg,...) ksft_test_result_code() argument
405 ksft_exit_fail_msg(const char * msg,...) ksft_exit_fail_msg() argument
420 ksft_exit_fail_perror(const char * msg) ksft_exit_fail_perror() argument
437 ksft_exit_skip(const char * msg,...) ksft_exit_skip() argument
[all...]
/linux/drivers/media/cec/usb/extron-da-hd-4k-plus/
H A Dcec-splitter.c16 struct cec_msg *msg, u8 reason) in cec_feature_abort_reason()
38 struct cec_msg msg; in cec_port_out_active_source() local
61 struct cec_msg msg; in cec_port_out_standby() local
84 struct cec_msg msg; in cec_port_out_wakeup() local
153 struct cec_msg msg; in cec_out_passthrough() local
246 struct cec_msg msg; in cec_out_request_current_latency() local
340 struct cec_msg msg; in cec_out_give_device_power_status() local
359 int cec_splitter_received_input(struct cec_splitter_port *p, struct cec_msg *msg) in cec_splitter_received_input()
423 const struct cec_msg *msg, in cec_splitter_nb_transmit_canceled_output()
481 int cec_splitter_received_output(struct cec_splitter_port *p, struct cec_msg *msg, in cec_splitter_received_output()
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dcmsg.c46 struct nfp_flower_cmsg_mac_repr *msg; in nfp_flower_cmsg_mac_repr_start() local
66 struct nfp_flower_cmsg_mac_repr *msg; in nfp_flower_cmsg_mac_repr_add() local
78 struct nfp_flower_cmsg_portmod *msg; in nfp_flower_cmsg_portmod() local
103 struct nfp_flower_cmsg_portreify *msg; in nfp_flower_cmsg_portreify() local
126 struct nfp_flower_cmsg_portmod *msg; in nfp_flower_process_mtu_ack() local
153 struct nfp_flower_cmsg_portmod *msg; in nfp_flower_cmsg_portmod_rx() local
189 struct nfp_flower_cmsg_portreify *msg; in nfp_flower_cmsg_portreify_rx() local
211 struct nfp_flower_cmsg_merge_hint *msg; in nfp_flower_cmsg_merge_hint_rx() local
/linux/drivers/net/ethernet/intel/ice/virt/
H A Dvirtchnl.c28 enum virtchnl_status_code v_retval, u8 *msg, u16 msglen) in ice_vc_vf_broadcast()
146 enum virtchnl_status_code v_retval, u8 *msg, u16 msglen) in ice_vc_send_msg_to_vf()
174 static int ice_vc_get_ver_msg(struct ice_vf *vf, u8 *msg) in ice_vc_get_ver_msg()
245 static int ice_vc_get_vf_res_msg(struct ice_vf *vf, u8 *msg) in ice_vc_get_vf_res_msg()
477 static int ice_vc_cfg_promiscuous_mode_msg(struct ice_vf *vf, u8 *msg) in ice_vc_cfg_promiscuous_mode_msg()
617 static int ice_vc_get_stats_msg(struct ice_vf *vf, u8 *msg) in ice_vc_get_stats_msg()
933 ice_vc_handle_mac_addr_msg(struct ice_vf *vf, u8 *msg, bool set) in ice_vc_handle_mac_addr_msg()
1007 static int ice_vc_add_mac_addr_msg(struct ice_vf *vf, u8 *msg) in ice_vc_add_mac_addr_msg()
1019 static int ice_vc_del_mac_addr_msg(struct ice_vf *vf, u8 *msg) in ice_vc_del_mac_addr_msg()
1130 static int ice_vc_process_vlan_msg(struct ice_vf *vf, u8 *msg, bool add_v) in ice_vc_process_vlan_msg()
[all …]
/linux/net/nfc/
H A Dnetlink.c61 static int nfc_genl_send_target(struct sk_buff *msg, struct nfc_target *target, in nfc_genl_send_target()
177 struct sk_buff *msg; in nfc_genl_targets_found() local
206 struct sk_buff *msg; in nfc_genl_target_lost() local
236 struct sk_buff *msg; in nfc_genl_tm_activated() local
267 struct sk_buff *msg; in nfc_genl_tm_deactivated() local
294 static int nfc_genl_setup_device_added(struct nfc_dev *dev, struct sk_buff *msg) in nfc_genl_setup_device_added()
307 struct sk_buff *msg; in nfc_genl_device_added() local
336 struct sk_buff *msg; in nfc_genl_device_removed() local
365 struct sk_buff *msg; in nfc_genl_llc_send_sdres() local
431 struct sk_buff *msg; in nfc_genl_se_added() local
[all …]
/linux/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_vpu.c18 static void mtk_mdp_vpu_handle_init_ack(const struct mdp_ipi_comm_ack *msg) in mtk_mdp_vpu_handle_init_ack()
32 const struct mdp_ipi_comm_ack *msg = data; in mtk_mdp_vpu_ipi_handler() local
75 static int mtk_mdp_vpu_send_msg(void *msg, int len, struct mtk_mdp_vpu *vpu, in mtk_mdp_vpu_send_msg()
99 struct mdp_ipi_comm msg; in mtk_mdp_vpu_send_ap_ipi() local
115 struct mdp_ipi_init msg; in mtk_mdp_vpu_init() local
/linux/drivers/media/tuners/
H A Dtda827x.c124 struct i2c_msg *msg, in tuner_transfer()
149 struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, in tda827xo_set_params() local
223 struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, in tda827xo_sleep() local
245 struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0 }; in tda827xo_set_analog_params() local
325 struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, in tda827xo_agcf() local
435 struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, in tda827xa_sleep() local
455 struct i2c_msg msg = { .flags = 0, .buf = buf, .len = sizeof(buf) }; in tda827xa_lna_gain() local
508 struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, in tda827xa_set_params() local
655 struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, in tda827xa_set_analog_params() local
750 struct i2c_msg msg = {.addr = priv->i2c_addr, .flags = 0, in tda827xa_agcf() local
[all …]

12345678910>>...56