Searched refs:msgid (Results 1 - 6 of 6) sorted by relevance

/u-boot/include/
H A Dmisc.h46 * @msgid: the message ID/number to send.
61 int misc_call(struct udevice *dev, int msgid, void *tx_msg, int tx_size,
123 * @msgid: the message ID/number to send
132 int (*call)(struct udevice *dev, int msgid, void *tx_msg, int tx_size,
/u-boot/drivers/misc/
H A Dmisc_sandbox.c45 int misc_sandbox_call(struct udevice *dev, int msgid, void *tx_msg, argument
50 if (msgid == 0) {
68 if (msgid == 1) {
86 if (msgid == 2)
89 if (msgid == 3)
H A Dmisc-uclass.c49 int misc_call(struct udevice *dev, int msgid, void *tx_msg, int tx_size, argument
57 return ops->call(dev, msgid, tx_msg, tx_size, rx_msg, rx_size);
H A Dgdsys_ioep.c156 static int gdsys_ioep_get_and_reset_status(struct udevice *dev, int msgid, argument
/u-boot/board/traverse/common/
H A Dten64_controller.c210 int ten64_controller_call(struct udevice *dev, int msgid, void *tx_msg, int tx_size, argument
213 switch (msgid) {
221 dev_err(dev, "%s: Unknown operation %d\n", __func__, msgid);
/u-boot/drivers/input/
H A Dapple_spi_kbd.c98 u8 msgid; member in struct:apple_spi_kbd_msg

Completed in 101 milliseconds