/openbmc/phosphor-power/phosphor-power-supply/ |
H A D | power_supply.cpp | 79 [this](auto& msg) { this->inventoryChanged(msg); }); in PowerSupply() 85 [this](auto& msg) { this->inventoryAdded(msg); }); in PowerSupply() 792 void PowerSupply::inventoryChanged(sdbusplus::message_t& msg) in inventoryChanged() 825 void PowerSupply::inventoryAdded(sdbusplus::message_t& msg) in inventoryAdded()
|
H A D | psu_manager.cpp | 88 [this](auto& msg) { this->powerStateChanged(msg); }); in PSUManager() 267 [this](auto& msg) { this->presenceChanged(msg); }); in getPSUProperties() 377 void PSUManager::entityManagerIfaceAdded(sdbusplus::message_t& msg) in entityManagerIfaceAdded() 417 void PSUManager::powerStateChanged(sdbusplus::message_t& msg) in powerStateChanged() 470 void PSUManager::presenceChanged(sdbusplus::message_t& msg) in presenceChanged()
|
/openbmc/linux/drivers/soc/fsl/qbman/ |
H A D | qman_test_api.c | 228 const union qm_mr_entry *msg) in cb_ern() 235 const union qm_mr_entry *msg) in cb_fqs()
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | au8522_common.c | 35 struct i2c_msg msg = { .addr = state->config.demod_address, in au8522_writereg() local 54 struct i2c_msg msg[] = { in au8522_readreg() local
|
/openbmc/linux/net/unix/ |
H A D | unix_bpf.c | 41 static int __unix_recvmsg(struct sock *sk, struct msghdr *msg, in __unix_recvmsg() 50 static int unix_bpf_recvmsg(struct sock *sk, struct msghdr *msg, in unix_bpf_recvmsg()
|
/openbmc/linux/fs/dlm/ |
H A D | lowcomms.c | 689 struct dlm_msg *msg = container_of(kref, struct dlm_msg, ref); in dlm_msg_release() local 697 struct dlm_msg *msg, *tmp; in free_entry() local 903 struct msghdr msg; in receive_from_sock() local 1228 struct dlm_msg *msg; in dlm_lowcomms_new_msg_con() local 1260 struct dlm_msg *msg; in dlm_lowcomms_new_msg() local 1292 static void _dlm_lowcomms_commit_msg(struct dlm_msg *msg) in _dlm_lowcomms_commit_msg() 1319 void dlm_lowcomms_commit_msg(struct dlm_msg *msg) in dlm_lowcomms_commit_msg() 1328 void dlm_lowcomms_put_msg(struct dlm_msg *msg) in dlm_lowcomms_put_msg() 1334 int dlm_lowcomms_resend_msg(struct dlm_msg *msg) in dlm_lowcomms_resend_msg() 1363 struct msghdr msg = { in send_to_sock() local
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | sockmap_tcp_msg_prog.c | 7 int bpf_prog1(struct sk_msg_md *msg) in bpf_prog1()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | amd_hsmp.h | 11 static inline int hsmp_send_message(struct hsmp_message *msg) in hsmp_send_message()
|
/openbmc/google-misc/subprojects/ncsid/src/ |
H A D | common_defs.h | 19 #define RETURN_IF_ERROR(expr, msg) \ argument
|
/openbmc/sdeventplus/src/sdeventplus/internal/ |
H A D | cexec.hpp | 5 #define SDEVENTPLUS_CHECK(msg, expr) \ argument
|
/openbmc/linux/drivers/scsi/ |
H A D | scsi_transport_spi.c | 1183 int spi_populate_width_msg(unsigned char *msg, int width) in spi_populate_width_msg() 1193 int spi_populate_sync_msg(unsigned char *msg, int period, int offset) in spi_populate_sync_msg() 1204 int spi_populate_ppr_msg(unsigned char *msg, int period, int offset, in spi_populate_ppr_msg() 1229 int spi_populate_tag_msg(unsigned char *msg, struct scsi_cmnd *cmd) in spi_populate_tag_msg() 1264 static void print_nego(const unsigned char *msg, int per, int off, int width) in print_nego() 1278 static void print_ptr(const unsigned char *msg, int msb, const char *desc) in print_ptr() 1285 int spi_print_msg(const unsigned char *msg) in spi_print_msg() 1349 int spi_print_msg(const unsigned char *msg) in spi_print_msg()
|
/openbmc/linux/drivers/scsi/arm/ |
H A D | fas216.c | 418 struct message *msg; in fas216_get_last_msg() local 516 static void fas216_handlesync(FAS216_Info *info, char *msg) in fas216_handlesync() 944 unsigned char msg[4]; in fas216_reselected_intr() local 1326 struct message *msg; in fas216_send_messageout() local 1697 struct message *msg; in __fas216_start_command() local 1716 struct message *msg; in __fas216_start_command() local 1742 struct message *msg = msgqueue_getmsg(&info->scsi.msgs, 0); in __fas216_start_command() local 1848 struct message *msg; in fas216_do_bus_device_reset() local
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | ipv6_flowlabel.c | 56 struct msghdr msg = {0}; in do_send() local 101 struct msghdr msg = {0}; in do_recv() local
|
/openbmc/linux/net/ipv4/netfilter/ |
H A D | nf_nat_pptp.c | 131 u_int16_t msg; in pptp_outbound_pkt() local 240 u_int16_t msg; in pptp_inbound_pkt() local
|
/openbmc/linux/drivers/usb/usbip/ |
H A D | vudc_tx.c | 40 struct msghdr msg; in v_send_ret_unlink() local 82 struct msghdr msg; in v_send_ret_submit() local
|
/openbmc/openpower-proc-control/procedures/common/ |
H A D | collect_sbe_hb_data.cpp | 105 auto msg = reinterpret_cast<const sbeMsgReg_t*>(&readData); in collectSBEHBData() local 124 auto msg = reinterpret_cast<const MboxScratch5_HB_t*>(&readData); in collectSBEHBData() local
|
/openbmc/linux/drivers/mailbox/ |
H A D | bcm2835-mailbox.c | 73 u32 msg = readl(mbox->regs + MAIL0_RD); in bcm2835_mbox_irq() local 83 u32 msg = *(u32 *)data; in bcm2835_send_data() local
|
/openbmc/linux/drivers/scsi/bfa/ |
H A D | bfa_ioc.c | 2318 union bfi_ioc_i2h_msg_u *msg; in bfa_ioc_isr() local 3279 bfa_ablk_isr(void *cbarg, struct bfi_mbmsg_s *msg) in bfa_ablk_isr() 3792 bfa_sfp_scn(struct bfa_sfp_s *sfp, struct bfi_mbmsg_s *msg) in bfa_sfp_scn() 3836 bfa_sfp_show_comp(struct bfa_sfp_s *sfp, struct bfi_mbmsg_s *msg) in bfa_sfp_show_comp() 3986 bfa_sfp_intr(void *sfparg, struct bfi_mbmsg_s *msg) in bfa_sfp_intr() 4246 struct bfi_flash_query_req_s *msg = in bfa_flash_query_send() local 4264 struct bfi_flash_write_req_s *msg = in bfa_flash_write_send() local 4297 struct bfi_flash_read_req_s *msg = in bfa_flash_read_send() local 4322 struct bfi_flash_erase_req_s *msg = in bfa_flash_erase_send() local 4339 bfa_flash_intr(void *flasharg, struct bfi_mbmsg_s *msg) in bfa_flash_intr() [all …]
|
/openbmc/linux/tools/perf/ |
H A D | builtin-top.c | 154 char msg[BUFSIZ]; in perf_top__parse_source() local 358 static void prompt_integer(int *target, const char *msg) in prompt_integer() 384 static void prompt_percent(int *target, const char *msg) in prompt_percent() 393 static void perf_top__prompt_symbol(struct perf_top *top, const char *msg) in perf_top__prompt_symbol() 799 const char *msg = "Kernel samples will not be resolved.\n"; in perf_event__process_sample() local 1014 char msg[BUFSIZ]; in perf_top__start_counters() local
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-fsi.c | 236 static int fsi_i2c_start(struct fsi_i2c_port *port, struct i2c_msg *msg, in fsi_i2c_start() 266 static int fsi_i2c_write_fifo(struct fsi_i2c_port *port, struct i2c_msg *msg, in fsi_i2c_write_fifo() 292 static int fsi_i2c_read_fifo(struct fsi_i2c_port *port, struct i2c_msg *msg, in fsi_i2c_read_fifo() 526 struct i2c_msg *msg, u32 status) in fsi_i2c_handle_status() 574 static int fsi_i2c_wait(struct fsi_i2c_port *port, struct i2c_msg *msg, in fsi_i2c_wait() 613 struct i2c_msg *msg; in fsi_i2c_xfer() local
|
H A D | i2c-sprd.c | 82 struct i2c_msg *msg; member 215 struct i2c_msg *msg = i2c_dev->msg; in sprd_i2c_data_transfer() local 245 struct i2c_msg *msg, bool is_last_msg) in sprd_i2c_handle_msg() 371 struct i2c_msg *msg = i2c_dev->msg; in sprd_i2c_isr_thread() local 415 struct i2c_msg *msg = i2c_dev->msg; in sprd_i2c_isr() local
|
/openbmc/linux/drivers/net/can/usb/ |
H A D | usb_8dev.c | 174 static int usb_8dev_send_cmd_msg(struct usb_8dev_priv *priv, u8 *msg, int size) in usb_8dev_send_cmd_msg() 183 static int usb_8dev_wait_cmd_msg(struct usb_8dev_priv *priv, u8 *msg, int size, in usb_8dev_wait_cmd_msg() 334 struct usb_8dev_rx_msg *msg) in usb_8dev_rx_err_msg() 456 struct usb_8dev_rx_msg *msg) in usb_8dev_rx_can_msg() 525 struct usb_8dev_rx_msg *msg; in usb_8dev_read_bulk_callback() local 598 struct usb_8dev_tx_msg *msg; in usb_8dev_start_xmit() local
|
/openbmc/linux/drivers/spi/ |
H A D | spi-axi-spi-engine.c | 111 struct spi_message *msg; member 212 struct spi_message *msg, bool dry, struct spi_engine_program *p) in spi_engine_compile_message() 254 struct spi_message *msg = spi_engine->msg; in spi_engine_xfer_next() local 409 struct spi_message *msg = spi_engine->msg; in spi_engine_irq() local 435 struct spi_message *msg) in spi_engine_transfer_one_message()
|
/openbmc/linux/drivers/acpi/ |
H A D | pci_root.c | 154 static void decode_osc_bits(struct acpi_pci_root *root, char *msg, u32 word, in decode_osc_bits() 170 static void decode_osc_support(struct acpi_pci_root *root, char *msg, u32 word) in decode_osc_support() 176 static void decode_osc_control(struct acpi_pci_root *root, char *msg, u32 word) in decode_osc_control() 182 static void decode_cxl_osc_support(struct acpi_pci_root *root, char *msg, u32 word) in decode_cxl_osc_support() 188 static void decode_cxl_osc_control(struct acpi_pci_root *root, char *msg, u32 word) in decode_cxl_osc_control()
|
/openbmc/u-boot/drivers/i2c/ |
H A D | kona_i2c.c | 302 struct kona_i2c_msg *msg) in bcm_kona_i2c_read_fifo() 397 struct kona_i2c_msg *msg) in bcm_kona_i2c_write_fifo() 423 struct kona_i2c_msg *msg) in bcm_kona_i2c_do_addr() 640 struct kona_i2c_msg msg[2]; in kona_i2c_read() local 668 struct kona_i2c_msg msg[1]; in kona_i2c_write() local
|