Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/extcon/
H A Dextcon-arizona.c534 int id_gpio = arizona->pdata.hpdet_id_gpio; in arizona_hpdet_do_id() local
546 if (id_gpio && info->num_hpdet_res == 1) { in arizona_hpdet_do_id()
556 gpio_set_value_cansleep(id_gpio, 1); in arizona_hpdet_do_id()
583 if (!id_gpio || info->hpdet_res[1] > 50) { in arizona_hpdet_do_id()
602 int id_gpio = arizona->pdata.hpdet_id_gpio; in arizona_hpdet_irq() local
665 if (id_gpio) in arizona_hpdet_irq()
666 gpio_set_value_cansleep(id_gpio, 0); in arizona_hpdet_irq()