Lines Matching defs:edev
97 static int check_mutually_exclusive(struct extcon_dev *edev, u32 new_state) in check_mutually_exclusive()
117 static int find_cable_index_by_id(struct extcon_dev *edev, const unsigned int id) in find_cable_index_by_id()
130 static int find_cable_id_by_name(struct extcon_dev *edev, const char *name) in find_cable_id_by_name()
147 static int find_cable_index_by_name(struct extcon_dev *edev, const char *name) in find_cable_index_by_name()
176 struct extcon_dev *edev = dev_get_drvdata(dev); in state_show() local
195 struct extcon_dev *edev = dev_get_drvdata(dev); in state_store() local
213 struct extcon_dev *edev = dev_get_drvdata(dev); in name_show() local
258 int extcon_update_state(struct extcon_dev *edev, u32 mask, u32 state) in extcon_update_state()
344 int extcon_set_state(struct extcon_dev *edev, u32 state) in extcon_set_state()
358 int extcon_get_cable_state_(struct extcon_dev *edev, const unsigned int id) in extcon_get_cable_state_()
383 int extcon_get_cable_state(struct extcon_dev *edev, const char *cable_name) in extcon_get_cable_state()
403 int extcon_set_cable_state_(struct extcon_dev *edev, unsigned int id, in extcon_set_cable_state_()
433 int extcon_set_cable_state(struct extcon_dev *edev, in extcon_set_cable_state()
579 int extcon_register_notifier(struct extcon_dev *edev, unsigned int id, in extcon_register_notifier()
604 int extcon_unregister_notifier(struct extcon_dev *edev, unsigned int id, in extcon_unregister_notifier()
671 struct extcon_dev *edev; in extcon_dev_allocate() local
690 void extcon_dev_free(struct extcon_dev *edev) in extcon_dev_free()
728 struct extcon_dev **ptr, *edev; in devm_extcon_dev_allocate() local
749 void devm_extcon_dev_free(struct device *dev, struct extcon_dev *edev) in devm_extcon_dev_free()
765 int extcon_dev_register(struct extcon_dev *edev) in extcon_dev_register()
978 void extcon_dev_unregister(struct extcon_dev *edev) in extcon_dev_unregister()
1041 int devm_extcon_dev_register(struct device *dev, struct extcon_dev *edev) in devm_extcon_dev_register()
1071 void devm_extcon_dev_unregister(struct device *dev, struct extcon_dev *edev) in devm_extcon_dev_unregister()
1089 struct extcon_dev *edev; in extcon_get_edev_by_phandle() local
1129 const char *extcon_get_edev_name(struct extcon_dev *edev) in extcon_get_edev_name()