Lines Matching full:wifi
14 /* Rock-chips rfkill driver for wifi
74 * Broadcom Wifi Static Memory
202 * get wifi power state Func
223 * Wifi Power Control Func
245 LOG("%s: wifi power is setted to be remain on.", __func__); in rockchip_wifi_power()
275 LOG("wifi turn on power.\n"); in rockchip_wifi_power()
284 LOG("wifi shut off power.\n"); in rockchip_wifi_power()
309 LOG("wifi turn on power [GPIO%d-%d]\n", poweron->io, poweron->enable); in rockchip_wifi_power()
312 printk("wifi power off\n"); in rockchip_wifi_power()
324 LOG("%s: wifi will set vbat to low\n", __func__); in rockchip_wifi_power()
327 LOG("%s: wifi shouldn't control the vbat\n", __func__); in rockchip_wifi_power()
330 LOG("wifi shut off power [GPIO%d-%d]\n", poweron->io, !poweron->enable); in rockchip_wifi_power()
340 * Wifi Sdio Detect Func
351 * Wifi Get Interrupt irq Func
372 LOG("%s: wifi OOB pin isn't defined.\n", __func__); in rockchip_wifi_get_oob_irq()
397 * Wifi Reset Func
408 * Wifi MAC custom Func
429 LOG("%s: rk_vendor_read wifi mac address failed (%d)\n", in get_wifi_addr_vendor()
433 LOG("%s: generate random wifi mac address: " in get_wifi_addr_vendor()
448 LOG("%s: rk_vendor_read wifi mac address: " in get_wifi_addr_vendor()
490 * wifi get country code func
569 LOG("%s: wifi power remain\n", __func__); in wlan_platdata_parse_dt()
572 LOG("%s: enable wifi power control.\n", __func__); in wlan_platdata_parse_dt()
584 LOG("%s: wifi power controlled by pmu(%s).\n", __func__, in wlan_platdata_parse_dt()
595 LOG("%s: wifi power controlled by pmu(level = %s).\n", in wlan_platdata_parse_dt()
601 LOG("%s: wifi power controled by gpio.\n", __func__); in wlan_platdata_parse_dt()
602 gpio = of_get_named_gpio_flags(node, "WIFI,poweren_gpio", 0, in wlan_platdata_parse_dt()
608 LOG("%s: WIFI,poweren_gpio = %d flags = %d.\n", in wlan_platdata_parse_dt()
613 gpio = of_get_named_gpio_flags(node, "WIFI,vbat_gpio", 0, in wlan_platdata_parse_dt()
619 LOG("%s: WIFI,vbat_gpio = %d, flags = %d.\n", in wlan_platdata_parse_dt()
624 gpio = of_get_named_gpio_flags(node, "WIFI,reset_gpio", 0, in wlan_platdata_parse_dt()
630 LOG("%s: WIFI,reset_gpio = %d, flags = %d.\n", in wlan_platdata_parse_dt()
635 gpio = of_get_named_gpio_flags(node, "WIFI,host_wake_irq", 0, in wlan_platdata_parse_dt()
640 LOG("%s: WIFI,host_wake_irq = %d, flags = %d.\n", in wlan_platdata_parse_dt()
663 /* WIFI clock (REF_CLKOUT) output enable. in wlan_platdata_parse_dt()
980 MODULE_DESCRIPTION("rock-chips rfkill for wifi v0.1");