Lines Matching refs:edev
99 struct extcon_dev *edev; member
576 ret = extcon_get_cable_state_(info->edev, ARIZONA_CABLE_MECHANICAL); in arizona_hpdet_irq()
611 ret = extcon_set_cable_state_(info->edev, report, true); in arizona_hpdet_irq()
694 ret = extcon_set_cable_state_(info->edev, in arizona_identify_headphone()
752 ret = extcon_set_cable_state_(info->edev, in arizona_start_hpdet_acc_id()
792 ret = extcon_get_cable_state_(info->edev, ARIZONA_CABLE_MECHANICAL); in arizona_micd_detect()
840 ret = extcon_set_cable_state_(info->edev, in arizona_micd_detect()
1032 ret = extcon_set_cable_state_(info->edev, in arizona_jackdet()
1071 ret = extcon_update_state(info->edev, 0xffffffff, 0); in arizona_jackdet()
1183 info->edev = devm_extcon_dev_allocate(&pdev->dev, arizona_cable); in arizona_extcon_probe()
1184 if (IS_ERR(info->edev)) { in arizona_extcon_probe()
1188 info->edev->name = "Headset Jack"; in arizona_extcon_probe()
1190 ret = devm_extcon_dev_register(&pdev->dev, info->edev); in arizona_extcon_probe()