Lines Matching refs: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) in extcon_dev_register() argument
70 static inline void extcon_dev_unregister(struct extcon_dev *edev) { } in extcon_dev_unregister() argument
73 struct extcon_dev *edev) in devm_extcon_dev_register() argument
79 struct extcon_dev *edev) { } in devm_extcon_dev_unregister() argument
86 static inline void extcon_dev_free(struct extcon_dev *edev) { } in extcon_dev_free() argument
94 static inline void devm_extcon_dev_free(struct extcon_dev *edev) { } in devm_extcon_dev_free() argument
97 static inline int extcon_set_state(struct extcon_dev *edev, unsigned int id, in extcon_set_state() argument
103 static inline int extcon_set_state_sync(struct extcon_dev *edev, unsigned int id, in extcon_set_state_sync() argument
109 static inline int extcon_sync(struct extcon_dev *edev, unsigned int id) in extcon_sync() argument
114 static inline int extcon_set_property(struct extcon_dev *edev, unsigned int id, in extcon_set_property() argument
121 static inline int extcon_set_property_sync(struct extcon_dev *edev, in extcon_set_property_sync() argument
128 static inline int extcon_set_property_capability(struct extcon_dev *edev, in extcon_set_property_capability() argument