Searched refs:msgid (Results 1 – 4 of 4) sorted by relevance
/u-boot/drivers/misc/ |
A D | misc_sandbox.c | 45 int misc_sandbox_call(struct udevice *dev, int msgid, void *tx_msg, in misc_sandbox_call() argument 50 if (msgid == 0) { in misc_sandbox_call() 68 if (msgid == 1) { in misc_sandbox_call() 86 if (msgid == 2) in misc_sandbox_call() 89 if (msgid == 3) in misc_sandbox_call()
|
A D | misc-uclass.c | 47 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()
|
A D | gdsys_ioep.c | 156 static int gdsys_ioep_get_and_reset_status(struct udevice *dev, int msgid, in gdsys_ioep_get_and_reset_status() argument
|
/u-boot/include/ |
A D | misc.h | 61 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,
|
Completed in 8 milliseconds