Home
last modified time | relevance | path

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

12345678910>>...76

/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 …]
/linux-5.19.10/drivers/media/platform/allegro-dvt/
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-5.19.10/drivers/gpu/drm/msm/adreno/
Da6xx_hfi.c194 struct a6xx_hfi_msg_gmu_init_cmd msg = { 0 }; in a6xx_hfi_send_gmu_init() local
206 struct a6xx_hfi_msg_fw_version msg = { 0 }; in a6xx_hfi_get_fw_version() local
217 struct a6xx_hfi_msg_perf_table_v1 msg = { 0 }; in a6xx_hfi_send_perf_table_v1() local
239 struct a6xx_hfi_msg_perf_table msg = { 0 }; in a6xx_hfi_send_perf_table() local
260 static void a618_build_bw_table(struct a6xx_hfi_msg_bw_table *msg) in a618_build_bw_table()
288 static void a640_build_bw_table(struct a6xx_hfi_msg_bw_table *msg) in a640_build_bw_table()
327 static void a650_build_bw_table(struct a6xx_hfi_msg_bw_table *msg) in a650_build_bw_table()
358 static void a660_build_bw_table(struct a6xx_hfi_msg_bw_table *msg) in a660_build_bw_table()
389 static void adreno_7c3_build_bw_table(struct a6xx_hfi_msg_bw_table *msg) in adreno_7c3_build_bw_table()
419 static void a6xx_build_bw_table(struct a6xx_hfi_msg_bw_table *msg) in a6xx_build_bw_table()
[all …]
/linux-5.19.10/drivers/infiniband/hw/cxgb4/
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-5.19.10/drivers/platform/chrome/
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()
207 struct cros_ec_command *msg) in cros_ec_check_result()
238 struct cros_ec_command *msg, in cros_ec_get_host_event_wake_mask()
266 struct cros_ec_command *msg) in cros_ec_host_command_proto_query()
311 struct cros_ec_command *msg; in cros_ec_host_command_proto_query_v2() local
379 struct cros_ec_command *msg; in cros_ec_get_host_command_version_mask() local
584 int cros_ec_cmd_xfer(struct cros_ec_device *ec_dev, struct cros_ec_command *msg) in cros_ec_cmd_xfer()
645 struct cros_ec_command *msg) in cros_ec_cmd_xfer_status()
[all …]
/linux-5.19.10/net/tipc/
Dnetlink_compat.c182 struct tipc_nl_compat_msg *msg, in __tipc_nl_compat_dumpit()
279 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_dumpit()
332 struct tipc_nl_compat_msg *msg) in __tipc_nl_compat_doit()
388 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_doit()
408 static int tipc_nl_compat_bearer_dump(struct tipc_nl_compat_msg *msg, in tipc_nl_compat_bearer_dump()
429 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_bearer_enable()
472 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_bearer_disable()
505 static void __fill_bc_link_stat(struct tipc_nl_compat_msg *msg, in __fill_bc_link_stat()
544 static int tipc_nl_compat_link_stat_dump(struct tipc_nl_compat_msg *msg, in tipc_nl_compat_link_stat_dump()
684 static int tipc_nl_compat_link_dump(struct tipc_nl_compat_msg *msg, in tipc_nl_compat_link_dump()
[all …]
/linux-5.19.10/drivers/connector/
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 …]
/linux-5.19.10/drivers/infiniband/core/
Dnldev.c161 static int put_driver_name_print_type(struct sk_buff *msg, const char *name, in put_driver_name_print_type()
173 static int _rdma_nl_put_driver_u32(struct sk_buff *msg, const char *name, in _rdma_nl_put_driver_u32()
185 static int _rdma_nl_put_driver_u64(struct sk_buff *msg, const char *name, in _rdma_nl_put_driver_u64()
198 int rdma_nl_put_driver_string(struct sk_buff *msg, const char *name, in rdma_nl_put_driver_string()
211 int rdma_nl_put_driver_u32(struct sk_buff *msg, const char *name, u32 value) in rdma_nl_put_driver_u32()
218 int rdma_nl_put_driver_u32_hex(struct sk_buff *msg, const char *name, in rdma_nl_put_driver_u32_hex()
226 int rdma_nl_put_driver_u64(struct sk_buff *msg, const char *name, u64 value) in rdma_nl_put_driver_u64()
233 int rdma_nl_put_driver_u64_hex(struct sk_buff *msg, const char *name, u64 value) in rdma_nl_put_driver_u64_hex()
240 static int fill_nldev_handle(struct sk_buff *msg, struct ib_device *device) in fill_nldev_handle()
251 static int fill_dev_info(struct sk_buff *msg, struct ib_device *device) in fill_dev_info()
[all …]
/linux-5.19.10/drivers/net/ethernet/marvell/octeon_ep/
Doctep_ctrl_net.c20 struct octep_ctrl_mbox_msg msg = {}; in octep_get_link_status() local
40 struct octep_ctrl_mbox_msg msg = {}; in octep_set_link_status() local
55 struct octep_ctrl_mbox_msg msg = {}; in octep_set_rx_state() local
71 struct octep_ctrl_mbox_msg msg = {}; in octep_get_mac_addr() local
93 struct octep_ctrl_mbox_msg msg = {}; in octep_set_mac_addr() local
109 struct octep_ctrl_mbox_msg msg = {}; in octep_set_mtu() local
127 struct octep_ctrl_mbox_msg msg = {}; in octep_get_if_stats() local
154 struct octep_ctrl_mbox_msg msg = {}; in octep_get_link_info() local
180 struct octep_ctrl_mbox_msg msg = {}; in octep_set_link_info() local
/linux-5.19.10/sound/virtio/
Dvirtio_ctl_msg.c33 void virtsnd_ctl_msg_ref(struct virtio_snd_msg *msg) in virtsnd_ctl_msg_ref()
46 void virtsnd_ctl_msg_unref(struct virtio_snd_msg *msg) in virtsnd_ctl_msg_unref()
58 void *virtsnd_ctl_msg_request(struct virtio_snd_msg *msg) in virtsnd_ctl_msg_request()
69 void *virtsnd_ctl_msg_response(struct virtio_snd_msg *msg) in virtsnd_ctl_msg_response()
88 struct virtio_snd_msg *msg; in virtsnd_ctl_msg_alloc() local
121 int virtsnd_ctl_msg_send(struct virtio_snd *snd, struct virtio_snd_msg *msg, in virtsnd_ctl_msg_send()
219 void virtsnd_ctl_msg_complete(struct virtio_snd_msg *msg) in virtsnd_ctl_msg_complete()
240 struct virtio_snd_msg *msg = in virtsnd_ctl_msg_cancel_all() local
264 struct virtio_snd_msg *msg; in virtsnd_ctl_query_info() local
297 struct virtio_snd_msg *msg; in virtsnd_ctl_notify_cb() local
/linux-5.19.10/drivers/net/wireless/ath/wil6210/
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 …]
/linux-5.19.10/fs/nfs/
Dproc.c59 struct rpc_message msg = { in nfs_proc_get_root() local
106 struct rpc_message msg = { in nfs_proc_getattr() local
134 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 …]
Dnfs3proc.c32 nfs3_rpc_wrapper(struct rpc_clnt *clnt, struct rpc_message *msg, int flags) in nfs3_rpc_wrapper()
45 #define rpc_call_sync(clnt, msg, flags) nfs3_rpc_wrapper(clnt, msg, flags) argument
63 struct rpc_message msg = { in do_proc_get_root() local
105 struct rpc_message msg = { in nfs3_proc_getattr() local
133 struct rpc_message msg = { in nfs3_proc_setattr() local
168 struct rpc_message msg = { in __nfs3_proc_lookup() local
231 struct rpc_message msg = { in nfs3_proc_access() local
264 struct rpc_message msg = { in nfs3_proc_readlink() local
285 struct rpc_message msg; member
439 struct rpc_message msg = { in nfs3_proc_remove() local
[all …]
/linux-5.19.10/drivers/soc/apple/
Drtkit.c82 u64 msg; member
105 u64 msg) in apple_rtkit_management_send()
112 static void apple_rtkit_management_rx_hello(struct apple_rtkit *rtk, u64 msg) in apple_rtkit_management_rx_hello()
149 static void apple_rtkit_management_rx_epmap(struct apple_rtkit *rtk, u64 msg) in apple_rtkit_management_rx_epmap()
206 u64 msg) in apple_rtkit_management_rx_iop_pwr_ack()
218 u64 msg) in apple_rtkit_management_rx_ap_pwr_ack()
229 static void apple_rtkit_management_rx(struct apple_rtkit *rtk, u64 msg) in apple_rtkit_management_rx()
256 u8 ep, u64 msg) in apple_rtkit_common_rx_get_buffer()
338 static void apple_rtkit_crashlog_rx(struct apple_rtkit *rtk, u64 msg) in apple_rtkit_crashlog_rx()
378 static void apple_rtkit_ioreport_rx(struct apple_rtkit *rtk, u64 msg) in apple_rtkit_ioreport_rx()
[all …]
/linux-5.19.10/net/sctp/
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-5.19.10/drivers/net/wireless/silabs/wfx/
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-5.19.10/fs/ksmbd/
Dtransport_ipc.c228 struct ksmbd_ipc_msg *msg; in ipc_msg_alloc() local
237 static void ipc_msg_free(struct ksmbd_ipc_msg *msg) in ipc_msg_free()
418 static int ipc_msg_send(struct ksmbd_ipc_msg *msg) in ipc_msg_send()
452 static void *ipc_msg_send_request(struct ksmbd_ipc_msg *msg, unsigned int handle) in ipc_msg_send_request()
485 struct ksmbd_ipc_msg *msg; in ksmbd_ipc_heartbeat_request() local
500 struct ksmbd_ipc_msg *msg; in ksmbd_ipc_login_request() local
525 struct ksmbd_ipc_msg *msg; in ksmbd_ipc_spnego_authen_request() local
552 struct ksmbd_ipc_msg *msg; in ksmbd_ipc_tree_connect_request() local
591 struct ksmbd_ipc_msg *msg; in ksmbd_ipc_tree_disconnect_request() local
611 struct ksmbd_ipc_msg *msg; in ksmbd_ipc_logout_request() local
[all …]
/linux-5.19.10/drivers/media/platform/mediatek/vcodec/
Dvdec_vpu_if.c14 static void handle_init_ack_msg(const struct vdec_vpu_ipi_init_ack *msg) in handle_init_ack_msg()
58 static void handle_get_param_msg_ack(const struct vdec_vpu_ipi_get_param_ack *msg) in handle_get_param_msg_ack()
90 const struct vdec_vpu_ipi_ack *msg = data; in vpu_dec_ipi_handler() local
125 static int vcodec_vpu_send_msg(struct vdec_vpu_inst *vpu, void *msg, int len) in vcodec_vpu_send_msg()
158 struct vdec_ap_ipi_cmd msg; in vcodec_send_ap_ipi() local
178 struct vdec_ap_ipi_init msg; in vpu_dec_init() local
217 struct vdec_ap_ipi_dec_start msg; in vpu_dec_start() local
247 struct vdec_ap_ipi_get_param msg; in vpu_dec_get_param() local
/linux-5.19.10/drivers/hsi/clients/
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 …]
Dssi_protocol.c153 static inline void ssip_set_cmd(struct hsi_msg *msg, u32 cmd) in ssip_set_cmd()
161 static inline u32 ssip_get_cmd(struct hsi_msg *msg) in ssip_get_cmd()
170 static void ssip_skb_to_msg(struct sk_buff *skb, struct hsi_msg *msg) in ssip_skb_to_msg()
189 static void ssip_free_data(struct hsi_msg *msg) in ssip_free_data()
204 struct hsi_msg *msg; in ssip_alloc_data() local
217 static inline void ssip_release_cmd(struct hsi_msg *msg) in ssip_release_cmd()
229 struct hsi_msg *msg; in ssip_claim_cmd() local
244 struct hsi_msg *msg, *tmp; in ssip_free_cmds() local
256 struct hsi_msg *msg; in ssip_alloc_cmds() local
391 struct hsi_msg *msg; in ssip_reset() local
[all …]
/linux-5.19.10/drivers/media/pci/saa7134/
Dsaa7134-cards.c7790 struct i2c_msg msg[] = {{.addr = 0x50, .flags = 0, .buf = &subaddr, .len = 1}, in saa7134_board_init2() local
7880 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
7942 struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len = sizeof(data)}; in saa7134_board_init2() local
7949 struct i2c_msg msg = {.addr = 0x0b, .flags = 0, .buf = data, in saa7134_board_init2() local
7957 struct i2c_msg msg = {.addr = 0x0b, .flags = 0, .buf = data, in saa7134_board_init2() local
7967 struct i2c_msg msg = {.addr=0x09, .flags=0, .buf=data, .len = sizeof(data)}; in saa7134_board_init2() local
7996 struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len = sizeof(data)}; in saa7134_board_init2() local
8005 struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len = sizeof(data)}; in saa7134_board_init2() local
8035 struct i2c_msg msg = { .addr = 0x0a, .flags = 0 }; in saa7134_board_init2() local
[all …]
/linux-5.19.10/sound/soc/fsl/
Dimx-pcm-rpmsg.c35 static int imx_rpmsg_pcm_send_message(struct rpmsg_msg *msg, in imx_rpmsg_pcm_send_message()
108 struct rpmsg_msg *msg, in imx_rpmsg_insert_workqueue()
142 struct rpmsg_msg *msg; in imx_rpmsg_pcm_hw_params() local
194 struct rpmsg_msg *msg; in imx_rpmsg_pcm_pointer() local
215 struct rpmsg_msg *msg; in imx_rpmsg_timer_callback() local
232 struct rpmsg_msg *msg; in imx_rpmsg_pcm_open() local
284 struct rpmsg_msg *msg; in imx_rpmsg_pcm_close() local
350 struct rpmsg_msg *msg; in imx_rpmsg_prepare_and_submit() local
379 struct rpmsg_msg *msg; in imx_rpmsg_async_issue_pending() local
396 struct rpmsg_msg *msg; in imx_rpmsg_restart() local
[all …]
/linux-5.19.10/drivers/misc/sgi-xp/
Dxpc_uv.c336 xpc_send_gru_msg(struct gru_message_queue_desc *gru_mq_desc, void *msg, in xpc_send_gru_msg()
440 struct xpc_activate_mq_msg_activate_req_uv *msg; in xpc_handle_activate_mq_msg_uv() local
472 struct xpc_activate_mq_msg_deactivate_req_uv *msg; in xpc_handle_activate_mq_msg_uv() local
488 struct xpc_activate_mq_msg_chctl_closerequest_uv *msg; in xpc_handle_activate_mq_msg_uv() local
507 struct xpc_activate_mq_msg_chctl_closereply_uv *msg; in xpc_handle_activate_mq_msg_uv() local
524 struct xpc_activate_mq_msg_chctl_openrequest_uv *msg; in xpc_handle_activate_mq_msg_uv() local
544 struct xpc_activate_mq_msg_chctl_openreply_uv *msg; in xpc_handle_activate_mq_msg_uv() local
564 struct xpc_activate_mq_msg_chctl_opencomplete_uv *msg; in xpc_handle_activate_mq_msg_uv() local
676 xpc_send_activate_IRQ_uv(struct xpc_partition *part, void *msg, size_t msg_size, in xpc_send_activate_IRQ_uv()
732 xpc_send_activate_IRQ_part_uv(struct xpc_partition *part, void *msg, in xpc_send_activate_IRQ_part_uv()
[all …]
/linux-5.19.10/sound/soc/intel/avs/
Dmessages.c17 union avs_global_msg msg = AVS_GLOBAL_REQUEST(ROM_CONTROL); in avs_ipc_set_boot_config() local
35 union avs_global_msg msg = AVS_GLOBAL_REQUEST(LOAD_MULTIPLE_MODULES); in avs_ipc_load_modules() local
53 union avs_global_msg msg = AVS_GLOBAL_REQUEST(UNLOAD_MULTIPLE_MODULES); in avs_ipc_unload_modules() local
71 union avs_global_msg msg = AVS_GLOBAL_REQUEST(LOAD_LIBRARY); in avs_ipc_load_library() local
89 union avs_global_msg msg = AVS_GLOBAL_REQUEST(CREATE_PIPELINE); in avs_ipc_create_pipeline() local
109 union avs_global_msg msg = AVS_GLOBAL_REQUEST(DELETE_PIPELINE); in avs_ipc_delete_pipeline() local
126 union avs_global_msg msg = AVS_GLOBAL_REQUEST(SET_PIPELINE_STATE); in avs_ipc_set_pipeline_state() local
144 union avs_global_msg msg = AVS_GLOBAL_REQUEST(GET_PIPELINE_STATE); in avs_ipc_get_pipeline_state() local
184 union avs_module_msg msg = AVS_MODULE_REQUEST(INIT_INSTANCE); in avs_ipc_init_instance() local
223 union avs_module_msg msg = AVS_MODULE_REQUEST(DELETE_INSTANCE); in avs_ipc_delete_instance() local
[all …]
/linux-5.19.10/drivers/staging/wlan-ng/
Dprism2mgmt.c133 struct p80211msg_dot11req_scan *msg = msgp; in prism2mgmt_scan() local
548 struct p80211msg_dot11req_start *msg = msgp; in prism2mgmt_start() local
730 struct p80211msg_p2req_readpda *msg = msgp; in prism2mgmt_readpda() local
797 struct p80211msg_p2req_ramdl_state *msg = msgp; in prism2mgmt_ramdl_state() local
853 struct p80211msg_p2req_ramdl_write *msg = msgp; in prism2mgmt_ramdl_write() local
916 struct p80211msg_p2req_flashdl_state *msg = msgp; in prism2mgmt_flashdl_state() local
987 struct p80211msg_p2req_flashdl_write *msg = msgp; in prism2mgmt_flashdl_write() local
1051 struct p80211msg_lnxreq_autojoin *msg = msgp; in prism2mgmt_autojoin() local
1120 struct p80211msg_lnxreq_wlansniff *msg = msgp; in prism2mgmt_wlansniff() local

12345678910>>...76