Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/most/mostcore/
Dmostcore.h263 struct most_aim { struct
264 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;
Dcore.c1096 struct most_aim_obj *most_aim; in create_most_aim_obj() local