Lines Matching defs:edev
151 struct extcon_dev *edev; member
176 struct extcon_dev *edev; member
209 static inline u32 extcon_get_state(struct extcon_dev *edev) in extcon_get_state()
263 static inline int extcon_dev_register(struct extcon_dev *edev) in extcon_dev_register()
268 static inline void extcon_dev_unregister(struct extcon_dev *edev) { } in extcon_dev_unregister()
271 struct extcon_dev *edev) in devm_extcon_dev_register()
277 struct extcon_dev *edev) { } in devm_extcon_dev_unregister()
284 static inline void extcon_dev_free(struct extcon_dev *edev) { } in extcon_dev_free()
292 static inline void devm_extcon_dev_free(struct extcon_dev *edev) { } in devm_extcon_dev_free()
294 static inline u32 extcon_get_state(struct extcon_dev *edev) in extcon_get_state()
299 static inline int extcon_set_state(struct extcon_dev *edev, u32 state) in extcon_set_state()
304 static inline int extcon_update_state(struct extcon_dev *edev, u32 mask, in extcon_update_state()
310 static inline int extcon_find_cable_index(struct extcon_dev *edev, in extcon_find_cable_index()
316 static inline int extcon_get_cable_state_(struct extcon_dev *edev, in extcon_get_cable_state_()
322 static inline int extcon_set_cable_state_(struct extcon_dev *edev, in extcon_set_cable_state_()
328 static inline int extcon_get_cable_state(struct extcon_dev *edev, in extcon_get_cable_state()
334 static inline int extcon_set_cable_state(struct extcon_dev *edev, in extcon_set_cable_state()
345 static inline int extcon_register_notifier(struct extcon_dev *edev, in extcon_register_notifier()
351 static inline int extcon_unregister_notifier(struct extcon_dev *edev, in extcon_unregister_notifier()