Searched refs:ctrl_ctx (Results 1 – 5 of 5) sorted by relevance
1551 struct xhci_input_control_ctx *ctrl_ctx; in xhci_check_ep0_maxpacket() local1583 ctrl_ctx = xhci_get_input_control_ctx(command->in_ctx); in xhci_check_ep0_maxpacket()1584 if (!ctrl_ctx) { in xhci_check_ep0_maxpacket()1598 ctrl_ctx->add_flags = cpu_to_le32(EP0_FLAG); in xhci_check_ep0_maxpacket()1599 ctrl_ctx->drop_flags = 0; in xhci_check_ep0_maxpacket()1604 ctrl_ctx->add_flags = cpu_to_le32(SLOT_FLAG); in xhci_check_ep0_maxpacket()1907 struct xhci_input_control_ctx *ctrl_ctx; in xhci_drop_endpoint() local1931 ctrl_ctx = xhci_get_input_control_ctx(in_ctx); in xhci_drop_endpoint()1932 if (!ctrl_ctx) { in xhci_drop_endpoint()1944 le32_to_cpu(ctrl_ctx->drop_flags) & in xhci_drop_endpoint()[all …]
450 TP_PROTO(struct xhci_input_control_ctx *ctrl_ctx),451 TP_ARGS(ctrl_ctx),457 __entry->drop = le32_to_cpu(ctrl_ctx->drop_flags);458 __entry->add = le32_to_cpu(ctrl_ctx->add_flags);465 TP_PROTO(struct xhci_input_control_ctx *ctrl_ctx),466 TP_ARGS(ctrl_ctx)470 TP_PROTO(struct xhci_input_control_ctx *ctrl_ctx),471 TP_ARGS(ctrl_ctx)
1624 struct xhci_input_control_ctx *ctrl_ctx; in xhci_handle_cmd_config_ep() local1637 ctrl_ctx = xhci_get_input_control_ctx(virt_dev->in_ctx); in xhci_handle_cmd_config_ep()1638 if (!ctrl_ctx) { in xhci_handle_cmd_config_ep()1643 add_flags = le32_to_cpu(ctrl_ctx->add_flags); in xhci_handle_cmd_config_ep()
463 struct cdnsp_input_control_ctx *ctrl_ctx; in cdnsp_zero_in_ctx() local468 ctrl_ctx = cdnsp_get_input_control_ctx(&pdev->in_ctx); in cdnsp_zero_in_ctx()476 ctrl_ctx->drop_flags = 0; in cdnsp_zero_in_ctx()477 ctrl_ctx->add_flags = 0; in cdnsp_zero_in_ctx()676 struct cdnsp_input_control_ctx *ctrl_ctx; in cdnsp_update_eps_configuration() local682 ctrl_ctx = cdnsp_get_input_control_ctx(&pdev->in_ctx); in cdnsp_update_eps_configuration()685 if (ctrl_ctx->add_flags == 0 && ctrl_ctx->drop_flags == 0) in cdnsp_update_eps_configuration()688 ctrl_ctx->add_flags |= cpu_to_le32(SLOT_FLAG); in cdnsp_update_eps_configuration()689 ctrl_ctx->add_flags &= cpu_to_le32(~EP0_FLAG); in cdnsp_update_eps_configuration()690 ctrl_ctx->drop_flags &= cpu_to_le32(~(SLOT_FLAG | EP0_FLAG)); in cdnsp_update_eps_configuration()[all …]
1067 struct ctrl_ctx { struct1089 struct ctrl_ctx *ctx = urb->context; in ctrl_complete() argument1205 struct ctrl_ctx context; in test_ctrl_queue()