Lines Matching defs:edev

139 	struct extcon_dev *edev;  member
161 struct extcon_dev *edev; member
194 static inline u32 extcon_get_state(struct extcon_dev *edev) in extcon_get_state()
250 static inline int extcon_dev_register(struct extcon_dev *edev) in extcon_dev_register()
255 static inline void extcon_dev_unregister(struct extcon_dev *edev) { } in extcon_dev_unregister()
258 struct extcon_dev *edev) in devm_extcon_dev_register()
264 struct extcon_dev *edev) { } in devm_extcon_dev_unregister()
271 static inline void extcon_dev_free(struct extcon_dev *edev) { } in extcon_dev_free()
279 static inline void devm_extcon_dev_free(struct extcon_dev *edev) { } in devm_extcon_dev_free()
281 static inline u32 extcon_get_state(struct extcon_dev *edev) in extcon_get_state()
286 static inline int extcon_set_state(struct extcon_dev *edev, u32 state) in extcon_set_state()
291 static inline int extcon_update_state(struct extcon_dev *edev, u32 mask, in extcon_update_state()
297 static inline int extcon_get_cable_state_(struct extcon_dev *edev, in extcon_get_cable_state_()
303 static inline int extcon_set_cable_state_(struct extcon_dev *edev, in extcon_set_cable_state_()
309 static inline int extcon_get_cable_state(struct extcon_dev *edev, in extcon_get_cable_state()
315 static inline int extcon_set_cable_state(struct extcon_dev *edev, in extcon_set_cable_state()
326 static inline int extcon_register_notifier(struct extcon_dev *edev, in extcon_register_notifier()
333 static inline int extcon_unregister_notifier(struct extcon_dev *edev, in extcon_unregister_notifier()