Home
last modified time | relevance | path

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

/linux/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-ring.c1472 slot_state = GET_SLOT_STATE(slot_state); in xhci_handle_cmd_set_deq()
/linux/drivers/usb/cdns3/
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-debug.h423 cdnsp_slot_state_string(GET_SLOT_STATE(state))); in cdnsp_decode_slot_context()
H A Dcdnsp-gadget.c746 slot_state = GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)); in cdnsp_reset_device()
876 slot_state = GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)); in cdnsp_enable_slot()
915 dev_state = GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state)); in cdnsp_setup_device()
H A Dcdnsp-gadget.h620 #define GET_SLOT_STATE(p) (((p) & SLOT_STATE) >> 27) macro