Searched defs:mbox_chan_ops (Results 1 – 2 of 2) sorted by relevance
114286 struct mbox_chan_ops { struct114287 int (*send_data)(struct mbox_chan *, void *);114288 int (*flush)(struct mbox_chan *, unsigned long);114289 int (*startup)(struct mbox_chan *);114290 void (*shutdown)(struct mbox_chan *);114291 bool (*last_tx_done)(struct mbox_chan *);114292 bool (*peek_data)(struct mbox_chan *);
80550 struct mbox_chan_ops { struct80551 int (*send_data)(struct mbox_chan *, void *);80552 int (*flush)(struct mbox_chan *, unsigned long);80553 int (*startup)(struct mbox_chan *);80554 void (*shutdown)(struct mbox_chan *);80555 bool (*last_tx_done)(struct mbox_chan *);80556 bool (*peek_data)(struct mbox_chan *);