Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h114286 struct mbox_chan_ops { struct
114287 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 *);
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h80550 struct mbox_chan_ops { struct
80551 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 *);