Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 200 of 1408) sorted by relevance

12345678

/linux-4.4.14/tools/perf/config/
DMakefile251msg := $(warning No libelf found, disables 'probe' tool and BPF support in 'perf record', please i… macro
261 msg := $(error No static glibc found, please install glibc-static); macro
263 msg := $(error No gnu/libc-version.h found, please install glibc-dev[el]); macro
270msg := $(warning No libdw DWARF unwind found, Please install elfutils-devel/libdw-dev >= 0.158 and… macro
274msg := $(warning No libdw.h found or old libdw.h found or elfutils is older than 0.138, disables d… macro
302msg := $(warning DWARF register mappings have not been defined for architecture $(ARCH), DWARF sup… macro
332msg := $(warning No libunwind found. Please install libunwind-dev[el] >= 1.1 and/or set LIBUNWIND_… macro
339msg := $(warning BPF API too old. Please install recent kernel headers. BPF support in 'perf recor… macro
350 msg := $(warning Disabling post unwind, no support found.); macro
376 msg := $(warning No debug_frame support found in libunwind); macro
[all …]
/linux-4.4.14/net/tipc/
Dnetlink_compat.c170 struct tipc_nl_compat_msg *msg, in __tipc_nl_compat_dumpit()
240 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_dumpit()
274 struct tipc_nl_compat_msg *msg) in __tipc_nl_compat_doit()
326 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_doit()
345 static int tipc_nl_compat_bearer_dump(struct tipc_nl_compat_msg *msg, in tipc_nl_compat_bearer_dump()
360 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_bearer_enable()
393 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_bearer_disable()
417 static void __fill_bc_link_stat(struct tipc_nl_compat_msg *msg, in __fill_bc_link_stat()
456 static int tipc_nl_compat_link_stat_dump(struct tipc_nl_compat_msg *msg, in tipc_nl_compat_link_stat_dump()
567 static int tipc_nl_compat_link_dump(struct tipc_nl_compat_msg *msg, in tipc_nl_compat_link_dump()
[all …]
Dib_media.c58 static int tipc_ib_addr2msg(char *msg, struct tipc_media_addr *addr) in tipc_ib_addr2msg()
68 char *msg) in tipc_ib_raw2addr()
81 char *msg) in tipc_ib_msg2addr()
Deth_media.c52 static int tipc_eth_addr2msg(char *msg, struct tipc_media_addr *addr) in tipc_eth_addr2msg()
63 char *msg) in tipc_eth_raw2addr()
77 char *msg) in tipc_eth_msg2addr()
Dmsg.c93 struct tipc_msg *msg; in tipc_msg_create() local
125 struct tipc_msg *msg; in tipc_buf_append() local
204 struct tipc_msg *msg; in tipc_msg_validate() local
345 bool tipc_msg_bundle(struct sk_buff *skb, struct tipc_msg *msg, u32 mtu) in tipc_msg_bundle()
394 struct tipc_msg *msg; in tipc_msg_extract() local
432 bool tipc_msg_make_bundle(struct sk_buff **skb, struct tipc_msg *msg, in tipc_msg_make_bundle()
534 struct tipc_msg *msg = buf_msg(skb); in tipc_msg_lookup_dest() local
Dnet.c148 static int __tipc_nl_add_net(struct net *net, struct tipc_nl_msg *msg) in __tipc_nl_add_net()
184 struct tipc_nl_msg msg; in tipc_nl_net_dump() local
/linux-4.4.14/drivers/connector/
Dcn_proc.c69 struct cn_msg *msg; in proc_fork_connector() local
101 struct cn_msg *msg; in proc_exec_connector() local
126 struct cn_msg *msg; in proc_id_connector() local
165 struct cn_msg *msg; in proc_sid_connector() local
190 struct cn_msg *msg; in proc_ptrace_connector() local
223 struct cn_msg *msg; in proc_comm_connector() local
249 struct cn_msg *msg; in proc_coredump_connector() local
274 struct cn_msg *msg; in proc_exit_connector() local
309 struct cn_msg *msg; in cn_proc_ack() local
335 static void cn_proc_mcast_ctl(struct cn_msg *msg, in cn_proc_mcast_ctl()
Dconnector.c73 int cn_netlink_send_mult(struct cn_msg *msg, u16 len, u32 portid, u32 __group, in cn_netlink_send_mult()
133 int cn_netlink_send(struct cn_msg *msg, u32 portid, u32 __group, in cn_netlink_send()
148 struct cn_msg *msg = nlmsg_data(nlmsg_hdr(skb)); in cn_call_callback() local
/linux-4.4.14/net/sctp/
Dchunk.c50 static void sctp_datamsg_init(struct sctp_datamsg *msg) in sctp_datamsg_init()
64 struct sctp_datamsg *msg; in sctp_datamsg_new() local
73 void sctp_datamsg_free(struct sctp_datamsg *msg) in sctp_datamsg_free()
87 static void sctp_datamsg_destroy(struct sctp_datamsg *msg) in sctp_datamsg_destroy()
138 static void sctp_datamsg_hold(struct sctp_datamsg *msg) in sctp_datamsg_hold()
144 void sctp_datamsg_put(struct sctp_datamsg *msg) in sctp_datamsg_put()
151 static void sctp_datamsg_assign(struct sctp_datamsg *msg, struct sctp_chunk *chunk) in sctp_datamsg_assign()
173 struct sctp_datamsg *msg; in sctp_datamsg_from_user() local
349 struct sctp_datamsg *msg = chunk->msg; in sctp_chunk_abandoned() local
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dlib-msg.c61 lnet_build_msg_event(lnet_msg_t *msg, lnet_event_kind_t ev_type) in lnet_build_msg_event()
137 lnet_msg_commit(lnet_msg_t *msg, int cpt) in lnet_msg_commit()
170 lnet_msg_decommit_tx(lnet_msg_t *msg, int status) in lnet_msg_decommit_tx()
220 lnet_msg_decommit_rx(lnet_msg_t *msg, int status) in lnet_msg_decommit_rx()
274 lnet_msg_decommit(lnet_msg_t *msg, int cpt, int status) in lnet_msg_decommit()
308 lnet_msg_attach_md(lnet_msg_t *msg, lnet_libmd_t *md, in lnet_msg_attach_md()
336 lnet_msg_detach_md(lnet_msg_t *msg, int status) in lnet_msg_detach_md()
359 lnet_complete_msg_locked(lnet_msg_t *msg, int cpt) in lnet_complete_msg_locked()
435 lnet_finalize(lnet_ni_t *ni, lnet_msg_t *msg, int status) in lnet_finalize()
543 lnet_msg_t *msg = list_entry(container->msc_active.next, in lnet_msg_container_cleanup() local
Dlib-move.c564 lnet_ni_recv(lnet_ni_t *ni, void *private, lnet_msg_t *msg, int delayed, in lnet_ni_recv()
602 lnet_setpayloadbuffer(lnet_msg_t *msg) in lnet_setpayloadbuffer()
621 lnet_prep_send(lnet_msg_t *msg, int type, lnet_process_id_t target, in lnet_prep_send()
642 lnet_ni_send(lnet_ni_t *ni, lnet_msg_t *msg) in lnet_ni_send()
657 lnet_ni_eager_recv(lnet_ni_t *ni, lnet_msg_t *msg) in lnet_ni_eager_recv()
784 lnet_post_send_locked(lnet_msg_t *msg, int do_send) in lnet_post_send_locked()
869 lnet_msg2bufpool(lnet_msg_t *msg) in lnet_msg2bufpool()
889 lnet_post_routed_recv_locked(lnet_msg_t *msg, int do_recv) in lnet_post_routed_recv_locked()
965 lnet_return_tx_credits_locked(lnet_msg_t *msg) in lnet_return_tx_credits_locked()
1023 lnet_return_rx_credits_locked(lnet_msg_t *msg) in lnet_return_rx_credits_locked()
[all …]
Dlib-ptl.c140 struct lnet_match_info *info, struct lnet_msg *msg) in lnet_try_match_md()
261 lnet_mt_of_match(struct lnet_match_info *info, struct lnet_msg *msg) in lnet_mt_of_match()
374 struct lnet_match_info *info, struct lnet_msg *msg) in lnet_mt_match_md()
429 lnet_ptl_match_early(struct lnet_portal *ptl, struct lnet_msg *msg) in lnet_ptl_match_early()
462 struct lnet_match_info *info, struct lnet_msg *msg) in lnet_ptl_match_delay()
536 lnet_ptl_match_md(struct lnet_match_info *info, struct lnet_msg *msg) in lnet_ptl_match_md()
629 lnet_msg_t *msg; in lnet_ptl_attach_md() local
/linux-4.4.14/drivers/misc/mic/scif/
Dscif_epd.c128 void scif_cnctreq(struct scif_dev *scifdev, struct scifmsg *msg) in scif_cnctreq()
174 void scif_cnctgnt(struct scif_dev *scifdev, struct scifmsg *msg) in scif_cnctgnt()
199 void scif_cnctgnt_ack(struct scif_dev *scifdev, struct scifmsg *msg) in scif_cnctgnt_ack()
221 void scif_cnctgnt_nack(struct scif_dev *scifdev, struct scifmsg *msg) in scif_cnctgnt_nack()
238 void scif_cnctrej(struct scif_dev *scifdev, struct scifmsg *msg) in scif_cnctrej()
263 void scif_discnct(struct scif_dev *scifdev, struct scifmsg *msg) in scif_discnct()
317 void scif_discnt_ack(struct scif_dev *scifdev, struct scifmsg *msg) in scif_discnt_ack()
333 void scif_clientsend(struct scif_dev *scifdev, struct scifmsg *msg) in scif_clientsend()
349 void scif_clientrcvd(struct scif_dev *scifdev, struct scifmsg *msg) in scif_clientrcvd()
Dscif_nodeqp.c298 struct scifmsg msg; in scif_qp_response() local
315 struct scifmsg msg; in scif_send_exit() local
468 struct scifmsg msg; in scif_node_connect() local
601 scif_display_message(struct scif_dev *scifdev, struct scifmsg *msg, in scif_display_message()
618 int _scif_nodeqp_send(struct scif_dev *scifdev, struct scifmsg *msg) in _scif_nodeqp_send()
666 int scif_nodeqp_send(struct scif_dev *scifdev, struct scifmsg *msg) in scif_nodeqp_send()
711 scif_init(struct scif_dev *scifdev, struct scifmsg *msg) in scif_init()
777 scif_node_add(struct scif_dev *scifdev, struct scifmsg *msg) in scif_node_add()
895 scif_node_add_ack(struct scif_dev *scifdev, struct scifmsg *msg) in scif_node_add_ack()
947 scif_node_add_nack(struct scif_dev *scifdev, struct scifmsg *msg) in scif_node_add_nack()
[all …]
Dscif_fence.c27 void scif_recv_mark(struct scif_dev *scifdev, struct scifmsg *msg) in scif_recv_mark()
48 void scif_recv_mark_resp(struct scif_dev *scifdev, struct scifmsg *msg) in scif_recv_mark_resp()
71 void scif_recv_wait(struct scif_dev *scifdev, struct scifmsg *msg) in scif_recv_wait()
108 void scif_recv_wait_resp(struct scif_dev *scifdev, struct scifmsg *msg) in scif_recv_wait_resp()
129 void scif_recv_sig_local(struct scif_dev *scifdev, struct scifmsg *msg) in scif_recv_sig_local()
150 void scif_recv_sig_remote(struct scif_dev *scifdev, struct scifmsg *msg) in scif_recv_sig_remote()
171 void scif_recv_sig_resp(struct scif_dev *scifdev, struct scifmsg *msg) in scif_recv_sig_resp()
395 struct scifmsg msg; in _scif_send_fence() local
513 struct scifmsg msg; in scif_send_fence_signal() local
Dscif_api.c94 struct scifmsg msg; in scif_disconnect_ep() local
222 struct scifmsg msg; in scif_close() local
474 struct scifmsg msg; in scif_conn_func() local
753 struct scifmsg msg; in scif_accept() local
946 static int _scif_send(scif_epd_t epd, void *msg, int len, int flags) in _scif_send()
1008 static int _scif_recv(scif_epd_t epd, void *msg, int len, int flags) in _scif_recv()
1104 int scif_user_send(scif_epd_t epd, void __user *msg, int len, int flags) in scif_user_send()
1165 int scif_user_recv(scif_epd_t epd, void __user *msg, int len, int flags) in scif_user_recv()
1226 int scif_send(scif_epd_t epd, void *msg, int len, int flags) in scif_send()
1268 int scif_recv(scif_epd_t epd, void *msg, int len, int flags) in scif_recv()
Dscif_rma.c197 struct scifmsg msg; in scif_destroy_incomplete_window() local
646 struct scifmsg msg; in scif_send_scif_unregister() local
759 struct scifmsg msg; in scif_send_alloc_request() local
784 struct scifmsg msg; in scif_prep_remote_window() local
962 struct scifmsg msg; in scif_send_scif_register() local
1057 void scif_alloc_req(struct scif_dev *scifdev, struct scifmsg *msg) in scif_alloc_req()
1092 void scif_alloc_gnt_rej(struct scif_dev *scifdev, struct scifmsg *msg) in scif_alloc_gnt_rej()
1116 void scif_free_virt(struct scif_dev *scifdev, struct scifmsg *msg) in scif_free_virt()
1154 void scif_recv_reg(struct scif_dev *scifdev, struct scifmsg *msg) in scif_recv_reg()
1190 void scif_recv_unreg(struct scif_dev *scifdev, struct scifmsg *msg) in scif_recv_unreg()
[all …]
Dscif_rb.c49 void *msg, u32 size) in memcpy_torb()
67 void *msg, u32 size) in memcpy_fromrb()
111 int scif_rb_write(struct scif_rb *rb, void *msg, u32 size) in scif_rb_write()
180 u32 scif_rb_get_next(struct scif_rb *rb, void *msg, u32 size) in scif_rb_get_next()
Dscif_nm.c92 struct scifmsg msg; in scif_send_acks() local
224 struct scifmsg msg; in scif_get_node_info() local
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c161 int lustre_packed_msg_size(struct lustre_msg *msg) in lustre_packed_msg_size()
173 void lustre_init_msg_v2(struct lustre_msg_v2 *msg, int count, __u32 *lens, in lustre_init_msg_v2()
424 static int lustre_shrink_msg_v2(struct lustre_msg_v2 *msg, int segment, in lustre_shrink_msg_v2()
471 int lustre_shrink_msg(struct lustre_msg *msg, int segment, in lustre_shrink_msg()
738 static inline void *__lustre_swab_buf(struct lustre_msg *msg, int index, in __lustre_swab_buf()
758 static inline struct ptlrpc_body *lustre_msg_ptlrpc_body(struct lustre_msg *msg) in lustre_msg_ptlrpc_body()
764 __u32 lustre_msghdr_get_flags(struct lustre_msg *msg) in lustre_msghdr_get_flags()
777 void lustre_msghdr_set_flags(struct lustre_msg *msg, __u32 flags) in lustre_msghdr_set_flags()
788 __u32 lustre_msg_get_flags(struct lustre_msg *msg) in lustre_msg_get_flags()
808 void lustre_msg_add_flags(struct lustre_msg *msg, int flags) in lustre_msg_add_flags()
[all …]
/linux-4.4.14/fs/nfs/
Dproc.c58 struct rpc_message msg = { in nfs_proc_get_root() local
103 struct rpc_message msg = { in nfs_proc_getattr() local
126 struct rpc_message msg = { in nfs_proc_setattr() local
161 struct rpc_message msg = { in nfs_proc_lookup() local
184 struct rpc_message msg = { in nfs_proc_readlink() local
233 struct rpc_message msg = { in nfs_proc_create() local
262 struct rpc_message msg = { in nfs_proc_mknod() local
308 struct rpc_message msg = { in nfs_proc_remove() local
323 nfs_proc_unlink_setup(struct rpc_message *msg, struct inode *dir) in nfs_proc_unlink_setup()
340 nfs_proc_rename_setup(struct rpc_message *msg, struct inode *dir) in nfs_proc_rename_setup()
[all …]
Dnfs3proc.c31 nfs3_rpc_wrapper(struct rpc_clnt *clnt, struct rpc_message *msg, int flags) in nfs3_rpc_wrapper()
44 #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
128 struct rpc_message msg = { in nfs3_proc_setattr() local
160 struct rpc_message msg = { in nfs3_proc_lookup() local
192 struct rpc_message msg = { in nfs3_proc_access() local
248 struct rpc_message msg = { in nfs3_proc_readlink() local
269 struct rpc_message msg; member
414 struct rpc_message msg = { in nfs3_proc_remove() local
[all …]
Dnfs42proc.c40 static int _nfs42_proc_fallocate(struct rpc_message *msg, struct file *filep, in _nfs42_proc_fallocate()
76 static int nfs42_proc_fallocate(struct rpc_message *msg, struct file *filep, in nfs42_proc_fallocate()
95 struct rpc_message msg = { in nfs42_proc_allocate() local
116 struct rpc_message msg = { in nfs42_proc_deallocate() local
148 struct rpc_message msg = { in _nfs42_proc_llseek() local
249 struct rpc_message msg = { in nfs42_proc_layoutstats_generic() local
275 static int _nfs42_proc_clone(struct rpc_message *msg, struct file *src_f, in _nfs42_proc_clone()
322 struct rpc_message msg = { in nfs42_proc_clone() local
Dnfs4proc.c926 struct rpc_message *msg, in nfs4_call_sync_sequence()
957 struct rpc_message *msg, in nfs4_call_sync()
1927 struct rpc_message msg = { in _nfs4_proc_open_confirm() local
2090 struct rpc_message msg = { in nfs4_run_open_task() local
2667 struct rpc_message msg = { in _nfs4_do_setattr() local
2932 struct rpc_message msg = { in nfs4_do_close() local
3028 struct rpc_message msg = { in _nfs4_server_capabilities() local
3132 struct rpc_message msg = { in _nfs4_lookup_root() local
3372 struct rpc_message msg = { in _nfs4_proc_getattr() local
3481 struct rpc_message msg = { in _nfs4_proc_lookup() local
[all …]
/linux-4.4.14/drivers/platform/chrome/
Dcros_ec_proto.c26 struct cros_ec_command *msg) in prepare_packet()
59 struct cros_ec_command *msg) in send_command()
111 struct cros_ec_command *msg) in cros_ec_prepare_tx()
135 struct cros_ec_command *msg) in cros_ec_check_result()
154 struct cros_ec_command *msg) in cros_ec_host_command_proto_query()
190 struct cros_ec_command *msg; in cros_ec_host_command_proto_query_v2() local
338 struct cros_ec_command *msg) in cros_ec_cmd_xfer()
Dcros_ec_lightbar.c97 struct cros_ec_command *msg; in alloc_lightbar_cmd_msg() local
120 struct cros_ec_command *msg; in get_lightbar_version() local
188 struct cros_ec_command *msg; in brightness_store() local
235 struct cros_ec_command *msg; in led_rgb_store() local
306 struct cros_ec_command *msg; in sequence_show() local
347 struct cros_ec_command *msg; in sequence_store() local
Dcros_ec_sysfs.c70 struct cros_ec_command *msg; in store_ec_reboot() local
140 struct cros_ec_command *msg; in show_ec_version() local
246 struct cros_ec_command *msg; in show_ec_flashinfo() local
Dcros_ec_vbc.c36 struct cros_ec_command *msg; in vboot_context_read() local
77 struct cros_ec_command *msg; in vboot_context_write() local
/linux-4.4.14/drivers/media/pci/saa7134/
Dsaa7134-cards.c7886 struct i2c_msg msg[] = {{.addr = 0x50, .flags = 0, .buf = &subaddr, .len = 1}, in saa7134_board_init2() local
7976 struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len = sizeof(data)}; in saa7134_board_init2() local
7985 struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len = sizeof(data)}; in saa7134_board_init2() local
8038 struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len = sizeof(data)}; in saa7134_board_init2() local
8045 struct i2c_msg msg = {.addr = 0x0b, .flags = 0, .buf = data, in saa7134_board_init2() local
8053 struct i2c_msg msg = {.addr = 0x0b, .flags = 0, .buf = data, in saa7134_board_init2() local
8063 struct i2c_msg msg = {.addr=0x09, .flags=0, .buf=data, .len = sizeof(data)}; in saa7134_board_init2() local
8092 struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len = sizeof(data)}; in saa7134_board_init2() local
8101 struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len = sizeof(data)}; in saa7134_board_init2() local
8131 struct i2c_msg msg = { .addr = 0x0a, .flags = 0 }; in saa7134_board_init2() local
[all …]
Dsaa7134-dvb.c181 struct i2c_msg msg = {.addr=0x43, .flags=0, .buf=off, .len = sizeof(off)}; in mt352_pinnacle_tuner_set_params() local
247 struct i2c_msg msg = {.addr = 0x4b, .flags = 0, .buf = initmsg, .len = 2}; in kworld_sbtvd_gate_ctrl() local
419 static u8 msg[] = { 0x0b, 0xf5, 0x86, 0xab }; in philips_td1316_tuner_init() local
440 static u8 msg[] = { 0x0b, 0xdc, 0x86, 0xa4 }; in philips_td1316_tuner_sleep() local
456 static u8 msg[] = { 0x00, 0x40}; in philips_europa_tuner_init() local
473 static u8 msg[] = { 0x00, 0x14 }; in philips_europa_tuner_sleep() local
1023 struct i2c_msg msg[] = { { .addr = 0x08, .flags = 0, .buf = wbuf, .len = 1 }, in md8800_set_voltage2() local
1447 struct i2c_msg msg = {.addr = 0x08, .flags = 0, .len = 1}; in dvb_init() local
1934 struct i2c_msg msg = {.addr = 0x08, .buf = &data, .flags = 0, .len = 1}; in dvb_fini() local
/linux-4.4.14/drivers/hsi/clients/
Dhsi_char.c129 static void hsc_add_tail(struct hsc_channel *channel, struct hsi_msg *msg, in hsc_add_tail()
142 struct hsi_msg *msg = NULL; in hsc_get_first_msg() local
158 static inline void hsc_msg_free(struct hsi_msg *msg) in hsc_msg_free()
166 struct hsi_msg *msg, *tmp; in hsc_free_list() local
188 struct hsi_msg *msg; in hsc_msg_alloc() local
210 struct hsi_msg *msg; in hsc_msgs_alloc() local
228 static inline unsigned int hsc_msg_len_get(struct hsi_msg *msg) in hsc_msg_len_get()
233 static inline void hsc_msg_len_set(struct hsi_msg *msg, unsigned int len) in hsc_msg_len_set()
238 static void hsc_rx_completed(struct hsi_msg *msg) in hsc_rx_completed()
251 static void hsc_rx_msg_destructor(struct hsi_msg *msg) in hsc_rx_msg_destructor()
[all …]
Dssi_protocol.c163 static inline void ssip_set_cmd(struct hsi_msg *msg, u32 cmd) in ssip_set_cmd()
171 static inline u32 ssip_get_cmd(struct hsi_msg *msg) in ssip_get_cmd()
180 static void ssip_skb_to_msg(struct sk_buff *skb, struct hsi_msg *msg) in ssip_skb_to_msg()
198 static void ssip_free_data(struct hsi_msg *msg) in ssip_free_data()
213 struct hsi_msg *msg; in ssip_alloc_data() local
226 static inline void ssip_release_cmd(struct hsi_msg *msg) in ssip_release_cmd()
238 struct hsi_msg *msg; in ssip_claim_cmd() local
253 struct hsi_msg *msg, *tmp; in ssip_free_cmds() local
265 struct hsi_msg *msg; in ssip_alloc_cmds() local
400 struct hsi_msg *msg; in ssip_reset() local
[all …]
Dcmt_speech.c46 u32 msg; member
210 static inline void cs_set_cmd(struct hsi_msg *msg, u32 cmd) in cs_set_cmd()
216 static inline u32 cs_get_cmd(struct hsi_msg *msg) in cs_get_cmd()
222 static void cs_release_cmd(struct hsi_msg *msg) in cs_release_cmd()
229 static void cs_cmd_destructor(struct hsi_msg *msg) in cs_cmd_destructor()
254 struct hsi_msg *msg; in cs_claim_cmd() local
267 struct hsi_msg *msg, *tmp; in cs_free_cmds() local
279 struct hsi_msg *msg; in cs_alloc_cmds() local
307 static void cs_hsi_data_destructor(struct hsi_msg *msg) in cs_hsi_data_destructor()
365 static void cs_hsi_free_data_msg(struct hsi_msg *msg) in cs_hsi_free_data_msg()
[all …]
/linux-4.4.14/drivers/staging/wlan-ng/
Dprism2mgmt.c120 struct p80211msg_dot11req_scan *msg = msgp; in prism2mgmt_scan() local
532 struct p80211msg_dot11req_start *msg = msgp; in prism2mgmt_start() local
714 struct p80211msg_p2req_readpda *msg = msgp; in prism2mgmt_readpda() local
780 struct p80211msg_p2req_ramdl_state *msg = msgp; in prism2mgmt_ramdl_state() local
835 struct p80211msg_p2req_ramdl_write *msg = msgp; in prism2mgmt_ramdl_write() local
897 struct p80211msg_p2req_flashdl_state *msg = msgp; in prism2mgmt_flashdl_state() local
967 struct p80211msg_p2req_flashdl_write *msg = msgp; in prism2mgmt_flashdl_write() local
1030 struct p80211msg_lnxreq_autojoin *msg = msgp; in prism2mgmt_autojoin() local
1098 struct p80211msg_lnxreq_wlansniff *msg = msgp; in prism2mgmt_wlansniff() local
Dprism2mib.c268 struct p80211msg_dot11req_mibset *msg = msgp; in prism2mgmt_mibset_mibget() local
378 struct p80211msg_dot11req_mibset *msg, in prism2mib_bytearea2pstr()
428 struct p80211msg_dot11req_mibset *msg, void *data) in prism2mib_uint32()
475 struct p80211msg_dot11req_mibset *msg, void *data) in prism2mib_flag()
532 struct p80211msg_dot11req_mibset *msg, in prism2mib_wepdefaultkey()
582 struct p80211msg_dot11req_mibset *msg, in prism2mib_privacyinvoked()
624 struct p80211msg_dot11req_mibset *msg, in prism2mib_excludeunencrypted()
660 struct p80211msg_dot11req_mibset *msg, in prism2mib_fragmentationthreshold()
709 struct p80211msg_dot11req_mibset *msg, void *data) in prism2mib_priv()
Dp80211req.c98 struct p80211msg *msg = (struct p80211msg *) msgbuf; in p80211req_dorequest() local
152 static void p80211req_handlemsg(wlandevice_t *wlandev, struct p80211msg *msg) in p80211req_handlemsg()
/linux-4.4.14/sound/soc/intel/common/
Dsst-ipc.c44 struct ipc_message *msg = NULL; in msg_get_empty() local
56 struct ipc_message *msg, void *rx_data) in tx_wait_done()
89 struct ipc_message *msg; in ipc_tx_message() local
163 struct ipc_message *msg; in ipc_tx_msgs() local
209 struct ipc_message *msg; in sst_ipc_reply_find_msg() local
232 struct ipc_message *msg) in sst_ipc_tx_msg_reply_complete()
245 struct ipc_message *msg, *tmp; in sst_ipc_drop_all() local
/linux-4.4.14/drivers/misc/sgi-xp/
Dxpc_uv.c333 xpc_send_gru_msg(struct gru_message_queue_desc *gru_mq_desc, void *msg, in xpc_send_gru_msg()
437 struct xpc_activate_mq_msg_activate_req_uv *msg; in xpc_handle_activate_mq_msg_uv() local
469 struct xpc_activate_mq_msg_deactivate_req_uv *msg; in xpc_handle_activate_mq_msg_uv() local
485 struct xpc_activate_mq_msg_chctl_closerequest_uv *msg; in xpc_handle_activate_mq_msg_uv() local
504 struct xpc_activate_mq_msg_chctl_closereply_uv *msg; in xpc_handle_activate_mq_msg_uv() local
521 struct xpc_activate_mq_msg_chctl_openrequest_uv *msg; in xpc_handle_activate_mq_msg_uv() local
541 struct xpc_activate_mq_msg_chctl_openreply_uv *msg; in xpc_handle_activate_mq_msg_uv() local
561 struct xpc_activate_mq_msg_chctl_opencomplete_uv *msg; in xpc_handle_activate_mq_msg_uv() local
672 xpc_send_activate_IRQ_uv(struct xpc_partition *part, void *msg, size_t msg_size, in xpc_send_activate_IRQ_uv()
728 xpc_send_activate_IRQ_part_uv(struct xpc_partition *part, void *msg, in xpc_send_activate_IRQ_part_uv()
[all …]
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
Dfm10k_tlv.c30 s32 fm10k_tlv_msg_init(u32 *msg, u16 msg_id) in fm10k_tlv_msg_init()
51 s32 fm10k_tlv_attr_put_null_string(u32 *msg, u16 attr_id, in fm10k_tlv_attr_put_null_string()
128 s32 fm10k_tlv_attr_put_mac_vlan(u32 *msg, u16 attr_id, in fm10k_tlv_attr_put_mac_vlan()
188 s32 fm10k_tlv_attr_put_bool(u32 *msg, u16 attr_id) in fm10k_tlv_attr_put_bool()
214 s32 fm10k_tlv_attr_put_value(u32 *msg, u16 attr_id, s64 value, u32 len) in fm10k_tlv_attr_put_value()
286 s32 fm10k_tlv_attr_put_le_struct(u32 *msg, u16 attr_id, in fm10k_tlv_attr_put_le_struct()
356 u32 *fm10k_tlv_attr_nest_start(u32 *msg, u16 attr_id) in fm10k_tlv_attr_nest_start()
381 s32 fm10k_tlv_attr_nest_stop(u32 *msg) in fm10k_tlv_attr_nest_stop()
558 s32 fm10k_tlv_msg_parse(struct fm10k_hw *hw, u32 *msg, in fm10k_tlv_msg_parse()
653 static void fm10k_tlv_msg_test_generate_data(u32 *msg, u32 attr_flags) in fm10k_tlv_msg_test_generate_data()
[all …]
Dfm10k_vf.c157 u32 msg[4]; in fm10k_update_vlan_vf() local
261 u32 msg[7]; in fm10k_update_uc_addr_vf() local
303 u32 msg[7]; in fm10k_update_mc_addr_vf() local
336 u32 msg[1]; in fm10k_update_int_moderator_vf() local
386 u32 msg[2]; in fm10k_update_lport_state_vf() local
413 u32 msg[3]; in fm10k_update_xcast_mode_vf() local
Dfm10k_tlv.h115 #define fm10k_tlv_attr_put_u8(msg, attr_id, val) \ argument
117 #define fm10k_tlv_attr_put_u16(msg, attr_id, val) \ argument
119 #define fm10k_tlv_attr_put_u32(msg, attr_id, val) \ argument
121 #define fm10k_tlv_attr_put_u64(msg, attr_id, val) \ argument
123 #define fm10k_tlv_attr_put_s8(msg, attr_id, val) \ argument
125 #define fm10k_tlv_attr_put_s16(msg, attr_id, val) \ argument
127 #define fm10k_tlv_attr_put_s32(msg, attr_id, val) \ argument
129 #define fm10k_tlv_attr_put_s64(msg, attr_id, val) \ argument
Dfm10k_pf.c323 u32 msg[5]; in fm10k_update_xc_addr_pf() local
409 u32 msg[3], xcast_mode; in fm10k_update_xcast_mode_pf() local
476 u32 msg[3], lport_msg; in fm10k_update_lport_state_pf() local
841 u32 msg[4], txdctl, txqctl, tdbal = 0, tdbah = 0; in fm10k_iov_assign_default_mac_vlan_pf() local
1088 u32 msg[1]; in fm10k_iov_reset_lport_pf() local
1129 u32 msg[4]; in fm10k_iov_report_timestamp_pf() local
1336 u32 msg[2]; in fm10k_iov_msg_lport_state_pf() local
1582 u32 msg[1]; in fm10k_request_lport_map_pf() local
/linux-4.4.14/drivers/iio/common/ssp_sensors/
Dssp_spi.c88 struct ssp_msg *msg; in ssp_create_msg() local
187 static int ssp_do_transfer(struct ssp_data *data, struct ssp_msg *msg, in ssp_do_transfer()
254 struct ssp_msg *msg) in ssp_spi_sync_command()
259 static int ssp_spi_sync(struct ssp_data *data, struct ssp_msg *msg, in ssp_spi_sync()
345 struct ssp_msg *msg, *n; in ssp_irq_msg() local
456 struct ssp_msg *msg, *n; in ssp_clean_pending_list() local
472 struct ssp_msg *msg; in ssp_command() local
490 struct ssp_msg *msg; in ssp_send_instruction() local
523 struct ssp_msg *msg; in ssp_get_chipid() local
541 struct ssp_msg *msg; in ssp_set_magnetic_matrix() local
[all …]
/linux-4.4.14/drivers/staging/wilc1000/
Dlinux_wlan_spi.c134 struct spi_message msg; in linux_spi_write() local
160 struct spi_message msg; in linux_spi_write() local
200 struct spi_message msg; in linux_spi_write() local
263 struct spi_message msg; in linux_spi_read() local
287 struct spi_message msg; in linux_spi_read() local
327 struct spi_message msg; in linux_spi_read() local
372 struct spi_message msg; in linux_spi_write_read() local
Dhost_interface.c2625 struct host_if_msg msg; in ListenTimerCB() local
2810 struct host_if_msg msg; in hostIFthread() local
3021 struct host_if_msg msg; in TimerCB_Scan() local
3033 struct host_if_msg msg; in TimerCB_Connect() local
3057 struct host_if_msg msg; in host_int_remove_wep_key() local
3084 struct host_if_msg msg; in host_int_set_wep_default_key() local
3114 struct host_if_msg msg; in host_int_add_wep_key_bss_sta() local
3150 struct host_if_msg msg; in host_int_add_wep_key_bss_ap() local
3192 struct host_if_msg msg; in host_int_add_ptk() local
3258 struct host_if_msg msg; in host_int_add_rx_gtk() local
[all …]
/linux-4.4.14/net/ceph/
Dmsgpool.c13 struct ceph_msg *msg; in msgpool_alloc() local
28 struct ceph_msg *msg = element; in msgpool_free() local
57 struct ceph_msg *msg; in ceph_msgpool_get() local
73 void ceph_msgpool_put(struct ceph_msgpool *pool, struct ceph_msg *msg) in ceph_msgpool_put()
Dmessenger.c529 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL }; in ceph_tcp_recvmsg() local
561 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL }; in ceph_tcp_sendmsg() local
637 static void ceph_msg_remove(struct ceph_msg *msg) in ceph_msg_remove()
646 struct ceph_msg *msg = list_first_entry(head, struct ceph_msg, in ceph_msg_remove_list() local
1108 static void ceph_msg_data_cursor_init(struct ceph_msg *msg, size_t length) in ceph_msg_data_cursor_init()
1210 static void prepare_message_data(struct ceph_msg *msg, u32 data_len) in prepare_message_data()
1556 struct ceph_msg *msg = con->out_msg; in write_partial_message_data() local
2262 struct ceph_msg *msg = con->in_msg; in read_partial_msg_data() local
2469 struct ceph_msg *msg = con->in_msg; in process_message() local
3003 static void msg_con_set(struct ceph_msg *msg, struct ceph_connection *con) in msg_con_set()
[all …]
Dmon_client.c202 struct ceph_msg *msg = monc->m_subscribe; in __send_subscribe() local
248 struct ceph_msg *msg) in handle_subscribe_ack()
372 struct ceph_msg *msg) in ceph_monc_handle_map()
563 struct ceph_msg *msg) in handle_statfs_reply()
635 struct ceph_msg *msg) in handle_get_version_reply()
918 struct ceph_msg *msg) in handle_auth_reply()
994 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg) in dispatch()
/linux-4.4.14/drivers/staging/nvec/
Dnvec.c146 unsigned char *msg = (unsigned char *)data; in nvec_status_notifier() local
197 void nvec_msg_free(struct nvec_chip *nvec, struct nvec_msg *msg) in nvec_msg_free()
209 static bool nvec_msg_is_event(struct nvec_msg *msg) in nvec_msg_is_event()
220 static size_t nvec_msg_size(struct nvec_msg *msg) in nvec_msg_size()
264 struct nvec_msg *msg; in nvec_write_async() local
304 struct nvec_msg *msg; in nvec_write_sync() local
382 struct nvec_msg *msg; in nvec_request_master() local
416 static int parse_msg(struct nvec_chip *nvec, struct nvec_msg *msg) in parse_msg()
445 struct nvec_msg *msg; in nvec_dispatch() local
792 struct nvec_msg *msg; in tegra_nvec_probe() local
[all …]
/linux-4.4.14/drivers/isdn/pcbit/
Dlayer2.h93 #define SET_MSG_SCMD(msg, ch) (msg = (msg & 0xffffff00) | (((ch) & 0xff))) argument
94 #define SET_MSG_CMD(msg, ch) (msg = (msg & 0xffff00ff) | (((ch) & 0xff) << 8)) argument
95 #define SET_MSG_PROC(msg, ch) (msg = (msg & 0xff00ffff) | (((ch) & 0xff) << 16)) argument
96 #define SET_MSG_CPU(msg, ch) (msg = (msg & 0x00ffffff) | (((ch) & 0xff) << 24)) argument
98 #define GET_MSG_SCMD(msg) ((msg) & 0xFF) argument
99 #define GET_MSG_CMD(msg) ((msg) >> 8 & 0xFF) argument
100 #define GET_MSG_PROC(msg) ((msg) >> 16 & 0xFF) argument
101 #define GET_MSG_CPU(msg) ((msg) >> 24) argument
115 ulong msg; member
Dlayer2.c75 pcbit_l2_write(struct pcbit_dev *dev, ulong msg, ushort refnum, in pcbit_l2_write()
178 ulong msg; in pcbit_transmit() local
286 unsigned long flags, msg; in pcbit_deliver() local
/linux-4.4.14/net/ieee802154/
Dnetlink.c43 struct sk_buff *msg = nlmsg_new(NLMSG_DEFAULT_SIZE, GFP_ATOMIC); in ieee802154_nl_create() local
61 int ieee802154_nl_mcast(struct sk_buff *msg, unsigned int group) in ieee802154_nl_mcast()
75 struct sk_buff *msg = nlmsg_new(NLMSG_DEFAULT_SIZE, GFP_ATOMIC); in ieee802154_nl_new_reply() local
90 int ieee802154_nl_reply(struct sk_buff *msg, struct genl_info *info) in ieee802154_nl_reply()
Dnl-phy.c36 static int ieee802154_nl_fill_phy(struct sk_buff *msg, u32 portid, in ieee802154_nl_fill_phy()
84 struct sk_buff *msg; in ieee802154_list_phy() local
171 struct sk_buff *msg; in ieee802154_add_iface() local
274 struct sk_buff *msg; in ieee802154_del_iface() local
Dnl-mac.c37 static int nla_put_hwaddr(struct sk_buff *msg, int type, __le64 hwaddr) in nla_put_hwaddr()
47 static int nla_put_shortaddr(struct sk_buff *msg, int type, __le16 addr) in nla_put_shortaddr()
59 struct sk_buff *msg; in ieee802154_nl_start_confirm() local
80 static int ieee802154_nl_fill_iface(struct sk_buff *msg, u32 portid, in ieee802154_nl_fill_iface()
415 struct sk_buff *msg; in ieee802154_list_iface() local
608 ieee802154_llsec_fill_key_id(struct sk_buff *msg, in ieee802154_llsec_fill_key_id()
649 struct sk_buff *msg; in ieee802154_llsec_getparams() local
913 ieee802154_nl_fill_key(struct sk_buff *msg, u32 portid, u32 seq, in ieee802154_nl_fill_key()
1050 ieee802154_nl_fill_dev(struct sk_buff *msg, u32 portid, u32 seq, in ieee802154_nl_fill_dev()
1156 ieee802154_nl_fill_devkey(struct sk_buff *msg, u32 portid, u32 seq, in ieee802154_nl_fill_devkey()
[all …]
Dnl802154.c324 nl802154_put_flags(struct sk_buff *msg, int attr, u32 mask) in nl802154_put_flags()
347 struct sk_buff *msg) in nl802154_send_wpan_phy_channels()
367 nl802154_put_capabilities(struct sk_buff *msg, in nl802154_put_capabilities()
454 struct sk_buff *msg, u32 portid, u32 seq, in nl802154_send_wpan_phy()
671 struct sk_buff *msg; in nl802154_get_wpan_phy() local
697 ieee802154_llsec_send_key_id(struct sk_buff *msg, in ieee802154_llsec_send_key_id()
762 static int nl802154_get_llsec_params(struct sk_buff *msg, in nl802154_get_llsec_params()
795 nl802154_send_iface(struct sk_buff *msg, u32 portid, u32 seq, int flags, in nl802154_send_iface()
903 struct sk_buff *msg; in nl802154_get_interface() local
1406 static int nl802154_send_key(struct sk_buff *msg, u32 cmd, u32 portid, in nl802154_send_key()
[all …]
/linux-4.4.14/drivers/media/tuners/
Dtda827x.c137 struct i2c_msg *msg, in tuner_transfer()
162 struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, in tda827xo_set_params() local
236 struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, in tda827xo_sleep() local
258 struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0 }; in tda827xo_set_analog_params() local
338 struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, in tda827xo_agcf() local
448 struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, in tda827xa_sleep() local
468 struct i2c_msg msg = { .flags = 0, .buf = buf, .len = sizeof(buf) }; in tda827xa_lna_gain() local
521 struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, in tda827xa_set_params() local
668 struct i2c_msg msg = { .addr = priv->i2c_addr, .flags = 0, in tda827xa_set_analog_params() local
763 struct i2c_msg msg = {.addr = priv->i2c_addr, .flags = 0, in tda827xa_agcf() local
[all …]
Dmt2131.c55 struct i2c_msg msg[2] = { in mt2131_readreg() local
72 struct i2c_msg msg = { .addr = priv->cfg->i2c_address, .flags = 0, in mt2131_writereg() local
84 struct i2c_msg msg = { .addr = priv->cfg->i2c_address, in mt2131_writeregs() local
Dtuner-i2c.h39 struct i2c_msg msg = { .addr = props->addr, .flags = 0, in tuner_i2c_xfer_send() local
49 struct i2c_msg msg = { .addr = props->addr, .flags = I2C_M_RD, in tuner_i2c_xfer_recv() local
60 struct i2c_msg msg[2] = { { .addr = props->addr, .flags = 0, in tuner_i2c_xfer_send_recv() local
/linux-4.4.14/drivers/pci/
Dhtirq.c26 void write_ht_irq_msg(unsigned int irq, struct ht_irq_msg *msg) in write_ht_irq_msg()
46 void fetch_ht_irq_msg(unsigned int irq, struct ht_irq_msg *msg) in fetch_ht_irq_msg()
56 struct ht_irq_msg msg = cfg->msg; in mask_ht_irq() local
65 struct ht_irq_msg msg = cfg->msg; in unmask_ht_irq() local
/linux-4.4.14/drivers/media/common/siano/
Dsmsendian.c31 struct sms_msg_data *msg = (struct sms_msg_data *)buffer; in smsendian_handle_tx_message() local
58 struct sms_msg_data *msg = (struct sms_msg_data *)buffer; in smsendian_handle_rx_message() local
93 void smsendian_handle_message_header(void *msg) in smsendian_handle_message_header()
/linux-4.4.14/net/wimax/
Dop-msg.c122 const void *msg, size_t size, in wimax_msg_alloc()
184 const void *wimax_msg_data_len(struct sk_buff *msg, size_t *size) in wimax_msg_data_len()
206 const void *wimax_msg_data(struct sk_buff *msg) in wimax_msg_data()
227 ssize_t wimax_msg_len(struct sk_buff *msg) in wimax_msg_len()
276 void *msg = skb->data; in wimax_msg_send() local
/linux-4.4.14/arch/ia64/kernel/
Dmsi_ia64.c18 struct msi_msg msg; in ia64_set_msi_irq_affinity() local
47 struct msi_msg msg; in ia64_setup_msi_irq() local
137 struct msi_msg msg; in dmar_msi_set_affinity() local
169 msi_compose_msg(struct pci_dev *pdev, unsigned int irq, struct msi_msg *msg) in msi_compose_msg()
194 struct msi_msg msg; in dmar_alloc_hwirq() local
/linux-4.4.14/drivers/gpu/drm/
Ddrm_dp_helper.c179 struct drm_dp_aux_msg msg; in drm_dp_dpcd_access() local
432 static void drm_dp_i2c_msg_write_status_update(struct drm_dp_aux_msg *msg) in drm_dp_i2c_msg_write_status_update()
457 static int drm_dp_aux_req_duration(const struct drm_dp_aux_msg *msg) in drm_dp_aux_req_duration()
468 static int drm_dp_aux_reply_duration(const struct drm_dp_aux_msg *msg) in drm_dp_aux_reply_duration()
496 static int drm_dp_i2c_msg_duration(const struct drm_dp_aux_msg *msg, in drm_dp_i2c_msg_duration()
510 static int drm_dp_i2c_retry_count(const struct drm_dp_aux_msg *msg, in drm_dp_i2c_retry_count()
537 static int drm_dp_i2c_do_msg(struct drm_dp_aux *aux, struct drm_dp_aux_msg *msg) in drm_dp_i2c_do_msg()
631 static void drm_dp_i2c_msg_set_request(struct drm_dp_aux_msg *msg, in drm_dp_i2c_msg_set_request()
647 struct drm_dp_aux_msg msg = *orig_msg; in drm_dp_i2c_drain_msg() local
683 struct drm_dp_aux_msg msg; in drm_dp_i2c_xfer() local
Ddrm_mipi_dsi.c235 struct mipi_dsi_msg *msg) in mipi_dsi_device_transfer()
324 const struct mipi_dsi_msg *msg) in mipi_dsi_create_packet()
381 struct mipi_dsi_msg msg = { in mipi_dsi_set_maximum_return_packet_size() local
407 struct mipi_dsi_msg msg = { in mipi_dsi_generic_write() local
452 struct mipi_dsi_msg msg = { in mipi_dsi_generic_read() local
496 struct mipi_dsi_msg msg = { in mipi_dsi_dcs_write_buffer() local
579 struct mipi_dsi_msg msg = { in mipi_dsi_dcs_read() local
Ddrm_dp_mst_topology.c299 static void drm_dp_crc_sideband_chunk_req(u8 *msg, u8 len) in drm_dp_crc_sideband_chunk_req()
318 static bool drm_dp_sideband_msg_build(struct drm_dp_sideband_msg_rx *msg, in drm_dp_sideband_msg_build()
533 struct drm_dp_sideband_msg_reply_body *msg) in drm_dp_sideband_parse_reply()
568 struct drm_dp_sideband_msg_req_body *msg) in drm_dp_sideband_parse_connection_status_notify()
595 struct drm_dp_sideband_msg_req_body *msg) in drm_dp_sideband_parse_resource_status_notify()
618 struct drm_dp_sideband_msg_req_body *msg) in drm_dp_sideband_parse_req()
634 static int build_dpcd_write(struct drm_dp_sideband_msg_tx *msg, u8 port_num, u32 offset, u8 num_byt… in build_dpcd_write()
648 static int build_link_address(struct drm_dp_sideband_msg_tx *msg) in build_link_address()
657 static int build_enum_path_resources(struct drm_dp_sideband_msg_tx *msg, int port_num) in build_enum_path_resources()
668 static int build_allocate_payload(struct drm_dp_sideband_msg_tx *msg, int port_num, in build_allocate_payload()
[all …]
/linux-4.4.14/sound/soc/intel/atom/sst/
Dsst_ipc.c40 struct sst_block *msg = NULL; in sst_create_block() local
127 struct ipc_post *msg = ipc_msg; in sst_post_message_mrfld() local
225 void *msg) in process_fw_init()
245 struct ipc_post *msg) in process_fw_async_msg()
314 struct ipc_post *msg) in sst_process_reply_mrfld()
Dsst_pvt.c167 struct ipc_post *msg; in sst_create_ipc_msg() local
234 struct ipc_post *msg = NULL; in sst_prepare_and_post_msg() local
314 int msg, int task_id, int large, int drv_id) in sst_fill_header_mrfld()
326 void sst_fill_header_dsp(struct ipc_dsp_hdr *dsp, int msg, in sst_fill_header_dsp()
417 struct ipc_post *msg) in sst_add_to_dispatch_list_and_post()
/linux-4.4.14/net/nfc/
Dnetlink.c75 static int nfc_genl_send_target(struct sk_buff *msg, struct nfc_target *target, in nfc_genl_send_target()
193 struct sk_buff *msg; in nfc_genl_targets_found() local
223 struct sk_buff *msg; in nfc_genl_target_lost() local
254 struct sk_buff *msg; in nfc_genl_tm_activated() local
286 struct sk_buff *msg; in nfc_genl_tm_deactivated() local
316 struct sk_buff *msg; in nfc_genl_device_added() local
349 struct sk_buff *msg; in nfc_genl_device_removed() local
379 struct sk_buff *msg; in nfc_genl_llc_send_sdres() local
447 struct sk_buff *msg; in nfc_genl_se_added() local
479 struct sk_buff *msg; in nfc_genl_se_removed() local
[all …]
/linux-4.4.14/drivers/infiniband/hw/mlx4/
Dcm.c78 struct cm_sidr_generic_msg *msg = in set_local_comm_id() local
85 struct cm_generic_msg *msg = (struct cm_generic_msg *)mad; in set_local_comm_id() local
93 struct cm_sidr_generic_msg *msg = in get_local_comm_id() local
100 struct cm_generic_msg *msg = (struct cm_generic_msg *)mad; in get_local_comm_id() local
108 struct cm_sidr_generic_msg *msg = in set_remote_comm_id() local
115 struct cm_generic_msg *msg = (struct cm_generic_msg *)mad; in set_remote_comm_id() local
123 struct cm_sidr_generic_msg *msg = in get_remote_comm_id() local
130 struct cm_generic_msg *msg = (struct cm_generic_msg *)mad; in get_remote_comm_id() local
137 struct cm_req_msg *msg = (struct cm_req_msg *)mad; in gid_from_req_msg() local
/linux-4.4.14/ipc/
Dmsgutil.c53 struct msg_msg *msg; in alloc_msg() local
88 struct msg_msg *msg; in load_msg() local
152 int store_msg(void __user *dest, struct msg_msg *msg, size_t len) in store_msg()
171 void free_msg(struct msg_msg *msg) in free_msg()
Dmsg.c214 struct msg_msg *msg, *t; in freeque() local
547 static int testmsg(struct msg_msg *msg, long type, int mode) in testmsg()
569 static inline int pipelined_send(struct msg_queue *msq, struct msg_msg *msg) in pipelined_send()
613 struct msg_msg *msg; in do_msgsnd() local
753 static long do_msg_fill(void __user *dest, struct msg_msg *msg, size_t bufsz) in do_msg_fill()
803 struct msg_msg *msg, *found = NULL; in find_msg() local
831 struct msg_msg *msg, *copy = NULL; in do_msgrcv() local
/linux-4.4.14/kernel/locking/
Dspinlock_debug.c52 static void spin_dump(raw_spinlock_t *lock, const char *msg) in spin_dump()
70 static void spin_bug(raw_spinlock_t *lock, const char *msg) in spin_bug()
78 #define SPIN_BUG_ON(cond, lock, msg) if (unlikely(cond)) spin_bug(lock, msg) argument
162 static void rwlock_bug(rwlock_t *lock, const char *msg) in rwlock_bug()
173 #define RWLOCK_BUG_ON(cond, lock, msg) if (unlikely(cond)) rwlock_bug(lock, msg) argument
/linux-4.4.14/net/rxrpc/
Dar-output.c33 static int rxrpc_sendmsg_cmsg(struct rxrpc_sock *rx, struct msghdr *msg, in rxrpc_sendmsg_cmsg()
132 struct msghdr *msg, size_t len) in rxrpc_client_sendmsg()
211 int rxrpc_kernel_send_data(struct rxrpc_call *call, struct msghdr *msg, in rxrpc_kernel_send_data()
272 int rxrpc_server_sendmsg(struct rxrpc_sock *rx, struct msghdr *msg, size_t len) in rxrpc_server_sendmsg()
335 struct msghdr msg; in rxrpc_send_packet() local
522 struct msghdr *msg, size_t len) in rxrpc_send_data()
/linux-4.4.14/net/ipv4/
Dip_sockglue.c53 static void ip_cmsg_recv_pktinfo(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_pktinfo()
62 static void ip_cmsg_recv_ttl(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_ttl()
68 static void ip_cmsg_recv_tos(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_tos()
73 static void ip_cmsg_recv_opts(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_opts()
83 static void ip_cmsg_recv_retopts(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_retopts()
100 static void ip_cmsg_recv_checksum(struct msghdr *msg, struct sk_buff *skb, in ip_cmsg_recv_checksum()
114 static void ip_cmsg_recv_security(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_security()
132 static void ip_cmsg_recv_dstaddr(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_dstaddr()
154 void ip_cmsg_recv_offset(struct msghdr *msg, struct sk_buff *skb, in ip_cmsg_recv_offset()
222 int ip_cmsg_send(struct net *net, struct msghdr *msg, struct ipcm_cookie *ipc, in ip_cmsg_send()
[all …]
/linux-4.4.14/tools/perf/ui/gtk/
Dutil.c32 char *msg; in perf_gtk__error() local
58 char *msg; in perf_gtk__warning_info_bar() local
79 char *msg, *p; in perf_gtk__warning_statusbar() local
/linux-4.4.14/tools/perf/ui/
Dlibslang.h15 #define slsmg_printf(msg, args...) \ argument
17 #define slsmg_vprintf(msg, vargs) \ argument
19 #define slsmg_write_nstring(msg, len) \ argument
Dhelpline.c38 void ui_helpline__push(const char *msg) in ui_helpline__push()
64 void ui_helpline__puts(const char *msg) in ui_helpline__puts()
/linux-4.4.14/drivers/misc/mic/cosm_client/
Dcosm_scif_client.c41 struct cosm_msg msg = { .id = COSM_MSG_SHUTDOWN_STATUS }; in cosm_reboot_event() local
62 static void cosm_set_time(struct cosm_msg *msg) in cosm_set_time()
74 struct cosm_msg msg; in cosm_client_recv() local
153 struct cosm_msg msg = { .id = COSM_MSG_HEARTBEAT }; in cosm_scif_client() local
/linux-4.4.14/drivers/media/pci/ttpci/
Dbudget.c99 static int SendDiSEqCMsg (struct budget *budget, int len, u8 *msg, unsigned long burst) in SendDiSEqCMsg()
215 struct i2c_msg msg = { .addr = 0x61, .flags = 0, .buf = buf, .len = sizeof(buf) }; in alps_bsrv2_tuner_set_params() local
257 struct i2c_msg msg = { .addr = 0x62, .flags = 0, .buf = data, .len = sizeof(data) }; in alps_tdbe2_tuner_set_params() local
287 struct i2c_msg msg = { .flags = 0, .buf = data, .len = sizeof(data) }; in grundig_29504_401_tuner_set_params() local
343 struct i2c_msg msg = { .addr = 0x61, .flags = 0, .buf = data, .len = sizeof(data) }; in grundig_29504_451_tuner_set_params() local
367 struct i2c_msg msg = { .addr = 0x61, .flags = 0, .buf = data, .len = sizeof(data) }; in s5h1420_tuner_set_params() local
434 struct i2c_msg msg[] = { in i2c_readreg() local
446 struct i2c_msg msg[] = { { .addr = 0x50,.flags = 0,.buf = &b,.len = 1 }, in read_pwm() local
Dbudget-patch.c101 static int SendDiSEqCMsg (struct budget *budget, int len, u8 *msg, unsigned long burst) in SendDiSEqCMsg()
201 static int av7110_send_diseqc_msg(struct budget_patch *budget, int len, u8 *msg, int burst) in av7110_send_diseqc_msg()
273 struct i2c_msg msg = { .addr = 0x61, .flags = 0, .buf = buf, .len = sizeof(buf) }; in alps_bsrv2_tuner_set_params() local
315 struct i2c_msg msg = { .addr = 0x61, .flags = 0, .buf = data, .len = sizeof(data) }; in grundig_29504_451_tuner_set_params() local
/linux-4.4.14/drivers/net/ethernet/intel/igb/
De1000_mbx.c35 s32 igb_read_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) in igb_read_mbx()
59 s32 igb_write_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id) in igb_write_mbx()
195 static s32 igb_read_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size, in igb_read_posted_mbx()
222 static s32 igb_write_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size, in igb_write_posted_mbx()
346 static s32 igb_write_mbx_pf(struct e1000_hw *hw, u32 *msg, u16 size, in igb_write_mbx_pf()
387 static s32 igb_read_mbx_pf(struct e1000_hw *hw, u32 *msg, u16 size, in igb_read_mbx_pf()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_mbx.c43 s32 ixgbe_read_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) in ixgbe_read_mbx()
66 s32 ixgbe_write_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) in ixgbe_write_mbx()
190 static s32 ixgbe_read_posted_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, in ixgbe_read_posted_mbx()
217 static s32 ixgbe_write_posted_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, in ixgbe_write_posted_mbx()
356 static s32 ixgbe_write_mbx_pf(struct ixgbe_hw *hw, u32 *msg, u16 size, in ixgbe_write_mbx_pf()
395 static s32 ixgbe_read_mbx_pf(struct ixgbe_hw *hw, u32 *msg, u16 size, in ixgbe_read_mbx_pf()
/linux-4.4.14/drivers/media/pci/pt1/
Dva1j5jf8007s.c179 struct i2c_msg msg; in va1j5jf8007s_set_frequency_1() local
208 struct i2c_msg msg; in va1j5jf8007s_set_frequency_2() local
229 struct i2c_msg msg; in va1j5jf8007s_set_frequency_3() local
281 struct i2c_msg msg; in va1j5jf8007s_set_modulation() local
330 struct i2c_msg msg; in va1j5jf8007s_set_ts_id() local
513 struct i2c_msg msg; in va1j5jf8007s_init_frequency() local
534 struct i2c_msg msg; in va1j5jf8007s_set_sleep() local
652 struct i2c_msg msg; in va1j5jf8007s_prepare_2() local
709 struct i2c_msg msg; in va1j5jf8007s_attach() local
Dva1j5jf8007t.c165 struct i2c_msg msg; in va1j5jf8007t_set_frequency() local
220 struct i2c_msg msg; in va1j5jf8007t_set_modulation() local
359 struct i2c_msg msg; in va1j5jf8007t_init_frequency() local
383 struct i2c_msg msg; in va1j5jf8007t_set_sleep() local
470 struct i2c_msg msg; in va1j5jf8007t_prepare() local
509 struct i2c_msg msg; in va1j5jf8007t_attach() local
/linux-4.4.14/drivers/w1/
Dw1_netlink.c46 struct w1_netlink_msg *msg; /* advances as w1_netlink_msg is appened */ member
61 struct w1_netlink_msg *msg; member
211 static void w1_netlink_send_error(struct cn_msg *cn, struct w1_netlink_msg *msg, in w1_netlink_send_error()
216 struct w1_netlink_msg msg; in w1_netlink_send_error() member
233 void w1_netlink_send(struct w1_master *dev, struct w1_netlink_msg *msg) in w1_netlink_send()
237 struct w1_netlink_msg msg; in w1_netlink_send() member
420 struct w1_netlink_msg *msg; in w1_process_command_root() local
517 static void w1_list_count_cmds(struct w1_netlink_msg *msg, int *cmd_count, in w1_list_count_cmds()
556 struct w1_netlink_msg *msg = (struct w1_netlink_msg *)(cn + 1); in w1_cn_callback() local
Dw1_int.c114 struct w1_netlink_msg msg; in w1_add_master_device() local
192 struct w1_netlink_msg msg; in __w1_remove_master_device() local
/linux-4.4.14/drivers/net/can/
Djanz-ican3.c295 static int ican3_old_recv_msg(struct ican3_dev *mod, struct ican3_msg *msg) in ican3_old_recv_msg()
340 static int ican3_old_send_msg(struct ican3_dev *mod, struct ican3_msg *msg) in ican3_old_send_msg()
544 static int ican3_new_send_msg(struct ican3_dev *mod, struct ican3_msg *msg) in ican3_new_send_msg()
575 static int ican3_new_recv_msg(struct ican3_dev *mod, struct ican3_msg *msg) in ican3_new_recv_msg()
607 static int ican3_send_msg(struct ican3_dev *mod, struct ican3_msg *msg) in ican3_send_msg()
623 static int ican3_recv_msg(struct ican3_dev *mod, struct ican3_msg *msg) in ican3_recv_msg()
645 struct ican3_msg msg; in ican3_msg_connect() local
656 struct ican3_msg msg; in ican3_msg_disconnect() local
667 struct ican3_msg msg; in ican3_msg_newhostif() local
688 struct ican3_msg msg; in ican3_msg_fasthostif() local
[all …]
/linux-4.4.14/drivers/net/ethernet/qualcomm/
Dqca_7k.c51 struct spi_message *msg; in qcaspi_read_register() local
92 struct spi_message *msg; in qcaspi_write_register() local
131 struct spi_message *msg = &qca->spi_msg1; in qcaspi_tx_cmd() local
/linux-4.4.14/drivers/mfd/
Dipaq-micro.c37 struct ipaq_micro_msg *msg = micro->msg; in ipaq_micro_trigger_tx() local
65 int ipaq_micro_tx_msg(struct ipaq_micro *micro, struct ipaq_micro_msg *msg) in ipaq_micro_tx_msg()
101 struct ipaq_micro_msg *msg = micro->msg; in micro_rx_msg() local
195 struct ipaq_micro_msg msg = { in ipaq_micro_get_version() local
216 struct ipaq_micro_msg msg = { in ipaq_micro_eeprom_read() local
Dcros_ec_spi.c103 struct spi_message msg; in terminate_request() local
138 struct spi_message msg; in receive_n_bytes() local
373 struct spi_message msg; in cros_ec_pkt_xfer_spi() local
503 struct spi_message msg; in cros_ec_cmd_xfer_spi() local
Dtps65912-spi.c34 struct spi_message msg; in tps65912_spi_write() local
58 struct spi_message msg; in tps65912_spi_read() local
/linux-4.4.14/drivers/media/dvb-frontends/
Ddibx000_common.c89 static int dibx000_master_i2c_write(struct dibx000_i2c_master *mst, struct i2c_msg *msg, u8 stop) in dibx000_master_i2c_write()
132 static int dibx000_master_i2c_read(struct dibx000_i2c_master *mst, struct i2c_msg *msg) in dibx000_master_i2c_read()
202 static int dibx000_i2c_master_xfer_gpio12(struct i2c_adapter *i2c_adap, struct i2c_msg msg[], int n… in dibx000_i2c_master_xfer_gpio12()
224 static int dibx000_i2c_master_xfer_gpio34(struct i2c_adapter *i2c_adap, struct i2c_msg msg[], int n… in dibx000_i2c_master_xfer_gpio34()
279 struct i2c_msg msg[], int num) in dibx000_i2c_gated_gpio67_xfer()
326 struct i2c_msg msg[], int num) in dibx000_i2c_gated_tuner_xfer()
Disl6421.c50 struct i2c_msg msg = { .addr = isl6421->i2c_addr, .flags = 0, in isl6421_set_voltage() local
78 struct i2c_msg msg = { .addr = isl6421->i2c_addr, .flags = 0, in isl6421_enable_high_lnb_voltage() local
97 struct i2c_msg msg = { .addr = isl6421->i2c_addr, .flags = 0, in isl6421_set_tone() local
Dstb6000.c56 struct i2c_msg msg = { in stb6000_sleep() local
87 struct i2c_msg msg = { in stb6000_set_params() local
207 struct i2c_msg msg[2] = { in stb6000_attach() local
Dtda826x.c56 struct i2c_msg msg = { .addr = priv->i2c_address, .flags = 0, .buf = buf, .len = 2 }; in tda826x_sleep() local
83 struct i2c_msg msg = { .addr = priv->i2c_address, .flags = 0, .buf = buf, .len = 11 }; in tda826x_set_params() local
148 struct i2c_msg msg[2] = { in tda826x_attach() local
Dlnbp21.c51 struct i2c_msg msg = { .addr = lnbp21->i2c_addr, .flags = 0, in lnbp21_set_voltage() local
79 struct i2c_msg msg = { .addr = lnbp21->i2c_addr, .flags = 0, in lnbp21_enable_high_lnb_voltage() local
98 struct i2c_msg msg = { .addr = lnbp21->i2c_addr, .flags = 0, in lnbp21_set_tone() local
Ddvb-pll.c351 struct i2c_msg msg = { in opera1_bw() local
422 struct i2c_msg msg = { in samsung_dtos403ih102a_set() local
619 struct i2c_msg msg = { .flags = 0, in dvb_pll_sleep() local
642 struct i2c_msg msg = in dvb_pll_set_params() local
716 struct i2c_msg msg = { .flags = 0, in dvb_pll_init() local
757 struct i2c_msg msg = { .addr = pll_addr, .flags = I2C_M_RD, in dvb_pll_attach() local
Dlnbp22.c55 struct i2c_msg msg = { in lnbp22_set_voltage() local
86 struct i2c_msg msg = { in lnbp22_enable_high_lnb_voltage() local
Dl64781.c56 struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 2 }; in l64781_writereg() local
70 …struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 1 … in l64781_readreg() local
114 struct i2c_msg msg = { .addr = 0x00, .flags = 0, .buf = buf, .len = 1 }; in reset_and_configure() local
508 struct i2c_msg msg [] = { { .addr = config->demod_address, .flags = 0, .buf = b0, .len = 1 }, in l64781_attach() local
Disl6405.c50 struct i2c_msg msg = { .addr = isl6405->i2c_addr, .flags = 0, in isl6405_set_voltage() local
92 struct i2c_msg msg = { .addr = isl6405->i2c_addr, .flags = 0, in isl6405_enable_high_lnb_voltage() local
Dlnbh25.c54 struct i2c_msg msg[2] = { in lnbh25_read_vmon() local
97 struct i2c_msg msg = { in lnbh25_set_voltage() local
/linux-4.4.14/kernel/irq/
Dmsi.c38 void __get_cached_msi_msg(struct msi_desc *entry, struct msi_msg *msg) in __get_cached_msi_msg()
43 void get_cached_msi_msg(unsigned int irq, struct msi_msg *msg) in get_cached_msi_msg()
53 struct msi_msg *msg) in irq_chip_write_msi_msg()
71 struct msi_msg msg; in msi_domain_set_affinity() local
86 struct msi_msg msg; in msi_domain_activate() local
95 struct msi_msg msg; in msi_domain_deactivate() local
/linux-4.4.14/net/atm/
Dmpoa_caches.c135 struct k_message msg; in cache_hit() local
194 struct k_message msg; in in_cache_remove_entry() local
256 struct k_message msg; in check_resolving_entries() local
431 struct k_message msg; in eg_cache_remove_entry() local
458 static eg_cache_entry *eg_cache_add_entry(struct k_message *msg, in eg_cache_add_entry()
506 struct k_message msg; in clear_expired() local
Dsignaling.c36 static void modify_qos(struct atm_vcc *vcc, struct atmsvc_msg *msg) in modify_qos()
65 struct atmsvc_msg *msg; in sigd_send() local
147 struct atmsvc_msg *msg; in sigd_enq2() local
Dmpc.c1081 static void MPOA_trigger_rcvd(struct k_message *msg, struct mpoa_client *mpc) in MPOA_trigger_rcvd()
1117 static void check_qos_and_open_shortcut(struct k_message *msg, in check_qos_and_open_shortcut()
1156 static void MPOA_res_reply_rcvd(struct k_message *msg, struct mpoa_client *mpc) in MPOA_res_reply_rcvd()
1206 static void ingress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc) in ingress_purge_rcvd()
1229 static void egress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc) in egress_purge_rcvd()
1284 static void mps_death(struct k_message *msg, struct mpoa_client *mpc) in mps_death()
1308 static void MPOA_cache_impos_rcvd(struct k_message *msg, in MPOA_cache_impos_rcvd()
1371 static void set_mps_mac_addr_rcvd(struct k_message *msg, in set_mps_mac_addr_rcvd()
1389 static void clean_up(struct k_message *msg, struct mpoa_client *mpc, int action) in clean_up()
/linux-4.4.14/drivers/media/pci/cx23885/
Dnetup-init.c29 struct i2c_msg msg = { in i2c_av_write() local
50 struct i2c_msg msg = { in i2c_av_write4() local
74 struct i2c_msg msg = { in i2c_av_read() local
Dnetup-eeprom.c34 struct i2c_msg msg[] = { in netup_eeprom_read() local
68 struct i2c_msg msg[] = { in netup_eeprom_write() local
Dcx23885-i2c.c78 const struct i2c_msg *msg, int joined_rlen) in i2c_sendbytes()
159 const struct i2c_msg *msg, int joined) in i2c_readbytes()
367 struct i2c_msg msg; in cx23885_av_clk() local
/linux-4.4.14/fs/reiserfs/
Dhashes.c44 u32 keyed_hash(const signed char *msg, int len) in keyed_hash()
128 u32 yura_hash(const signed char *msg, int len) in yura_hash()
167 u32 r5_hash(const signed char *msg, int len) in r5_hash()
/linux-4.4.14/drivers/hsi/controllers/
Domap_ssi_port.c194 static int ssi_claim_lch(struct hsi_msg *msg) in ssi_claim_lch()
212 static int ssi_start_dma(struct hsi_msg *msg, int lch) in ssi_start_dma()
283 static int ssi_start_pio(struct hsi_msg *msg) in ssi_start_pio()
312 struct hsi_msg *msg; in ssi_start_transfer() local
328 static int ssi_async_break(struct hsi_msg *msg) in ssi_async_break()
366 static int ssi_async(struct hsi_msg *msg) in ssi_async()
422 struct hsi_msg *msg; in ssi_flush_queue() local
509 struct hsi_msg *msg; in ssi_flush() local
605 struct hsi_msg *msg; in ssi_transfer() local
630 struct hsi_msg *msg; in ssi_cleanup_queues() local
[all …]
/linux-4.4.14/drivers/char/ipmi/
Dipmi_msghandler.c504 struct ipmi_recv_msg *msg, *msg2; in free_recv_msg_list() local
514 struct ipmi_smi_msg *msg, *msg2; in free_smi_msg_list() local
733 static void deliver_response(struct ipmi_recv_msg *msg) in deliver_response()
760 deliver_err_response(struct ipmi_recv_msg *msg, int err) in deliver_err_response()
839 struct ipmi_recv_msg *msg = intf->seq_table[seq].recv_msg; in intf_find_seq() local
892 struct ipmi_recv_msg *msg = NULL; in intf_err_seq() local
1234 struct ipmi_recv_msg *msg, *msg2; in ipmi_set_gets_events() local
1410 struct kernel_ipmi_msg *msg, in format_ipmb_msg()
1454 struct kernel_ipmi_msg *msg, in format_lan_msg()
1539 struct kernel_ipmi_msg *msg, in i_ipmi_request()
[all …]
Dipmi_watchdog.c362 static void set_timeout_free_smi(struct ipmi_smi_msg *msg) in set_timeout_free_smi()
367 static void set_timeout_free_recv(struct ipmi_recv_msg *msg) in set_timeout_free_recv()
383 struct kernel_ipmi_msg msg; in i_ipmi_set_timeout() local
481 static void panic_smi_free(struct ipmi_smi_msg *msg) in panic_smi_free()
485 static void panic_recv_free(struct ipmi_recv_msg *msg) in panic_recv_free()
499 struct kernel_ipmi_msg msg; in panic_halt_ipmi_heartbeat() local
577 static void heartbeat_free_smi(struct ipmi_smi_msg *msg) in heartbeat_free_smi()
582 static void heartbeat_free_recv(struct ipmi_recv_msg *msg) in heartbeat_free_recv()
596 struct kernel_ipmi_msg msg; in ipmi_heartbeat() local
949 static void ipmi_wdog_msg_handler(struct ipmi_recv_msg *msg, in ipmi_wdog_msg_handler()
Dipmi_powernv.c50 struct ipmi_smi_msg *msg, u8 completion_code) in send_error_reply()
59 static void ipmi_powernv_send(void *send_info, struct ipmi_smi_msg *msg) in ipmi_powernv_send()
118 struct ipmi_smi_msg *msg; in ipmi_powernv_recv() local
Dipmi_devintf.c61 static void file_receive_handler(struct ipmi_recv_msg *msg, in file_receive_handler()
160 struct ipmi_recv_msg *msg, *next; in ipmi_release() local
182 struct kernel_ipmi_msg msg; in handle_send_req() local
282 struct ipmi_recv_msg *msg; in ipmi_ioctl() local
679 struct compat_ipmi_msg msg; member
687 struct compat_ipmi_msg msg; member
Dipmi_ssif.c320 struct ipmi_smi_msg *msg) in deliver_recv_msg()
337 struct ipmi_smi_msg *msg) in return_hosed_msg()
358 unsigned char msg[3]; in start_clear_flags() local
390 struct ipmi_smi_msg *msg) in check_start_send()
405 struct ipmi_smi_msg *msg; in start_event_fetch() local
429 struct ipmi_smi_msg *msg; in start_recv_msg_fetch() local
597 struct ipmi_smi_msg *msg; in msg_done_handler() local
1001 struct ipmi_smi_msg *msg; in start_next_msg() local
1033 struct ipmi_smi_msg *msg) in sender()
1211 static int do_cmd(struct i2c_client *client, int len, unsigned char *msg, in do_cmd()
[all …]
/linux-4.4.14/drivers/crypto/qat/qat_common/
Dadf_pf2vf_msg.c149 static int __adf_iov_putmsg(struct adf_accel_dev *accel_dev, u32 msg, u8 vf_nr) in __adf_iov_putmsg()
244 int adf_iov_putmsg(struct adf_accel_dev *accel_dev, u32 msg, u8 vf_nr) in adf_iov_putmsg()
266 u32 msg, resp = 0, vf_nr = vf_info->vf_nr; in adf_vf2pf_req_hndl() local
364 u32 msg = (ADF_PF2VF_MSGORIGIN_SYSTEM | in adf_pf2vf_notify_restarting() local
379 u32 msg = 0; in adf_vf2pf_request_version() local
/linux-4.4.14/arch/powerpc/include/asm/
Ddbell.h40 static inline void _ppc_msgsnd(u32 msg) in _ppc_msgsnd()
54 static inline void _ppc_msgsnd(u32 msg) in _ppc_msgsnd()
67 u32 msg = PPC_DBELL_TYPE(type) | (flags & PPC_DBELL_MSG_BRDCAST) | in ppc_msgsnd() local
/linux-4.4.14/arch/score/include/asm/
Dbug.h12 #define die(msg, regs) \ argument
14 #define die_if_kernel(msg, regs) \ argument
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/
Dmbx.c90 static s32 e1000_read_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size) in e1000_read_posted_mbx()
116 static s32 e1000_write_posted_mbx(struct e1000_hw *hw, u32 *msg, u16 size) in e1000_write_posted_mbx()
256 static s32 e1000_write_mbx_vf(struct e1000_hw *hw, u32 *msg, u16 size) in e1000_write_mbx_vf()
292 static s32 e1000_read_mbx_vf(struct e1000_hw *hw, u32 *msg, u16 size) in e1000_read_mbx_vf()
/linux-4.4.14/drivers/scsi/
Ddpt_i2o.c317 u32 msg[17]; in adpt_inquiry() local
685 u32 msg[5]; in adpt_abort() local
729 u32 msg[4]; in adpt_device_reset() local
773 u32 msg[4]; in adpt_bus_reset() local
1195 static int adpt_i2o_post_wait(adpt_hba* pHba, u32* msg, int len, int timeout) in adpt_i2o_post_wait()
1286 u32 __iomem *msg; in adpt_i2o_post_this() local
1352 u32 msg[8]; in adpt_i2o_reset_hba() local
1707 u32 msg[MAX_MESSAGE_SIZE]; in adpt_i2o_passthru() local
2163 void __iomem *msg; in adpt_isr() local
2222 u32 msg[MAX_MESSAGE_SIZE]; in adpt_scsi_to_i2o() local
[all …]
Dhptiop.c134 u32 msg = readl(&iop->outbound_msgaddr0); in iop_intr_itl() local
220 u32 msg; in iop_intr_mv() local
273 u32 msg = readl(&(hba->u.mvfrey.mu->cpu_to_f0_msg_a)); in iop_intr_mvfrey() local
368 static void hptiop_post_msg_itl(struct hptiop_hba *hba, u32 msg) in hptiop_post_msg_itl()
374 static void hptiop_post_msg_mv(struct hptiop_hba *hba, u32 msg) in hptiop_post_msg_mv()
381 static void hptiop_post_msg_mvfrey(struct hptiop_hba *hba, u32 msg) in hptiop_post_msg_mvfrey()
387 static int iop_send_sync_msg(struct hptiop_hba *hba, u32 msg, u32 millisec) in iop_send_sync_msg()
685 static void hptiop_message_callback(struct hptiop_hba *hba, u32 msg) in hptiop_message_callback()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
Dmbx.c85 static s32 ixgbevf_read_posted_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size) in ixgbevf_read_posted_mbx()
111 static s32 ixgbevf_write_posted_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size) in ixgbevf_write_posted_mbx()
251 static s32 ixgbevf_write_mbx_vf(struct ixgbe_hw *hw, u32 *msg, u16 size) in ixgbevf_write_mbx_vf()
287 static s32 ixgbevf_read_mbx_vf(struct ixgbe_hw *hw, u32 *msg, u16 size) in ixgbevf_read_mbx_vf()
/linux-4.4.14/arch/m68k/mac/
Diop.c222 static void iop_free_msg(struct iop_msg *msg) in iop_free_msg()
346 void iop_complete_message(struct iop_msg *msg) in iop_complete_message()
373 static void iop_do_send(struct iop_msg *msg) in iop_do_send()
397 struct iop_msg *msg,*msg2; in iop_handle_send() local
431 struct iop_msg *msg; in iop_handle_recv() local
481 struct iop_msg *msg, *q; in iop_send_message() local
/linux-4.4.14/drivers/nfc/s3fwrn5/
Dfirmware.c36 struct sk_buff *msg, struct sk_buff **rsp) in s3fwrn5_fw_send_msg()
65 struct sk_buff **msg, u8 type, u8 code, const void *data, u16 len) in s3fwrn5_fw_prep_msg()
91 struct sk_buff *msg, *rsp = NULL; in s3fwrn5_fw_get_bootinfo() local
125 struct sk_buff *msg, *rsp = NULL; in s3fwrn5_fw_enter_update_mode() local
197 struct sk_buff *msg, *rsp = NULL; in s3fwrn5_fw_update_sector() local
254 struct sk_buff *msg, *rsp = NULL; in s3fwrn5_fw_complete_update_mode() local
/linux-4.4.14/drivers/nfc/st-nci/
Dvendor_cmds.c106 struct sk_buff *msg, *skb; in st_nci_hci_dm_get_info() local
139 struct sk_buff *msg, *skb; in st_nci_hci_dm_get_data() local
221 struct sk_buff *msg, *skb; in st_nci_hci_get_param() local
266 struct sk_buff *msg, *skb; in st_nci_hci_dm_vdc_measurement_value() local
303 struct sk_buff *msg, *skb; in st_nci_hci_dm_vdc_value_comparison() local
356 struct sk_buff *msg; in st_nci_hci_loopback() local
407 struct sk_buff *msg; in st_nci_manufacturer_specific() local
/linux-4.4.14/net/wireless/
Dnl80211.c588 static int nl80211_msg_put_channel(struct sk_buff *msg, in nl80211_msg_put_channel()
925 static int nl80211_put_iftypes(struct sk_buff *msg, u32 attr, u16 ifmodes) in nl80211_put_iftypes()
949 struct sk_buff *msg, in nl80211_put_iface_combinations()
1018 struct sk_buff *msg) in nl80211_send_wowlan_tcp_caps()
1057 static int nl80211_send_wowlan(struct sk_buff *msg, in nl80211_send_wowlan()
1115 static int nl80211_send_coalesce(struct sk_buff *msg, in nl80211_send_coalesce()
1136 static int nl80211_send_band_rateinfo(struct sk_buff *msg, in nl80211_send_band_rateinfo()
1193 nl80211_send_mgmt_stypes(struct sk_buff *msg, in nl80211_send_mgmt_stypes()
1261 struct sk_buff *msg, u32 portid, u32 seq, in nl80211_send_wiphy()
1861 struct sk_buff *msg; in nl80211_get_wiphy() local
[all …]
/linux-4.4.14/include/net/
D6lowpan.h127 static inline void raw_dump_inline(const char *caller, char *msg, in raw_dump_inline()
142 static inline void raw_dump_table(const char *caller, char *msg, in raw_dump_table()
151 static inline void raw_dump_table(const char *caller, char *msg, in raw_dump_table()
153 static inline void raw_dump_inline(const char *caller, char *msg, in raw_dump_inline()
Dscm.h75 static __inline__ int scm_send(struct socket *sock, struct msghdr *msg, in scm_send()
90 static inline void scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) in scm_passec()
106 static inline void scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) in scm_passec()
110 static __inline__ void scm_recv(struct socket *sock, struct msghdr *msg, in scm_recv()
/linux-4.4.14/drivers/s390/crypto/
Dzcrypt_msgtype6.c187 } __packed * msg = ap_msg->message; in ICAMEX_msg_to_type6MEX_msgX() local
255 } __packed * msg = ap_msg->message; in ICACRT_msg_to_type6CRT_msgX() local
311 } __packed * msg = ap_msg->message; in XCRB_msg_to_type6CPRB_msgX() local
415 } __packed * msg = ap_msg->message; in xcrb_msg_to_type6_ep11cprb_msgx() local
551 struct type86x_reply *msg = reply->message; in convert_type86_ica() local
624 struct type86_fmt2_msg *msg = reply->message; in convert_type86_xcrb() local
655 struct type86_fmt2_msg *msg = reply->message; in convert_type86_ep11_xcrb() local
677 } __packed * msg = reply->message; in convert_type86_rng() local
691 struct type86x_reply *msg = reply->message; in convert_response_ica() local
729 struct type86x_reply *msg = reply->message; in convert_response_xcrb() local
[all …]
/linux-4.4.14/drivers/media/usb/dvb-usb/
Ddw2102.c170 static int dw2102_i2c_transfer(struct i2c_adapter *adap, struct i2c_msg msg[], in dw2102_i2c_transfer()
244 struct i2c_msg msg[], int num) in dw2102_serit_i2c_transfer()
298 static int dw2102_earda_i2c_transfer(struct i2c_adapter *adap, struct i2c_msg msg[], int num) in dw2102_earda_i2c_transfer()
397 static int dw2104_i2c_transfer(struct i2c_adapter *adap, struct i2c_msg msg[], int num) in dw2104_i2c_transfer()
496 static int dw3101_i2c_transfer(struct i2c_adapter *adap, struct i2c_msg msg[], in dw3101_i2c_transfer()
576 static int s6x0_i2c_transfer(struct i2c_adapter *adap, struct i2c_msg msg[], in s6x0_i2c_transfer()
710 static int su3000_i2c_transfer(struct i2c_adapter *adap, struct i2c_msg msg[], in su3000_i2c_transfer()
843 struct i2c_msg msg[] = { in s6x0_read_mac_address() local
882 struct i2c_msg msg = { in su3000_streaming_ctrl() local
915 struct i2c_msg msg[] = { in su3000_read_mac_address() local
[all …]
Dfriio-fe.c32 struct i2c_msg msg[2]; in jdvbt90502_reg_read() local
60 struct i2c_msg msg; in jdvbt90502_single_reg_write() local
131 struct i2c_msg msg[2]; in jdvbt90502_pll_set_freq() local
377 struct i2c_msg msg; in jdvbt90502_init() local
/linux-4.4.14/scripts/kconfig/
Dkxgettext.c84 const char *msg; member
92 static struct message *message__new(const char *msg, char *option, in message__new()
120 static struct message *mesage__find(const char *msg) in mesage__find()
149 static int message__add(const char *msg, char *option, const char *file, in message__add()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c43 i40e_status v_retval, u8 *msg, in i40e_vc_vf_broadcast()
1079 u32 v_retval, u8 *msg, u16 msglen) in i40e_vc_send_msg_to_vf()
1146 static int i40e_vc_get_version_msg(struct i40e_vf *vf, u8 *msg) in i40e_vc_get_version_msg()
1170 static int i40e_vc_get_vf_resources_msg(struct i40e_vf *vf, u8 *msg) in i40e_vc_get_vf_resources_msg()
1267 u8 *msg, u16 msglen) in i40e_vc_config_promiscuous_mode_msg()
1306 static int i40e_vc_config_queues_msg(struct i40e_vf *vf, u8 *msg, u16 msglen) in i40e_vc_config_queues_msg()
1363 static int i40e_vc_config_irq_map_msg(struct i40e_vf *vf, u8 *msg, u16 msglen) in i40e_vc_config_irq_map_msg()
1425 static int i40e_vc_enable_queues_msg(struct i40e_vf *vf, u8 *msg, u16 msglen) in i40e_vc_enable_queues_msg()
1465 static int i40e_vc_disable_queues_msg(struct i40e_vf *vf, u8 *msg, u16 msglen) in i40e_vc_disable_queues_msg()
1504 static int i40e_vc_get_stats_msg(struct i40e_vf *vf, u8 *msg, u16 msglen) in i40e_vc_get_stats_msg()
[all …]
/linux-4.4.14/sound/oss/
Dmidi_synth.c44 do_midi_msg(int synthno, unsigned char *msg, int mlen) in do_midi_msg()
286 int msg, chn; in midi_synth_kill_note() local
376 int msg, chn; in midi_synth_start_note() local
562 int msg, chn; in midi_synth_aftertouch() local
594 int chn, msg; in midi_synth_controller() local
623 int msg, prev_chn; in midi_synth_bender() local
/linux-4.4.14/drivers/s390/net/
Dsmsgiucv_app.c37 #define ENV_TEXT_LEN(msg) (strlen(ENV_TEXT_STR) + strlen((msg)) + 1) argument
67 const char *msg) in smsg_app_event_alloc()
120 static void smsg_app_callback(const char *from, char *msg) in smsg_app_callback()
/linux-4.4.14/arch/x86/kernel/apic/
Dhtirq.c37 struct ht_irq_msg msg; in ht_set_affinity() local
118 struct ht_irq_msg msg; in htirq_domain_activate() local
140 struct ht_irq_msg msg; in htirq_domain_deactivate() local
/linux-4.4.14/kernel/printk/
Dprintk.c299 static char *log_text(const struct printk_log *msg) in log_text()
305 static char *log_dict(const struct printk_log *msg) in log_dict()
313 struct printk_log *msg = (struct printk_log *)(log_buf + idx); in log_from_idx() local
327 struct printk_log *msg = (struct printk_log *)(log_buf + idx); in log_next() local
428 struct printk_log *msg; in log_store() local
532 struct printk_log *msg, u64 seq, in msg_print_ext_header()
669 struct printk_log *msg; in devkmsg_read() local
1056 static size_t print_prefix(const struct printk_log *msg, bool syslog, char *buf) in print_prefix()
1079 static size_t msg_print_text(const struct printk_log *msg, enum log_flags prev, in msg_print_text()
1141 struct printk_log *msg; in syslog_print() local
[all …]
/linux-4.4.14/arch/arc/kernel/
Dsmp.c217 static void ipi_send_msg_one(int cpu, enum ipi_msg_type msg) in ipi_send_msg_one()
250 static void ipi_send_msg(const struct cpumask *callmap, enum ipi_msg_type msg) in ipi_send_msg()
289 static inline int __do_IPI(unsigned long msg) in __do_IPI()
335 unsigned long msg = __ffs(pending); in do_IPI() local
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_intr.c189 static void ipath_format_hwmsg(char *msg, size_t msgl, const char *hwmsg) in ipath_format_hwmsg()
207 char *msg, size_t msgl) in ipath_format_hwerrors()
452 unsigned supp_msgs, char *msg, u32 msgsz) in handle_supp_msgs()
498 ipath_err_t errs, char *msg, in handle_frequent_errors()
534 char msg[128]; in handle_sdma_errors() local
631 char msg[128]; in handle_errors() local
/linux-4.4.14/drivers/i2c/busses/
Di2c-axxia.c101 struct i2c_msg *msg; member
210 static int i2c_m_rd(const struct i2c_msg *msg) in i2c_m_rd()
215 static int i2c_m_ten(const struct i2c_msg *msg) in i2c_m_ten()
220 static int i2c_m_recv_len(const struct i2c_msg *msg) in i2c_m_recv_len()
231 struct i2c_msg *msg = idev->msg; in axxia_i2c_empty_rx_fifo() local
263 struct i2c_msg *msg = idev->msg; in axxia_i2c_fill_tx_fifo() local
336 static int axxia_i2c_xfer_msg(struct axxia_i2c_dev *idev, struct i2c_msg *msg) in axxia_i2c_xfer_msg()
Di2c-qup.c118 struct i2c_msg *msg; member
247 static void qup_i2c_set_write_mode(struct qup_i2c_dev *qup, struct i2c_msg *msg) in qup_i2c_set_write_mode()
264 static void qup_i2c_issue_write(struct qup_i2c_dev *qup, struct i2c_msg *msg) in qup_i2c_issue_write()
305 static int qup_i2c_write_one(struct qup_i2c_dev *qup, struct i2c_msg *msg) in qup_i2c_write_one()
373 static void qup_i2c_issue_read(struct qup_i2c_dev *qup, struct i2c_msg *msg) in qup_i2c_issue_read()
387 static void qup_i2c_read_fifo(struct qup_i2c_dev *qup, struct i2c_msg *msg) in qup_i2c_read_fifo()
410 static int qup_i2c_read_one(struct qup_i2c_dev *qup, struct i2c_msg *msg) in qup_i2c_read_one()
Di2c-digicolor.c57 struct i2c_msg *msg; member
80 static u8 dc_i2c_addr_cmd(struct i2c_msg *msg) in dc_i2c_addr_cmd()
149 struct i2c_msg *msg = i2c->msg; in dc_i2c_start_msg() local
218 static int dc_i2c_xfer_msg(struct dc_i2c *i2c, struct i2c_msg *msg, int first, in dc_i2c_xfer_msg()
/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dintel-pt-log.h68 static inline void intel_pt_log_at(const char *msg, uint64_t u) in intel_pt_log_at()
73 static inline void intel_pt_log_to(const char *msg, uint64_t u) in intel_pt_log_to()
/linux-4.4.14/drivers/staging/gdm72xx/
Dnetlink_k.c52 void *msg; in netlink_rcv_cb() local
92 void *msg, int len)) in netlink_init()
116 int netlink_send(struct sock *sock, int group, u16 type, void *msg, int len) in netlink_send()
/linux-4.4.14/drivers/staging/gdm724x/
Dnetlink_k.c49 void *msg; in netlink_rcv_cb() local
91 void (*cb)(struct net_device *dev, u16 type, void *msg, int len)) in netlink_init()
115 int netlink_send(struct sock *sock, int group, u16 type, void *msg, int len) in netlink_send()
/linux-4.4.14/drivers/md/
Ddm-log-userspace-transfer.c59 struct cn_msg *msg = prealloced_cn_msg; in dm_ulog_sendto_server() local
82 static int fill_pkg(struct cn_msg *msg, struct dm_ulog_request *tfr) in fill_pkg()
133 static void cn_ulog_callback(struct cn_msg *msg, struct netlink_skb_parms *nsp) in cn_ulog_callback()
/linux-4.4.14/net/ipv6/
Ddatagram.c386 int ipv6_recv_error(struct sock *sk, struct msghdr *msg, int len, int *addr_len) in ipv6_recv_error()
479 int ipv6_recv_rxpmtu(struct sock *sk, struct msghdr *msg, int len, in ipv6_recv_rxpmtu()
527 void ip6_datagram_recv_common_ctl(struct sock *sk, struct msghdr *msg, in ip6_datagram_recv_common_ctl()
552 void ip6_datagram_recv_specific_ctl(struct sock *sk, struct msghdr *msg, in ip6_datagram_recv_specific_ctl()
677 void ip6_datagram_recv_ctl(struct sock *sk, struct msghdr *msg, in ip6_datagram_recv_ctl()
686 struct msghdr *msg, struct flowi6 *fl6, in ip6_datagram_send_ctl()
Dping.c59 static int dummy_ipv6_recv_error(struct sock *sk, struct msghdr *msg, int len, in dummy_ipv6_recv_error()
64 static void dummy_ip6_datagram_recv_ctl(struct sock *sk, struct msghdr *msg, in dummy_ip6_datagram_recv_ctl()
80 int ping_v6_sendmsg(struct sock *sk, struct msghdr *msg, size_t len) in ping_v6_sendmsg()
Dndisc.c490 struct nd_msg *msg; in ndisc_send_na() local
565 struct nd_msg *msg; in ndisc_send_ns() local
602 struct rs_msg *msg; in ndisc_send_rs() local
707 struct nd_msg *msg = (struct nd_msg *)skb_transport_header(skb); in ndisc_recv_ns() local
878 struct nd_msg *msg = (struct nd_msg *)skb_transport_header(skb); in ndisc_recv_na() local
1433 struct rd_msg *msg = (struct rd_msg *)skb_transport_header(skb); in ndisc_redirect_rcv() local
1492 struct rd_msg *msg; in ndisc_send_redirect() local
1627 struct nd_msg *msg; in ndisc_rcv() local
/linux-4.4.14/drivers/leds/
Dleds-ipaq-micro.c39 struct ipaq_micro_msg msg = { in micro_leds_brightness_set() local
76 struct ipaq_micro_msg msg = { in micro_leds_blink_set() local
/linux-4.4.14/drivers/scsi/arm/
Dmsgqueue.h16 char msg[8]; member
22 struct message msg; member
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dopal-prd.c41 struct opal_prd_msg_header msg; member
229 void *msg; in opal_prd_write() local
268 struct opal_prd_msg_header msg; in opal_prd_release() local
356 struct opal_msg *msg = _msg; in opal_prd_msg_notifier() local
Dopal-memory-errors.c40 struct opal_msg msg; member
101 unsigned long msg_type, void *msg) in opal_memory_err_event()
Dopal-async.c108 int opal_async_wait_response(uint64_t token, struct opal_msg *msg) in opal_async_wait_response()
128 unsigned long msg_type, void *msg) in opal_async_comp_event()
/linux-4.4.14/net/core/
Dscm.c133 int __scm_send(struct socket *sock, struct msghdr *msg, struct scm_cookie *p) in __scm_send()
215 int put_cmsg(struct msghdr * msg, int level, int type, int len, void *data) in put_cmsg()
254 void scm_detach_fds(struct msghdr *msg, struct scm_cookie *scm) in scm_detach_fds()
/linux-4.4.14/drivers/gpu/drm/msm/edp/
Dedp_aux.c41 static int edp_msg_fifo_tx(struct edp_aux *aux, struct drm_dp_aux_msg *msg) in edp_msg_fifo_tx()
88 static int edp_msg_fifo_rx(struct edp_aux *aux, struct drm_dp_aux_msg *msg) in edp_msg_fifo_rx()
119 struct drm_dp_aux_msg *msg) in edp_aux_transfer()
/linux-4.4.14/fs/lockd/
Dsvcsubs.c35 static inline void nlm_debug_print_fh(char *msg, struct nfs_fh *f) in nlm_debug_print_fh()
45 static inline void nlm_debug_print_file(char *msg, struct nlm_file *file) in nlm_debug_print_file()
53 static inline void nlm_debug_print_fh(char *msg, struct nfs_fh *f) in nlm_debug_print_fh()
58 static inline void nlm_debug_print_file(char *msg, struct nlm_file *file) in nlm_debug_print_file()
Dclntproc.c255 struct rpc_message msg = { in nlmclnt_call() local
327 static struct rpc_task *__nlm_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, c… in __nlm_async_call()
355 static int nlm_do_async_call(struct nlm_rqst *req, u32 proc, struct rpc_message *msg, const struct … in nlm_do_async_call()
371 struct rpc_message msg = { in nlm_async_call() local
380 struct rpc_message msg = { in nlm_async_reply() local
396 struct rpc_message msg = { in nlmclnt_async_call() local
/linux-4.4.14/drivers/nfc/st21nfca/
Dvendor_cmds.c101 struct sk_buff *msg, *skb; in st21nfca_hci_dm_get_info() local
136 struct sk_buff *msg, *skb; in st21nfca_hci_dm_get_data() local
198 struct sk_buff *msg, *skb; in st21nfca_hci_get_param() local
262 struct sk_buff *msg; in st21nfca_hci_loopback() local
/linux-4.4.14/drivers/net/can/usb/
Desd_usb2.c183 } msg; member
227 struct esd_usb2_msg *msg) in esd_usb2_rx_event()
313 struct esd_usb2_msg *msg) in esd_usb2_rx_can_msg()
357 struct esd_usb2_msg *msg) in esd_usb2_tx_done_msg()
406 struct esd_usb2_msg *msg; in esd_usb2_read_bulk_callback() local
522 static int esd_usb2_send_msg(struct esd_usb2 *dev, struct esd_usb2_msg *msg) in esd_usb2_send_msg()
535 struct esd_usb2_msg *msg) in esd_usb2_wait_msg()
620 struct esd_usb2_msg *msg; in esd_usb2_start() local
720 struct esd_usb2_msg *msg; in esd_usb2_start_xmit() local
846 struct esd_usb2_msg *msg; in esd_usb2_close() local
[all …]
Dkvaser_usb.c259 u8 msg[14]; member
282 u8 msg[14]; member
289 u8 msg[14]; member
556 struct kvaser_msg *msg) in kvaser_usb_send_msg()
568 struct kvaser_msg *msg) in kvaser_usb_wait_msg()
630 struct kvaser_msg *msg; in kvaser_usb_send_simple_msg() local
650 struct kvaser_msg msg; in kvaser_usb_get_software_info() local
679 struct kvaser_msg msg; in kvaser_usb_get_card_info() local
700 const struct kvaser_msg *msg) in kvaser_usb_tx_acknowledge()
778 struct kvaser_msg *msg; in kvaser_usb_simple_msg_async() local
[all …]
Dems_usb.c131 u8 msg[8]; member
218 } msg; member
309 static void ems_usb_rx_can_msg(struct ems_usb *dev, struct ems_cpc_msg *msg) in ems_usb_rx_can_msg()
340 static void ems_usb_rx_err(struct ems_usb *dev, struct ems_cpc_msg *msg) in ems_usb_rx_err()
441 struct ems_cpc_msg *msg; in ems_usb_read_bulk_callback() local
542 static int ems_usb_command_msg(struct ems_usb *dev, struct ems_cpc_msg *msg) in ems_usb_command_msg()
745 struct ems_cpc_msg *msg; in ems_usb_start_xmit() local
941 static void init_params_sja1000(struct ems_cpc_msg *msg) in init_params_sja1000()
/linux-4.4.14/drivers/net/wan/
Dixp4xx_hss.c273 struct msg { struct
275 u8 cmd, unused, hss_port, index;
276 union {
360 static void hss_npe_send(struct port *port, struct msg *msg, const char* what) in hss_npe_send()
372 struct msg msg; in hss_config_set_lut() local
395 struct msg msg; in hss_config() local
462 struct msg msg; in hss_set_hdlc_cfg() local
474 struct msg msg; in hss_get_status() local
490 struct msg msg; in hss_start_hdlc() local
501 struct msg msg; in hss_stop_hdlc() local
[all …]
/linux-4.4.14/fs/ceph/
Dmds_client.c291 static int parse_reply_info(struct ceph_msg *msg, in parse_reply_info()
837 struct ceph_msg *msg; in create_session_msg() local
859 struct ceph_msg *msg; in create_session_open_msg() local
932 struct ceph_msg *msg; in __open_session() local
1294 struct ceph_msg *msg; in send_renew_caps() local
1324 struct ceph_msg *msg; in send_flushmsg_ack() local
1376 struct ceph_msg *msg; in request_close_session() local
1588 struct ceph_msg *msg = NULL; in ceph_send_cap_releases() local
1918 struct ceph_msg *msg; in create_request_message() local
2061 struct ceph_msg *msg; in __prepare_send_request() local
[all …]
/linux-4.4.14/security/selinux/
Dnetlink.c50 struct selnl_msg_setenforce *msg = nlmsg_data(nlh); in selnl_add_payload() local
58 struct selnl_msg_policyload *msg = nlmsg_data(nlh); in selnl_add_payload() local
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dintr.c64 static void format_hwmsg(char *msg, size_t msgl, const char *hwmsg) in format_hwmsg()
80 size_t nhwerrmsgs, char *msg, size_t msgl) in hfi1_format_hwerrors()
/linux-4.4.14/drivers/s390/char/
Dsclp_rw.c92 struct msg_buf *msg; in sclp_initialize_mto() local
142 struct msg_buf *msg; in sclp_finalize_mto() local
176 sclp_write(struct sclp_buffer *buffer, const unsigned char *msg, int count) in sclp_write()
/linux-4.4.14/drivers/firmware/
Draspberrypi.c20 #define MBOX_CHAN(msg) ((msg) & 0xf) argument
21 #define MBOX_DATA28(msg) ((msg) & ~0xf) argument
33 static void response_callback(struct mbox_client *cl, void *msg) in response_callback()
/linux-4.4.14/drivers/media/pci/mantis/
Dmantis_vp2040.c57 struct i2c_msg msg = {.addr = 0x60, .flags = 0, .buf = buf, .len = sizeof(buf)}; in tda1002x_cu1216_tuner_set() local
112 struct i2c_msg msg[] = { in read_pwm() local
Dmantis_vp2033.c56 struct i2c_msg msg[] = { in read_pwm() local
75 struct i2c_msg msg = {.addr = 0x60, .flags = 0, .buf = buf, .len = sizeof(buf)}; in tda1002x_cu1216_tuner_set() local
Dmantis_i2c.c38 static int mantis_i2c_read(struct mantis_pci *mantis, const struct i2c_msg *msg) in mantis_i2c_read()
84 static int mantis_i2c_write(struct mantis_pci *mantis, const struct i2c_msg *msg) in mantis_i2c_write()
/linux-4.4.14/arch/sparc/kernel/
Dsstate.c21 static void do_set_sstate(unsigned long state, const char *msg) in do_set_sstate()
51 const char *msg; in sstate_reboot_call() local
/linux-4.4.14/drivers/usb/core/
Ddriver.c1139 static int usb_suspend_device(struct usb_device *udev, pm_message_t msg) in usb_suspend_device()
1162 static int usb_resume_device(struct usb_device *udev, pm_message_t msg) in usb_resume_device()
1195 struct usb_interface *intf, pm_message_t msg) in usb_suspend_interface()
1216 struct usb_interface *intf, pm_message_t msg, int reset_resume) in usb_resume_interface()
1296 static int usb_suspend_both(struct usb_device *udev, pm_message_t msg) in usb_suspend_both()
1379 static int usb_resume_both(struct usb_device *udev, pm_message_t msg) in usb_resume_both()
1412 static void choose_wakeup(struct usb_device *udev, pm_message_t msg) in choose_wakeup()
1440 int usb_suspend(struct device *dev, pm_message_t msg) in usb_suspend()
1468 int usb_resume(struct device *dev, pm_message_t msg) in usb_resume()
Dgeneric.c199 static int generic_suspend(struct usb_device *udev, pm_message_t msg) in generic_suspend()
220 static int generic_resume(struct usb_device *udev, pm_message_t msg) in generic_resume()
Dusb.h91 static inline int usb_port_suspend(struct usb_device *udev, pm_message_t msg) in usb_port_suspend()
96 static inline int usb_port_resume(struct usb_device *udev, pm_message_t msg) in usb_port_resume()
/linux-4.4.14/drivers/media/usb/cx231xx/
Dcx231xx-i2c.c65 const struct i2c_msg *msg, int tuner_type) in is_tuner()
85 const struct i2c_msg *msg) in cx231xx_i2c_send_bytes()
196 const struct i2c_msg *msg) in cx231xx_i2c_recv_bytes()
346 const struct i2c_msg *msg) in cx231xx_i2c_check_for_device()
/linux-4.4.14/drivers/net/can/softing/
Dsofting_fw.c31 const char *msg) in _softing_fct_cmd()
64 static int softing_fct_cmd(struct softing *card, int16_t cmd, const char *msg) in softing_fct_cmd()
77 const char *msg) in softing_bootloader_command()
436 struct can_frame msg; in softing_startstop() local
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dnic.h352 u8 msg; member
363 u8 msg; member
371 u8 msg; member
379 u8 msg; member
388 u8 msg; member
395 u8 msg; member
402 u8 msg; member
410 u8 msg; member
417 u8 msg; member
427 u8 msg; member
[all …]
/linux-4.4.14/drivers/isdn/hisax/
Disar.c51 u_char *msg) in sendmsg()
90 rcv_mbox(struct IsdnCardState *cs, struct isar_reg *ireg, u_char *msg) in rcv_mbox()
133 u_char *msg, int maxdelay) in waitrecmsg()
156 u_char msg[] = ISAR_MSG_HWVER; in ISARVersion() local
196 u_char *msg, *tmpmsg, *mp, tmp[64]; in isar_load_firmware() local
1372 u_char cmsb = IOM_CTRL_ENA, msg[5] = {IOM_P1_TXD, 0, 0, 0, 0}; in setup_iom2() local
1573 u_char msg; in isar_setup() local
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Dfiji_smc.c172 static int fiji_send_msg_to_smc(struct amdgpu_device *adev, PPSMC_Msg msg) in fiji_send_msg_to_smc()
195 PPSMC_Msg msg) in fiji_send_msg_to_smc_without_waiting()
208 PPSMC_Msg msg, in fiji_send_msg_to_smc_with_parameter()
226 PPSMC_Msg msg, uint32_t parameter) in fiji_send_msg_to_smc_with_parameter_without_waiting()
Dtonga_smc.c172 static int tonga_send_msg_to_smc(struct amdgpu_device *adev, PPSMC_Msg msg) in tonga_send_msg_to_smc()
195 PPSMC_Msg msg) in tonga_send_msg_to_smc_without_waiting()
208 PPSMC_Msg msg, in tonga_send_msg_to_smc_with_parameter()
226 PPSMC_Msg msg, uint32_t parameter) in tonga_send_msg_to_smc_with_parameter_without_waiting()
Diceland_smc.c190 static int iceland_send_msg_to_smc(struct amdgpu_device *adev, PPSMC_Msg msg) in iceland_send_msg_to_smc()
211 PPSMC_Msg msg) in iceland_send_msg_to_smc_without_waiting()
227 PPSMC_Msg msg, in iceland_send_msg_to_smc_with_parameter()
237 PPSMC_Msg msg, uint32_t parameter) in iceland_send_msg_to_smc_with_parameter_without_waiting()
/linux-4.4.14/drivers/atm/
Datmtcp.c43 const struct atmtcp_control *msg,int flag) in atmtcp_send_control()
88 static int atmtcp_recv_control(const struct atmtcp_control *msg) in atmtcp_recv_control()
121 struct atmtcp_control msg; in atmtcp_v_open() local
145 struct atmtcp_control msg; in atmtcp_v_close() local
/linux-4.4.14/drivers/input/misc/
Dcma3000_d0x_i2c.c26 u8 reg, u8 val, char *msg) in cma3000_i2c_set()
38 static int cma3000_i2c_read(struct device *dev, u8 reg, char *msg) in cma3000_i2c_read()
/linux-4.4.14/drivers/crypto/qat/qat_dh895xccvf/
Dadf_dh895xccvf_hw_data.c115 u32 msg = (ADF_VF2PF_MSGORIGIN_SYSTEM | in adf_vf2pf_init() local
128 u32 msg = (ADF_VF2PF_MSGORIGIN_SYSTEM | in adf_vf2pf_shutdown() local
/linux-4.4.14/net/l2tp/
Dl2tp_netlink.c84 struct sk_buff *msg; in l2tp_nl_cmd_noop() local
117 struct sk_buff *msg; in l2tp_tunnel_notify() local
145 struct sk_buff *msg; in l2tp_session_notify() local
416 struct sk_buff *msg; in l2tp_nl_cmd_tunnel_get() local
786 struct sk_buff *msg; in l2tp_nl_cmd_session_get() local
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dnv50.c249 char msg[128]; in nv50_gr_prop_trap() local
286 char msg[128]; in nv50_gr_mp_trap() local
331 char msg[128]; in nv50_gr_tp_trap() local
400 char msg[128]; in nv50_gr_trap_handler() local
635 char msg[128]; in nv50_gr_intr() local
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_intr.c47 static void qib_format_hwmsg(char *msg, size_t msgl, const char *hwmsg) in qib_format_hwmsg()
63 size_t nhwerrmsgs, char *msg, size_t msgl) in qib_format_hwerrors()
/linux-4.4.14/drivers/infiniband/core/
Dcm.c218 struct ib_mad_send_buf *msg; member
257 struct ib_mad_send_buf **msg) in cm_alloc_msg()
290 struct ib_mad_send_buf **msg) in cm_alloc_response_msg()
313 static void cm_free_msg(struct ib_mad_send_buf *msg) in cm_free_msg()
1254 struct ib_mad_send_buf *msg = NULL; in cm_issue_rej() local
1476 struct ib_mad_send_buf *msg = NULL; in cm_dup_req_handler() local
1722 struct ib_mad_send_buf *msg; in ib_send_cm_rep() local
1785 struct ib_mad_send_buf *msg; in ib_send_cm_rtu() local
1856 struct ib_mad_send_buf *msg = NULL; in cm_dup_rep_handler() local
2074 struct ib_mad_send_buf *msg; in ib_send_cm_dreq() local
[all …]
/linux-4.4.14/fs/afs/
Drxrpc.c273 static int afs_send_pages(struct afs_call *call, struct msghdr *msg, in afs_send_pages()
343 struct msghdr msg; in afs_make_call() local
772 struct msghdr msg; in afs_send_empty_reply() local
804 struct msghdr msg; in afs_send_simple_reply() local
/linux-4.4.14/drivers/usb/usbip/
Dvhci_tx.c68 struct msghdr msg; in vhci_send_cmd_submit() local
157 struct msghdr msg; in vhci_send_cmd_unlink() local
/linux-4.4.14/net/sunrpc/
Drpcb_clnt.c391 static int rpcb_register_call(struct sunrpc_net *sn, struct rpc_clnt *clnt, struct rpc_message *msg in rpcb_register_call()
453 struct rpc_message msg = { in rpcb_register() local
477 struct rpc_message *msg) in rpcb_register_inet4()
508 struct rpc_message *msg) in rpcb_register_inet6()
535 struct rpc_message *msg) in rpcb_unregister_all_protofamilies()
602 struct rpc_message msg = { in rpcb_v4_register() local
625 struct rpc_message msg = { in rpcb_call_async() local
/linux-4.4.14/net/
Dsocket.c609 static inline int sock_sendmsg_nosec(struct socket *sock, struct msghdr *msg) in sock_sendmsg_nosec()
616 int sock_sendmsg(struct socket *sock, struct msghdr *msg) in sock_sendmsg()
625 int kernel_sendmsg(struct socket *sock, struct msghdr *msg, in kernel_sendmsg()
636 void __sock_recv_timestamp(struct msghdr *msg, struct sock *sk, in __sock_recv_timestamp()
678 void __sock_recv_wifi_status(struct msghdr *msg, struct sock *sk, in __sock_recv_wifi_status()
694 static inline void sock_recv_drops(struct msghdr *msg, struct sock *sk, in sock_recv_drops()
702 void __sock_recv_ts_and_drops(struct msghdr *msg, struct sock *sk, in __sock_recv_ts_and_drops()
710 static inline int sock_recvmsg_nosec(struct socket *sock, struct msghdr *msg, in sock_recvmsg_nosec()
716 int sock_recvmsg(struct socket *sock, struct msghdr *msg, size_t size, in sock_recvmsg()
740 int kernel_recvmsg(struct socket *sock, struct msghdr *msg, in kernel_recvmsg()
[all …]
/linux-4.4.14/drivers/staging/skein/
Dskein_api.c146 int skein_update(struct skein_ctx *ctx, const u8 *msg, in skein_update()
171 int skein_update_bits(struct skein_ctx *ctx, const u8 *msg, in skein_update_bits()
/linux-4.4.14/net/phonet/
Ddatagram.c86 static int pn_sendmsg(struct sock *sk, struct msghdr *msg, size_t len) in pn_sendmsg()
127 static int pn_recvmsg(struct sock *sk, struct msghdr *msg, size_t len, in pn_recvmsg()
/linux-4.4.14/include/linux/
Dbug.h20 #define BUILD_BUG_ON_MSG(cond, msg) (0) argument
50 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) argument
/linux-4.4.14/arch/arm/boot/compressed/
Ddecompress.c18 # define Assert(cond,msg) {if(!(cond)) error(msg);} argument
25 # define Assert(cond,msg) argument
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd_lib.c100 struct msghdr msg = {.msg_flags = MSG_DONTWAIT}; in ksocknal_lib_send_iov() local
163 struct msghdr msg = {.msg_flags = MSG_DONTWAIT}; in ksocknal_lib_send_kiov() local
211 struct msghdr msg = { in ksocknal_lib_recv_iov() local
320 struct msghdr msg = { in ksocknal_lib_recv_kiov() local
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dbcdc.c104 struct brcmf_proto_bcdc_dcmd msg; member
114 struct brcmf_proto_bcdc_dcmd *msg = &bcdc->msg; in brcmf_proto_bcdc_msg() local
163 struct brcmf_proto_bcdc_dcmd *msg = &bcdc->msg; in brcmf_proto_bcdc_query_dcmd() local
218 struct brcmf_proto_bcdc_dcmd *msg = &bcdc->msg; in brcmf_proto_bcdc_set_dcmd() local
/linux-4.4.14/arch/powerpc/kernel/
Drtas_flash.c243 const char *msg; in get_flash_status_msg() local
280 char msg[RTAS_MSG_MAXLEN]; in rtas_flash_read_msg() local
297 char msg[RTAS_MSG_MAXLEN]; in rtas_flash_read_num() local
394 char msg[RTAS_MSG_MAXLEN]; in manage_flash_read() local
470 char *msg, int msglen) in get_validate_flash_msg()
491 char msg[VALIDATE_MSG_LEN]; in validate_flash_read() local

12345678