Lines Matching refs:edev
173 extern int extcon_get_state(struct extcon_dev *edev, unsigned int id);
184 extern int extcon_get_property(struct extcon_dev *edev, unsigned int id,
187 extern int extcon_get_property_capability(struct extcon_dev *edev,
199 extern int extcon_register_notifier(struct extcon_dev *edev, unsigned int id,
201 extern int extcon_unregister_notifier(struct extcon_dev *edev, unsigned int id,
204 struct extcon_dev *edev, unsigned int id,
207 struct extcon_dev *edev, unsigned int id,
210 extern int extcon_register_notifier_all(struct extcon_dev *edev,
212 extern int extcon_unregister_notifier_all(struct extcon_dev *edev,
215 struct extcon_dev *edev,
218 struct extcon_dev *edev,
230 extern const char *extcon_get_edev_name(struct extcon_dev *edev);
233 static inline int extcon_get_state(struct extcon_dev *edev, unsigned int id) in extcon_get_state() argument
238 static inline int extcon_get_property(struct extcon_dev *edev, unsigned int id, in extcon_get_property() argument
245 static inline int extcon_get_property_capability(struct extcon_dev *edev, in extcon_get_property_capability() argument
251 static inline int extcon_register_notifier(struct extcon_dev *edev, in extcon_register_notifier() argument
257 static inline int extcon_unregister_notifier(struct extcon_dev *edev, in extcon_unregister_notifier() argument
264 struct extcon_dev *edev, unsigned int id, in devm_extcon_register_notifier() argument
271 struct extcon_dev *edev, unsigned int id, in devm_extcon_unregister_notifier() argument
298 struct extcon_dev *edev; member