Home
last modified time | relevance | path

Searched refs:extcon_dev (Results 1 – 25 of 67) sorted by relevance

123

/linux-6.15/include/linux/
H A Dextcon-provider.h15 struct extcon_dev;
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);
30 struct extcon_dev *devm_extcon_dev_allocate(struct device *dev,
35 int extcon_sync(struct extcon_dev *edev, unsigned int id);
61 int extcon_set_property_capability(struct extcon_dev *edev,
73 struct extcon_dev *edev) in devm_extcon_dev_register()
[all …]
H A Dextcon.h168 struct extcon_dev;
206 struct extcon_dev *edev, unsigned int id,
209 struct extcon_dev *edev, unsigned int id,
212 int extcon_register_notifier_all(struct extcon_dev *edev,
217 struct extcon_dev *edev,
220 struct extcon_dev *edev,
266 struct extcon_dev *edev, unsigned int id, in devm_extcon_register_notifier()
273 struct extcon_dev *edev, unsigned int id, in devm_extcon_unregister_notifier()
289 struct extcon_dev *edev, in devm_extcon_register_notifier_all()
296 struct extcon_dev *edev, in devm_extcon_unregister_notifier_all()
[all …]
/linux-6.15/drivers/extcon/
H A Ddevres.c13 struct extcon_dev **r = res; in devm_extcon_dev_match()
23 extcon_dev_free(*(struct extcon_dev **)res); in devm_extcon_dev_release()
29 extcon_dev_unregister(*(struct extcon_dev **)res); in devm_extcon_dev_unreg()
33 struct extcon_dev *edev;
65 struct extcon_dev *devm_extcon_dev_allocate(struct device *dev, in devm_extcon_dev_allocate()
68 struct extcon_dev **ptr, *edev; in devm_extcon_dev_allocate()
97 void devm_extcon_dev_free(struct device *dev, struct extcon_dev *edev) in devm_extcon_dev_free()
118 int devm_extcon_dev_register(struct device *dev, struct extcon_dev *edev) in devm_extcon_dev_register()
120 struct extcon_dev **ptr; in devm_extcon_dev_register()
207 struct extcon_dev *edev, unsigned int id, in devm_extcon_unregister_notifier()
[all …]
H A Dextcon.c220 struct extcon_dev *edev;
372 struct extcon_dev *edev = dev_get_drvdata(dev); in state_show()
390 struct extcon_dev *edev = dev_get_drvdata(dev); in name_show()
883 struct extcon_dev *sd; in extcon_get_extcon_dev()
1058 struct extcon_dev *edev; in extcon_dev_allocate()
1077 void extcon_dev_free(struct extcon_dev *edev) in extcon_dev_free()
1148 static int extcon_alloc_muex(struct extcon_dev *edev) in extcon_alloc_muex()
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()
1409 struct extcon_dev *edev; in extcon_find_edev_by_node()
[all …]
H A Dextcon.h42 struct extcon_dev { struct
H A Dextcon-palmas.c44 struct extcon_dev *edev = palmas_usb->edev; in palmas_vbus_irq_handler()
77 struct extcon_dev *edev = palmas_usb->edev; in palmas_id_irq_handler()
121 struct extcon_dev *edev = palmas_usb->edev; in palmas_gpio_id_detect()
H A Dextcon-gpio.c36 struct extcon_dev *edev;
H A Dextcon-max3355.c17 struct extcon_dev *edev;
H A Dextcon-axp288.c103 struct extcon_dev *edev;
104 struct extcon_dev *id_extcon;
H A Dextcon-intel-int3496.c29 struct extcon_dev *edev;
H A Dextcon-qcom-spmi-misc.c24 struct extcon_dev *edev;
H A Dextcon-adc-jack.c43 struct extcon_dev *edev;
H A Dextcon-usb-gpio.c26 struct extcon_dev *edev;
H A Dextcon-intel-mrfld.c52 struct extcon_dev *edev;
/linux-6.15/include/linux/power/
H A Dcharger-manager.h59 struct extcon_dev *extcon_dev; member
/linux-6.15/drivers/usb/phy/
H A Dphy-omap-otg.c25 struct extcon_dev *extcon;
90 struct extcon_dev *extcon; in omap_otg_probe()
/linux-6.15/Documentation/driver-api/
H A Dextcon.rst60 extcon_dev section in Key Components
65 struct extcon_dev {
125 struct extcon_dev *edev;
177 struct extcon_dev *edev;
/linux-6.15/include/linux/usb/
H A Dphy.h103 struct extcon_dev *edev;
104 struct extcon_dev *id_edev;
H A Dchipidea.h28 struct extcon_dev *edev;
/linux-6.15/drivers/power/supply/
H A Dmax8997_charger.c38 struct extcon_dev *edev;
102 struct extcon_dev *edev = charger->edev; in max8997_battery_extcon_evt_worker()
H A Daxp288_charger.c129 struct extcon_dev *cable;
136 struct extcon_dev *edev;
622 struct extcon_dev *edev = info->cable.edev; in axp288_charger_extcon_evt_worker()
688 struct extcon_dev *edev = info->otg.cable; in axp288_charger_otg_evt_worker()
H A Dcharger-manager.c988 cable->extcon_dev = extcon_get_extcon_dev(cable->extcon_name); in charger_extcon_init()
989 if (IS_ERR(cable->extcon_dev)) { in charger_extcon_init()
992 return PTR_ERR(cable->extcon_dev); in charger_extcon_init()
1008 ret = devm_extcon_register_notifier(cm->dev, cable->extcon_dev, in charger_extcon_init()
1062 event = extcon_get_state(cable->extcon_dev, in charger_manager_register_extcon()
/linux-6.15/drivers/gpu/drm/rockchip/
H A Dcdn-dp-core.h58 struct extcon_dev *extcon;
/linux-6.15/drivers/usb/dwc3/
H A Ddwc3-omap.c127 struct extcon_dev *edev;
417 struct extcon_dev *edev; in dwc3_omap_extcon_register()
H A Ddwc3-qcom.c83 struct extcon_dev *edev;
84 struct extcon_dev *host_edev;
161 struct extcon_dev *host_edev; in dwc3_qcom_register_extcon()

123