Home
last modified time | relevance | path

Searched refs:tx_msg (Results 1 – 8 of 8) sorted by relevance

/u-boot/drivers/misc/imx8/
A Dscu.c159 static int imx8_scu_call(struct udevice *dev, int no_resp, void *tx_msg, in imx8_scu_call() argument
167 if (rx_msg && tx_msg != rx_msg) in imx8_scu_call()
168 printf("tx_msg %p, rx_msg %p\n", tx_msg, rx_msg); in imx8_scu_call()
170 ret = sc_ipc_write(plat->base, tx_msg); in imx8_scu_call()
179 result = RPC_R8((struct sc_rpc_msg_s *)tx_msg); in imx8_scu_call()
/u-boot/include/
A Dmisc.h61 int misc_call(struct udevice *dev, int msgid, void *tx_msg, int tx_size,
132 int (*call)(struct udevice *dev, int msgid, void *tx_msg, int tx_size,
/u-boot/drivers/misc/
A Dmisc_sandbox.c45 int misc_sandbox_call(struct udevice *dev, int msgid, void *tx_msg, in misc_sandbox_call() argument
51 int num = *(int *)tx_msg; in misc_sandbox_call()
69 int num = *(int *)tx_msg; in misc_sandbox_call()
A Dmisc-uclass.c49 int misc_call(struct udevice *dev, int msgid, void *tx_msg, int tx_size, in misc_call() argument
57 return ops->call(dev, msgid, tx_msg, tx_size, rx_msg, rx_size); in misc_call()
A Dtegra186_bpmp.c34 static int tegra186_bpmp_call(struct udevice *dev, int mrq, void *tx_msg, in tegra186_bpmp_call() argument
45 __func__, dev, mrq, tx_msg, tx_size, rx_msg, rx_size, priv); in tegra186_bpmp_call()
59 memcpy(req + 1, tx_msg, tx_size); in tegra186_bpmp_call()
A Dgdsys_ioep.c157 void *tx_msg, int tx_size, in gdsys_ioep_get_and_reset_status() argument
/u-boot/drivers/misc/sentinel/
A Ds4mu.c154 static int imx8ulp_mu_call(struct udevice *dev, int no_resp, void *tx_msg, in imx8ulp_mu_call() argument
162 if (rx_msg && tx_msg != rx_msg) in imx8ulp_mu_call()
163 printf("tx_msg %p, rx_msg %p\n", tx_msg, rx_msg); in imx8ulp_mu_call()
165 ret = imx8ulp_mu_write(priv->base, tx_msg); in imx8ulp_mu_call()
/u-boot/board/traverse/common/
A Dten64_controller.c210 int ten64_controller_call(struct udevice *dev, int msgid, void *tx_msg, int tx_size, in ten64_controller_call() argument

Completed in 14 milliseconds