Searched refs:extcon_specific_cable_nb (Results 1 – 6 of 6) sorted by relevance
172 struct extcon_specific_cable_nb { struct239 extern int extcon_register_interest(struct extcon_specific_cable_nb *obj,243 extern int extcon_unregister_interest(struct extcon_specific_cable_nb *nb);357 static inline int extcon_register_interest(struct extcon_specific_cable_nb *obj, in extcon_register_interest()365 static inline int extcon_unregister_interest(struct extcon_specific_cable_nb in extcon_unregister_interest()
33 struct extcon_specific_cable_nb vbus_dev;34 struct extcon_specific_cable_nb id_dev;
69 struct extcon_specific_cable_nb extcon_dev;
401 struct extcon_specific_cable_nb *obj = container_of(nb, in _call_per_cable()402 struct extcon_specific_cable_nb, internal_nb); in _call_per_cable()444 int extcon_register_interest(struct extcon_specific_cable_nb *obj, in extcon_register_interest()503 int extcon_unregister_interest(struct extcon_specific_cable_nb *obj) in extcon_unregister_interest()
131 struct extcon_specific_cable_nb extcon_vbus_dev;132 struct extcon_specific_cable_nb extcon_id_dev;
91 obj = kzalloc(sizeof(struct extcon_specific_cable_nb),