Lines Matching defs:edev
236 static inline int extcon_get_state(struct extcon_dev *edev, unsigned int id) in extcon_get_state()
241 static inline int extcon_get_property(struct extcon_dev *edev, unsigned int id, in extcon_get_property()
248 static inline int extcon_get_property_capability(struct extcon_dev *edev, in extcon_get_property_capability()
254 static inline int extcon_register_notifier(struct extcon_dev *edev, in extcon_register_notifier()
260 static inline int extcon_unregister_notifier(struct extcon_dev *edev, in extcon_unregister_notifier()
267 struct extcon_dev *edev, unsigned int id, in devm_extcon_register_notifier()
274 struct extcon_dev *edev, unsigned int id, in devm_extcon_unregister_notifier()
277 static inline int extcon_register_notifier_all(struct extcon_dev *edev, in extcon_register_notifier_all()
283 static inline int extcon_unregister_notifier_all(struct extcon_dev *edev, in extcon_unregister_notifier_all()
290 struct extcon_dev *edev, in devm_extcon_register_notifier_all()
297 struct extcon_dev *edev, in devm_extcon_unregister_notifier_all()
316 static inline const char *extcon_get_edev_name(struct extcon_dev *edev) in extcon_get_edev_name()
329 struct extcon_dev *edev; member