Home
last modified time | relevance | path

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

/drivers/extcon/
Dextcon-axp288.c104 struct extcon_dev *id_extcon; member
170 if (info->id_extcon) in axp288_get_id_pin()
171 return extcon_get_state(info->id_extcon, EXTCON_USB_HOST) <= 0; in axp288_get_id_pin()
395 info->id_extcon = extcon_get_extcon_dev(acpi_dev_name(adev)); in axp288_extcon_probe()
397 if (IS_ERR(info->id_extcon)) in axp288_extcon_probe()
398 return PTR_ERR(info->id_extcon); in axp288_extcon_probe()
455 if (info->id_extcon) { in axp288_extcon_probe()
456 ret = devm_extcon_register_notifier_all(dev, info->id_extcon, in axp288_extcon_probe()
/drivers/usb/chipidea/
Dotg.c56 cable = &ci->platdata->id_extcon; in hw_read_otgsc()
101 cable = &ci->platdata->id_extcon; in hw_write_otgsc()
Dcore.c633 cable = &ci->platdata->id_extcon; in ci_usb_role_switch_set()
651 cable = &ci->platdata->id_extcon; in ci_usb_role_switch_set()
784 cable = &platdata->id_extcon; in ci_get_platdata()
827 id = &ci->platdata->id_extcon; in ci_extcon_register()
1323 cable_id = &ci->platdata->id_extcon; in ci_extcon_wakeup_int()
Dci_hdrc_imx.c468 if (!IS_ERR(pdata.id_extcon.edev) || in ci_hdrc_imx_probe()