Lines Matching defs:udc
157 struct max3420_udc *udc; member
199 static void spi_ack_ctrl(struct max3420_udc *udc) in spi_ack_ctrl()
218 static u8 spi_rd8_ack(struct max3420_udc *udc, u8 reg, int actstat) in spi_rd8_ack()
240 static u8 spi_rd8(struct max3420_udc *udc, u8 reg) in spi_rd8()
245 static void spi_wr8_ack(struct max3420_udc *udc, u8 reg, u8 val, int actstat) in spi_wr8_ack()
266 static void spi_wr8(struct max3420_udc *udc, u8 reg, u8 val) in spi_wr8()
271 static void spi_rd_buf(struct max3420_udc *udc, u8 reg, void *buf, u8 len) in spi_rd_buf()
293 static void spi_wr_buf(struct max3420_udc *udc, u8 reg, void *buf, u8 len) in spi_wr_buf()
316 struct max3420_udc *udc = ep->udc; in spi_max3420_enable() local
348 struct max3420_udc *udc = ep->udc; in spi_max3420_stall() local
379 static int spi_max3420_rwkup(struct max3420_udc *udc) in spi_max3420_rwkup()
411 static void __max3420_stop(struct max3420_udc *udc) in __max3420_stop()
432 static void __max3420_start(struct max3420_udc *udc) in __max3420_start()
475 static int max3420_start(struct max3420_udc *udc) in max3420_start()
498 struct max3420_udc *udc = dev_id; in max3420_vbus_handler() local
518 struct max3420_udc *udc = dev_id; in max3420_irq_handler() local
535 static void max3420_getstatus(struct max3420_udc *udc) in max3420_getstatus()
575 static void max3420_set_clear_feature(struct max3420_udc *udc) in max3420_set_clear_feature()
619 static void max3420_handle_setup(struct max3420_udc *udc) in max3420_handle_setup()
669 struct max3420_udc *udc = ep->udc; in max3420_req_done() local
684 static int max3420_do_data(struct max3420_udc *udc, int ep_id, int in) in max3420_do_data()
744 static int max3420_handle_irqs(struct max3420_udc *udc) in max3420_handle_irqs()
841 struct max3420_udc *udc = dev_id; in max3420_thread() local
906 struct max3420_udc *udc = ep->udc; in max3420_ep_set_halt() local
946 struct max3420_udc *udc = ep->udc; in max3420_ep_enable() local
975 struct max3420_udc *udc = ep->udc; in __max3420_ep_disable() local
993 struct max3420_udc *udc = ep->udc; in max3420_ep_disable() local
1029 struct max3420_udc *udc = ep->udc; in max3420_ep_queue() local
1082 struct max3420_udc *udc = to_udc(gadget); in max3420_wakeup() local
1104 struct max3420_udc *udc = to_udc(gadget); in max3420_udc_start() local
1126 struct max3420_udc *udc = to_udc(gadget); in max3420_udc_stop() local
1149 static void max3420_eps_init(struct max3420_udc *udc) in max3420_eps_init()
1200 struct max3420_udc *udc; in max3420_probe() local
1298 struct max3420_udc *udc = spi_get_drvdata(spi); in max3420_remove() local