Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/most/
Dcore.h231 struct most_interface { struct
235 enum most_interface_type interface; argument
241 int (*configure)(struct most_interface *iface, int channel_idx, argument
243 int (*enqueue)(struct most_interface *iface, int channel_idx, argument
245 int (*poison_channel)(struct most_interface *iface, int channel_idx); argument
246 void (*request_netinfo)(struct most_interface *iface, int channel_idx, argument
254 #define to_most_interface(d) container_of(d, struct most_interface, dev) argument
/Linux-v5.4/drivers/staging/most/dim2/
Ddim2.c590 void (*on_netinfo)(struct most_interface *, in request_netinfo()
/Linux-v5.4/drivers/staging/most/usb/
Dusb.c742 void (*on_netinfo)(struct most_interface *, in hdm_request_netinfo()