• Home
  • Raw
  • Download

Lines Matching defs:edev

223 static inline int extcon_get_state(struct extcon_dev *edev, unsigned int id)  in extcon_get_state()
228 static inline int extcon_get_property(struct extcon_dev *edev, unsigned int id, unsigned int prop, in extcon_get_property()
234 static inline int extcon_get_property_capability(struct extcon_dev *edev, unsigned int id, unsigned… in extcon_get_property_capability()
239 static inline int extcon_register_notifier(struct extcon_dev *edev, unsigned int id, struct notifie… in extcon_register_notifier()
244 static inline int extcon_unregister_notifier(struct extcon_dev *edev, unsigned int id, struct notif… in extcon_unregister_notifier()
249 static inline int devm_extcon_register_notifier(struct device *dev, struct extcon_dev *edev, unsign… in devm_extcon_register_notifier()
255 static inline void devm_extcon_unregister_notifier(struct device *dev, struct extcon_dev *edev, uns… in devm_extcon_unregister_notifier()
260 static inline int extcon_register_notifier_all(struct extcon_dev *edev, struct notifier_block *nb) in extcon_register_notifier_all()
265 static inline int extcon_unregister_notifier_all(struct extcon_dev *edev, struct notifier_block *nb) in extcon_unregister_notifier_all()
270 static inline int devm_extcon_register_notifier_all(struct device *dev, struct extcon_dev *edev, in devm_extcon_register_notifier_all()
276 static inline void devm_extcon_unregister_notifier_all(struct device *dev, struct extcon_dev *edev, in devm_extcon_unregister_notifier_all()
296 static inline const char *extcon_get_edev_name(struct extcon_dev *edev) in extcon_get_edev_name()
309 struct extcon_dev *edev; member