Home
last modified time | relevance | path

Searched refs:id_extcon (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/extcon/
Dextcon-axp288.c103 struct extcon_dev *id_extcon; member
169 if (info->id_extcon) in axp288_get_id_pin()
170 return extcon_get_state(info->id_extcon, EXTCON_USB_HOST) <= 0; in axp288_get_id_pin()
356 info->id_extcon = extcon_get_extcon_dev(acpi_dev_name(adev)); in axp288_extcon_probe()
358 if (!info->id_extcon) in axp288_extcon_probe()
410 if (info->id_extcon) { in axp288_extcon_probe()
411 ret = devm_extcon_register_notifier_all(dev, info->id_extcon, in axp288_extcon_probe()
/Linux-v5.4/drivers/usb/chipidea/
Dotg.c55 cable = &ci->platdata->id_extcon; in hw_read_otgsc()
99 cable = &ci->platdata->id_extcon; in hw_write_otgsc()
Dcore.c632 cable = &ci->platdata->id_extcon; in ci_usb_role_switch_set()
650 cable = &ci->platdata->id_extcon; in ci_usb_role_switch_set()
782 cable = &platdata->id_extcon; in ci_get_platdata()
822 id = &ci->platdata->id_extcon; in ci_extcon_register()
/Linux-v5.4/include/linux/usb/
Dchipidea.h82 struct ci_hdrc_cable id_extcon; member