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
520 struct max3420_udc *udc = dev_id; in max3420_irq_handler() local
537 static void max3420_getstatus(struct max3420_udc *udc) in max3420_getstatus()
577 static void max3420_set_clear_feature(struct max3420_udc *udc) in max3420_set_clear_feature()
621 static void max3420_handle_setup(struct max3420_udc *udc) in max3420_handle_setup()
671 struct max3420_udc *udc = ep->udc; in max3420_req_done() local
686 static int max3420_do_data(struct max3420_udc *udc, int ep_id, int in) in max3420_do_data()
746 static int max3420_handle_irqs(struct max3420_udc *udc) in max3420_handle_irqs()
843 struct max3420_udc *udc = dev_id; in max3420_thread() local
908 struct max3420_udc *udc = ep->udc; in max3420_ep_set_halt() local
948 struct max3420_udc *udc = ep->udc; in max3420_ep_enable() local
977 struct max3420_udc *udc = ep->udc; in __max3420_ep_disable() local
995 struct max3420_udc *udc = ep->udc; in max3420_ep_disable() local
1031 struct max3420_udc *udc = ep->udc; in max3420_ep_queue() local
1084 struct max3420_udc *udc = to_udc(gadget); in max3420_wakeup() local
1106 struct max3420_udc *udc = to_udc(gadget); in max3420_udc_start() local
1128 struct max3420_udc *udc = to_udc(gadget); in max3420_udc_stop() local
1151 static void max3420_eps_init(struct max3420_udc *udc) in max3420_eps_init()
1202 struct max3420_udc *udc; in max3420_probe() local
1300 struct max3420_udc *udc = spi_get_drvdata(spi); in max3420_remove() local