Lines Matching refs:edev
108 struct extcon_dev *edev; member
617 ret = extcon_get_cable_state_(info->edev, EXTCON_MECHANICAL); in arizona_hpdet_irq()
652 ret = extcon_set_cable_state_(info->edev, report, true); in arizona_hpdet_irq()
735 ret = extcon_set_cable_state_(info->edev, EXTCON_JACK_HEADPHONE, true); in arizona_identify_headphone()
792 ret = extcon_set_cable_state_(info->edev, EXTCON_JACK_HEADPHONE, true); in arizona_start_hpdet_acc_id()
832 ret = extcon_get_cable_state_(info->edev, EXTCON_MECHANICAL); in arizona_micd_detect()
917 ret = extcon_set_cable_state_(info->edev, in arizona_micd_detect()
1111 ret = extcon_set_cable_state_(info->edev, in arizona_jackdet()
1152 ret = extcon_update_state(info->edev, 0xffffffff, 0); in arizona_jackdet()
1310 info->edev = devm_extcon_dev_allocate(&pdev->dev, arizona_cable); in arizona_extcon_probe()
1311 if (IS_ERR(info->edev)) { in arizona_extcon_probe()
1316 ret = devm_extcon_dev_register(&pdev->dev, info->edev); in arizona_extcon_probe()