Home
last modified time | relevance | path

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

/external/u-boot/include/
Dmisc.h57 int misc_call(struct udevice *dev, int msgid, void *tx_msg, int tx_size,
109 int (*call)(struct udevice *dev, int msgid, void *tx_msg, int tx_size,
/external/u-boot/drivers/misc/
Dmisc-uclass.c47 int misc_call(struct udevice *dev, int msgid, void *tx_msg, int tx_size, in misc_call() argument
55 return ops->call(dev, msgid, tx_msg, tx_size, rx_msg, rx_size); in misc_call()
Dtegra186_bpmp.c28 static int tegra186_bpmp_call(struct udevice *dev, int mrq, void *tx_msg, in tegra186_bpmp_call() argument
39 __func__, dev, mrq, tx_msg, tx_size, rx_msg, rx_size, priv); in tegra186_bpmp_call()
53 memcpy(req + 1, tx_msg, tx_size); in tegra186_bpmp_call()