Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dmost.h263 struct most_component { struct
264 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);