Searched refs:kill_all_requests (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Ds3c-hsotg.c1942 * kill_all_requests - remove all requests from the endpoint's queue
1951 static void kill_all_requests(struct s3c_hsotg *hsotg, function
1992 kill_all_requests(hsotg, &hsotg->eps[ep], -ESHUTDOWN, true);
2115 kill_all_requests(hsotg, &hsotg->eps[0], -ECONNRESET, true);
2361 kill_all_requests(hsotg, hs_ep, -ESHUTDOWN, false);

Completed in 190 milliseconds