Home
last modified time | relevance | path

Searched defs:msg (Results 126 – 150 of 2824) sorted by relevance

12345678910>>...113

/openbmc/libpldm/tests/transport/
H A Dtransport.cpp19 const uint8_t msg[] = {0x81, 0x00, 0x01, 0x01}; in TEST() local
44 uint8_t msg[] = {0x01, 0x00, 0x01, 0x00}; in TEST() local
112 void* msg = NULL; in TEST() local
162 void* msg; in TEST() local
/openbmc/linux/sound/soc/sof/intel/
H A Dhda-ipc.c59 int hda_dsp_ipc_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in hda_dsp_ipc_send_msg()
84 struct snd_sof_ipc_msg *msg) in hda_dsp_ipc4_schedule_d0i3_work()
96 int hda_dsp_ipc4_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in hda_dsp_ipc4_send_msg()
124 struct snd_sof_ipc_msg *msg = sdev->msg; in hda_dsp_ipc_get_reply() local
247 u32 msg; in hda_dsp_ipc_irq_thread() local
/openbmc/linux/drivers/mfd/
H A Dipaq-micro.c34 struct ipaq_micro_msg *msg = micro->msg; in ipaq_micro_trigger_tx() local
60 int ipaq_micro_tx_msg(struct ipaq_micro *micro, struct ipaq_micro_msg *msg) in ipaq_micro_tx_msg()
94 struct ipaq_micro_msg *msg = micro->msg; in micro_rx_msg() local
185 struct ipaq_micro_msg msg = { in ipaq_micro_get_version() local
206 struct ipaq_micro_msg msg = { in ipaq_micro_eeprom_read() local
/openbmc/linux/drivers/media/dvb-frontends/
H A Ddibx000_common.c96 static int dibx000_master_i2c_write(struct dibx000_i2c_master *mst, struct i2c_msg *msg, u8 stop) in dibx000_master_i2c_write()
139 static int dibx000_master_i2c_read(struct dibx000_i2c_master *mst, struct i2c_msg *msg) in dibx000_master_i2c_read()
209 static int dibx000_i2c_master_xfer_gpio12(struct i2c_adapter *i2c_adap, struct i2c_msg msg[], int n… in dibx000_i2c_master_xfer_gpio12()
231 static int dibx000_i2c_master_xfer_gpio34(struct i2c_adapter *i2c_adap, struct i2c_msg msg[], int n… in dibx000_i2c_master_xfer_gpio34()
286 struct i2c_msg msg[], int num) in dibx000_i2c_gated_gpio67_xfer()
333 struct i2c_msg msg[], int num) in dibx000_i2c_gated_tuner_xfer()
/openbmc/linux/net/atm/
H A Dmpoa_caches.c136 struct k_message msg; in cache_hit() local
194 struct k_message msg; in in_cache_remove_entry() local
255 struct k_message msg; in check_resolving_entries() local
429 struct k_message msg; in eg_cache_remove_entry() local
456 static eg_cache_entry *eg_cache_add_entry(struct k_message *msg, in eg_cache_add_entry()
504 struct k_message msg; in clear_expired() local
/openbmc/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_protocol_ops.c15 union ipc_mem_msg_entry *msg; in ipc_protocol_free_msg_get() local
57 union ipc_mem_msg_entry *msg = in ipc_protocol_msg_prepipe_open() local
109 union ipc_mem_msg_entry *msg = in ipc_protocol_msg_prepipe_close() local
129 union ipc_mem_msg_entry *msg = in ipc_protocol_msg_prep_sleep() local
154 union ipc_mem_msg_entry *msg = in ipc_protocol_msg_prep_feature_set() local
194 union ipc_mem_msg_entry *msg = in ipc_protocol_msg_process() local
/openbmc/linux/drivers/nfc/st-nci/
H A Dvendor_cmds.c95 struct sk_buff *msg, *skb; in st_nci_hci_dm_get_info() local
127 struct sk_buff *msg, *skb; in st_nci_hci_dm_get_data() local
208 struct sk_buff *msg, *skb; in st_nci_hci_get_param() local
252 struct sk_buff *msg, *skb; in st_nci_hci_dm_vdc_measurement_value() local
288 struct sk_buff *msg, *skb; in st_nci_hci_dm_vdc_value_comparison() local
324 struct sk_buff *msg, *skb; in st_nci_loopback() local
356 struct sk_buff *msg; in st_nci_manufacturer_specific() local
/openbmc/openbmc/poky/bitbake/lib/bb/
H A D__init__.py63 def bbdebug(self, level, msg, *args, **kwargs): argument
76 def plain(self, msg, *args, **kwargs): argument
79 def verbose(self, msg, *args, **kwargs): argument
82 def verbnote(self, msg, *args, **kwargs): argument
85 def warnonce(self, msg, *args, **kwargs): argument
88 def erroronce(self, msg, *args, **kwargs): argument
139 def process(self, msg, kwargs): argument
/openbmc/linux/net/rxrpc/
H A Doutput.c21 static ssize_t do_udp_sendmsg(struct socket *socket, struct msghdr *msg, size_t len) in do_udp_sendmsg()
190 struct msghdr msg; in rxrpc_send_ack_packet() local
264 struct msghdr msg; in rxrpc_send_abort_packet() local
328 struct msghdr msg; in rxrpc_send_data_packet() local
528 struct msghdr msg; in rxrpc_send_conn_abort() local
586 struct msghdr msg; in rxrpc_reject_packet() local
650 struct msghdr msg; in rxrpc_send_keepalive() local
/openbmc/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_tlv.h96 #define fm10k_tlv_attr_put_u8(msg, attr_id, val) \ argument
98 #define fm10k_tlv_attr_put_u16(msg, attr_id, val) \ argument
100 #define fm10k_tlv_attr_put_u32(msg, attr_id, val) \ argument
102 #define fm10k_tlv_attr_put_u64(msg, attr_id, val) \ argument
104 #define fm10k_tlv_attr_put_s8(msg, attr_id, val) \ argument
106 #define fm10k_tlv_attr_put_s16(msg, attr_id, val) \ argument
108 #define fm10k_tlv_attr_put_s32(msg, attr_id, val) \ argument
110 #define fm10k_tlv_attr_put_s64(msg, attr_id, val) \ argument
/openbmc/linux/net/ipv4/
H A Dtcp_bpf.c33 struct sk_msg *msg, u32 apply_bytes, int flags) in bpf_tcp_ingress()
88 static int tcp_bpf_push(struct sock *sk, struct sk_msg *msg, u32 apply_bytes, in tcp_bpf_push()
150 static int tcp_bpf_push_locked(struct sock *sk, struct sk_msg *msg, in tcp_bpf_push_locked()
162 struct sk_msg *msg, u32 bytes, int flags) in tcp_bpf_sendmsg_redir()
219 struct msghdr *msg, in tcp_bpf_recvmsg_parser()
331 static int tcp_bpf_recvmsg(struct sock *sk, struct msghdr *msg, size_t len, in tcp_bpf_recvmsg()
382 struct sk_msg *msg, int *copied, int flags) in tcp_bpf_send_verdict()
495 static int tcp_bpf_sendmsg(struct sock *sk, struct msghdr *msg, size_t size) in tcp_bpf_sendmsg()
H A Dip_sockglue.c56 static void ip_cmsg_recv_pktinfo(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_pktinfo()
65 static void ip_cmsg_recv_ttl(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_ttl()
71 static void ip_cmsg_recv_tos(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_tos()
76 static void ip_cmsg_recv_opts(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_opts()
86 static void ip_cmsg_recv_retopts(struct net *net, struct msghdr *msg, in ip_cmsg_recv_retopts()
104 static void ip_cmsg_recv_fragsize(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_fragsize()
115 static void ip_cmsg_recv_checksum(struct msghdr *msg, struct sk_buff *skb, in ip_cmsg_recv_checksum()
131 static void ip_cmsg_recv_security(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_security()
149 static void ip_cmsg_recv_dstaddr(struct msghdr *msg, struct sk_buff *skb) in ip_cmsg_recv_dstaddr()
171 void ip_cmsg_recv_offset(struct msghdr *msg, struct sock *sk, in ip_cmsg_recv_offset()
[all …]
/openbmc/linux/drivers/gpu/drm/rockchip/
H A Dcdn-dp-reg.c186 u8 msg[6]; in cdn_dp_reg_write() local
218 u8 msg[5], reg[5]; in cdn_dp_dpcd_read() local
249 u8 msg[6], reg[5]; in cdn_dp_dpcd_write() local
325 u8 msg[5]; in cdn_dp_set_firmware_active() local
359 u8 msg[8]; in cdn_dp_set_host_cap() local
388 u8 msg[5]; in cdn_dp_event_config() local
438 u8 msg[2], reg[2], i; in cdn_dp_get_edid_block() local
478 u8 msg, event[2]; in cdn_dp_training_start() local
570 u8 msg; in cdn_dp_set_video_status() local
/openbmc/linux/drivers/infiniband/hw/mlx4/
H A Dcm.c88 struct cm_sidr_generic_msg *msg = in set_local_comm_id() local
95 struct cm_generic_msg *msg = (struct cm_generic_msg *)mad; in set_local_comm_id() local
103 struct cm_sidr_generic_msg *msg = in get_local_comm_id() local
110 struct cm_generic_msg *msg = (struct cm_generic_msg *)mad; in get_local_comm_id() local
118 struct cm_sidr_generic_msg *msg = in set_remote_comm_id() local
125 struct cm_generic_msg *msg = (struct cm_generic_msg *)mad; in set_remote_comm_id() local
133 struct cm_sidr_generic_msg *msg = in get_remote_comm_id() local
140 struct cm_generic_msg *msg = (struct cm_generic_msg *)mad; in get_remote_comm_id() local
147 struct cm_req_msg *msg = (struct cm_req_msg *)mad; in gid_from_req_msg() local
/openbmc/qemu/ui/
H A Dvdagent.c158 static void vdagent_send_msg(VDAgentChardev *vd, VDAgentMessage *msg) in vdagent_send_msg()
190 g_autofree VDAgentMessage *msg = g_malloc0(sizeof(VDAgentMessage) + in vdagent_send_caps() local
222 g_autofree VDAgentMessage *msg = g_malloc0(sizeof(VDAgentMessage) + in vdagent_send_mouse() local
334 g_autofree VDAgentMessage *msg = in vdagent_send_clipboard_grab() local
379 g_autofree VDAgentMessage *msg = g_malloc0(sizeof(VDAgentMessage) + in vdagent_send_clipboard_release() local
398 g_autofree VDAgentMessage *msg = g_malloc0(sizeof(VDAgentMessage) + in vdagent_send_clipboard_data() local
494 g_autofree VDAgentMessage *msg = g_malloc0(sizeof(VDAgentMessage) + in vdagent_clipboard_request() local
622 static void vdagent_chr_recv_clipboard(VDAgentChardev *vd, VDAgentMessage *msg) in vdagent_chr_recv_clipboard()
696 static void vdagent_chr_recv_caps(VDAgentChardev *vd, VDAgentMessage *msg) in vdagent_chr_recv_caps()
730 static void vdagent_chr_recv_msg(VDAgentChardev *vd, VDAgentMessage *msg) in vdagent_chr_recv_msg()
[all …]
/openbmc/linux/net/devlink/
H A Dsb.c167 static int devlink_nl_sb_fill(struct sk_buff *msg, struct devlink *devlink, in devlink_nl_sb_fill()
209 struct sk_buff *msg; in devlink_nl_sb_get_doit() local
232 devlink_nl_sb_get_dump_one(struct sk_buff *msg, struct devlink *devlink, in devlink_nl_sb_get_dump_one()
311 struct sk_buff *msg; in devlink_nl_sb_pool_get_doit() local
342 static int __sb_pool_get_dumpit(struct sk_buff *msg, int start, int *p_idx, in __sb_pool_get_dumpit()
447 static int devlink_nl_sb_port_pool_fill(struct sk_buff *msg, in devlink_nl_sb_port_pool_fill()
512 struct sk_buff *msg; in devlink_nl_sb_port_pool_get_doit() local
576 devlink_nl_sb_port_pool_get_dump_one(struct sk_buff *msg, in devlink_nl_sb_port_pool_get_dump_one()
722 struct sk_buff *msg; in devlink_nl_sb_tc_pool_bind_get_doit() local
760 static int __sb_tc_pool_bind_get_dumpit(struct sk_buff *msg, in __sb_tc_pool_bind_get_dumpit()
[all …]
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Ddw2102.c116 static int dw2102_i2c_transfer(struct i2c_adapter *adap, struct i2c_msg msg[], in dw2102_i2c_transfer()
214 struct i2c_msg msg[], int num) in dw2102_serit_i2c_transfer()
580 static int s6x0_i2c_transfer(struct i2c_adapter *adap, struct i2c_msg msg[], in s6x0_i2c_transfer()
903 struct i2c_msg msg[] = { in s6x0_read_mac_address() local
942 struct i2c_msg msg = { in su3000_streaming_ctrl() local
981 struct i2c_msg msg[] = { in su3000_read_mac_address() local
1024 struct i2c_msg msg = { in dw210x_set_voltage() local
1059 struct i2c_msg msg = { in dw210x_led_ctrl() local
1745 struct i2c_msg msg = { in dw2102_rc_query() local
1766 struct i2c_msg msg = { in prof_rc_query() local
[all …]
/openbmc/linux/sound/soc/sof/
H A Dsof-client-probes-ipc3.c66 struct sof_ipc_probe_dma_add_params *msg; in ipc3_probes_init() local
94 struct sof_ipc_cmd_hdr msg; in ipc3_probes_deinit() local
106 struct sof_ipc_probe_info_params msg = {{{0}}}; in ipc3_probes_info() local
179 struct sof_ipc_probe_point_add_params *msg; in ipc3_probes_points_add() local
209 struct sof_ipc_probe_point_remove_params *msg; in ipc3_probes_points_remove() local
/openbmc/linux/fs/nfs/
H A Dnfs42proc.c134 struct rpc_message msg = { in nfs42_proc_allocate() local
155 struct rpc_message msg = { in nfs42_proc_deallocate() local
319 struct rpc_message msg = { in _nfs42_proc_copy() local
546 struct rpc_message msg = { in nfs42_do_offload_cancel_async() local
590 struct rpc_message msg = { in _nfs42_proc_copy_notify() local
673 struct rpc_message msg = { in _nfs42_proc_llseek() local
854 struct rpc_message msg = { in nfs42_proc_layoutstats_generic() local
1013 struct rpc_message msg = { in nfs42_proc_layouterror() local
1113 struct rpc_message msg = { in nfs42_proc_clone() local
1174 struct rpc_message msg = { in _nfs42_proc_removexattr() local
[all …]
/openbmc/sdbusplus/src/async/
H A Dmatch.cpp10 [](message::msgp_t msg, void* ctx, sd_bus_error*) noexcept { in makeMatch()
71 void match::handle_match(message_t&& msg) noexcept in handle_match()
94 auto msg = std::move(queue.front()); in handle_completion() local
/openbmc/linux/drivers/media/pci/cx23885/
H A Dnetup-init.c19 struct i2c_msg msg = { in i2c_av_write() local
40 struct i2c_msg msg = { in i2c_av_write4() local
64 struct i2c_msg msg = { in i2c_av_read() local
/openbmc/linux/fs/reiserfs/
H A 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()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_mbx.c16 s32 igb_read_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id, in igb_read_mbx()
41 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()
372 static s32 igb_write_mbx_pf(struct e1000_hw *hw, u32 *msg, u16 size, in igb_write_mbx_pf()
414 static s32 igb_read_mbx_pf(struct e1000_hw *hw, u32 *msg, u16 size, in igb_read_mbx_pf()
/openbmc/linux/drivers/nfc/s3fwrn5/
H A Dfirmware.c25 struct sk_buff *msg, struct sk_buff **rsp) in s3fwrn5_fw_send_msg()
54 struct sk_buff **msg, u8 type, u8 code, const void *data, u16 len) in s3fwrn5_fw_prep_msg()
80 struct sk_buff *msg, *rsp = NULL; in s3fwrn5_fw_get_bootinfo() local
114 struct sk_buff *msg, *rsp = NULL; in s3fwrn5_fw_enter_update_mode() local
186 struct sk_buff *msg, *rsp = NULL; in s3fwrn5_fw_update_sector() local
243 struct sk_buff *msg, *rsp = NULL; in s3fwrn5_fw_complete_update_mode() local
/openbmc/linux/drivers/media/cec/platform/cros-ec/
H A Dcros-ec-cec.c99 struct cros_ec_command msg; in cros_ec_cec_set_log_addr() member
101 } __packed msg = {}; in cros_ec_cec_set_log_addr() local
125 struct cros_ec_command msg; in cros_ec_cec_transmit() member
127 } __packed msg = {}; in cros_ec_cec_transmit() local
149 struct cros_ec_command msg; in cros_ec_cec_adap_enable() member
151 } __packed msg = {}; in cros_ec_cec_adap_enable() local

12345678910>>...113