Searched refs:gpiod_in_sel0 (Results 1 – 1 of 1) sorted by relevance
38 static struct gpio_desc *gpiod_in_sel0, *gpiod_in_sel1; variable345 gpiod_in_sel0 = devm_gpiod_get(dev, "IN_SEL0", GPIOD_OUT_HIGH); in magician_audio_probe()346 if (IS_ERR(gpiod_in_sel0)) in magician_audio_probe()347 return PTR_ERR(gpiod_in_sel0); in magician_audio_probe()