Searched refs:SLOT_FLAG (Results 1 – 5 of 5) sorted by relevance
524 ctrl_ctx->add_flags = cpu_to_le32(SLOT_FLAG); in xhci_set_configuration()645 ctrl_ctx->add_flags = cpu_to_le32(SLOT_FLAG | EP0_FLAG); in xhci_address_device()1433 ctrl_ctx->add_flags = cpu_to_le32(SLOT_FLAG); in xhci_update_hub_device()
1477 ctrl_ctx->add_flags = cpu_to_le32(SLOT_FLAG); in xhci_check_maxpacket()1797 if (drop_flag == SLOT_FLAG || drop_flag == EP0_FLAG) { in xhci_drop_endpoint()1883 if (added_ctxs == SLOT_FLAG || added_ctxs == EP0_FLAG) { in xhci_add_endpoint()2938 ctrl_ctx->add_flags |= cpu_to_le32(SLOT_FLAG); in xhci_check_bandwidth()2940 ctrl_ctx->drop_flags &= cpu_to_le32(~(SLOT_FLAG | EP0_FLAG)); in xhci_check_bandwidth()2943 if (ctrl_ctx->add_flags == cpu_to_le32(SLOT_FLAG) && in xhci_check_bandwidth()3040 ctrl_ctx->add_flags |= cpu_to_le32(SLOT_FLAG); in xhci_setup_input_ctx_for_config_ep()3144 if (ep_flag == SLOT_FLAG || ep_flag == EP0_FLAG) in xhci_endpoint_reset()4143 ctrl_ctx->add_flags = cpu_to_le32(SLOT_FLAG | EP0_FLAG); in xhci_setup_device()4332 ctrl_ctx->add_flags |= cpu_to_le32(SLOT_FLAG); in xhci_change_max_exit_latency()[all …]
647 #define SLOT_FLAG (1 << 0) macro2551 (add & SLOT_FLAG) ? " slot":"", in xhci_decode_ctrl_ctx()2553 add &= ~(SLOT_FLAG | EP0_FLAG); in xhci_decode_ctrl_ctx()
1567 add_flags - SLOT_FLAG == drop_flags) { in xhci_handle_cmd_config_ep()
531 #define SLOT_FLAG (1 << 0) macro