Home
last modified time | relevance | path

Searched defs:msg (Results 751 – 775 of 2820) sorted by relevance

1...<<31323334353637383940>>...113

/openbmc/linux/kernel/irq/
H A Dmsi.c256 void __get_cached_msi_msg(struct msi_desc *entry, struct msi_msg *msg) in __get_cached_msi_msg()
261 void get_cached_msi_msg(unsigned int irq, struct msi_msg *msg) in get_cached_msi_msg()
618 struct msi_msg *msg) in irq_chip_write_msi_msg()
623 static void msi_check_level(struct irq_domain *domain, struct msi_msg *msg) in msi_check_level()
651 struct msi_msg msg[2] = { [1] = { }, }; in msi_domain_set_affinity() local
667 struct msi_msg msg[2] = { [1] = { }, }; in msi_domain_activate() local
678 struct msi_msg msg[2]; in msi_domain_deactivate() local
/openbmc/linux/tools/testing/selftests/net/
H A Dcmsg_sender.c237 cs_write_cmsg(int fd, struct msghdr *msg, char *cbuf, size_t cbuf_sz) in cs_write_cmsg()
329 cs_read_cmsg(int fd, struct msghdr *msg, char *cbuf, size_t cbuf_sz) in cs_read_cmsg()
420 struct msghdr msg; in main() local
/openbmc/linux/drivers/hsi/
H A Dhsi_core.c516 void hsi_free_msg(struct hsi_msg *msg) in hsi_free_msg()
538 struct hsi_msg *msg; in hsi_alloc_msg() local
577 int hsi_async(struct hsi_client *cl, struct hsi_msg *msg) in hsi_async()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-owl.c96 struct i2c_msg *msg; member
170 struct i2c_msg *msg = i2c_dev->msg; in owl_i2c_xfer_data() local
256 struct i2c_msg *msg; in owl_i2c_xfer_common() local
H A Di2c-tegra-bpmp.c91 struct i2c_msg *msg = &msgs[i]; in tegra_bpmp_serialize_i2c_msg() local
179 struct tegra_bpmp_message msg; in tegra_bpmp_i2c_msg_xfer() local
/openbmc/linux/drivers/gpu/drm/i2c/
H A Dtda9950.c75 struct i2c_msg msg; in tda9950_write_range() local
105 struct i2c_msg msg[2]; in tda9950_read_range() local
216 u32 signal_free_time, struct cec_msg *msg) in tda9950_cec_transmit()
/openbmc/linux/net/rds/
H A Drecv.c544 static int rds_cmsg_recv(struct rds_incoming *inc, struct msghdr *msg, in rds_cmsg_recv()
603 static bool rds_recvmsg_zcookie(struct rds_sock *rs, struct msghdr *msg) in rds_recvmsg_zcookie()
638 int rds_recvmsg(struct socket *sock, struct msghdr *msg, size_t size, in rds_recvmsg()
/openbmc/linux/drivers/misc/ibmasm/
H A Dlowlevel.c62 struct i2o_message *msg = get_i2o_message(base_address, mfa); in ibmasm_interrupt_handler() local
/openbmc/phosphor-bmc-code-mgmt/mmc/
H A Dflash.cpp26 void Activation::onStateChanges(sdbusplus::message_t& msg) in onStateChanges()
/openbmc/phosphor-health-monitor/
H A Dhealth_utils.cpp17 sdbusplus::message_t msg = bus.new_method_call( in startUnit() local
/openbmc/linux/tools/perf/ui/tui/
H A Dhelpline.c19 static void tui_helpline__push(const char *msg) in tui_helpline__push()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_vf_mbx.h32 u32 __always_unused v_retval, u8 __always_unused *msg, in ice_aq_send_msg_to_vf()
/openbmc/linux/tools/testing/selftests/cgroup/
H A Dwait_inotify.c23 static inline void fail_message(char *msg) in fail_message()
/openbmc/qemu/tests/guest-debug/
H A Drun-test.py39 def log(output, msg): argument
/openbmc/linux/drivers/video/fbdev/
H A Dhyperv_fb.c288 struct synthvid_msg *msg) in synthvid_send()
312 struct synthvid_msg msg; in synthvid_send_situ() local
339 struct synthvid_msg msg; in synthvid_send_ptr() local
375 struct synthvid_msg msg; in synthvid_update() local
462 struct synthvid_msg *msg; in synthvid_recv_sub() local
535 struct synthvid_msg *msg = (struct synthvid_msg *)par->init_buf; in synthvid_negotiate_ver() local
570 struct synthvid_msg *msg = (struct synthvid_msg *)par->init_buf; in synthvid_get_supported_resolution() local
671 struct synthvid_msg *msg = (struct synthvid_msg *)par->init_buf; in synthvid_send_config() local
/openbmc/linux/drivers/media/pci/cx25821/
H A Dcx25821-i2c.c67 const struct i2c_msg *msg, int joined_rlen) in i2c_sendbytes()
161 const struct i2c_msg *msg, int joined) in i2c_readbytes()
/openbmc/ipmitool/src/plugins/open/
H A Dopen.h65 struct ipmi_msg msg; member
73 struct ipmi_msg msg; member
/openbmc/skeleton/ledctl/
H A Dled_controller.c91 led_function_router(sd_bus_message *msg, void *user_data, in led_function_router()
290 led_custom_blink(const char *led_name, sd_bus_message *msg) in led_custom_blink()
/openbmc/linux/drivers/spi/
H A Dspi-sh-hspi.c96 struct spi_message *msg, in hspi_hw_setup()
144 struct spi_message *msg) in hspi_transfer_one_message()
/openbmc/linux/drivers/media/dvb-frontends/
H A Dzl10039.c62 struct i2c_msg msg[] = { in zl10039_read() local
91 struct i2c_msg msg = { in zl10039_write() local
/openbmc/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_mux.c148 struct mux_session_close *msg) in ipc_mux_session_close()
195 static int ipc_mux_schedule(struct iosm_mux *ipc_mux, union mux_msg *msg) in ipc_mux_schedule()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_sriov.c18 nfp_net_sriov_check(struct nfp_app *app, int vf, u16 cap, const char *msg, bool warn) in nfp_net_sriov_check()
42 nfp_net_sriov_update(struct nfp_app *app, int vf, u16 update, const char *msg) in nfp_net_sriov_update()
/openbmc/linux/drivers/hv/
H A Dhv_snapshot.c61 struct hv_vss_msg *msg; /* current message */ member
133 static int vss_on_msg(void *msg, int len) in vss_on_msg()
/openbmc/linux/arch/alpha/boot/
H A Dmisc.c65 # define Assert(cond,msg) {if(!(cond)) error(msg);} argument
72 # define Assert(cond,msg) argument
/openbmc/linux/drivers/irqchip/
H A Dirq-gic-v3-mbi.c145 static void mbi_compose_msi_msg(struct irq_data *data, struct msi_msg *msg) in mbi_compose_msi_msg()
202 static void mbi_compose_mbi_msg(struct irq_data *data, struct msi_msg *msg) in mbi_compose_mbi_msg()

1...<<31323334353637383940>>...113