Lines Matching refs:extcon_dev

220 	struct extcon_dev *edev;
246 static int check_mutually_exclusive(struct extcon_dev *edev, u32 new_state) in check_mutually_exclusive()
266 static int find_cable_index_by_id(struct extcon_dev *edev, const unsigned int id) in find_cable_index_by_id()
295 static bool is_extcon_attached(struct extcon_dev *edev, unsigned int index) in is_extcon_attached()
300 static bool is_extcon_changed(struct extcon_dev *edev, int index, in is_extcon_changed()
320 static int is_extcon_property_capability(struct extcon_dev *edev, in is_extcon_property_capability()
353 static void init_property(struct extcon_dev *edev, unsigned int id, int index) in init_property()
372 struct extcon_dev *edev = dev_get_drvdata(dev); in state_show()
390 struct extcon_dev *edev = dev_get_drvdata(dev); in name_show()
429 int extcon_sync(struct extcon_dev *edev, unsigned int id) in extcon_sync()
510 int extcon_get_state(struct extcon_dev *edev, const unsigned int id) in extcon_get_state()
543 int extcon_set_state(struct extcon_dev *edev, unsigned int id, bool state) in extcon_set_state()
598 int extcon_set_state_sync(struct extcon_dev *edev, unsigned int id, bool state) in extcon_set_state_sync()
624 int extcon_get_property(struct extcon_dev *edev, unsigned int id, in extcon_get_property()
703 int extcon_set_property(struct extcon_dev *edev, unsigned int id, in extcon_set_property()
771 int extcon_set_property_sync(struct extcon_dev *edev, unsigned int id, in extcon_set_property_sync()
794 int extcon_get_property_capability(struct extcon_dev *edev, unsigned int id, in extcon_get_property_capability()
828 int extcon_set_property_capability(struct extcon_dev *edev, unsigned int id, in extcon_set_property_capability()
881 struct extcon_dev *extcon_get_extcon_dev(const char *extcon_name) in extcon_get_extcon_dev()
883 struct extcon_dev *sd; in extcon_get_extcon_dev()
913 int extcon_register_notifier(struct extcon_dev *edev, unsigned int id, in extcon_register_notifier()
942 int extcon_unregister_notifier(struct extcon_dev *edev, unsigned int id, in extcon_unregister_notifier()
975 int extcon_register_notifier_all(struct extcon_dev *edev, in extcon_register_notifier_all()
999 int extcon_unregister_notifier_all(struct extcon_dev *edev, in extcon_unregister_notifier_all()
1056 struct extcon_dev *extcon_dev_allocate(const unsigned int *supported_cable) in extcon_dev_allocate()
1058 struct extcon_dev *edev; in extcon_dev_allocate()
1077 void extcon_dev_free(struct extcon_dev *edev) in extcon_dev_free()
1089 static int extcon_alloc_cables(struct extcon_dev *edev) in extcon_alloc_cables()
1148 static int extcon_alloc_muex(struct extcon_dev *edev) in extcon_alloc_muex()
1203 static int extcon_alloc_groups(struct extcon_dev *edev) in extcon_alloc_groups()
1247 int extcon_dev_register(struct extcon_dev *edev) in extcon_dev_register()
1358 void extcon_dev_unregister(struct extcon_dev *edev) in extcon_dev_unregister()
1407 struct extcon_dev *extcon_find_edev_by_node(struct device_node *node) in extcon_find_edev_by_node()
1409 struct extcon_dev *edev; in extcon_find_edev_by_node()
1429 struct extcon_dev *extcon_get_edev_by_phandle(struct device *dev, int index) in extcon_get_edev_by_phandle()
1432 struct extcon_dev *edev; in extcon_get_edev_by_phandle()
1453 struct extcon_dev *extcon_find_edev_by_node(struct device_node *node) in extcon_find_edev_by_node()
1458 struct extcon_dev *extcon_get_edev_by_phandle(struct device *dev, int index) in extcon_get_edev_by_phandle()
1472 const char *extcon_get_edev_name(struct extcon_dev *edev) in extcon_get_edev_name()