Home
last modified time | relevance | path

Searched refs:msgid (Results 1 – 4 of 4) sorted by relevance

/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
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 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()
A Dgdsys_ioep.c156 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 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,

Completed in 8 milliseconds