Searched defs:core_component (Results 1 – 1 of 1) sorted by relevance
265 struct core_component { struct266 struct list_head list;267 const char *name;268 int (*probe_channel)(struct most_interface *iface, int channel_idx,271 int (*disconnect_channel)(struct most_interface *iface,273 int (*rx_completion)(struct mbo *mbo);274 int (*tx_completion)(struct most_interface *iface, int channel_idx);275 int (*cfg_complete)(void);