Searched defs:most_interface (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/include/linux/ |
D | most.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 267 int (*probe_channel)(struct most_interface *iface, int channel_idx, argument
|
/linux-6.6.21/drivers/staging/most/dim2/ |
D | dim2.c | 597 void (*on_netinfo)(struct most_interface *, in request_netinfo()
|
/linux-6.6.21/drivers/most/ |
D | most_usb.c | 647 void (*on_netinfo)(struct most_interface *, in hdm_request_netinfo()
|