Lines Matching defs:edev
20 int extcon_dev_register(struct extcon_dev *edev);
21 void extcon_dev_unregister(struct extcon_dev *edev);
23 struct extcon_dev *edev);
25 struct extcon_dev *edev);
29 void extcon_dev_free(struct extcon_dev *edev);
32 void devm_extcon_dev_free(struct device *dev, struct extcon_dev *edev);
35 int extcon_sync(struct extcon_dev *edev, unsigned int id);
41 int extcon_set_state(struct extcon_dev *edev, unsigned int id,
43 int extcon_set_state_sync(struct extcon_dev *edev, unsigned int id,
55 int extcon_set_property(struct extcon_dev *edev, unsigned int id,
58 int extcon_set_property_sync(struct extcon_dev *edev, unsigned int id,
61 int extcon_set_property_capability(struct extcon_dev *edev,
65 static inline int extcon_dev_register(struct extcon_dev *edev)
70 static inline void extcon_dev_unregister(struct extcon_dev *edev) { }
73 struct extcon_dev *edev)
79 struct extcon_dev *edev) { }
86 static inline void extcon_dev_free(struct extcon_dev *edev) { }
94 static inline void devm_extcon_dev_free(struct extcon_dev *edev) { }
97 static inline int extcon_set_state(struct extcon_dev *edev, unsigned int id,
103 static inline int extcon_set_state_sync(struct extcon_dev *edev, unsigned int id,
109 static inline int extcon_sync(struct extcon_dev *edev, unsigned int id)
114 static inline int extcon_set_property(struct extcon_dev *edev, unsigned int id,
121 static inline int extcon_set_property_sync(struct extcon_dev *edev,
128 static inline int extcon_set_property_capability(struct extcon_dev *edev,