Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/dwc2/
Ddwc2.c76 STATIC usbd_status dwc2_open(struct usbd_pipe *);
139 .open_pipe = dwc2_open,
218 if (dwc2_open(dev->default_pipe)) in dwc2_setaddr()
358 dwc2_open(struct usbd_pipe *pipe) in dwc2_open() function