HelenOS sources
create_configure_ep_input_ctx 890 uspace/drv/bus/usb/xhci/hc.c if ((err = create_configure_ep_input_ctx(dev, &ictx_dma_buf)))
create_configure_ep_input_ctx 932 uspace/drv/bus/usb/xhci/hc.c errno_t err = create_configure_ep_input_ctx(dev, &ictx_dma_buf);
create_configure_ep_input_ctx 985 uspace/drv/bus/usb/xhci/hc.c errno_t err = create_configure_ep_input_ctx(dev, &ictx_dma_buf);
create_configure_ep_input_ctx 1024 uspace/drv/bus/usb/xhci/hc.c errno_t err = create_configure_ep_input_ctx(dev, &ictx_dma_buf);
HelenOS homepage, sources at GitHub