Searched refs:cw1200_powerup (Results 1 – 1 of 1) sorted by relevance
183 static struct gpio_desc *cw1200_powerup; variable209 cw1200_powerup = devm_gpiod_get_optional(NULL, "powerup", GPIOD_OUT_LOW); in cw1200_sdio_on()210 if (IS_ERR(cw1200_powerup)) { in cw1200_sdio_on()212 return PTR_ERR(cw1200_powerup); in cw1200_sdio_on()214 gpiod_set_consumer_name(cw1200_powerup, "cw1200_wlan_powerup"); in cw1200_sdio_on()216 if (cw1200_reset || cw1200_powerup) in cw1200_sdio_on()237 if (cw1200_powerup) { in cw1200_sdio_on()238 gpiod_set_value(cw1200_powerup, 1); in cw1200_sdio_on()