Searched defs:rt_mbox_controller_ops (Results 1 – 1 of 1) sorted by relevance
33 struct rt_mbox_controller_ops struct35 rt_err_t (*request)(struct rt_mbox_chan *);36 void (*release)(struct rt_mbox_chan *);37 rt_err_t (*send)(struct rt_mbox_chan *, const void *data);38 rt_bool_t (*peek)(struct rt_mbox_chan *);39 int (*ofw_parse)(struct rt_mbox_controller *, struct rt_ofw_cell_args *);
Completed in 3 milliseconds