Searched defs:most_component (Results 1 – 1 of 1) sorted by relevance
263 struct most_component { struct264 struct list_head list;265 const char *name;266 struct module *mod;267 int (*probe_channel)(struct most_interface *iface, int channel_idx,270 int (*disconnect_channel)(struct most_interface *iface,272 int (*rx_completion)(struct mbo *mbo);273 int (*tx_completion)(struct most_interface *iface, int channel_idx);274 int (*cfg_complete)(void);