Home
last modified time | relevance | path

Searched defs:msg (Results 276 – 300 of 2820) sorted by relevance

1...<<11121314151617181920>>...113

/openbmc/linux/drivers/firmware/imx/
H A Dimx-scu.c44 u32 *msg; member
113 static void imx_scu_rx_callback(struct mbox_client *c, void *msg) in imx_scu_rx_callback()
159 static int imx_scu_ipc_write(struct imx_sc_ipc *sc_ipc, void *msg) in imx_scu_ipc_write()
204 int imx_scu_call_rpc(struct imx_sc_ipc *sc_ipc, void *msg, bool have_resp) in imx_scu_call_rpc()
/openbmc/linux/net/wireless/
H A Dpmsr.c347 struct sk_buff *msg; in cfg80211_pmsr_complete() local
394 static int nl80211_pmsr_send_ftm_res(struct sk_buff *msg, in nl80211_pmsr_send_ftm_res()
482 static int nl80211_pmsr_send_result(struct sk_buff *msg, in nl80211_pmsr_send_result()
554 struct sk_buff *msg; in cfg80211_pmsr_report() local
/openbmc/linux/include/linux/
H A Dcompiler_attributes.h151 # define __compiletime_error(msg) __attribute__((__error__(msg))) argument
153 # define __compiletime_error(msg) argument
376 # define __compiletime_warning(msg) __attribute__((__warning__(msg))) argument
378 # define __compiletime_warning(msg) argument
/openbmc/linux/drivers/scsi/arm/
H A Dmsgqueue.h13 char msg[8]; member
19 struct message msg; member
/openbmc/linux/drivers/leds/
H A Dleds-ipaq-micro.c37 struct ipaq_micro_msg msg = { in micro_leds_brightness_set() local
74 struct ipaq_micro_msg msg = { in micro_leds_blink_set() local
/openbmc/google-misc/subprojects/nemora-postd/src/
H A Dhost_manager.cpp38 int HostManager::DbusHandleSignal(sdbusplus::message_t& msg) in DbusHandleSignal()
78 std::string msg = std::format("Draining Postcodes. Count: {}.", count); in DrainPostcodes() local
/openbmc/linux/net/handshake/
H A Dalert.c38 struct msghdr msg = { 0 }; in tls_alert_send() local
97 void tls_alert_recv(const struct sock *sk, const struct msghdr *msg, in tls_alert_recv()
/openbmc/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_protocol.c33 void *msg, size_t size) in ipc_protocol_tq_msg_send_cb()
47 void *msg, size_t size) in ipc_protocol_tq_msg_remove()
160 void *msg, size_t size) in ipc_protocol_tq_wakeup_dev_slp()
/openbmc/bmcweb/http/
H A Dserver_sent_event.hpp83 void close(const std::string_view msg) override in close()
192 void sendSseEvent(std::string_view id, std::string_view msg) override in sendSseEvent()
205 void dataFormat(std::string_view id, std::string_view msg) in dataFormat()
/openbmc/linux/drivers/char/ipmi/
H A Dipmi_ssif.c323 struct ipmi_smi_msg *msg) in deliver_recv_msg()
336 struct ipmi_smi_msg *msg) in return_hosed_msg()
357 unsigned char msg[3]; in start_clear_flags() local
404 struct ipmi_smi_msg *msg; in start_event_fetch() local
429 struct ipmi_smi_msg *msg; in start_recv_msg_fetch() local
615 struct ipmi_smi_msg *msg; in msg_done_handler() local
1040 struct ipmi_smi_msg *msg; in start_next_msg() local
1072 struct ipmi_smi_msg *msg) in sender()
1357 unsigned char msg[3]; in ssif_detect() local
1499 unsigned char msg[65]; in test_multipart_messages() local
[all …]
H A Dipmi_powernv.c45 struct ipmi_smi_msg *msg, u8 completion_code) in send_error_reply()
54 static void ipmi_powernv_send(void *send_info, struct ipmi_smi_msg *msg) in ipmi_powernv_send()
113 struct ipmi_smi_msg *msg; in ipmi_powernv_recv() local
/openbmc/linux/drivers/net/wan/
H A Dixp4xx_hss.c285 struct msg { struct
287 u8 cmd, unused, hss_port, index;
288 union {
364 static void hss_npe_send(struct port *port, struct msg *msg, const char *what) in hss_npe_send()
377 struct msg msg; in hss_config_set_lut() local
400 struct msg msg; in hss_config() local
467 struct msg msg; in hss_set_hdlc_cfg() local
479 struct msg msg; in hss_get_status() local
495 struct msg msg; in hss_start_hdlc() local
506 struct msg msg; in hss_stop_hdlc() local
[all …]
/openbmc/linux/drivers/i2c/busses/
H A Di2c-axxia.c137 struct i2c_msg *msg; member
251 static int i2c_m_rd(const struct i2c_msg *msg) in i2c_m_rd()
256 static int i2c_m_ten(const struct i2c_msg *msg) in i2c_m_ten()
261 static int i2c_m_recv_len(const struct i2c_msg *msg) in i2c_m_recv_len()
272 struct i2c_msg *msg = idev->msg_r; in axxia_i2c_empty_rx_fifo() local
304 struct i2c_msg *msg = idev->msg; in axxia_i2c_fill_tx_fifo() local
436 static void axxia_i2c_set_addr(struct axxia_i2c_dev *idev, struct i2c_msg *msg) in axxia_i2c_set_addr()
524 static int axxia_i2c_xfer_msg(struct axxia_i2c_dev *idev, struct i2c_msg *msg, in axxia_i2c_xfer_msg()
/openbmc/phosphor-fan-presence/
H A Dsdbusplus.hpp37 explicit DBusError(const std::string& msg) : std::runtime_error(msg) {} in DBusError()
88 DBusPropertyError(const std::string& msg, const std::string& busName, in DBusPropertyError()
346 auto msg = in getProperty() local
377 auto msg = in getPropertyVariant() local
423 auto msg = callMethodAndReturn(bus, service, path, in getProperty() local
455 auto msg = callMethodAndReturn(bus, service, path, in getPropertyVariant() local
489 auto msg = callMethodAndReturn(bus, service, path, in setProperty() local
520 auto msg = callMethodAndReturn(bus, service, path, in setProperty() local
/openbmc/linux/crypto/
H A Dalgif_aead.c61 static int aead_sendmsg(struct socket *sock, struct msghdr *msg, size_t size) in aead_sendmsg()
88 static int _aead_recvmsg(struct socket *sock, struct msghdr *msg, in _aead_recvmsg()
325 static int aead_recvmsg(struct socket *sock, struct msghdr *msg, in aead_recvmsg()
412 static int aead_sendmsg_nokey(struct socket *sock, struct msghdr *msg, in aead_sendmsg_nokey()
424 static int aead_recvmsg_nokey(struct socket *sock, struct msghdr *msg, in aead_recvmsg_nokey()
/openbmc/linux/drivers/hid/intel-ish-hid/
H A Dishtp-hid-client.c374 struct hostif_msg *msg = (struct hostif_msg *)buf; in hid_ishtp_set_feature() local
420 struct hostif_msg_to_sensor msg = {}; in hid_ishtp_get_report() local
493 struct hostif_msg msg; in ishtp_enum_enum_devices() local
549 struct hostif_msg msg; in ishtp_get_hid_descriptor() local
596 struct hostif_msg msg; in ishtp_get_report_descriptor() local
/openbmc/linux/drivers/i2c/
H A Di2c-core-smbus.c60 static u8 i2c_smbus_msg_pec(u8 pec, struct i2c_msg *msg) in i2c_smbus_msg_pec()
71 static inline void i2c_smbus_add_pec(struct i2c_msg *msg) in i2c_smbus_add_pec()
82 static int i2c_smbus_check_pec(u8 cpec, struct i2c_msg *msg) in i2c_smbus_check_pec()
302 static void i2c_smbus_try_get_dmabuf(struct i2c_msg *msg, u8 init_val) in i2c_smbus_try_get_dmabuf()
338 struct i2c_msg msg[2] = { in i2c_smbus_xfer_emulated() local
/openbmc/qemu/migration/
H A Dcolo.c311 static void colo_send_message(QEMUFile *f, COLOMessage msg, in colo_send_message()
328 static void colo_send_message_value(QEMUFile *f, COLOMessage msg, in colo_send_message_value()
349 COLOMessage msg; in colo_receive_message() local
369 COLOMessage msg; in colo_receive_check_message() local
780 COLOMessage msg; in colo_wait_handle_message() local
/openbmc/linux/drivers/firmware/tegra/
H A Dbpmp.c93 static bool tegra_bpmp_message_valid(const struct tegra_bpmp_message *msg) in tegra_bpmp_message_valid()
319 struct tegra_bpmp_message *msg) in tegra_bpmp_transfer_atomic()
365 struct tegra_bpmp_message *msg) in tegra_bpmp_transfer()
524 struct tegra_bpmp_message msg = { in tegra_bpmp_mrq_is_supported() local
564 struct tegra_bpmp_message msg; in tegra_bpmp_ping() local
601 struct tegra_bpmp_message msg; in tegra_bpmp_get_firmware_tag_old() local
640 struct tegra_bpmp_message msg = { in tegra_bpmp_get_firmware_tag() local
/openbmc/linux/drivers/media/tuners/
H A Dmt2131.c41 struct i2c_msg msg[2] = { in mt2131_readreg() local
58 struct i2c_msg msg = { .addr = priv->cfg->i2c_address, .flags = 0, in mt2131_writereg() local
70 struct i2c_msg msg = { .addr = priv->cfg->i2c_address, in mt2131_writeregs() local
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dsmu10_smumgr.c63 uint16_t msg) in smu10_send_msg_to_smc_without_waiting()
79 static int smu10_send_msg_to_smc(struct pp_hwmgr *hwmgr, uint16_t msg) in smu10_send_msg_to_smc()
97 uint16_t msg, uint32_t parameter) in smu10_send_msg_to_smc_with_parameter()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dgm20b.c33 struct nv_pmu_acr_bootstrap_falcon_msg *msg = in gm20b_pmu_acr_bootstrap_falcon_cb() local
127 struct nv_pmu_acr_init_wpr_region_msg *msg = in gm20b_pmu_acr_init_wpr_callback() local
161 struct nv_pmu_init_msg msg; in gm20b_pmu_initmsg() local
/openbmc/linux/security/selinux/
H A Dnetlink.c47 struct selnl_msg_setenforce *msg = nlmsg_data(nlh); in selnl_add_payload() local
55 struct selnl_msg_policyload *msg = nlmsg_data(nlh); in selnl_add_payload() local
/openbmc/phosphor-dbus-monitor/src/
H A Djournal.hpp33 JournalBase(const char* msg, const PropertyIndex& index) : in JournalBase()
90 Journal(const char* msg, const PropertyIndex& index) : in Journal()
/openbmc/phosphor-power/phosphor-regulators/src/interfaces/
H A Dmanager_interface.cpp40 int ManagerInterface::callbackConfigure(sd_bus_message* msg, void* context, in callbackConfigure()
72 int ManagerInterface::callbackMonitor(sd_bus_message* msg, void* context, in callbackMonitor()

1...<<11121314151617181920>>...113