/openbmc/linux/include/uapi/linux/ |
H A D | cec-funcs.h | 23 static inline void cec_ops_active_source(const struct cec_msg *msg, in cec_ops_active_source() 29 static inline void cec_msg_image_view_on(struct cec_msg *msg) in cec_msg_image_view_on() 35 static inline void cec_msg_text_view_on(struct cec_msg *msg) in cec_msg_text_view_on() 43 static inline void cec_msg_inactive_source(struct cec_msg *msg, in cec_msg_inactive_source() 83 static inline void cec_msg_routing_change(struct cec_msg *msg, in cec_msg_routing_change() 123 static inline void cec_msg_standby(struct cec_msg *msg) in cec_msg_standby() 190 static inline void cec_set_digital_service_id(__u8 *msg, in cec_set_digital_service_id() 292 static inline void cec_msg_record_on(struct cec_msg *msg, in cec_msg_record_on() 936 static inline void cec_msg_play(struct cec_msg *msg, in cec_msg_play() 944 static inline void cec_ops_play(const struct cec_msg *msg, in cec_ops_play() [all …]
|
/openbmc/libpldm/src/dsp/ |
H A D | base.c | 15 struct pldm_msg_hdr *msg) in pack_pldm_header_errno() 75 struct pldm_msg_hdr *msg) in pack_pldm_header() 96 uint8_t unpack_pldm_header(const struct pldm_msg_hdr *msg, in unpack_pldm_header() 143 struct pldm_msg *msg) in encode_get_commands_req() 170 const bitfield8_t *types, struct pldm_msg *msg) in encode_get_types_resp() 303 struct pldm_msg *msg) in encode_get_version_req() 334 size_t version_size, struct pldm_msg *msg) in encode_get_version_resp() 427 uint8_t tid, struct pldm_msg *msg) in encode_get_tid_resp() 560 uint8_t cc, struct pldm_msg *msg) in encode_cc_only_resp() 584 struct pldm_msg *msg) in encode_pldm_header_only_errno() [all …]
|
H A D | bios.c | 28 struct pldm_msg *msg) in encode_get_date_time_resp() 166 struct pldm_msg *msg, size_t payload_length) in encode_set_date_time_resp() 255 struct pldm_msg *msg) in encode_get_bios_table_req() 342 uint16_t attribute_handle, struct pldm_msg *msg) in encode_get_bios_attribute_current_value_by_handle_req() 371 const struct pldm_msg *msg, size_t payload_length, in decode_get_bios_attribute_current_value_by_handle_resp() 406 const struct pldm_msg *msg, size_t payload_length, in decode_get_bios_attribute_current_value_by_handle_req() 436 struct pldm_msg *msg) in encode_get_bios_current_value_by_handle_resp() 472 struct pldm_msg *msg, size_t payload_length) in encode_set_bios_attribute_current_value_req() 538 const struct pldm_msg *msg, size_t payload_length, in decode_set_bios_attribute_current_value_req() 564 struct pldm_msg *msg) in encode_set_bios_attribute_current_value_resp() [all …]
|
H A D | firmware_update.c | 663 struct pldm_msg *msg) in encode_query_device_identifiers_req() 728 struct pldm_msg *msg) in encode_get_firmware_parameters_req() 744 const struct pldm_msg *msg, size_t payload_length, in decode_get_firmware_parameters_resp() 919 struct pldm_msg *msg) in encode_query_downstream_devices_req() 985 struct pldm_msg *msg, size_t payload_length) in encode_query_downstream_identifiers_req() 1118 struct pldm_msg *msg, size_t payload_length) in encode_get_downstream_firmware_parameters_req() 1497 struct pldm_msg *msg, size_t payload_length) in encode_update_component_req() 1623 struct pldm_msg *msg, in encode_request_firmware_data_resp() 1707 struct pldm_msg *msg, size_t payload_length) in encode_verify_complete_resp() 1791 struct pldm_msg *msg, size_t payload_length) in encode_activate_firmware_req() [all …]
|
/openbmc/libpldm/src/oem/ibm/ |
H A D | file_io.c | 36 struct pldm_msg *msg) in encode_rw_file_memory_resp() 66 struct pldm_msg *msg) in encode_rw_file_memory_req() 175 struct pldm_msg *msg) in encode_get_file_table_req() 382 struct pldm_msg *msg) in encode_write_file_req() 600 struct pldm_msg *msg) in encode_new_file_resp() 626 struct pldm_msg *msg) in encode_new_file_req() 698 struct pldm_msg *msg) in encode_rw_file_by_type_resp() 732 struct pldm_msg *msg) in encode_rw_file_by_type_req() 809 struct pldm_msg *msg) in encode_file_ack_resp() 835 struct pldm_msg *msg) in encode_file_ack_req() [all …]
|
/openbmc/linux/drivers/gpu/drm/msm/adreno/ |
H A D | a6xx_hfi.c | 194 struct a6xx_hfi_msg_gmu_init_cmd msg = { 0 }; in a6xx_hfi_send_gmu_init() local 206 struct a6xx_hfi_msg_fw_version msg = { 0 }; in a6xx_hfi_get_fw_version() local 217 struct a6xx_hfi_msg_perf_table_v1 msg = { 0 }; in a6xx_hfi_send_perf_table_v1() local 239 struct a6xx_hfi_msg_perf_table msg = { 0 }; in a6xx_hfi_send_perf_table() local 260 static void a618_build_bw_table(struct a6xx_hfi_msg_bw_table *msg) in a618_build_bw_table() 549 struct a6xx_hfi_msg_bw_table msg = { 0 }; in a6xx_hfi_send_bw_table() local 576 struct a6xx_hfi_msg_test msg = { 0 }; in a6xx_hfi_send_test() local 584 struct a6xx_hfi_msg_start msg = { 0 }; in a6xx_hfi_send_start() local 592 struct a6xx_hfi_msg_core_fw_start msg = { 0 }; in a6xx_hfi_send_core_fw_start() local 600 struct a6xx_hfi_gx_bw_perf_vote_cmd msg = { 0 }; in a6xx_hfi_set_freq() local [all …]
|
/openbmc/linux/drivers/media/platform/allegro-dvt/ |
H A D | allegro-mail.c | 44 allegro_enc_init(u32 *dst, struct mcu_msg_init_request *msg) in allegro_enc_init() 233 allegro_enc_create_channel(u32 *dst, struct mcu_msg_create_channel *msg) in allegro_enc_create_channel() 254 struct mcu_msg_create_channel_response *msg, in allegro_decode_config_blob() 271 allegro_enc_destroy_channel(u32 *dst, struct mcu_msg_destroy_channel *msg) in allegro_enc_destroy_channel() 302 struct mcu_msg_put_stream_buffer *msg) in allegro_enc_put_stream_buffer() 318 allegro_enc_encode_frame(u32 *dst, struct mcu_msg_encode_frame *msg) in allegro_enc_encode_frame() 357 allegro_dec_init(struct mcu_msg_init_response *msg, u32 *src) in allegro_dec_init() 367 allegro_dec_create_channel(struct mcu_msg_create_channel_response *msg, in allegro_dec_create_channel() 396 allegro_dec_destroy_channel(struct mcu_msg_destroy_channel_response *msg, in allegro_dec_destroy_channel() 468 ssize_t allegro_encode_mail(u32 *dst, void *msg) in allegro_encode_mail() [all …]
|
/openbmc/linux/drivers/platform/chrome/ |
H A D | cros_ec_proto.c | 56 struct cros_ec_command *msg) in prepare_tx() 89 struct cros_ec_command *msg) in prepare_tx_legacy() 140 struct cros_ec_command msg; in cros_ec_wait_until_complete() member 225 struct cros_ec_command *msg) in cros_ec_check_result() 257 struct cros_ec_command *msg; in cros_ec_get_host_event_wake_mask() local 293 struct cros_ec_command *msg; in cros_ec_get_proto_info() local 371 struct cros_ec_command *msg; in cros_ec_get_proto_info_legacy() local 450 struct cros_ec_command *msg; in cros_ec_get_host_command_version_mask() local 711 struct cros_ec_command msg; in get_next_event() member 943 struct cros_ec_command *msg; in cros_ec_get_sensor_count() local [all …]
|
/openbmc/u-boot/tools/patman/ |
H A D | tout.py | 59 def Progress(msg, warning=False, trailer='...'): argument 77 def _Output(level, msg, color=None): argument 92 def DoOutput(level, msg): argument 102 def Error(msg): argument 110 def Warning(msg): argument 118 def Notice(msg): argument 126 def Info(msg): argument 134 def Debug(msg): argument 142 def UserOutput(msg): argument
|
/openbmc/linux/drivers/infiniband/hw/cxgb4/ |
H A D | restrack.c | 39 static int fill_sq(struct sk_buff *msg, struct t4_wq *wq) in fill_sq() 67 static int fill_rq(struct sk_buff *msg, struct t4_wq *wq) in fill_rq() 95 static int fill_swsqe(struct sk_buff *msg, struct t4_sq *sq, u16 idx, in fill_swsqe() 119 static int fill_swsqes(struct sk_buff *msg, struct t4_sq *sq, in fill_swsqes() 137 int c4iw_fill_res_qp_entry(struct sk_buff *msg, struct ib_qp *ibqp) in c4iw_fill_res_qp_entry() 196 int c4iw_fill_res_cm_id_entry(struct sk_buff *msg, in c4iw_fill_res_cm_id_entry() 271 static int fill_cq(struct sk_buff *msg, struct t4_cq *cq) in fill_cq() 333 static int fill_hwcqes(struct sk_buff *msg, struct t4_cq *cq, in fill_hwcqes() 350 static int fill_swcqes(struct sk_buff *msg, struct t4_cq *cq, in fill_swcqes() 372 int c4iw_fill_res_cq_entry(struct sk_buff *msg, struct ib_cq *ibcq) in c4iw_fill_res_cq_entry() [all …]
|
/openbmc/phosphor-networkd/src/ |
H A D | rtnetlink.cpp | 13 static void parseVlanInfo(InterfaceInfo& info, std::string_view msg) in parseVlanInfo() 31 static void parseLinkInfo(InterfaceInfo& info, std::string_view msg) in parseLinkInfo() 54 InterfaceInfo intfFromRtm(std::string_view msg) in intfFromRtm() 92 parse(std::string_view msg) in parse() 117 gatewayFromRtm(std::string_view msg) in gatewayFromRtm() 134 AddressInfo addrFromRtm(std::string_view msg) in addrFromRtm() 162 NeighborInfo neighFromRtm(std::string_view msg) in neighFromRtm()
|
/openbmc/linux/sound/virtio/ |
H A D | virtio_ctl_msg.c | 33 void virtsnd_ctl_msg_ref(struct virtio_snd_msg *msg) in virtsnd_ctl_msg_ref() 46 void virtsnd_ctl_msg_unref(struct virtio_snd_msg *msg) in virtsnd_ctl_msg_unref() 58 void *virtsnd_ctl_msg_request(struct virtio_snd_msg *msg) in virtsnd_ctl_msg_request() 69 void *virtsnd_ctl_msg_response(struct virtio_snd_msg *msg) in virtsnd_ctl_msg_response() 88 struct virtio_snd_msg *msg; in virtsnd_ctl_msg_alloc() local 121 int virtsnd_ctl_msg_send(struct virtio_snd *snd, struct virtio_snd_msg *msg, in virtsnd_ctl_msg_send() 219 void virtsnd_ctl_msg_complete(struct virtio_snd_msg *msg) in virtsnd_ctl_msg_complete() 240 struct virtio_snd_msg *msg = in virtsnd_ctl_msg_cancel_all() local 264 struct virtio_snd_msg *msg; in virtsnd_ctl_query_info() local 297 struct virtio_snd_msg *msg; in virtsnd_ctl_notify_cb() local
|
/openbmc/linux/net/tipc/ |
H A D | netlink_compat.c | 179 struct tipc_nl_compat_msg *msg, in __tipc_nl_compat_dumpit() 276 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_dumpit() 329 struct tipc_nl_compat_msg *msg) in __tipc_nl_compat_doit() 426 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_bearer_enable() 469 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_bearer_disable() 706 struct tipc_nl_compat_msg *msg, in __tipc_add_link_prop() 722 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_media_set() 804 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_link_set() 839 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_link_reset_stats() 1136 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_net_set() [all …]
|
/openbmc/libpldm/tests/oem/meta/ |
H A D | fileio.cpp | 57 struct pldm_msg msg = {}; in TEST() local 66 struct pldm_msg msg = {}; in TEST() local 75 struct pldm_msg msg = {}; in TEST() local 93 auto* msg = new (buf) pldm_msg; in TEST() local 121 struct pldm_msg msg = {}; in TEST() local 131 struct pldm_msg msg = {}; in TEST() local 140 struct pldm_msg msg = {}; in TEST() local 166 auto* msg = new (encodedBuf) pldm_msg; in TEST() local 214 struct pldm_msg msg = {}; in TEST() local 224 struct pldm_msg msg = {}; in TEST() local [all …]
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | nldev.c | 1022 struct sk_buff *msg; in nldev_get_doit() local 1162 struct sk_buff *msg; in nldev_port_get_doit() local 1278 struct sk_buff *msg; in nldev_res_get_doit() local 1426 struct sk_buff *msg; in res_get_common_doit() local 1772 struct sk_buff *msg; in nldev_get_chardev() local 1857 struct sk_buff *msg; in nldev_sys_get_doit() local 2021 struct sk_buff *msg; in nldev_stat_set_doit() local 2091 struct sk_buff *msg; in nldev_stat_del_doit() local 2165 struct sk_buff *msg; in stat_get_doit_default_counter() local 2256 struct sk_buff *msg; in stat_get_doit_qp() local [all …]
|
/openbmc/linux/drivers/net/wireless/ath/wil6210/ |
H A D | txrx_edma.h | 354 static inline u8 wil_rx_status_get_mcs(void *msg) in wil_rx_status_get_mcs() 360 static inline u8 wil_rx_status_get_cb_mode(void *msg) in wil_rx_status_get_cb_mode() 366 static inline u16 wil_rx_status_get_flow_id(void *msg) in wil_rx_status_get_flow_id() 372 static inline u8 wil_rx_status_get_mcast(void *msg) in wil_rx_status_get_mcast() 388 static inline u8 wil_rx_status_get_cid(void *msg) in wil_rx_status_get_cid() 402 static inline u8 wil_rx_status_get_tid(void *msg) in wil_rx_status_get_tid() 445 void *msg) in wil_rx_status_get_frame_type() 471 static inline u8 wil_rx_status_get_retry(void *msg) in wil_rx_status_get_retry() 477 static inline int wil_rx_status_get_mid(void *msg) in wil_rx_status_get_mid() 487 static inline int wil_rx_status_get_error(void *msg) in wil_rx_status_get_error() [all …]
|
/openbmc/phosphor-debug-collector/ |
H A D | dump_offload.cpp | 61 std::string msg = "select() failed " + std::string(strerror(errno)); in writeOnUnixSocket() local 76 std::string msg = in writeOnUnixSocket() local 102 std::string msg = in socketInit() local 116 std::string msg = "socket() failed " + std::string(strerror(errno)); in socketInit() local 124 std::string msg = "socket bind failed " + std::string(strerror(errno)); in socketInit() local 132 std::string msg = "listen() failed " + std::string(strerror(errno)); in socketInit() local 165 std::string msg = "select() failed " + std::string(strerror(errno)); in requestOffload() local 176 std::string msg = in requestOffload() local
|
/openbmc/linux/fs/nfs/ |
H A D | proc.c | 59 struct rpc_message msg = { in nfs_proc_get_root() local 106 struct rpc_message msg = { in nfs_proc_getattr() local 134 struct rpc_message msg = { in nfs_proc_setattr() local 168 struct rpc_message msg = { in nfs_proc_lookup() local 196 struct rpc_message msg = { in nfs_proc_readlink() local 245 struct rpc_message msg = { in nfs_proc_create() local 274 struct rpc_message msg = { in nfs_proc_mknod() local 384 struct rpc_message msg = { in nfs_proc_link() local 412 struct rpc_message msg = { in nfs_proc_symlink() local 452 struct rpc_message msg = { in nfs_proc_mkdir() local [all …]
|
/openbmc/u-boot/drivers/misc/imx8/ |
H A D | scu_api.c | 22 struct sc_rpc_msg_s msg; in sc_pm_set_clock_rate() local 48 struct sc_rpc_msg_s msg; in sc_pm_get_clock_rate() local 76 struct sc_rpc_msg_s msg; in sc_pm_clock_enable() local 101 struct sc_rpc_msg_s msg; in sc_pm_set_resource_power_mode() local 127 struct sc_rpc_msg_s msg; in sc_pad_set() local 154 struct sc_rpc_msg_s msg; in sc_misc_get_control() local 182 struct sc_rpc_msg_s msg; in sc_misc_get_boot_dev() local 205 struct sc_rpc_msg_s msg; in sc_misc_boot_status() local 227 struct sc_rpc_msg_s msg; in sc_misc_build_info() local 254 struct sc_rpc_msg_s msg; in sc_misc_otp_fuse_read() local [all …]
|
/openbmc/linux/net/sctp/ |
H A D | chunk.c | 35 static void sctp_datamsg_init(struct sctp_datamsg *msg) in sctp_datamsg_init() 49 struct sctp_datamsg *msg; in sctp_datamsg_new() local 58 void sctp_datamsg_free(struct sctp_datamsg *msg) in sctp_datamsg_free() 72 static void sctp_datamsg_destroy(struct sctp_datamsg *msg) in sctp_datamsg_destroy() 119 static void sctp_datamsg_hold(struct sctp_datamsg *msg) in sctp_datamsg_hold() 125 void sctp_datamsg_put(struct sctp_datamsg *msg) in sctp_datamsg_put() 132 static void sctp_datamsg_assign(struct sctp_datamsg *msg, struct sctp_chunk *chunk) in sctp_datamsg_assign() 155 struct sctp_datamsg *msg; in sctp_datamsg_from_user() local
|
/openbmc/linux/drivers/connector/ |
H A D | cn_proc.c | 88 static inline void send_msg(struct cn_msg *msg) in send_msg() 119 struct cn_msg *msg; in proc_fork_connector() local 149 struct cn_msg *msg; in proc_exec_connector() local 173 struct cn_msg *msg; in proc_id_connector() local 211 struct cn_msg *msg; in proc_sid_connector() local 235 struct cn_msg *msg; in proc_ptrace_connector() local 267 struct cn_msg *msg; in proc_comm_connector() local 292 struct cn_msg *msg; in proc_coredump_connector() local 325 struct cn_msg *msg; in proc_exit_connector() local 368 struct cn_msg *msg; in cn_proc_ack() local [all …]
|
/openbmc/linux/drivers/net/wireless/silabs/wfx/ |
H A D | key.c | 33 static u8 fill_wep_pair(struct wfx_hif_wep_pairwise_key *msg, in fill_wep_pair() 43 static u8 fill_wep_group(struct wfx_hif_wep_group_key *msg, in fill_wep_group() 53 static u8 fill_tkip_pair(struct wfx_hif_tkip_pairwise_key *msg, in fill_tkip_pair() 69 static u8 fill_tkip_group(struct wfx_hif_tkip_group_key *msg, struct ieee80211_key_conf *key, in fill_tkip_group() 90 static u8 fill_ccmp_pair(struct wfx_hif_aes_pairwise_key *msg, in fill_ccmp_pair() 99 static u8 fill_ccmp_group(struct wfx_hif_aes_group_key *msg, in fill_ccmp_group() 110 static u8 fill_sms4_pair(struct wfx_hif_wapi_pairwise_key *msg, in fill_sms4_pair() 125 static u8 fill_sms4_group(struct wfx_hif_wapi_group_key *msg, in fill_sms4_group() 139 static u8 fill_aes_cmac_group(struct wfx_hif_igtk_group_key *msg, in fill_aes_cmac_group()
|
/openbmc/linux/fs/smb/server/ |
H A D | transport_ipc.c | 230 struct ksmbd_ipc_msg *msg; in ipc_msg_alloc() local 526 struct ksmbd_ipc_msg *msg; in ksmbd_ipc_heartbeat_request() local 541 struct ksmbd_ipc_msg *msg; in ksmbd_ipc_login_request() local 566 struct ksmbd_ipc_msg *msg; in ksmbd_ipc_spnego_authen_request() local 593 struct ksmbd_ipc_msg *msg; in ksmbd_ipc_tree_connect_request() local 632 struct ksmbd_ipc_msg *msg; in ksmbd_ipc_tree_disconnect_request() local 652 struct ksmbd_ipc_msg *msg; in ksmbd_ipc_logout_request() local 676 struct ksmbd_ipc_msg *msg; in ksmbd_ipc_share_config_request() local 700 struct ksmbd_ipc_msg *msg; in ksmbd_rpc_open() local 722 struct ksmbd_ipc_msg *msg; in ksmbd_rpc_close() local [all …]
|
/openbmc/linux/drivers/soc/apple/ |
H A D | rtkit.c | 83 u64 msg; member 106 u64 msg) in apple_rtkit_management_send() 207 u64 msg) in apple_rtkit_management_rx_iop_pwr_ack() 219 u64 msg) in apple_rtkit_management_rx_ap_pwr_ack() 257 u8 ep, u64 msg) in apple_rtkit_common_rx_get_buffer() 590 struct apple_rtkit_msg *msg = in apple_rtkit_tx_done() local 604 struct apple_rtkit_msg *msg; in apple_rtkit_send_message() local 684 u64 msg; in apple_rtkit_start_ep() local 816 u64 msg; in apple_rtkit_set_ap_power_state() local 837 u64 msg; in apple_rtkit_set_iop_power_state() local [all …]
|
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/ |
H A D | vdec_vpu_if.c | 12 static void handle_init_ack_msg(const struct vdec_vpu_ipi_init_ack *msg) in handle_init_ack_msg() 55 static void handle_get_param_msg_ack(const struct vdec_vpu_ipi_get_param_ack *msg) in handle_get_param_msg_ack() 105 const struct vdec_vpu_ipi_ack *msg = data; in vpu_dec_ipi_handler() local 151 static int vcodec_vpu_send_msg(struct vdec_vpu_inst *vpu, void *msg, int len) in vcodec_vpu_send_msg() 184 struct vdec_ap_ipi_cmd msg; in vcodec_send_ap_ipi() local 204 struct vdec_ap_ipi_init msg; in vpu_dec_init() local 248 struct vdec_ap_ipi_dec_start msg; in vpu_dec_start() local 276 struct vdec_ap_ipi_get_param msg; in vpu_dec_get_param() local
|