Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dmailbox_controller.h46 struct mbox_chan_ops { struct
47 int (*send_data)(struct mbox_chan *chan, void *data);
48 int (*flush)(struct mbox_chan *chan, unsigned long timeout);
49 int (*startup)(struct mbox_chan *chan);
50 void (*shutdown)(struct mbox_chan *chan);
51 bool (*last_tx_done)(struct mbox_chan *chan);
52 bool (*peek_data)(struct mbox_chan *chan);

Completed in 5 milliseconds