Home
last modified time | relevance | path

Searched refs:dwc3_device (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Ddwc3-uboot.h16 struct dwc3_device { struct
43 int dwc3_uboot_init(struct dwc3_device *dev); argument
/OK3568_Linux_fs/u-boot/board/xilinx/zynqmp/
H A Dzynqmp.c336 static struct dwc3_device dwc3_device_data0 = {
343 static struct dwc3_device dwc3_device_data1 = {
/OK3568_Linux_fs/u-boot/board/rockchip/evb_rk3588/
H A Devb_rk3588.c14 static struct dwc3_device dwc3_device_data = {
/OK3568_Linux_fs/u-boot/board/rockchip/evb_rk3528/
H A Devb_rk3528.c14 static struct dwc3_device dwc3_device_data = {
/OK3568_Linux_fs/u-boot/board/rockchip/evb_rk3568/
H A Devb_rk3568.c14 static struct dwc3_device dwc3_device_data = {
/OK3568_Linux_fs/u-boot/board/rockchip/evb_rk3562/
H A Devb_rk3562.c14 static struct dwc3_device dwc3_device_data = {
/OK3568_Linux_fs/u-boot/board/rockchip/evb_rv1126/
H A Devb_rv1126.c14 static struct dwc3_device dwc3_device_data = {
/OK3568_Linux_fs/u-boot/board/rockchip/evb_rk1808/
H A Devb_rk1808.c14 static struct dwc3_device dwc3_device_data = {
/OK3568_Linux_fs/u-boot/board/rockchip/evb_rv1106/
H A Devb_rv1106.c15 static struct dwc3_device dwc3_device_data = {
/OK3568_Linux_fs/u-boot/board/rockchip/evb_rk3328/
H A Devb-rk3328.c12 static struct dwc3_device dwc3_device_data = {
/OK3568_Linux_fs/u-boot/board/forlinx/ok3568/
H A Dok3568.c29 static struct dwc3_device dwc3_device_data = {
/OK3568_Linux_fs/u-boot/board/intel/edison/
H A Dedison.c22 static struct dwc3_device dwc3_device_data = {
/OK3568_Linux_fs/u-boot/board/samsung/common/
H A Dexynos5-dt.c145 static struct dwc3_device dwc3_device_data = {
/OK3568_Linux_fs/u-boot/board/rockchip/evb_rk3399/
H A Devb-rk3399.c191 static struct dwc3_device dwc3_device_data = {
/OK3568_Linux_fs/u-boot/board/ti/omap5_uevm/
H A Devm.c64 static struct dwc3_device usb_otg_ss = {
/OK3568_Linux_fs/u-boot/board/ti/am43xx/
H A Dboard.c636 static struct dwc3_device usb_otg_ss1 = {
654 static struct dwc3_device usb_otg_ss2 = {
/OK3568_Linux_fs/u-boot/board/ti/dra7xx/
H A Devm.c716 static struct dwc3_device usb_otg_ss1 = {
736 static struct dwc3_device usb_otg_ss2 = {
/OK3568_Linux_fs/u-boot/board/ti/am57xx/
H A Dboard.c755 static struct dwc3_device usb_otg_ss2 = {
/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dcore.c690 int dwc3_uboot_init(struct dwc3_device *dwc3_dev) in dwc3_uboot_init()