HelenOS sources
create_configure_ep_input_ctx 906 uspace/drv/bus/usb/xhci/hc.c if ((err = create_configure_ep_input_ctx(dev, &ictx_dma_buf)))
create_configure_ep_input_ctx 948 uspace/drv/bus/usb/xhci/hc.c errno_t err = create_configure_ep_input_ctx(dev, &ictx_dma_buf);
create_configure_ep_input_ctx 1001 uspace/drv/bus/usb/xhci/hc.c errno_t err = create_configure_ep_input_ctx(dev, &ictx_dma_buf);
create_configure_ep_input_ctx 1040 uspace/drv/bus/usb/xhci/hc.c errno_t err = create_configure_ep_input_ctx(dev, &ictx_dma_buf);
HelenOS homepage, sources at GitHub