Searched refs:ctrl_ctx (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/host/
H A Dxhci.c705 struct xhci_input_control_ctx *ctrl_ctx; local
732 ctrl_ctx = xhci_get_input_control_ctx(xhci, in_ctx);
733 ctrl_ctx->add_flags = EP0_FLAG;
734 ctrl_ctx->drop_flags = 0;
747 ctrl_ctx->add_flags = SLOT_FLAG;
1043 struct xhci_input_control_ctx *ctrl_ctx; local
1073 ctrl_ctx = xhci_get_input_control_ctx(xhci, in_ctx);
1080 ctrl_ctx->drop_flags & xhci_get_endpoint_flag(&ep->desc)) {
1086 ctrl_ctx->drop_flags |= drop_flag;
1087 new_drop_flags = ctrl_ctx
1133 struct xhci_input_control_ctx *ctrl_ctx; local
1220 struct xhci_input_control_ctx *ctrl_ctx; local
1406 struct xhci_input_control_ctx *ctrl_ctx; local
1495 struct xhci_input_control_ctx *ctrl_ctx; local
2237 struct xhci_input_control_ctx *ctrl_ctx; local
2339 struct xhci_input_control_ctx *ctrl_ctx; local
[all...]
H A Dxhci-dbg.c527 struct xhci_input_control_ctx *ctrl_ctx = local
530 &ctrl_ctx->drop_flags, (unsigned long long)dma,
531 ctrl_ctx->drop_flags);
534 &ctrl_ctx->add_flags, (unsigned long long)dma,
535 ctrl_ctx->add_flags);
539 &ctrl_ctx->rsvd2[i], (unsigned long long)dma,
540 ctrl_ctx->rsvd2[i], i);
545 dbg_rsvd64(xhci, (u64 *)ctrl_ctx, dma);
H A Dxhci-ring.c1016 struct xhci_input_control_ctx *ctrl_ctx; local
1059 ctrl_ctx = xhci_get_input_control_ctx(xhci,
1062 ep_index = xhci_last_valid_endpoint(ctrl_ctx->add_flags) - 1;
1071 ctrl_ctx->add_flags - SLOT_FLAG ==
1072 ctrl_ctx->drop_flags) {
H A Dxhci-mem.c815 struct xhci_input_control_ctx *ctrl_ctx; local
825 ctrl_ctx = xhci_get_input_control_ctx(xhci, dev->in_ctx);
829 ctrl_ctx->add_flags = SLOT_FLAG | EP0_FLAG;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/host/
H A Dxhci.c705 struct xhci_input_control_ctx *ctrl_ctx; local
732 ctrl_ctx = xhci_get_input_control_ctx(xhci, in_ctx);
733 ctrl_ctx->add_flags = EP0_FLAG;
734 ctrl_ctx->drop_flags = 0;
747 ctrl_ctx->add_flags = SLOT_FLAG;
1043 struct xhci_input_control_ctx *ctrl_ctx; local
1073 ctrl_ctx = xhci_get_input_control_ctx(xhci, in_ctx);
1080 ctrl_ctx->drop_flags & xhci_get_endpoint_flag(&ep->desc)) {
1086 ctrl_ctx->drop_flags |= drop_flag;
1087 new_drop_flags = ctrl_ctx
1133 struct xhci_input_control_ctx *ctrl_ctx; local
1220 struct xhci_input_control_ctx *ctrl_ctx; local
1406 struct xhci_input_control_ctx *ctrl_ctx; local
1495 struct xhci_input_control_ctx *ctrl_ctx; local
2237 struct xhci_input_control_ctx *ctrl_ctx; local
2339 struct xhci_input_control_ctx *ctrl_ctx; local
[all...]
H A Dxhci-dbg.c527 struct xhci_input_control_ctx *ctrl_ctx = local
530 &ctrl_ctx->drop_flags, (unsigned long long)dma,
531 ctrl_ctx->drop_flags);
534 &ctrl_ctx->add_flags, (unsigned long long)dma,
535 ctrl_ctx->add_flags);
539 &ctrl_ctx->rsvd2[i], (unsigned long long)dma,
540 ctrl_ctx->rsvd2[i], i);
545 dbg_rsvd64(xhci, (u64 *)ctrl_ctx, dma);
H A Dxhci-ring.c1016 struct xhci_input_control_ctx *ctrl_ctx; local
1059 ctrl_ctx = xhci_get_input_control_ctx(xhci,
1062 ep_index = xhci_last_valid_endpoint(ctrl_ctx->add_flags) - 1;
1071 ctrl_ctx->add_flags - SLOT_FLAG ==
1072 ctrl_ctx->drop_flags) {
H A Dxhci-mem.c815 struct xhci_input_control_ctx *ctrl_ctx; local
825 ctrl_ctx = xhci_get_input_control_ctx(xhci, dev->in_ctx);
829 ctrl_ctx->add_flags = SLOT_FLAG | EP0_FLAG;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/misc/
H A Dusbtest.c691 struct ctrl_ctx { struct
713 struct ctrl_ctx *ctx = urb->context;
824 struct ctrl_ctx context;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/misc/
H A Dusbtest.c691 struct ctrl_ctx { struct
713 struct ctrl_ctx *ctx = urb->context;
824 struct ctrl_ctx context;

Completed in 267 milliseconds