Home
last modified time | relevance | path

Searched refs:most_stop_enqueue (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/most/mostcore/
Dmostcore.h298 void most_stop_enqueue(struct most_interface *iface, int channel_idx);
Dcore.c1886 void most_stop_enqueue(struct most_interface *iface, int id) in most_stop_enqueue() function
1893 EXPORT_SYMBOL_GPL(most_stop_enqueue);
/linux-4.4.14/drivers/staging/most/hdm-usb/
Dhdm_usb.c410 most_stop_enqueue(&mdev->iface, channel); in hdm_write_completion()