Lines Matching refs:tahvo_usb
52 struct tahvo_usb { struct
73 struct tahvo_usb *tu = dev_get_drvdata(device); in vbus_state_show() argument
78 static void check_vbus_state(struct tahvo_usb *tu) in check_vbus_state()
129 static void tahvo_usb_become_host(struct tahvo_usb *tu) in tahvo_usb_become_host()
143 static void tahvo_usb_stop_host(struct tahvo_usb *tu) in tahvo_usb_stop_host()
148 static void tahvo_usb_become_peripheral(struct tahvo_usb *tu) in tahvo_usb_become_peripheral()
162 static void tahvo_usb_stop_peripheral(struct tahvo_usb *tu) in tahvo_usb_stop_peripheral()
169 static void tahvo_usb_power_off(struct tahvo_usb *tu) in tahvo_usb_power_off()
184 struct tahvo_usb *tu = container_of(dev, struct tahvo_usb, phy); in tahvo_usb_set_suspend()
202 struct tahvo_usb *tu = container_of(otg->usb_phy, struct tahvo_usb, in tahvo_usb_set_host()
232 struct tahvo_usb *tu = container_of(otg->usb_phy, struct tahvo_usb, in tahvo_usb_set_peripheral()
258 struct tahvo_usb *tu = _tu; in tahvo_usb_vbus_interrupt()
270 struct tahvo_usb *tu = dev_get_drvdata(device); in otg_mode_show()
286 struct tahvo_usb *tu = dev_get_drvdata(device); in otg_mode_store()
336 struct tahvo_usb *tu; in tahvo_usb_probe()
438 struct tahvo_usb *tu = platform_get_drvdata(pdev); in tahvo_usb_remove()