Home
last modified time | relevance | path

Searched refs:GET_SLOT_STATE (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-dbg.c17 int state = GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)); in xhci_get_slot_state()
H A Dxhci.h680 #define GET_SLOT_STATE(p) (((p) & (0x1f << 27)) >> 27) macro
2546 xhci_slot_state_string(GET_SLOT_STATE(state))); in xhci_decode_slot_context()
H A Dxhci.c3809 if (GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)) == in xhci_discover_or_reset_device()
4167 if (GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)) == in xhci_setup_device()
H A Dxhci-ring.c1269 slot_state = GET_SLOT_STATE(slot_state); in xhci_handle_cmd_set_deq()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-dbg.c17 int state = GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)); in xhci_get_slot_state()
H A Dxhci.h683 #define GET_SLOT_STATE(p) (((p) & (0x1f << 27)) >> 27) macro
2578 xhci_slot_state_string(GET_SLOT_STATE(state))); in xhci_decode_slot_context()
H A Dxhci.c3701 if (GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)) == in xhci_discover_or_reset_device()
4058 if (GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)) == in xhci_setup_device()
H A Dxhci-ring.c1362 slot_state = GET_SLOT_STATE(slot_state); in xhci_handle_cmd_set_deq()
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdnsp-debug.h425 cdnsp_slot_state_string(GET_SLOT_STATE(state))); in cdnsp_decode_slot_context()
H A Dcdnsp-ep0.c110 slot_state = GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)); in cdnsp_ep0_set_address()
H A Dcdnsp-gadget.c700 slot_state = GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)); in cdnsp_reset_device()
830 slot_state = GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)); in cdnsp_enable_slot()
869 dev_state = GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)); in cdnsp_setup_device()
H A Dcdnsp-gadget.h613 #define GET_SLOT_STATE(p) (((p) & SLOT_STATE) >> 27) macro

Completed in 39 milliseconds