Lines Matching refs:extcon_dev

174 struct extcon_dev;
181 extern int extcon_get_state(struct extcon_dev *edev, unsigned int id);
192 extern int extcon_get_property(struct extcon_dev *edev, unsigned int id,
195 extern int extcon_get_property_capability(struct extcon_dev *edev,
207 extern int extcon_register_notifier(struct extcon_dev *edev, unsigned int id,
209 extern int extcon_unregister_notifier(struct extcon_dev *edev, unsigned int id,
212 struct extcon_dev *edev, unsigned int id,
215 struct extcon_dev *edev, unsigned int id,
218 extern int extcon_register_notifier_all(struct extcon_dev *edev,
220 extern int extcon_unregister_notifier_all(struct extcon_dev *edev,
223 struct extcon_dev *edev,
226 struct extcon_dev *edev,
232 extern struct extcon_dev *extcon_get_extcon_dev(const char *extcon_name);
233 extern struct extcon_dev *extcon_find_edev_by_node(struct device_node *node);
234 extern struct extcon_dev *extcon_get_edev_by_phandle(struct device *dev,
238 extern const char *extcon_get_edev_name(struct extcon_dev *edev);
241 static inline int extcon_get_state(struct extcon_dev *edev, unsigned int id) in extcon_get_state()
246 static inline int extcon_get_property(struct extcon_dev *edev, unsigned int id, in extcon_get_property()
253 static inline int extcon_get_property_capability(struct extcon_dev *edev, in extcon_get_property_capability()
259 static inline int extcon_register_notifier(struct extcon_dev *edev, in extcon_register_notifier()
265 static inline int extcon_unregister_notifier(struct extcon_dev *edev, in extcon_unregister_notifier()
272 struct extcon_dev *edev, unsigned int id, in devm_extcon_register_notifier()
279 struct extcon_dev *edev, unsigned int id, in devm_extcon_unregister_notifier()
282 static inline struct extcon_dev *extcon_get_extcon_dev(const char *extcon_name) in extcon_get_extcon_dev()
287 static inline struct extcon_dev *extcon_find_edev_by_node(struct device_node *node) in extcon_find_edev_by_node()
292 static inline struct extcon_dev *extcon_get_edev_by_phandle(struct device *dev, in extcon_get_edev_by_phandle()
306 struct extcon_dev *edev;