Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/dwc2/dist/
H A Ddwc2_hcd.h732 extern int dwc2_host_get_speed(struct dwc2_hsotg *hsotg, void *context);
H A Ddwc2_hcdqueue.c102 dev_speed = dwc2_host_get_speed(hsotg, urb->priv); in dwc2_qh_init()
H A Ddwc2_hcd.c432 dev_speed = dwc2_host_get_speed(hsotg, urb->priv); in dwc2_hcd_urb_enqueue()
/netbsd-src/sys/external/bsd/dwc2/
H A Ddwc2.c1373 int dwc2_host_get_speed(struct dwc2_hsotg *hsotg, void *context) in dwc2_host_get_speed() function