Home
last modified time | relevance | path

Searched refs:GET_SLOT_STATE (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/drivers/usb/host/
Dxhci-dbg.c17 int state = GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)); in xhci_get_slot_state()
Dxhci.h680 #define GET_SLOT_STATE(p) (((p) & (0x1f << 27)) >> 27) macro
2564 xhci_slot_state_string(GET_SLOT_STATE(state))); in xhci_decode_slot_context()
Dxhci.c3851 if (GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)) == in xhci_discover_or_reset_device()
4202 if (GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)) == in xhci_setup_device()
Dxhci-ring.c1338 slot_state = GET_SLOT_STATE(slot_state); in xhci_handle_cmd_set_deq()
/linux-5.19.10/drivers/usb/cdns3/
Dcdnsp-ep0.c110 slot_state = GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)); in cdnsp_ep0_set_address()
Dcdnsp-debug.h425 cdnsp_slot_state_string(GET_SLOT_STATE(state))); in cdnsp_decode_slot_context()
Dcdnsp-gadget.c704 slot_state = GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)); in cdnsp_reset_device()
834 slot_state = GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)); in cdnsp_enable_slot()
873 dev_state = GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)); in cdnsp_setup_device()
Dcdnsp-gadget.h613 #define GET_SLOT_STATE(p) (((p) & SLOT_STATE) >> 27) macro