Home
last modified time | relevance | path

Searched refs:td_stp (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dpch_udc.c274 * @td_stp: for setup request
289 struct pch_udc_stp_dma_desc *td_stp; member
2100 * @td_stp: Reference to the SETP buffer structure
2102 static void pch_udc_init_setup_buff(struct pch_udc_stp_dma_desc *td_stp) in pch_udc_init_setup_buff() argument
2106 if (!td_stp) in pch_udc_init_setup_buff()
2108 td_stp->reserved = ++pky_marker; in pch_udc_init_setup_buff()
2109 memset(&td_stp->request, 0xFF, sizeof td_stp->request); in pch_udc_init_setup_buff()
2110 td_stp->status = PCH_UDC_BS_HST_RDY; in pch_udc_init_setup_buff()
2431 dev->setup_data = ep->td_stp
2956 struct pch_udc_stp_dma_desc *td_stp; init_dma_pools() local
[all...]
H A Dsnps_udc_core.c2500 dev->ep[UDC_EP0OUT_IX].td_stp->data12;
2502 dev->ep[UDC_EP0OUT_IX].td_stp->data34;
2504 dev->ep[UDC_EP0OUT_IX].td_stp->status =
3078 dma_pool_free(dev->stp_requests, dev->ep[UDC_EP0OUT_IX].td_stp, in free_dma_pools()
3088 struct udc_stp_dma *td_stp; in init_dma_pools() local
3120 td_stp = dma_pool_alloc(dev->stp_requests, GFP_KERNEL, in init_dma_pools()
3122 if (!td_stp) { in init_dma_pools()
3126 dev->ep[UDC_EP0OUT_IX].td_stp = td_stp; in init_dma_pools()
3139 dma_pool_free(dev->stp_requests, dev->ep[UDC_EP0OUT_IX].td_stp, in init_dma_pools()
[all...]
H A Damd5536udc.h504 struct udc_stp_dma *td_stp; member
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dpch_udc.c273 * @td_stp: for setup request
288 struct pch_udc_stp_dma_desc *td_stp; member
1995 * @td_stp: Reference to the SETP buffer structure
1997 static void pch_udc_init_setup_buff(struct pch_udc_stp_dma_desc *td_stp) in pch_udc_init_setup_buff() argument
2001 if (!td_stp) in pch_udc_init_setup_buff()
2003 td_stp->reserved = ++pky_marker; in pch_udc_init_setup_buff()
2004 memset(&td_stp->request, 0xFF, sizeof td_stp->request); in pch_udc_init_setup_buff()
2005 td_stp->status = PCH_UDC_BS_HST_RDY; in pch_udc_init_setup_buff()
2326 dev->setup_data = ep->td_stp
2851 struct pch_udc_stp_dma_desc *td_stp; init_dma_pools() local
[all...]
H A Dsnps_udc_core.c2475 dev->ep[UDC_EP0OUT_IX].td_stp->data12;
2477 dev->ep[UDC_EP0OUT_IX].td_stp->data34;
2479 dev->ep[UDC_EP0OUT_IX].td_stp->status =
3053 dma_pool_free(dev->stp_requests, dev->ep[UDC_EP0OUT_IX].td_stp, in free_dma_pools()
3063 struct udc_stp_dma *td_stp; in init_dma_pools() local
3095 td_stp = dma_pool_alloc(dev->stp_requests, GFP_KERNEL, in init_dma_pools()
3097 if (!td_stp) { in init_dma_pools()
3101 dev->ep[UDC_EP0OUT_IX].td_stp = td_stp; in init_dma_pools()
3114 dma_pool_free(dev->stp_requests, dev->ep[UDC_EP0OUT_IX].td_stp, in init_dma_pools()
[all...]
H A Damd5536udc.h504 struct udc_stp_dma *td_stp; member

Completed in 17 milliseconds