Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-udc.c490 static int fotg210_set_halt_and_wedge(struct usb_ep *_ep, int value, int wedge) in fotg210_set_halt_and_wedge() function
522 return fotg210_set_halt_and_wedge(_ep, value, 0); in fotg210_ep_set_halt()
527 return fotg210_set_halt_and_wedge(_ep, 1, 1); in fotg210_ep_set_wedge()
697 fotg210_set_halt_and_wedge(&ep->ep, 0, 0); in fotg210_clear_feature()