Lines Matching refs:edev
28 extern int extcon_dev_register(struct extcon_dev *edev);
29 extern void extcon_dev_unregister(struct extcon_dev *edev);
31 struct extcon_dev *edev);
33 struct extcon_dev *edev);
37 extern void extcon_dev_free(struct extcon_dev *edev);
40 extern void devm_extcon_dev_free(struct device *dev, struct extcon_dev *edev);
43 extern int extcon_sync(struct extcon_dev *edev, unsigned int id);
49 extern int extcon_set_state(struct extcon_dev *edev, unsigned int id,
51 extern int extcon_set_state_sync(struct extcon_dev *edev, unsigned int id,
63 extern int extcon_set_property(struct extcon_dev *edev, unsigned int id,
66 extern int extcon_set_property_sync(struct extcon_dev *edev, unsigned int id,
69 extern int extcon_set_property_capability(struct extcon_dev *edev,
73 static inline int extcon_dev_register(struct extcon_dev *edev) in extcon_dev_register() argument
78 static inline void extcon_dev_unregister(struct extcon_dev *edev) { } in extcon_dev_unregister() argument
81 struct extcon_dev *edev) in devm_extcon_dev_register() argument
87 struct extcon_dev *edev) { } in devm_extcon_dev_unregister() argument
94 static inline void extcon_dev_free(struct extcon_dev *edev) { } in extcon_dev_free() argument
102 static inline void devm_extcon_dev_free(struct extcon_dev *edev) { } in devm_extcon_dev_free() argument
105 static inline int extcon_set_state(struct extcon_dev *edev, unsigned int id, in extcon_set_state() argument
111 static inline int extcon_set_state_sync(struct extcon_dev *edev, unsigned int id, in extcon_set_state_sync() argument
117 static inline int extcon_sync(struct extcon_dev *edev, unsigned int id) in extcon_sync() argument
122 static inline int extcon_set_property(struct extcon_dev *edev, unsigned int id, in extcon_set_property() argument
129 static inline int extcon_set_property_sync(struct extcon_dev *edev, in extcon_set_property_sync() argument
136 static inline int extcon_set_property_capability(struct extcon_dev *edev, in extcon_set_property_capability() argument