Searched refs:end_point (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/musb/ |
D | musb_gadget.c | 147 usb_gadget_giveback_request(&req->ep->end_point, &req->request); in musb_g_giveback() 237 musb_ep->end_point.name); in txstate() 256 musb_ep->end_point.name, csr); in txstate() 262 musb_ep->end_point.name, csr); in txstate() 395 musb_ep->end_point.name, use_dma ? "dma" : "pio", in txstate() 421 musb_dbg(musb, "<== %s, txcsr %04x", musb_ep->end_point.name, csr); in musb_g_tx() 450 musb_dbg(musb, "%s dma still busy?", musb_ep->end_point.name); in musb_g_tx() 504 musb_ep->end_point.name); in musb_g_tx() 540 musb_ep->end_point.name); in rxstate() 552 musb_ep->end_point.name, csr); in rxstate() [all …]
|
D | musb_gadget.h | 75 struct usb_ep end_point; member 99 #define to_musb_ep(ep) container_of((ep), struct musb_ep, end_point)
|
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
D | hispark_taurus.patch | 27408 + unsigned int start_point = NOT_FOUND, end_point = NOT_FOUND; 27428 + end_point = prev_point; 27433 + if ((start_point != NOT_FOUND) && (end_point != NOT_FOUND)) 27442 + if ((start_point == NOT_FOUND) && (end_point == NOT_FOUND)) { 27449 + start_point = end_point; 27451 + if (end_point == NOT_FOUND) 27452 + end_point = start_point; 27455 + mmc_hostname(mmc), start_point, end_point); 27457 + if (start_point > end_point) 27458 + end_point += HIMCI_PHASE_SCALE; [all …]
|
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
D | hispark_taurus.patch | 312390 + unsigned int start_point = NOT_FOUND, end_point = NOT_FOUND; 312410 + end_point = prev_point; 312415 + if ((start_point != NOT_FOUND) && (end_point != NOT_FOUND)) 312424 + if ((start_point == NOT_FOUND) && (end_point == NOT_FOUND)) { 312431 + start_point = end_point; 312433 + if (end_point == NOT_FOUND) 312434 + end_point = start_point; 312437 + mmc_hostname(mmc), start_point, end_point); 312439 + if (start_point > end_point) 312440 + end_point += HIMCI_PHASE_SCALE; [all …]
|