Lines Matching defs:edev
73 static inline int extcon_dev_register(struct extcon_dev *edev) in extcon_dev_register()
78 static inline void extcon_dev_unregister(struct extcon_dev *edev) { } in extcon_dev_unregister()
81 struct extcon_dev *edev) in devm_extcon_dev_register()
87 struct extcon_dev *edev) { } in devm_extcon_dev_unregister()
94 static inline void extcon_dev_free(struct extcon_dev *edev) { } in extcon_dev_free()
102 static inline void devm_extcon_dev_free(struct extcon_dev *edev) { } in devm_extcon_dev_free()
105 static inline int extcon_set_state(struct extcon_dev *edev, unsigned int id, in extcon_set_state()
111 static inline int extcon_set_state_sync(struct extcon_dev *edev, unsigned int id, in extcon_set_state_sync()
117 static inline int extcon_sync(struct extcon_dev *edev, unsigned int id) in extcon_sync()
122 static inline int extcon_set_property(struct extcon_dev *edev, unsigned int id, in extcon_set_property()
129 static inline int extcon_set_property_sync(struct extcon_dev *edev, in extcon_set_property_sync()
136 static inline int extcon_set_property_capability(struct extcon_dev *edev, in extcon_set_property_capability()