Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/fotg210/
Dfotg210-udc.c70 static void fotg210_done(struct fotg210_ep *ep, struct fotg210_request *req, in fotg210_done()
224 struct fotg210_request *req; in fotg210_ep_disable()
233 struct fotg210_request, queue); in fotg210_ep_disable()
245 struct fotg210_request *req; in fotg210_ep_alloc_request()
247 req = kzalloc(sizeof(struct fotg210_request), gfp_flags); in fotg210_ep_alloc_request()
259 struct fotg210_request *req; in fotg210_ep_free_request()
261 req = container_of(_req, struct fotg210_request, req); in fotg210_ep_free_request()
338 struct fotg210_request *req) in fotg210_start_dma()
386 struct fotg210_request *req) in fotg210_ep0_queue()
408 struct fotg210_request *req; in fotg210_ep_queue()
[all …]
Dfotg210-udc.h212 struct fotg210_request { struct