Home
last modified time | relevance | path

Searched refs:end_point (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_gadget.c194 ep->end_point.name, request, in musb_g_giveback()
198 ep->end_point.name, request, in musb_g_giveback()
201 req->request.complete(&req->ep->end_point, &req->request); in musb_g_giveback()
327 musb_ep->end_point.name); in txstate()
346 musb_ep->end_point.name, csr); in txstate()
352 musb_ep->end_point.name, csr); in txstate()
474 musb_ep->end_point.name, use_dma ? "dma" : "pio", in txstate()
500 dev_dbg(musb->controller, "<== %s, txcsr %04x\n", musb_ep->end_point.name, csr); in musb_g_tx()
529 dev_dbg(musb->controller, "%s dma still busy?\n", musb_ep->end_point.name); in musb_g_tx()
589 musb_ep->end_point.name); in musb_g_tx()
[all …]
H A Dmusb_gadget.h52 struct usb_ep end_point; member
78 return ep ? container_of(ep, struct musb_ep, end_point) : NULL; in to_musb_ep()
/openbmc/u-boot/include/mvebu/
H A Dcomphy.h16 bool end_point; member
/openbmc/u-boot/drivers/phy/marvell/
H A Dcomphy_core.c142 comphy_map_data[lane].end_point = fdtdec_get_bool(blob, subnode, in comphy_probe()
H A Dcomphy_cp110.c2014 serdes_map->end_point, in comphy_cp110_init()