Searched defs:most_aim (Results 1 – 2 of 2) sorted by relevance
263 struct most_aim { struct264 const char *name;265 int (*probe_channel)(struct most_interface *iface, int channel_idx,268 int (*disconnect_channel)(struct most_interface *iface,270 int (*rx_completion)(struct mbo *mbo);271 int (*tx_completion)(struct most_interface *iface, int channel_idx);272 void *context;
1096 struct most_aim_obj *most_aim; in create_most_aim_obj() local