Lines Matching refs:pr_info
28 #define pr_info(fmt, ...) syslog(LOG_INFO, fmt, ##__VA_ARGS__) macro
33 #define pr_info macro
199 pr_info("Cannot set RW to \"%s\": %s \n", RECOGNIZE_WIFI_CHIP, strerror(errno)); in save_wifi_chip_type()
202 pr_info("%s is exit \n", RECOGNIZE_WIFI_CHIP); in save_wifi_chip_type()
208 pr_info("Cannot create \"%s\": %s", RECOGNIZE_WIFI_CHIP, strerror(errno)); in save_wifi_chip_type()
212 pr_info("%s is not exit,save wifi chip \n", RECOGNIZE_WIFI_CHIP); in save_wifi_chip_type()
214 pr_info("recognized wifi chip = %s, save to %s \n", buf, RECOGNIZE_WIFI_CHIP); in save_wifi_chip_type()
217 pr_info("Error writing \"%s\": %s \n", RECOGNIZE_WIFI_CHIP, strerror(errno)); in save_wifi_chip_type()
225 pr_info("Error changing permissions of %s to 0664: %s \n",RECOGNIZE_WIFI_CHIP, strerror(errno)); in save_wifi_chip_type()
244 pr_info("open dir failed: %s \n", strerror(errno)); in get_wifi_device_id()
252 pr_info("uevent path:%s \n", uevent_file); in get_wifi_device_id()
265 pr_info("line: %s, prefix: %s.\n", line, prefix); in get_wifi_device_id()
277 pr_info("pid:vid : %s \n", temp); in get_wifi_device_id()
280 pr_info("found device pid:vid : %s \n", temp); in get_wifi_device_id()
296 pr_info("wifi detectd return ret:%d \n", ret); in get_wifi_device_id()
304 pr_info("SDIO WIFI identify sucess \n"); in check_wifi_chip_type_string()
306 pr_info("USB WIFI identify sucess \n"); in check_wifi_chip_type_string()
308 pr_info("PCIE WIFI identify sucess \n"); in check_wifi_chip_type_string()
310 …pr_info("maybe there is no usb wifi or sdio or pcie wifi, set default wifi module Brocom APXXX \n"… in check_wifi_chip_type_string()
317 pr_info("%s: %s \n", __func__, type); in check_wifi_chip_type_string()
329 pr_info("Couldn't open /proc/net/dev \n"); in check_wireless_ready()
335 pr_info("Wifi driver is ready for now... \n"); in check_wireless_ready()
343 pr_info("Wifi driver is not ready.\n"); in check_wireless_ready()
429 pr_info("%s \n", __func__); in wifibt_load_driver()
441 pr_info("%s matched ko file path %s \n", __func__, wifi_ko_path); in wifibt_load_driver()
447 pr_info("%s falied to find wifi driver for type=%s \n", __func__, wifi_type); in wifibt_load_driver()
458 pr_info("%s %s\n", __func__, temp); in wifibt_load_driver()
460 pr_info("%s insmod %s failed \n", __func__, wifi_ko_path); in wifibt_load_driver()
483 pr_info("%s %s\n", __func__, temp); in wifibt_load_driver()
485 pr_info("bt_init: %s failed \n", temp); in wifibt_load_driver()
516 pr_info("Rockchip Linux WifiBt init (ver 2.0)\n"); in main()
519 pr_info("BT TTY: %s \n", bt_tty_dev); in main()