Home
last modified time | relevance | path

Searched refs:dwc2_udc (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg.c75 struct dwc2_udc *the_controller;
103 static void dwc2_ep0_read(struct dwc2_udc *dev);
104 static void dwc2_ep0_kick(struct dwc2_udc *dev, struct dwc2_ep *ep);
105 static void dwc2_handle_ep0(struct dwc2_udc *dev);
106 static int dwc2_ep0_write(struct dwc2_udc *dev);
109 static void stop_activity(struct dwc2_udc *dev,
111 static int udc_enable(struct dwc2_udc *dev);
112 static void udc_set_address(struct dwc2_udc *dev, unsigned char address);
113 static void reconfig_usbd(struct dwc2_udc *dev);
114 static void set_max_pktsize(struct dwc2_udc *dev, enum usb_device_speed speed);
[all …]
H A Ddwc2_udc_otg_priv.h54 struct dwc2_udc *dev;
75 struct dwc2_udc { struct
94 void otg_phy_init(struct dwc2_udc *dev); argument
95 void otg_phy_off(struct dwc2_udc *dev);
H A Ddwc2_udc_otg_xfer_dma.c28 static inline void dwc2_udc_ep0_zlp(struct dwc2_udc *dev) in dwc2_udc_ep0_zlp()
193 static void complete_rx(struct dwc2_udc *dev, u8 ep_num) in complete_rx()
266 static void complete_tx(struct dwc2_udc *dev, u8 ep_num) in complete_tx()
342 static inline void dwc2_udc_check_tx_queue(struct dwc2_udc *dev, u8 ep_num) in dwc2_udc_check_tx_queue()
369 static void process_ep_in_intr(struct dwc2_udc *dev) in process_ep_in_intr()
416 static void process_ep_out_intr(struct dwc2_udc *dev) in process_ep_out_intr()
470 struct dwc2_udc *dev = _dev; in dwc2_udc_irq()
612 struct dwc2_udc *dev; in dwc2_queue()
765 static void udc_set_address(struct dwc2_udc *dev, unsigned char address) in udc_set_address()
781 struct dwc2_udc *dev; in dwc2_udc_ep0_set_stall()
[all …]
H A Dbcm_udc_otg_phy.c16 void otg_phy_init(struct dwc2_udc *dev) in otg_phy_init()
44 void otg_phy_off(struct dwc2_udc *dev) in otg_phy_off()
H A Ddwc2_udc_otg_phy.c40 void otg_phy_init(struct dwc2_udc *dev) in otg_phy_init()
78 void otg_phy_off(struct dwc2_udc *dev) in otg_phy_off()
/OK3568_Linux_fs/u-boot/drivers/usb/phy/
H A Drockchip_usb2_phy.c86 static int otg_phy_parse(struct dwc2_udc *dev) in otg_phy_parse()
159 void otg_phy_init(struct dwc2_udc *dev) in otg_phy_init()
200 void otg_phy_off(struct dwc2_udc *dev) in otg_phy_off()
/OK3568_Linux_fs/u-boot/drivers/phy/
H A Dphy-rockchip-inno-usb2.c376 void otg_phy_init(struct dwc2_udc *dev) in otg_phy_init()
H A D.phy-rockchip-inno-usb2.o.cmd