Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/most/
Dcore.h309 void most_resume_enqueue(struct most_interface *iface, int channel_idx);
Dcore.c1555 void most_resume_enqueue(struct most_interface *iface, int id) in most_resume_enqueue() function
1568 EXPORT_SYMBOL_GPL(most_resume_enqueue);
/Linux-v4.19/drivers/staging/most/usb/
Dusb.c854 most_resume_enqueue(&mdev->iface, channel); in wq_clear_halt()