Searched refs:tx_msg (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/drivers/misc/ |
| H A D | misc-uclass.c | 48 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 D | tegra186_bpmp.c | 29 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 D | misc.h | 79 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,
|