• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/

Lines Matching refs:ctrl_ctx

700 	struct xhci_input_control_ctx *ctrl_ctx;
727 ctrl_ctx = xhci_get_input_control_ctx(xhci, in_ctx);
728 ctrl_ctx->add_flags = EP0_FLAG;
729 ctrl_ctx->drop_flags = 0;
742 ctrl_ctx->add_flags = SLOT_FLAG;
1038 struct xhci_input_control_ctx *ctrl_ctx;
1068 ctrl_ctx = xhci_get_input_control_ctx(xhci, in_ctx);
1075 ctrl_ctx->drop_flags & xhci_get_endpoint_flag(&ep->desc)) {
1081 ctrl_ctx->drop_flags |= drop_flag;
1082 new_drop_flags = ctrl_ctx->drop_flags;
1084 ctrl_ctx->add_flags &= ~drop_flag;
1085 new_add_flags = ctrl_ctx->add_flags;
1087 last_ctx = xhci_last_valid_endpoint(ctrl_ctx->add_flags);
1128 struct xhci_input_control_ctx *ctrl_ctx;
1158 ctrl_ctx = xhci_get_input_control_ctx(xhci, in_ctx);
1164 if (ctrl_ctx->add_flags & xhci_get_endpoint_flag(&ep->desc)) {
1182 ctrl_ctx->add_flags |= added_ctxs;
1183 new_add_flags = ctrl_ctx->add_flags;
1191 new_drop_flags = ctrl_ctx->drop_flags;
1215 struct xhci_input_control_ctx *ctrl_ctx;
1225 ctrl_ctx = xhci_get_input_control_ctx(xhci, virt_dev->in_ctx);
1226 ctrl_ctx->drop_flags = 0;
1227 ctrl_ctx->add_flags = 0;
1401 struct xhci_input_control_ctx *ctrl_ctx;
1418 ctrl_ctx = xhci_get_input_control_ctx(xhci, virt_dev->in_ctx);
1419 ctrl_ctx->add_flags |= SLOT_FLAG;
1420 ctrl_ctx->add_flags &= ~EP0_FLAG;
1421 ctrl_ctx->drop_flags &= ~SLOT_FLAG;
1422 ctrl_ctx->drop_flags &= ~EP0_FLAG;
1490 struct xhci_input_control_ctx *ctrl_ctx;
1491 ctrl_ctx = xhci_get_input_control_ctx(xhci, in_ctx);
1492 ctrl_ctx->add_flags = add_flags;
1493 ctrl_ctx->drop_flags = drop_flags;
1495 ctrl_ctx->add_flags |= SLOT_FLAG;
2232 struct xhci_input_control_ctx *ctrl_ctx;
2315 ctrl_ctx = xhci_get_input_control_ctx(xhci, virt_dev->in_ctx);
2316 ctrl_ctx->add_flags = 0;
2317 ctrl_ctx->drop_flags = 0;
2334 struct xhci_input_control_ctx *ctrl_ctx;
2357 ctrl_ctx = xhci_get_input_control_ctx(xhci, config_cmd->in_ctx);
2358 ctrl_ctx->add_flags |= SLOT_FLAG;