Lines Matching refs:at91_udc
114 struct at91_udc *udc = ep->udc; in proc_ep_show()
184 struct at91_udc *udc = s->private; in proc_udc_show()
237 static void create_debug_file(struct at91_udc *udc) in create_debug_file()
243 static void remove_debug_file(struct at91_udc *udc) in remove_debug_file()
251 static inline void create_debug_file(struct at91_udc *udc) {} in create_debug_file()
252 static inline void remove_debug_file(struct at91_udc *udc) {} in remove_debug_file()
262 struct at91_udc *udc = ep->udc; in done()
475 struct at91_udc *udc; in at91_ep_enable()
552 struct at91_udc *udc = ep->udc; in at91_ep_disable()
609 struct at91_udc *udc; in at91_ep_queue()
709 struct at91_udc *udc; in at91_ep_dequeue()
737 struct at91_udc *udc = ep->udc; in at91_ep_set_halt()
791 struct at91_udc *udc = to_udc(gadget); in at91_get_frame()
800 struct at91_udc *udc = to_udc(gadget); in at91_wakeup()
824 static void udc_reinit(struct at91_udc *udc) in udc_reinit()
847 static void reset_gadget(struct at91_udc *udc) in reset_gadget()
872 static void stop_activity(struct at91_udc *udc) in stop_activity()
896 static void clk_on(struct at91_udc *udc) in clk_on()
906 static void clk_off(struct at91_udc *udc) in clk_off()
920 static void pullup(struct at91_udc *udc, int is_on) in pullup()
944 struct at91_udc *udc = to_udc(gadget); in at91_vbus_session()
960 struct at91_udc *udc = to_udc(gadget); in at91_pullup()
972 struct at91_udc *udc = to_udc(gadget); in at91_set_selfpowered()
1045 static void handle_setup(struct at91_udc *udc, struct at91_ep *ep, u32 csr) in handle_setup()
1271 static void handle_ep0(struct at91_udc *udc) in handle_ep0()
1396 struct at91_udc *udc = _udc; in at91_udc_irq()
1511 static void at91_vbus_update(struct at91_udc *udc, unsigned value) in at91_vbus_update()
1520 struct at91_udc *udc = _udc; in at91_vbus_irq()
1531 struct at91_udc *udc = container_of(work, struct at91_udc, in at91_vbus_timer_work()
1542 struct at91_udc *udc = from_timer(udc, t, vbus_timer); in at91_vbus_timer()
1555 struct at91_udc *udc; in at91_start()
1557 udc = container_of(gadget, struct at91_udc, gadget); in at91_start()
1568 struct at91_udc *udc; in at91_stop()
1571 udc = container_of(gadget, struct at91_udc, gadget); in at91_stop()
1586 struct at91_udc *udc = platform_get_drvdata(dev); in at91udc_shutdown()
1595 static int at91rm9200_udc_init(struct at91_udc *udc) in at91rm9200_udc_init()
1636 static void at91rm9200_udc_pullup(struct at91_udc *udc, int is_on) in at91rm9200_udc_pullup()
1651 static int at91sam9260_udc_init(struct at91_udc *udc) in at91sam9260_udc_init()
1672 static void at91sam9260_udc_pullup(struct at91_udc *udc, int is_on) in at91sam9260_udc_pullup()
1689 static int at91sam9261_udc_init(struct at91_udc *udc) in at91sam9261_udc_init()
1715 static void at91sam9261_udc_pullup(struct at91_udc *udc, int is_on) in at91sam9261_udc_pullup()
1731 static int at91sam9263_udc_init(struct at91_udc *udc) in at91sam9263_udc_init()
1782 static void at91udc_of_init(struct at91_udc *udc, struct device_node *np) in at91udc_of_init()
1809 struct at91_udc *udc; in at91udc_probe()
1947 struct at91_udc *udc = platform_get_drvdata(pdev); in at91udc_remove()
1971 struct at91_udc *udc = platform_get_drvdata(pdev); in at91udc_suspend()
1998 struct at91_udc *udc = platform_get_drvdata(pdev); in at91udc_resume()