Searched refs:gpio_poc (Results 1 – 1 of 1) sorted by relevance
195 u32 gpio_poc[2]; member1271 priv->gpio_poc, 2); in max9286_parse_gpios()1281 if (ret || priv->gpio_poc[0] > 1 || in max9286_parse_gpios()1282 (priv->gpio_poc[1] != GPIO_ACTIVE_HIGH && in max9286_parse_gpios()1283 priv->gpio_poc[1] != GPIO_ACTIVE_LOW)) { in max9286_parse_gpios()1303 return max9286_gpio_set(priv, priv->gpio_poc[0], in max9286_poc_power_on()1304 !priv->gpio_poc[1]); in max9286_poc_power_on()1335 return max9286_gpio_set(priv, priv->gpio_poc[0], in max9286_poc_power_off()1336 priv->gpio_poc[1]); in max9286_poc_power_off()