Lines Matching refs:extcon
60 struct extcon_dev extcon; member
123 extcon_set_cable_state(&tu->extcon, "USB", tu->vbus_state); in check_vbus_state()
132 extcon_set_cable_state(&tu->extcon, "USB-HOST", true); in tahvo_usb_become_host()
151 extcon_set_cable_state(&tu->extcon, "USB-HOST", false); in tahvo_usb_become_peripheral()
367 tu->extcon.name = DRIVER_NAME; in tahvo_usb_probe()
368 tu->extcon.supported_cable = tahvo_cable; in tahvo_usb_probe()
369 tu->extcon.dev.parent = &pdev->dev; in tahvo_usb_probe()
371 ret = extcon_dev_register(&tu->extcon); in tahvo_usb_probe()
379 extcon_set_cable_state(&tu->extcon, "USB-HOST", in tahvo_usb_probe()
381 extcon_set_cable_state(&tu->extcon, "USB", tu->vbus_state); in tahvo_usb_probe()
427 extcon_dev_unregister(&tu->extcon); in tahvo_usb_probe()
442 extcon_dev_unregister(&tu->extcon); in tahvo_usb_remove()