Home
last modified time | relevance | path

Searched defs:msg (Results 26 – 50 of 2824) sorted by relevance

12345678910>>...113

/openbmc/linux/drivers/media/pci/saa7134/
H A Dsaa7134-cards.c7789 struct i2c_msg msg[] = {{.addr = 0x50, .flags = 0, .buf = &subaddr, .len = 1}, in saa7134_board_init2() local
7879 struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len = sizeof(data)}; in saa7134_board_init2() local
7888 struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len = sizeof(data)}; in saa7134_board_init2() local
7941 struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len = sizeof(data)}; in saa7134_board_init2() local
7948 struct i2c_msg msg = {.addr = 0x0b, .flags = 0, .buf = data, in saa7134_board_init2() local
7956 struct i2c_msg msg = {.addr = 0x0b, .flags = 0, .buf = data, in saa7134_board_init2() local
7966 struct i2c_msg msg = {.addr=0x09, .flags=0, .buf=data, .len = sizeof(data)}; in saa7134_board_init2() local
7995 struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len = sizeof(data)}; in saa7134_board_init2() local
8004 struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len = sizeof(data)}; in saa7134_board_init2() local
8034 struct i2c_msg msg = { .addr = 0x0a, .flags = 0 }; in saa7134_board_init2() local
[all …]
/openbmc/linux/io_uring/
H A Dmsg_ring.c60 struct io_msg *msg = io_kiocb_to_cmd(req, struct io_msg); in io_msg_ring_cleanup() local
79 struct io_msg *msg = io_kiocb_to_cmd(req, struct io_msg); in io_msg_exec_remote() local
94 struct io_msg *msg = container_of(head, struct io_msg, tw); in io_msg_tw_complete() local
129 struct io_msg *msg = io_kiocb_to_cmd(req, struct io_msg); in io_msg_ring_data() local
162 struct io_msg *msg = io_kiocb_to_cmd(req, struct io_msg); in io_msg_grab_file() local
181 struct io_msg *msg = io_kiocb_to_cmd(req, struct io_msg); in io_msg_install_complete() local
212 struct io_msg *msg = container_of(head, struct io_msg, tw); in io_msg_tw_fd_complete() local
226 struct io_msg *msg = io_kiocb_to_cmd(req, struct io_msg); in io_msg_send_fd() local
251 struct io_msg *msg = io_kiocb_to_cmd(req, struct io_msg); in io_msg_ring_prep() local
271 struct io_msg *msg = io_kiocb_to_cmd(req, struct io_msg); in io_msg_ring() local
/openbmc/linux/drivers/hsi/clients/
H A Dssi_protocol.c202 struct hsi_msg *msg; in ssip_alloc_data() local
227 struct hsi_msg *msg; in ssip_claim_cmd() local
254 struct hsi_msg *msg; in ssip_alloc_cmds() local
389 struct hsi_msg *msg; in ssip_reset() local
423 struct hsi_msg *msg; in ssip_dump_state() local
444 struct hsi_msg *msg; in ssip_error() local
501 struct hsi_msg *msg; in ssip_send_bootinfo_req_cmd() local
517 struct hsi_msg *msg; in ssip_start_rx() local
659 struct hsi_msg *msg; in ssip_rx_bootinforeq() local
772 struct hsi_msg *msg; in ssip_rx_strans() local
[all …]
H A Dcmt_speech.c33 u32 msg; member
209 static void cs_release_cmd(struct hsi_msg *msg) in cs_release_cmd()
241 struct hsi_msg *msg; in cs_claim_cmd() local
254 struct hsi_msg *msg, *tmp; in cs_free_cmds() local
266 struct hsi_msg *msg; in cs_alloc_cmds() local
366 struct hsi_msg *msg, const char *info, in __cs_hsi_error_pre()
392 struct hsi_msg *msg) in cs_hsi_control_read_error()
401 struct hsi_msg *msg) in cs_hsi_control_write_error()
418 struct hsi_msg *msg) in cs_hsi_data_write_error()
481 struct hsi_msg *msg; in cs_hsi_read_on_control() local
[all …]
/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_restrack.c12 int hns_roce_fill_res_cq_entry(struct sk_buff *msg, struct ib_cq *ib_cq) in hns_roce_fill_res_cq_entry()
43 int hns_roce_fill_res_cq_entry_raw(struct sk_buff *msg, struct ib_cq *ib_cq) in hns_roce_fill_res_cq_entry_raw()
62 int hns_roce_fill_res_qp_entry(struct sk_buff *msg, struct ib_qp *ib_qp) in hns_roce_fill_res_qp_entry()
96 int hns_roce_fill_res_qp_entry_raw(struct sk_buff *msg, struct ib_qp *ib_qp) in hns_roce_fill_res_qp_entry_raw()
115 int hns_roce_fill_res_mr_entry(struct sk_buff *msg, struct ib_mr *ib_mr) in hns_roce_fill_res_mr_entry()
145 int hns_roce_fill_res_mr_entry_raw(struct sk_buff *msg, struct ib_mr *ib_mr) in hns_roce_fill_res_mr_entry_raw()
/openbmc/phosphor-networkd/test/
H A Dtest_rtnetlink.cpp26 } msg; in TEST() local
46 } msg; in TEST() local
73 } msg; in TEST() local
85 } msg; in TEST() local
110 } msg; in TEST() local
126 } msg; in TEST() local
138 } msg; in TEST() local
159 } msg; in TEST() local
/openbmc/openpower-vpd-parser/
H A Dvpd_exceptions.hpp33 explicit VPDException(const std::string& msg) : in VPDException()
70 explicit VpdEccException(const std::string& msg) : VPDException(msg) {} in VpdEccException()
93 explicit VpdDataException(const std::string& msg) : VPDException(msg) {} in VpdDataException()
113 VpdJsonException(const std::string& msg, const std::string& path) : in VpdJsonException()
150 explicit GpioException(const std::string& msg) : VPDException(msg) {} in GpioException()
/openbmc/phosphor-mboxd/
H A Dmboxctl.c91 struct mbox_dbus_msg *msg, in send_dbus_msg()
173 struct mbox_dbus_msg msg = { 0 }, resp = { 0 }; in handle_cmd_ping() local
192 struct mbox_dbus_msg msg = { 0 }, resp = { 0 }; in handle_cmd_daemon_state() local
225 struct mbox_dbus_msg msg = { 0 }, resp = { 0 }; in handle_cmd_lpc_state() local
261 struct mbox_dbus_msg msg = { 0 }, resp = { 0 }; in handle_cmd_kill() local
280 struct mbox_dbus_msg msg = { 0 }, resp = { 0 }; in handle_cmd_reset() local
299 struct mbox_dbus_msg msg = { 0 }, resp = { 0 }; in handle_cmd_suspend() local
318 struct mbox_dbus_msg msg = { 0 }, resp = { 0 }; in handle_cmd_resume() local
361 struct mbox_dbus_msg msg = { 0 }, resp = { 0 }; in handle_cmd_modified() local
/openbmc/libpldm/src/dsp/
H A Dplatform.c172 struct pldm_msg *msg) in encode_set_state_effecter_states_resp()
199 struct pldm_msg *msg) in encode_set_state_effecter_states_req()
383 struct pldm_msg *msg) in encode_get_pdr_repository_info_resp()
599 struct pldm_msg *msg, in encode_set_numeric_effecter_value_resp()
631 struct pldm_msg *msg, in encode_set_numeric_effecter_value_req()
714 struct pldm_msg *msg) in encode_get_state_sensor_readings_resp()
1165 struct pldm_msg *msg) in encode_event_message_buffer_size_req()
1620 struct pldm_msg *msg) in encode_get_numeric_effecter_value_req()
1998 struct pldm_msg *msg) in encode_get_sensor_reading_req()
2182 struct pldm_msg *msg) in encode_set_event_receiver_req()
[all …]
H A Dfru.c14 struct pldm_msg *msg, in encode_get_fru_record_table_metadata_req()
36 const struct pldm_msg *msg, size_t payload_length, in decode_get_fru_record_table_metadata_resp()
80 uint32_t checksum, struct pldm_msg *msg) in encode_get_fru_record_table_metadata_resp()
144 struct pldm_msg *msg) in encode_get_fru_record_table_resp()
287 struct pldm_msg *msg, size_t payload_length) in encode_get_fru_record_by_option_req()
323 const struct pldm_msg *msg, size_t payload_length, in decode_get_fru_record_by_option_req()
358 size_t data_size, struct pldm_msg *msg, in encode_get_fru_record_by_option_resp()
396 const struct pldm_msg *msg, size_t payload_length, in decode_get_fru_record_by_option_resp()
431 struct pldm_msg *msg, size_t payload_length) in encode_get_fru_record_table_req()
462 const struct pldm_msg *msg, size_t payload_length, in decode_get_fru_record_table_resp_safe()
[all …]
/openbmc/linux/sound/soc/fsl/
H A Dimx-pcm-rpmsg.c143 struct rpmsg_msg *msg; in imx_rpmsg_pcm_hw_params() local
194 struct rpmsg_msg *msg; in imx_rpmsg_pcm_pointer() local
215 struct rpmsg_msg *msg; in imx_rpmsg_timer_callback() local
236 struct rpmsg_msg *msg; in imx_rpmsg_pcm_open() local
289 struct rpmsg_msg *msg; in imx_rpmsg_pcm_close() local
354 struct rpmsg_msg *msg; in imx_rpmsg_prepare_and_submit() local
383 struct rpmsg_msg *msg; in imx_rpmsg_async_issue_pending() local
400 struct rpmsg_msg *msg; in imx_rpmsg_restart() local
417 struct rpmsg_msg *msg; in imx_rpmsg_pause() local
434 struct rpmsg_msg *msg; in imx_rpmsg_terminate_all() local
[all …]
/openbmc/linux/drivers/staging/wlan-ng/
H A Dprism2mgmt.c112 struct p80211msg_dot11req_scan *msg = msgp; in prism2mgmt_scan() local
507 struct p80211msg_dot11req_start *msg = msgp; in prism2mgmt_start() local
689 struct p80211msg_p2req_readpda *msg = msgp; in prism2mgmt_readpda() local
756 struct p80211msg_p2req_ramdl_state *msg = msgp; in prism2mgmt_ramdl_state() local
812 struct p80211msg_p2req_ramdl_write *msg = msgp; in prism2mgmt_ramdl_write() local
875 struct p80211msg_p2req_flashdl_state *msg = msgp; in prism2mgmt_flashdl_state() local
946 struct p80211msg_p2req_flashdl_write *msg = msgp; in prism2mgmt_flashdl_write() local
1010 struct p80211msg_lnxreq_autojoin *msg = msgp; in prism2mgmt_autojoin() local
1079 struct p80211msg_lnxreq_wlansniff *msg = msgp; in prism2mgmt_wlansniff() local
/openbmc/linux/drivers/misc/sgi-xp/
H A Dxpc_uv.c744 void *msg, size_t msg_size, int msg_type) in xpc_send_activate_IRQ_ch_uv()
902 struct xpc_activate_mq_msg_activate_req_uv msg; in xpc_request_partition_activation_uv() local
1044 struct xpc_activate_mq_msg_uv msg; in xpc_make_first_contact_uv() local
1285 struct xpc_activate_mq_msg_uv msg; in xpc_indicate_partition_engaged_uv() local
1294 struct xpc_activate_mq_msg_uv msg; in xpc_indicate_partition_disengaged_uv() local
1393 struct xpc_notify_mq_msg_uv *msg) in xpc_handle_notify_mq_ack_uv()
1411 struct xpc_notify_mq_msg_uv *msg) in xpc_handle_notify_mq_msg_uv()
1481 struct xpc_notify_mq_msg_uv *msg; in xpc_handle_notify_IRQ_uv() local
1540 struct xpc_notify_mq_msg_uv *msg; in xpc_send_payload_uv() local
1650 struct xpc_notify_mq_msg_uv *msg; in xpc_get_deliverable_payload_uv() local
[all …]
/openbmc/linux/sound/soc/intel/catpt/
H A Dmessages.c16 union catpt_global_msg msg = CATPT_GLOBAL_MSG(GET_FW_VERSION); in catpt_ipc_get_fw_version() local
56 union catpt_global_msg msg = CATPT_GLOBAL_MSG(ALLOCATE_STREAM); in catpt_ipc_alloc_stream() local
108 union catpt_global_msg msg = CATPT_GLOBAL_MSG(FREE_STREAM); in catpt_ipc_free_stream() local
127 union catpt_global_msg msg = CATPT_GLOBAL_MSG(SET_DEVICE_FORMATS); in catpt_ipc_set_device_format() local
145 union catpt_global_msg msg = CATPT_GLOBAL_MSG(ENTER_DX_STATE); in catpt_ipc_enter_dxstate() local
182 union catpt_stream_msg msg = CATPT_STREAM_MSG(RESET_STREAM); in catpt_ipc_reset_stream() local
199 union catpt_stream_msg msg = CATPT_STREAM_MSG(PAUSE_STREAM); in catpt_ipc_pause_stream() local
216 union catpt_stream_msg msg = CATPT_STREAM_MSG(RESUME_STREAM); in catpt_ipc_resume_stream() local
243 union catpt_stream_msg msg = CATPT_STAGE_MSG(SET_VOLUME); in catpt_ipc_set_volume() local
275 union catpt_stream_msg msg = CATPT_STAGE_MSG(SET_WRITE_POSITION); in catpt_ipc_set_write_pos() local
[all …]
/openbmc/linux/fs/nfs/
H A Dnfs3proc.c64 struct rpc_message msg = { in do_proc_get_root() local
106 struct rpc_message msg = { in nfs3_proc_getattr() local
134 struct rpc_message msg = { in nfs3_proc_setattr() local
169 struct rpc_message msg = { in __nfs3_proc_lookup() local
232 struct rpc_message msg = { in nfs3_proc_access() local
265 struct rpc_message msg = { in nfs3_proc_readlink() local
286 struct rpc_message msg; member
440 struct rpc_message msg = { in nfs3_proc_remove() local
522 struct rpc_message msg = { in nfs3_proc_link() local
635 struct rpc_message msg = { in nfs3_proc_rmdir() local
[all …]
/openbmc/phosphor-fan-presence/monitor/
H A Djson_parser.cpp216 auto msg = std::format( in getFanDefs() local
232 auto msg = in getFanDefs() local
413 auto msg = std::format("Invalid power off state entry {}", state); in getPowerOffPowerRuleState() local
428 const auto msg = in getPowerOffCause() local
456 auto msg = in getPowerOffCause() local
474 const auto msg = "Missing 'type' entry in power off config"; in getPowerOffAction() local
484 const auto msg = "Missing 'delay' entry in power off config"; in getPowerOffAction() local
492 const auto msg = "Missing 'service_mode_delay' or 'meltdown_delay' " in getPowerOffAction() local
517 auto msg = in getPowerOffAction() local
/openbmc/u-boot/test/py/
H A Dmultiplexed_log.py360 def _note(self, note_type, msg, anchor=None): argument
461 def error(self, msg): argument
473 def warning(self, msg): argument
500 def info(self, msg): argument
512 def action(self, msg): argument
549 def status_pass(self, msg, anchor=None): argument
562 def status_warning(self, msg, anchor=None): argument
575 def status_skipped(self, msg, anchor=None): argument
588 def status_xfail(self, msg, anchor=None): argument
601 def status_xpass(self, msg, anchor=None): argument
[all …]
/openbmc/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_tlv.c13 s32 fm10k_tlv_msg_init(u32 *msg, u16 msg_id) in fm10k_tlv_msg_init()
34 static s32 fm10k_tlv_attr_put_null_string(u32 *msg, u16 attr_id, in fm10k_tlv_attr_put_null_string()
112 s32 fm10k_tlv_attr_put_mac_vlan(u32 *msg, u16 attr_id, in fm10k_tlv_attr_put_mac_vlan()
172 s32 fm10k_tlv_attr_put_bool(u32 *msg, u16 attr_id) in fm10k_tlv_attr_put_bool()
198 s32 fm10k_tlv_attr_put_value(u32 *msg, u16 attr_id, s64 value, u32 len) in fm10k_tlv_attr_put_value()
270 s32 fm10k_tlv_attr_put_le_struct(u32 *msg, u16 attr_id, in fm10k_tlv_attr_put_le_struct()
340 static u32 *fm10k_tlv_attr_nest_start(u32 *msg, u16 attr_id) in fm10k_tlv_attr_nest_start()
365 static s32 fm10k_tlv_attr_nest_stop(u32 *msg) in fm10k_tlv_attr_nest_stop()
544 s32 fm10k_tlv_msg_parse(struct fm10k_hw *hw, u32 *msg, in fm10k_tlv_msg_parse()
640 static void fm10k_tlv_msg_test_generate_data(u32 *msg, u32 attr_flags) in fm10k_tlv_msg_test_generate_data()
[all …]
/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_sp.c73 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_query_version() local
95 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_get_dev_attr() local
186 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_set_func_resources() local
254 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_del_sgid() local
386 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_update_sgid() local
423 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_create_ah() local
469 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_destroy_ah() local
492 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_free_mrw() local
530 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_alloc_mrw() local
569 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_dereg_mrw() local
[all …]
/openbmc/linux/net/core/
H A Dskmsg.c27 int sk_msg_alloc(struct sock *sk, struct sk_msg *msg, int len, in sk_msg_alloc()
211 int sk_msg_free_nocharge(struct sock *sk, struct sk_msg *msg) in sk_msg_free_nocharge()
217 int sk_msg_free(struct sock *sk, struct sk_msg *msg) in sk_msg_free()
312 struct sk_msg *msg, u32 bytes) in sk_msg_zerocopy_from_iter()
369 struct sk_msg *msg, u32 bytes) in sk_msg_memcopy_from_iter()
505 struct sk_msg *msg; in alloc_sk_msg() local
530 struct sk_msg *msg) in sk_psock_skb_ingress_enqueue()
567 struct sk_msg *msg; in sk_psock_skb_ingress() local
600 struct sk_msg *msg = alloc_sk_msg(GFP_ATOMIC); in sk_psock_skb_ingress_self() local
771 struct sk_msg *msg, *tmp; in __sk_psock_purge_ingress_msg() local
[all …]
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Drestrack.c60 static int fill_res_raw(struct sk_buff *msg, struct mlx5_ib_dev *dev, in fill_res_raw()
81 static int fill_stat_mr_entry(struct sk_buff *msg, struct ib_mr *ibmr) in fill_stat_mr_entry()
115 static int fill_res_mr_entry_raw(struct sk_buff *msg, struct ib_mr *ibmr) in fill_res_mr_entry_raw()
123 static int fill_res_mr_entry(struct sk_buff *msg, struct ib_mr *ibmr) in fill_res_mr_entry()
151 static int fill_res_cq_entry_raw(struct sk_buff *msg, struct ib_cq *ibcq) in fill_res_cq_entry_raw()
159 static int fill_res_qp_entry_raw(struct sk_buff *msg, struct ib_qp *ibqp) in fill_res_qp_entry_raw()
/openbmc/linux/drivers/iio/common/ssp_sensors/
H A Dssp_spi.c78 struct ssp_msg *msg; in ssp_create_msg() local
177 static int ssp_do_transfer(struct ssp_data *data, struct ssp_msg *msg, in ssp_do_transfer()
244 struct ssp_msg *msg) in ssp_spi_sync_command()
249 static int ssp_spi_sync(struct ssp_data *data, struct ssp_msg *msg, in ssp_spi_sync()
338 struct ssp_msg *msg = NULL, *iter, *n; in ssp_irq_msg() local
449 struct ssp_msg *msg, *n; in ssp_clean_pending_list() local
465 struct ssp_msg *msg; in ssp_command() local
483 struct ssp_msg *msg; in ssp_send_instruction() local
516 struct ssp_msg *msg; in ssp_get_chipid() local
534 struct ssp_msg *msg; in ssp_set_magnetic_matrix() local
[all …]
/openbmc/linux/sound/soc/intel/common/
H A Dsst-ipc.c34 struct ipc_message *msg = NULL; in msg_get_empty() local
46 struct ipc_message *msg, struct sst_ipc_message *reply) in tx_wait_done()
82 struct ipc_message *msg; in ipc_tx_message() local
156 struct ipc_message *msg; in ipc_tx_msgs() local
221 struct ipc_message *msg; in sst_ipc_reply_find_msg() local
246 struct ipc_message *msg) in sst_ipc_tx_msg_reply_complete()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dcmsg.c46 struct nfp_flower_cmsg_mac_repr *msg; in nfp_flower_cmsg_mac_repr_start() local
66 struct nfp_flower_cmsg_mac_repr *msg; in nfp_flower_cmsg_mac_repr_add() local
78 struct nfp_flower_cmsg_portmod *msg; in nfp_flower_cmsg_portmod() local
103 struct nfp_flower_cmsg_portreify *msg; in nfp_flower_cmsg_portreify() local
126 struct nfp_flower_cmsg_portmod *msg; in nfp_flower_process_mtu_ack() local
153 struct nfp_flower_cmsg_portmod *msg; in nfp_flower_cmsg_portmod_rx() local
189 struct nfp_flower_cmsg_portreify *msg; in nfp_flower_cmsg_portreify_rx() local
211 struct nfp_flower_cmsg_merge_hint *msg; in nfp_flower_cmsg_merge_hint_rx() local
/openbmc/linux/drivers/vdpa/
H A Dvdpa.c527 struct sk_buff *msg; in vdpa_nl_cmd_mgmtdev_get_doit() local
788 struct sk_buff *msg; in vdpa_nl_cmd_dev_get_doit() local
830 struct sk_buff *msg; member
873 static int vdpa_dev_net_mq_config_fill(struct sk_buff *msg, u64 features, in vdpa_dev_net_mq_config_fill()
887 static int vdpa_dev_net_mtu_config_fill(struct sk_buff *msg, u64 features, in vdpa_dev_net_mtu_config_fill()
900 static int vdpa_dev_net_mac_config_fill(struct sk_buff *msg, u64 features, in vdpa_dev_net_mac_config_fill()
910 static int vdpa_dev_net_status_config_fill(struct sk_buff *msg, u64 features, in vdpa_dev_net_status_config_fill()
1043 static int vendor_stats_fill(struct vdpa_device *vdev, struct sk_buff *msg, in vendor_stats_fill()
1061 struct sk_buff *msg, in vdpa_dev_vendor_stats_fill()
1113 struct sk_buff *msg; in vdpa_nl_cmd_dev_config_get_doit() local
[all …]

12345678910>>...113