Searched refs:ast_udc_ep (Results 1 – 1 of 1) sorted by relevance
176 struct ast_udc_ep { struct199 #define to_ast_ep(__ep) container_of(__ep, struct ast_udc_ep, ep) argument212 struct ast_udc_ep ep[AST_UDC_NUM_ENDPOINTS];281 static void ast_udc_done(struct ast_udc_ep *ep, struct ast_udc_request *req, in ast_udc_done()305 static void ast_udc_nuke(struct ast_udc_ep *ep, int status) in ast_udc_nuke()331 struct ast_udc_ep *ep; in ast_udc_stop_activity()345 struct ast_udc_ep *ep = to_ast_ep(_ep); in ast_udc_ep_enable()432 struct ast_udc_ep *ep = to_ast_ep(_ep); in ast_udc_ep_disable()452 struct ast_udc_ep *ep = to_ast_ep(_ep); in ast_udc_ep_alloc_request()474 static int ast_dma_descriptor_setup(struct ast_udc_ep *ep, u32 dma_buf, in ast_dma_descriptor_setup()[all …]