Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/musb/
H A Dmusb_gadget.c147 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 …]
H A Dmusb_gadget.h75 struct usb_ep end_point; member
99 #define to_musb_ep(ep) container_of((ep), struct musb_ep, end_point)
/OK3568_Linux_fs/u-boot/drivers/usb/musb-new/
H A Dmusb_gadget.c195 ep->end_point.name, request, in musb_g_giveback()
199 ep->end_point.name, request, in musb_g_giveback()
202 req->request.complete(&req->ep->end_point, &req->request); in musb_g_giveback()
328 musb_ep->end_point.name); in txstate()
347 musb_ep->end_point.name, csr); in txstate()
353 musb_ep->end_point.name, csr); in txstate()
475 musb_ep->end_point.name, use_dma ? "dma" : "pio", in txstate()
501 dev_dbg(musb->controller, "<== %s, txcsr %04x\n", musb_ep->end_point.name, csr); in musb_g_tx()
530 dev_dbg(musb->controller, "%s dma still busy?\n", musb_ep->end_point.name); in musb_g_tx()
590 musb_ep->end_point.name); in musb_g_tx()
[all …]
H A Dmusb_gadget.h53 struct usb_ep end_point; member
79 return ep ? container_of(ep, struct musb_ep, end_point) : NULL; in to_musb_ep()
/OK3568_Linux_fs/external/linux-rga/core/
H A DNormalRgaApi.cpp736 msg->line_draw_info.end_point.x = ep.x; in NormalRgaSetLineDrawingMode()
737 msg->line_draw_info.end_point.y = ep.y; in NormalRgaSetLineDrawingMode()
1136 info->end_point.x = orig_info->end_point.x; in NormalRgaCompatModeConvertRga2LineDrawInfo()
1137 info->end_point.y = orig_info->end_point.y; in NormalRgaCompatModeConvertRga2LineDrawInfo()
/OK3568_Linux_fs/external/linux-rga/core/hardware/
H A Drga2_driver.h77 rga2_point_t end_point; /* LineDraw_end_point */ member
H A Drga_ioctl.h194 POINT end_point; /* LineDraw_end_point */ member
/OK3568_Linux_fs/u-boot/drivers/phy/marvell/
H A Dcomphy.h89 bool end_point; member
H A Dcomphy_core.c167 comphy_map_data[lane].end_point = fdtdec_get_bool(blob, subnode, in comphy_probe()
H A Dcomphy_cp110.c2001 serdes_map->end_point, in comphy_cp110_init()
/OK3568_Linux_fs/external/mpp/mpp/vproc/rga/
H A Drga.h96 RgaPoint end_point; member
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga/
H A Drga.h223 POINT end_point; /* LineDraw_end_point */ member
H A Drga_reg_info.c1254 x_width = msg->line_draw_info.start_point.x - msg->line_draw_info.end_point.x; in RGA_set_line_drawing_reg_info()
1255 y_width = msg->line_draw_info.start_point.y - msg->line_draw_info.end_point.y; in RGA_set_line_drawing_reg_info()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/
H A Drga.h273 POINT end_point; /* LineDraw_end_point */ member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/
H A Drga.h307 POINT end_point; /* LineDraw_end_point */ member
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga2/
H A Drga2.h290 POINT end_point; /* LineDraw_end_point */ member
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/include/
H A Drga.h359 struct rga_point_t end_point; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/buffer/
H A Dbuffered_piece_collection.hpp1214 point_type const& end_point) in add_endcap()
1231 add_piece(pt, end_point, range); in add_endcap()