Searched refs:dwc2_udc (Results 1 – 7 of 7) sorted by relevance
66 struct dwc2_udc *the_controller;94 static void dwc2_ep0_read(struct dwc2_udc *dev);95 static void dwc2_ep0_kick(struct dwc2_udc *dev, struct dwc2_ep *ep);96 static void dwc2_handle_ep0(struct dwc2_udc *dev);97 static int dwc2_ep0_write(struct dwc2_udc *dev);100 static void stop_activity(struct dwc2_udc *dev,102 static int udc_enable(struct dwc2_udc *dev);103 static void udc_set_address(struct dwc2_udc *dev, unsigned char address);104 static void reconfig_usbd(struct dwc2_udc *dev);105 static void set_max_pktsize(struct dwc2_udc *dev, enum usb_device_speed speed);[all …]
54 struct dwc2_udc *dev;75 struct dwc2_udc { struct93 void otg_phy_init(struct dwc2_udc *dev); argument94 void otg_phy_off(struct dwc2_udc *dev);
27 static inline void dwc2_udc_ep0_zlp(struct dwc2_udc *dev) in dwc2_udc_ep0_zlp()192 static void complete_rx(struct dwc2_udc *dev, u8 ep_num) in complete_rx()265 static void complete_tx(struct dwc2_udc *dev, u8 ep_num) in complete_tx()341 static inline void dwc2_udc_check_tx_queue(struct dwc2_udc *dev, u8 ep_num) in dwc2_udc_check_tx_queue()368 static void process_ep_in_intr(struct dwc2_udc *dev) in process_ep_in_intr()415 static void process_ep_out_intr(struct dwc2_udc *dev) in process_ep_out_intr()469 struct dwc2_udc *dev = _dev; in dwc2_udc_irq()590 struct dwc2_udc *dev; in dwc2_queue()743 static void udc_set_address(struct dwc2_udc *dev, unsigned char address) in udc_set_address()759 struct dwc2_udc *dev; in dwc2_udc_ep0_set_stall()[all …]
15 void otg_phy_init(struct dwc2_udc *dev) in otg_phy_init()43 void otg_phy_off(struct dwc2_udc *dev) in otg_phy_off()
39 void otg_phy_init(struct dwc2_udc *dev) in otg_phy_init()77 void otg_phy_off(struct dwc2_udc *dev) in otg_phy_off()
65 void otg_phy_init(struct dwc2_udc *dev) in otg_phy_init()97 void otg_phy_off(struct dwc2_udc *dev) in otg_phy_off()
[all...]