Lines Matching refs:max3420_udc

157 	struct max3420_udc *udc;
167 struct max3420_udc { struct
187 #define to_udc(g) container_of((g), struct max3420_udc, gadget) argument
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()
348 struct max3420_udc *udc = ep->udc; in spi_max3420_stall()
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()
518 struct max3420_udc *udc = dev_id; in max3420_irq_handler()
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()
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()
906 struct max3420_udc *udc = ep->udc; in max3420_ep_set_halt()
946 struct max3420_udc *udc = ep->udc; in max3420_ep_enable()
975 struct max3420_udc *udc = ep->udc; in __max3420_ep_disable()
993 struct max3420_udc *udc = ep->udc; in max3420_ep_disable()
1029 struct max3420_udc *udc = ep->udc; in max3420_ep_queue()
1082 struct max3420_udc *udc = to_udc(gadget); in max3420_wakeup()
1104 struct max3420_udc *udc = to_udc(gadget); in max3420_udc_start()
1126 struct max3420_udc *udc = to_udc(gadget); in max3420_udc_stop()
1149 static void max3420_eps_init(struct max3420_udc *udc) in max3420_eps_init()
1200 struct max3420_udc *udc; in max3420_probe()
1298 struct max3420_udc *udc = spi_get_drvdata(spi); in max3420_remove()