Lines Matching defs:udc
159 struct max3420_udc *udc; member
201 static void spi_ack_ctrl(struct max3420_udc *udc) in spi_ack_ctrl()
220 static u8 spi_rd8_ack(struct max3420_udc *udc, u8 reg, int actstat) in spi_rd8_ack()
242 static u8 spi_rd8(struct max3420_udc *udc, u8 reg) in spi_rd8()
247 static void spi_wr8_ack(struct max3420_udc *udc, u8 reg, u8 val, int actstat) in spi_wr8_ack()
268 static void spi_wr8(struct max3420_udc *udc, u8 reg, u8 val) in spi_wr8()
273 static void spi_rd_buf(struct max3420_udc *udc, u8 reg, void *buf, u8 len) in spi_rd_buf()
295 static void spi_wr_buf(struct max3420_udc *udc, u8 reg, void *buf, u8 len) in spi_wr_buf()
318 struct max3420_udc *udc = ep->udc; in spi_max3420_enable() local
350 struct max3420_udc *udc = ep->udc; in spi_max3420_stall() local
381 static int spi_max3420_rwkup(struct max3420_udc *udc) in spi_max3420_rwkup()
413 static void __max3420_stop(struct max3420_udc *udc) in __max3420_stop()
434 static void __max3420_start(struct max3420_udc *udc) in __max3420_start()
477 static int max3420_start(struct max3420_udc *udc) in max3420_start()
500 struct max3420_udc *udc = dev_id; in max3420_vbus_handler() local
521 struct max3420_udc *udc = dev_id; in max3420_irq_handler() local
539 static void max3420_getstatus(struct max3420_udc *udc) in max3420_getstatus()
579 static void max3420_set_clear_feature(struct max3420_udc *udc) in max3420_set_clear_feature()
623 static void max3420_handle_setup(struct max3420_udc *udc) in max3420_handle_setup()
673 struct max3420_udc *udc = ep->udc; in max3420_req_done() local
688 static int max3420_do_data(struct max3420_udc *udc, int ep_id, int in) in max3420_do_data()
748 static int max3420_handle_irqs(struct max3420_udc *udc) in max3420_handle_irqs()
845 struct max3420_udc *udc = dev_id; in max3420_thread() local
910 struct max3420_udc *udc = ep->udc; in max3420_ep_set_halt() local
950 struct max3420_udc *udc = ep->udc; in max3420_ep_enable() local
979 struct max3420_udc *udc = ep->udc; in __max3420_ep_disable() local
997 struct max3420_udc *udc = ep->udc; in max3420_ep_disable() local
1033 struct max3420_udc *udc = ep->udc; in max3420_ep_queue() local
1082 struct max3420_udc *udc = to_udc(gadget); in max3420_wakeup() local
1105 struct max3420_udc *udc = to_udc(gadget); in max3420_udc_start() local
1129 struct max3420_udc *udc = to_udc(gadget); in max3420_udc_stop() local
1153 static void max3420_eps_init(struct max3420_udc *udc) in max3420_eps_init()
1204 struct max3420_udc *udc; in max3420_probe() local
1302 struct max3420_udc *udc = spi_get_drvdata(spi); in max3420_remove() local