Home
last modified time | relevance | path

Searched refs:ci_hdrc_cable (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/usb/
Dchipidea.h22 struct ci_hdrc_cable { struct
72 struct ci_hdrc_cable vbus_extcon;
73 struct ci_hdrc_cable id_extcon;
/linux-4.4.14/drivers/usb/chipidea/
Dcore.c609 struct ci_hdrc_cable *vbus = container_of(nb, struct ci_hdrc_cable, nb); in ci_vbus_notifier()
626 struct ci_hdrc_cable *id = container_of(nb, struct ci_hdrc_cable, nb); in ci_id_notifier()
644 struct ci_hdrc_cable *cable; in ci_get_platdata()
780 struct ci_hdrc_cable *id, *vbus; in ci_extcon_register()
812 struct ci_hdrc_cable *cable; in ci_extcon_unregister()
Dotg.c33 struct ci_hdrc_cable *cable; in hw_read_otgsc()