| /Linux-v5.4/include/linux/ |
| D | extcon-provider.h | 15 struct extcon_dev; 20 extern int extcon_dev_register(struct extcon_dev *edev); 21 extern void extcon_dev_unregister(struct extcon_dev *edev); 23 struct extcon_dev *edev); 25 struct extcon_dev *edev); 28 extern struct extcon_dev *extcon_dev_allocate(const unsigned int *cable); 29 extern void extcon_dev_free(struct extcon_dev *edev); 30 extern struct extcon_dev *devm_extcon_dev_allocate(struct device *dev, 32 extern void devm_extcon_dev_free(struct device *dev, struct extcon_dev *edev); 35 extern int extcon_sync(struct extcon_dev *edev, unsigned int id); [all …]
|
| D | extcon.h | 166 struct extcon_dev; 173 extern int extcon_get_state(struct extcon_dev *edev, unsigned int id); 184 extern int extcon_get_property(struct extcon_dev *edev, unsigned int id, 187 extern int extcon_get_property_capability(struct extcon_dev *edev, 199 extern int extcon_register_notifier(struct extcon_dev *edev, unsigned int id, 201 extern int extcon_unregister_notifier(struct extcon_dev *edev, unsigned int id, 204 struct extcon_dev *edev, unsigned int id, 207 struct extcon_dev *edev, unsigned int id, 210 extern int extcon_register_notifier_all(struct extcon_dev *edev, 212 extern int extcon_unregister_notifier_all(struct extcon_dev *edev, [all …]
|
| /Linux-v5.4/drivers/extcon/ |
| D | devres.c | 13 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() 148 void devm_extcon_dev_unregister(struct device *dev, struct extcon_dev *edev) in devm_extcon_dev_unregister() [all …]
|
| D | extcon.c | 201 struct extcon_dev *edev; 226 static int check_mutually_exclusive(struct extcon_dev *edev, u32 new_state) in check_mutually_exclusive() 246 static int find_cable_index_by_id(struct extcon_dev *edev, const unsigned int id) in find_cable_index_by_id() 275 static bool is_extcon_attached(struct extcon_dev *edev, unsigned int index) in is_extcon_attached() 280 static bool is_extcon_changed(struct extcon_dev *edev, int index, in is_extcon_changed() 300 static int is_extcon_property_capability(struct extcon_dev *edev, in is_extcon_property_capability() 333 static void init_property(struct extcon_dev *edev, unsigned int id, int index) in init_property() 352 struct extcon_dev *edev = dev_get_drvdata(dev); in state_show() 370 struct extcon_dev *edev = dev_get_drvdata(dev); in name_show() 408 int extcon_sync(struct extcon_dev *edev, unsigned int id) in extcon_sync() [all …]
|
| D | extcon.h | 41 struct extcon_dev { struct
|
| D | extcon-palmas.c | 44 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()
|
| D | extcon-gpio.c | 35 struct extcon_dev *edev;
|
| D | extcon-max3355.c | 18 struct extcon_dev *edev;
|
| D | extcon-qcom-spmi-misc.c | 23 struct extcon_dev *edev;
|
| D | extcon-axp288.c | 102 struct extcon_dev *edev; 103 struct extcon_dev *id_extcon;
|
| D | extcon-intel-int3496.c | 27 struct extcon_dev *edev;
|
| D | extcon-adc-jack.c | 41 struct extcon_dev *edev;
|
| D | extcon-intel-mrfld.c | 52 struct extcon_dev *edev;
|
| D | extcon-usb-gpio.c | 27 struct extcon_dev *edev;
|
| D | extcon-ptn5150.c | 63 struct extcon_dev *edev;
|
| /Linux-v5.4/drivers/usb/phy/ |
| D | phy-omap-otg.c | 25 struct extcon_dev *extcon; 90 struct extcon_dev *extcon; in omap_otg_probe()
|
| /Linux-v5.4/include/linux/usb/ |
| D | phy.h | 103 struct extcon_dev *edev; 104 struct extcon_dev *id_edev;
|
| D | chipidea.h | 28 struct extcon_dev *edev;
|
| /Linux-v5.4/drivers/gpu/drm/rockchip/ |
| D | cdn-dp-core.h | 57 struct extcon_dev *extcon;
|
| /Linux-v5.4/include/linux/power/ |
| D | charger-manager.h | 67 struct extcon_specific_cable_nb extcon_dev; member
|
| /Linux-v5.4/drivers/power/supply/ |
| D | axp288_charger.c | 124 struct extcon_dev *cable; 131 struct extcon_dev *edev; 553 struct extcon_dev *edev = info->cable.edev; in axp288_charger_extcon_evt_worker() 609 struct extcon_dev *edev = info->otg.cable; in axp288_charger_otg_evt_worker()
|
| /Linux-v5.4/drivers/usb/dwc3/ |
| D | dwc3-qcom.c | 69 struct extcon_dev *edev; 70 struct extcon_dev *host_edev; 147 struct extcon_dev *host_edev; in dwc3_qcom_register_extcon()
|
| D | drd.c | 441 static struct extcon_dev *dwc3_get_extcon(struct dwc3 *dwc) in dwc3_get_extcon() 445 struct extcon_dev *edev; in dwc3_get_extcon()
|
| D | dwc3-omap.c | 127 struct extcon_dev *edev; 417 struct extcon_dev *edev; in dwc3_omap_extcon_register()
|
| /Linux-v5.4/drivers/usb/renesas_usbhs/ |
| D | common.h | 262 struct extcon_dev *edev;
|