Searched refs:gpio_poc (Results 1 – 1 of 1) sorted by relevance
194 u32 gpio_poc[2]; member1244 priv->gpio_poc, 2); in max9286_parse_gpios()1254 if (ret || priv->gpio_poc[0] > 1 || in max9286_parse_gpios()1255 (priv->gpio_poc[1] != GPIO_ACTIVE_HIGH && in max9286_parse_gpios()1256 priv->gpio_poc[1] != GPIO_ACTIVE_LOW)) { in max9286_parse_gpios()1276 return max9286_gpio_set(priv, priv->gpio_poc[0], in max9286_poc_power_on()1277 !priv->gpio_poc[1]); in max9286_poc_power_on()1308 return max9286_gpio_set(priv, priv->gpio_poc[0], in max9286_poc_power_off()1309 priv->gpio_poc[1]); in max9286_poc_power_off()