Searched refs:id_gpio (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/extcon/
H A Dextcon-arizona.c491 int id_gpio = arizona->pdata.hpdet_id_gpio; arizona_hpdet_do_id() local
501 if (id_gpio && info->num_hpdet_res == 1) { arizona_hpdet_do_id()
511 gpio_set_value_cansleep(id_gpio, 1); arizona_hpdet_do_id()
539 if (!id_gpio || info->hpdet_res[1] > 50) { arizona_hpdet_do_id()
561 int id_gpio = arizona->pdata.hpdet_id_gpio; arizona_hpdet_irq() local
625 if (id_gpio) arizona_hpdet_irq()
626 gpio_set_value_cansleep(id_gpio, 0); arizona_hpdet_irq()

Completed in 97 milliseconds