Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/misc/
H A Dmisc-uclass.c48 int misc_call(struct udevice *dev, int msgid, void *tx_msg, int tx_size, in misc_call() argument
56 return ops->call(dev, msgid, tx_msg, tx_size, rx_msg, rx_size); in misc_call()
H A Dtegra186_bpmp.c29 static int tegra186_bpmp_call(struct udevice *dev, int mrq, void *tx_msg, in tegra186_bpmp_call() argument
40 __func__, dev, mrq, tx_msg, tx_size, rx_msg, rx_size, priv); in tegra186_bpmp_call()
54 memcpy(req + 1, tx_msg, tx_size); in tegra186_bpmp_call()
/rk3399_rockchip-uboot/include/
H A Dmisc.h79 int misc_call(struct udevice *dev, int msgid, void *tx_msg, int tx_size,
142 int (*call)(struct udevice *dev, int msgid, void *tx_msg, int tx_size,