Home
last modified time | relevance | path

Searched defs:tx_msg (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/misc/
H A Dmisc-uclass.c47 int misc_call(struct udevice *dev, int msgid, void *tx_msg, int tx_size, in misc_call()
H A Dmisc_sandbox.c45 int misc_sandbox_call(struct udevice *dev, int msgid, void *tx_msg, in misc_sandbox_call()
H A Dtegra186_bpmp.c28 static int tegra186_bpmp_call(struct udevice *dev, int mrq, void *tx_msg, in tegra186_bpmp_call()
H A Dgdsys_ioep.c156 void *tx_msg, int tx_size, in gdsys_ioep_get_and_reset_status()
/openbmc/u-boot/drivers/misc/imx8/
H A Dscu.c158 static int imx8_scu_call(struct udevice *dev, int no_resp, void *tx_msg, in imx8_scu_call()
/openbmc/libmctp/
H A Dcore-internal.h53 void *tx_msg; member