Lines Matching refs:ctx
328 struct in_context *ctx = req->context;330 dev_kfree_skb_any(ctx->skb);332 usb_ep_free_request(ctx->ep, req);333 kfree(ctx);422 struct in_context *ctx;467 ctx = kmalloc(sizeof(*ctx), GFP_KERNEL);468 if (!ctx) {474 ctx->skb = skb2;475 ctx->ep = ep;481 req->context = ctx;