Lines Matching defs:edev
65 static inline int extcon_dev_register(struct extcon_dev *edev) in extcon_dev_register()
70 static inline void extcon_dev_unregister(struct extcon_dev *edev) { } in extcon_dev_unregister()
73 struct extcon_dev *edev) in devm_extcon_dev_register()
79 struct extcon_dev *edev) { } in devm_extcon_dev_unregister()
86 static inline void extcon_dev_free(struct extcon_dev *edev) { } in extcon_dev_free()
94 static inline void devm_extcon_dev_free(struct extcon_dev *edev) { } in devm_extcon_dev_free()
97 static inline int extcon_set_state(struct extcon_dev *edev, unsigned int id, in extcon_set_state()
103 static inline int extcon_set_state_sync(struct extcon_dev *edev, unsigned int id, in extcon_set_state_sync()
109 static inline int extcon_sync(struct extcon_dev *edev, unsigned int id) in extcon_sync()
114 static inline int extcon_set_property(struct extcon_dev *edev, unsigned int id, in extcon_set_property()
121 static inline int extcon_set_property_sync(struct extcon_dev *edev, in extcon_set_property_sync()
128 static inline int extcon_set_property_capability(struct extcon_dev *edev, in extcon_set_property_capability()