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

/linux-master/drivers/usb/host/
H A Dxhci.c1462 struct xhci_input_control_ctx *ctrl_ctx; local
1494 ctrl_ctx = xhci_get_input_control_ctx(command->in_ctx);
1495 if (!ctrl_ctx) {
1509 ctrl_ctx->add_flags = cpu_to_le32(EP0_FLAG);
1510 ctrl_ctx->drop_flags = 0;
1515 ctrl_ctx->add_flags = cpu_to_le32(SLOT_FLAG);
1806 struct xhci_input_control_ctx *ctrl_ctx; local
1830 ctrl_ctx = xhci_get_input_control_ctx(in_ctx);
1831 if (!ctrl_ctx) {
1843 le32_to_cpu(ctrl_ctx
1890 struct xhci_input_control_ctx *ctrl_ctx; local
1987 struct xhci_input_control_ctx *ctrl_ctx; local
2119 xhci_count_num_new_endpoints(struct xhci_hcd *xhci, struct xhci_input_control_ctx *ctrl_ctx) argument
2140 xhci_count_num_dropped_endpoints(struct xhci_hcd *xhci, struct xhci_input_control_ctx *ctrl_ctx) argument
2166 xhci_reserve_host_resources(struct xhci_hcd *xhci, struct xhci_input_control_ctx *ctrl_ctx) argument
2193 xhci_free_host_resources(struct xhci_hcd *xhci, struct xhci_input_control_ctx *ctrl_ctx) argument
2212 xhci_finish_resource_reservation(struct xhci_hcd *xhci, struct xhci_input_control_ctx *ctrl_ctx) argument
2704 struct xhci_input_control_ctx *ctrl_ctx; local
2798 struct xhci_input_control_ctx *ctrl_ctx; local
2917 struct xhci_input_control_ctx *ctrl_ctx; local
3035 xhci_setup_input_ctx_for_config_ep(struct xhci_hcd *xhci, struct xhci_container_ctx *in_ctx, struct xhci_container_ctx *out_ctx, struct xhci_input_control_ctx *ctrl_ctx, u32 add_flags, u32 drop_flags) argument
3109 struct xhci_input_control_ctx *ctrl_ctx; local
3412 struct xhci_input_control_ctx *ctrl_ctx; local
3579 struct xhci_input_control_ctx *ctrl_ctx; local
4079 struct xhci_input_control_ctx *ctrl_ctx; local
4290 struct xhci_input_control_ctx *ctrl_ctx; local
5037 struct xhci_input_control_ctx *ctrl_ctx; local
[all...]
H A Dxhci-trace.h422 TP_PROTO(struct xhci_input_control_ctx *ctrl_ctx),
423 TP_ARGS(ctrl_ctx),
429 __entry->drop = le32_to_cpu(ctrl_ctx->drop_flags);
430 __entry->add = le32_to_cpu(ctrl_ctx->add_flags);
437 TP_PROTO(struct xhci_input_control_ctx *ctrl_ctx),
438 TP_ARGS(ctrl_ctx)
442 TP_PROTO(struct xhci_input_control_ctx *ctrl_ctx),
443 TP_ARGS(ctrl_ctx)
H A Dxhci.h518 #define EP_IS_ADDED(ctrl_ctx, i) \
519 (le32_to_cpu(ctrl_ctx->add_flags) & (1 << (i + 1)))
520 #define EP_IS_DROPPED(ctrl_ctx, i) \
521 (le32_to_cpu(ctrl_ctx->drop_flags) & (1 << (i + 1)))
1785 struct xhci_input_control_ctx *ctrl_ctx,
H A Dxhci-mem.c1524 struct xhci_input_control_ctx *ctrl_ctx,
1540 if (!EP_IS_ADDED(ctrl_ctx, i) && EP_IS_DROPPED(ctrl_ctx, i)) {
1546 if (EP_IS_ADDED(ctrl_ctx, i)) {
1522 xhci_update_bw_info(struct xhci_hcd *xhci, struct xhci_container_ctx *in_ctx, struct xhci_input_control_ctx *ctrl_ctx, struct xhci_virt_device *virt_dev) argument
H A Dxhci-ring.c1516 struct xhci_input_control_ctx *ctrl_ctx; local
1529 ctrl_ctx = xhci_get_input_control_ctx(virt_dev->in_ctx);
1530 if (!ctrl_ctx) {
1535 add_flags = le32_to_cpu(ctrl_ctx->add_flags);
/linux-master/drivers/usb/cdns3/
H A Dcdnsp-gadget.c441 struct cdnsp_input_control_ctx *ctrl_ctx; local
446 ctrl_ctx = cdnsp_get_input_control_ctx(&pdev->in_ctx);
454 ctrl_ctx->drop_flags = 0;
455 ctrl_ctx->add_flags = 0;
638 struct cdnsp_input_control_ctx *ctrl_ctx; local
644 ctrl_ctx = cdnsp_get_input_control_ctx(&pdev->in_ctx);
647 if (ctrl_ctx->add_flags == 0 && ctrl_ctx->drop_flags == 0)
650 ctrl_ctx->add_flags |= cpu_to_le32(SLOT_FLAG);
651 ctrl_ctx
855 struct cdnsp_input_control_ctx *ctrl_ctx; local
929 struct cdnsp_input_control_ctx *ctrl_ctx; local
1002 struct cdnsp_input_control_ctx *ctrl_ctx; local
[all...]
/linux-master/drivers/usb/misc/
H A Dusbtest.c1067 struct ctrl_ctx { struct
1089 struct ctrl_ctx *ctx = urb->context;
1205 struct ctrl_ctx context;

Completed in 200 milliseconds