Lines Matching defs:edev
235 static inline int extcon_get_state(struct extcon_dev *edev, unsigned int id) in extcon_get_state()
240 static inline int extcon_get_property(struct extcon_dev *edev, unsigned int id, in extcon_get_property()
247 static inline int extcon_get_property_capability(struct extcon_dev *edev, in extcon_get_property_capability()
253 static inline int extcon_register_notifier(struct extcon_dev *edev, in extcon_register_notifier()
259 static inline int extcon_unregister_notifier(struct extcon_dev *edev, in extcon_unregister_notifier()
266 struct extcon_dev *edev, unsigned int id, in devm_extcon_register_notifier()
273 struct extcon_dev *edev, unsigned int id, in devm_extcon_unregister_notifier()
276 static inline int extcon_register_notifier_all(struct extcon_dev *edev, in extcon_register_notifier_all()
282 static inline int extcon_unregister_notifier_all(struct extcon_dev *edev, in extcon_unregister_notifier_all()
289 struct extcon_dev *edev, in devm_extcon_register_notifier_all()
296 struct extcon_dev *edev, in devm_extcon_unregister_notifier_all()
315 static inline const char *extcon_get_edev_name(struct extcon_dev *edev) in extcon_get_edev_name()
328 struct extcon_dev *edev; member