Lines Matching refs:mv_u3d

37 static void mv_u3d_stop_activity(struct mv_u3d *u3d,
49 static void mv_u3d_ep0_reset(struct mv_u3d *u3d) in mv_u3d_ep0_reset()
95 static void mv_u3d_ep0_stall(struct mv_u3d *u3d) in mv_u3d_ep0_stall()
114 static int mv_u3d_process_ep_req(struct mv_u3d *u3d, int index, in mv_u3d_process_ep_req()
178 struct mv_u3d *u3d = (struct mv_u3d *)ep->u3d; in mv_u3d_done()
221 struct mv_u3d *u3d; in mv_u3d_queue_trb()
274 struct mv_u3d *u3d; in mv_u3d_build_trb_one()
337 struct mv_u3d *u3d; in mv_u3d_build_trb_chain()
405 struct mv_u3d *u3d; in mv_u3d_req_to_trb()
477 struct mv_u3d *u3d = ep->u3d; in mv_u3d_start_queue()
523 struct mv_u3d *u3d; in mv_u3d_ep_enable()
625 struct mv_u3d *u3d; in mv_u3d_ep_disable()
688 struct mv_u3d *u3d; in mv_u3d_ep_fifo_flush()
774 struct mv_u3d *u3d; in mv_u3d_ep_queue()
848 struct mv_u3d *u3d; in mv_u3d_ep_dequeue()
920 mv_u3d_ep_set_stall(struct mv_u3d *u3d, u8 ep_num, u8 direction, int stall) in mv_u3d_ep_set_stall()
948 struct mv_u3d *u3d; in mv_u3d_ep_set_halt_wedge()
1011 static void mv_u3d_controller_stop(struct mv_u3d *u3d) in mv_u3d_controller_stop()
1034 static void mv_u3d_controller_start(struct mv_u3d *u3d) in mv_u3d_controller_start()
1060 static int mv_u3d_controller_reset(struct mv_u3d *u3d) in mv_u3d_controller_reset()
1092 static int mv_u3d_enable(struct mv_u3d *u3d) in mv_u3d_enable()
1121 static void mv_u3d_disable(struct mv_u3d *u3d) in mv_u3d_disable()
1135 struct mv_u3d *u3d; in mv_u3d_vbus_session()
1139 u3d = container_of(gadget, struct mv_u3d, gadget); in mv_u3d_vbus_session()
1186 struct mv_u3d *u3d = container_of(gadget, struct mv_u3d, gadget); in mv_u3d_vbus_draw()
1195 struct mv_u3d *u3d = container_of(gadget, struct mv_u3d, gadget); in mv_u3d_pullup()
1230 struct mv_u3d *u3d = container_of(g, struct mv_u3d, gadget); in mv_u3d_start()
1259 struct mv_u3d *u3d = container_of(g, struct mv_u3d, gadget); in mv_u3d_stop()
1301 static int mv_u3d_eps_init(struct mv_u3d *u3d) in mv_u3d_eps_init()
1377 void mv_u3d_stop_activity(struct mv_u3d *u3d, struct usb_gadget_driver *driver) in mv_u3d_stop_activity()
1395 static void mv_u3d_irq_process_error(struct mv_u3d *u3d) in mv_u3d_irq_process_error()
1402 static void mv_u3d_irq_process_link_change(struct mv_u3d *u3d) in mv_u3d_irq_process_link_change()
1466 static void mv_u3d_ch9setaddress(struct mv_u3d *u3d, in mv_u3d_ch9setaddress()
1512 static void mv_u3d_handle_setup_packet(struct mv_u3d *u3d, u8 ep_num, in mv_u3d_handle_setup_packet()
1582 static void mv_u3d_get_setup_data(struct mv_u3d *u3d, u8 ep_num, u8 *buffer_ptr) in mv_u3d_get_setup_data()
1592 static void mv_u3d_irq_process_setup(struct mv_u3d *u3d) in mv_u3d_irq_process_setup()
1611 static void mv_u3d_irq_process_tr_complete(struct mv_u3d *u3d) in mv_u3d_irq_process_tr_complete()
1677 struct mv_u3d *u3d = (struct mv_u3d *)dev; in mv_u3d_irq()
1751 struct mv_u3d *u3d = platform_get_drvdata(dev); in mv_u3d_remove()
1782 struct mv_u3d *u3d; in mv_u3d_probe()
1994 struct mv_u3d *u3d = dev_get_drvdata(dev); in mv_u3d_suspend()
2017 struct mv_u3d *u3d = dev_get_drvdata(dev); in mv_u3d_resume()
2040 struct mv_u3d *u3d = platform_get_drvdata(dev); in mv_u3d_shutdown()