Lines Matching refs:on
173 int rfkill_set_wifi_bt_power(int on)
178 LOG("%s: %d\n", __func__, on);
186 if (on) {
195 wifi_bt_vbat_state = on;
222 * 1 -> power on
225 int rockchip_wifi_power(int on)
233 LOG("%s: %d\n", __func__, on);
235 if (!on && primary_sdio_host) {
245 LOG("%s: wifi power is setted to be remain on.", __func__);
268 if (on == level) {
273 LOG("wifi turn on power.\n");
288 if (on) {
305 LOG("wifi turn on power [GPIO%d-%d]\n", poweron->io, poweron->enable);
396 int rockchip_wifi_reset(int on)