Searched refs:most_iface (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/staging/most/dim2/ |
| H A D | dim2.c | 87 struct most_interface most_iface; member 100 void (*on_netinfo)(struct most_interface *most_iface, 113 return container_of(iface, struct dim2_hdm, most_iface); in iface_to_hdm() 227 dev->on_netinfo(&dev->most_iface, in deliver_netinfo_thread() 447 static int configure_channel(struct most_interface *most_iface, int ch_idx, in configure_channel() argument 450 struct dim2_hdm *dev = iface_to_hdm(most_iface); in configure_channel() 565 static int enqueue(struct most_interface *most_iface, int ch_idx, in enqueue() argument 568 struct dim2_hdm *dev = iface_to_hdm(most_iface); in enqueue() 598 static void request_netinfo(struct most_interface *most_iface, int ch_idx, in request_netinfo() argument 602 struct dim2_hdm *dev = iface_to_hdm(most_iface); in request_netinfo() [all …]
|
| /linux/drivers/most/ |
| H A D | most_usb.c | 120 void (*on_netinfo)(struct most_interface *most_iface,
|