Home
last modified time | relevance | path

Searched refs:CDNSP_CTX_TYPE_INPUT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-mem.c474 pdev->in_ctx.type = CDNSP_CTX_TYPE_INPUT; in cdnsp_init_device_ctx()
492 if (ctx->type != CDNSP_CTX_TYPE_INPUT) in cdnsp_get_input_control_ctx()
511 if (ctx->type == CDNSP_CTX_TYPE_INPUT) in cdnsp_get_ep_ctx()
H A Dcdnsp-gadget.h560 #define CDNSP_CTX_TYPE_INPUT 0x2 macro