Searched defs:most_interface (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/staging/most/ |
D | core.h | 231 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/ |
D | dim2.c | 590 void (*on_netinfo)(struct most_interface *, in request_netinfo()
|
/Linux-v5.4/drivers/staging/most/usb/ |
D | usb.c | 742 void (*on_netinfo)(struct most_interface *, in hdm_request_netinfo()
|