Home
last modified time | relevance | path

Searched refs:cdnsp_slot_ctx (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/usb/cdns3/
H A Dcdnsp-mem.c491 struct cdnsp_slot_ctx *cdnsp_get_slot_ctx(struct cdnsp_container_ctx *ctx) in cdnsp_get_slot_ctx()
494 return (struct cdnsp_slot_ctx *)ctx->bytes; in cdnsp_get_slot_ctx()
496 return (struct cdnsp_slot_ctx *)(ctx->bytes + ctx->ctx_size); in cdnsp_get_slot_ctx()
725 struct cdnsp_slot_ctx *slot_ctx; in cdnsp_setup_addressable_priv_dev()
H A Dcdnsp-gadget.c472 struct cdnsp_slot_ctx *slot_ctx; in cdnsp_zero_in_ctx()
685 struct cdnsp_slot_ctx *slot_ctx; in cdnsp_update_eps_configuration()
736 struct cdnsp_slot_ctx *slot_ctx; in cdnsp_reset_device()
870 struct cdnsp_slot_ctx *slot_ctx; in cdnsp_enable_slot()
902 struct cdnsp_slot_ctx *slot_ctx; in cdnsp_setup_device()
H A Dcdnsp-gadget.h585 struct cdnsp_slot_ctx { struct
1578 struct cdnsp_slot_ctx *cdnsp_get_slot_ctx(struct cdnsp_container_ctx *ctx);
H A Dcdnsp-ep0.c88 struct cdnsp_slot_ctx *slot_ctx; in cdnsp_ep0_set_address()