Home
last modified time | relevance | path

Searched defs:mbox_ops (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dmailbox-uclass.h18 struct mbox_ops { struct
37 int (*of_xlate)(struct mbox_chan *chan,
50 int (*request)(struct mbox_chan *chan);
59 int (*free)(struct mbox_chan *chan);
67 int (*send)(struct mbox_chan *chan, const void *data);
79 int (*recv)(struct mbox_chan *chan, void *data);
/openbmc/linux/tools/power/x86/intel-speed-select/
H A Disst-core-mbox.c1035 static struct isst_platform_ops mbox_ops = { variable