Lines Matching defs:edev
233 static inline int extcon_get_state(struct extcon_dev *edev, unsigned int id) in extcon_get_state()
238 static inline int extcon_get_property(struct extcon_dev *edev, unsigned int id, in extcon_get_property()
245 static inline int extcon_get_property_capability(struct extcon_dev *edev, in extcon_get_property_capability()
251 static inline int extcon_register_notifier(struct extcon_dev *edev, in extcon_register_notifier()
257 static inline int extcon_unregister_notifier(struct extcon_dev *edev, in extcon_unregister_notifier()
264 struct extcon_dev *edev, unsigned int id, in devm_extcon_register_notifier()
271 struct extcon_dev *edev, unsigned int id, in devm_extcon_unregister_notifier()
274 static inline int extcon_register_notifier_all(struct extcon_dev *edev, in extcon_register_notifier_all()
280 static inline int extcon_unregister_notifier_all(struct extcon_dev *edev, in extcon_unregister_notifier_all()
287 struct extcon_dev *edev, in devm_extcon_register_notifier_all()
294 struct extcon_dev *edev, in devm_extcon_unregister_notifier_all()
313 static inline const char *extcon_get_edev_name(struct extcon_dev *edev) in extcon_get_edev_name()
326 struct extcon_dev *edev; member