1USB_RESET_ENDPOINT(9)            USB Core APIs           USB_RESET_ENDPOINT(9)
2
3
4

NAME

6       usb_reset_endpoint - Reset an endpoint's state.
7

SYNOPSIS

9       void usb_reset_endpoint(struct usb_device * dev, unsigned int epaddr);
10

ARGUMENTS

12       dev
13           the device whose endpoint is to be reset
14
15       epaddr
16           the endpoint's address. Endpoint number for output, endpoint number
17           + USB_DIR_IN for input
18

DESCRIPTION

20       Resets any host-side endpoint state such as the toggle bit, sequence
21       number or current window.
22
24Kernel Hackers Manual 3.10         June 2019             USB_RESET_ENDPOINT(9)
Impressum