• Home
  • Raw
  • Download

Lines Matching defs:edev

219 	struct extcon_dev *edev;  member
244 static int check_mutually_exclusive(struct extcon_dev *edev, u32 new_state) in check_mutually_exclusive()
264 static int find_cable_index_by_id(struct extcon_dev *edev, const unsigned int id) in find_cable_index_by_id()
293 static bool is_extcon_attached(struct extcon_dev *edev, unsigned int index) in is_extcon_attached()
298 static bool is_extcon_changed(struct extcon_dev *edev, int index, in is_extcon_changed()
318 static int is_extcon_property_capability(struct extcon_dev *edev, in is_extcon_property_capability()
351 static void init_property(struct extcon_dev *edev, unsigned int id, int index) in init_property()
370 struct extcon_dev *edev = dev_get_drvdata(dev); in state_show() local
388 struct extcon_dev *edev = dev_get_drvdata(dev); in name_show() local
426 int extcon_sync(struct extcon_dev *edev, unsigned int id) in extcon_sync()
507 int extcon_get_state(struct extcon_dev *edev, const unsigned int id) in extcon_get_state()
540 int extcon_set_state(struct extcon_dev *edev, unsigned int id, bool state) in extcon_set_state()
595 int extcon_set_state_sync(struct extcon_dev *edev, unsigned int id, bool state) in extcon_set_state_sync()
633 int extcon_get_property(struct extcon_dev *edev, unsigned int id, in extcon_get_property()
712 int extcon_set_property(struct extcon_dev *edev, unsigned int id, in extcon_set_property()
777 int extcon_set_property_sync(struct extcon_dev *edev, unsigned int id, in extcon_set_property_sync()
800 int extcon_get_property_capability(struct extcon_dev *edev, unsigned int id, in extcon_get_property_capability()
834 int extcon_set_property_capability(struct extcon_dev *edev, unsigned int id, in extcon_set_property_capability()
917 int extcon_register_notifier(struct extcon_dev *edev, unsigned int id, in extcon_register_notifier()
946 int extcon_unregister_notifier(struct extcon_dev *edev, unsigned int id, in extcon_unregister_notifier()
979 int extcon_register_notifier_all(struct extcon_dev *edev, in extcon_register_notifier_all()
1003 int extcon_unregister_notifier_all(struct extcon_dev *edev, in extcon_unregister_notifier_all()
1061 struct extcon_dev *edev; in extcon_dev_allocate() local
1080 void extcon_dev_free(struct extcon_dev *edev) in extcon_dev_free()
1100 int extcon_dev_register(struct extcon_dev *edev) in extcon_dev_register()
1312 void extcon_dev_unregister(struct extcon_dev *edev) in extcon_dev_unregister()
1362 struct extcon_dev *edev; in extcon_find_edev_by_node() local
1385 struct extcon_dev *edev; in extcon_get_edev_by_phandle() local
1429 const char *extcon_get_edev_name(struct extcon_dev *edev) in extcon_get_edev_name()