Home
last modified time | relevance | path

Searched refs:LOG (Results 1 – 25 of 104) sorted by relevance

12345

/OK3568_Linux_fs/kernel/net/rfkill/
H A Drfkill-wlan.c57 #define LOG(x...) pr_info("[WLAN_RFKILL]: " x) macro
180 LOG("%s: %d\n", __func__, on); in rfkill_set_wifi_bt_power()
183 LOG("%s: rfkill-wlan driver has not Successful initialized\n", in rfkill_set_wifi_bt_power()
210 LOG("%s: rfkill-wlan driver has not Successful initialized\n", in rfkill_get_wifi_power_state()
236 LOG("%s: %d\n", __func__, on); in rockchip_wifi_power()
239 LOG("%s: rfkill-wlan driver has not Successful initialized\n", in rockchip_wifi_power()
245 LOG("%s: wifi power is setted to be remain on.", __func__); in rockchip_wifi_power()
251 LOG("%s: toggle = %s\n", __func__, toggle ? "true" : "false"); in rockchip_wifi_power()
264 LOG("\n\n\n%s get ldo error,please mod this\n\n\n", in rockchip_wifi_power()
270 LOG("%s: %s enabled\n", __func__, ldostr); in rockchip_wifi_power()
[all …]
H A Drfkill-bt.c49 #define LOG(x...) pr_info("[BT_RFKILL]: " x) macro
120 LOG("BT_WAKE_HOST IRQ fired\n"); in rfkill_rk_wake_host_irq()
140 LOG("Failed to get %s gpio.\n", gpio->name); in rfkill_rk_setup_gpio()
165 LOG("Request irq for bt wakeup host\n"); in rfkill_rk_setup_wake_irq()
176 LOG("** disable irq\n"); in rfkill_rk_setup_wake_irq()
238 LOG("*** RFKILL is empty???\n"); in rfkill_rk_sleep_bt()
267 LOG("%s: rfkill-bt driver has not Successful initialized\n", in rfkill_get_bt_power_state()
297 LOG("%s: cannot get wifi power state!\n", __func__); in rfkill_rk_set_power()
313 LOG("%s: set bt wake_host high!\n", __func__); in rfkill_rk_set_power()
339 LOG("%s: set bt wake_host input!\n", __func__); in rfkill_rk_set_power()
[all …]
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/
H A DLog.h52 #define LOGV(...) ((void)LOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
64 ? ((void)LOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) \
76 #define LOGD(...) ((void)LOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__))
82 ? ((void)LOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) \
90 #define LOGI(...) ((void)LOG(LOG_INFO, LOG_TAG, __VA_ARGS__))
96 ? ((void)LOG(LOG_INFO, LOG_TAG, __VA_ARGS__)) \
104 #define LOGW(...) ((void)LOG(LOG_WARN, LOG_TAG, __VA_ARGS__))
110 ? ((void)LOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) \
118 #define LOGE(...) ((void)LOG(LOG_ERROR, LOG_TAG, __VA_ARGS__))
124 ? ((void)LOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)) \
[all …]
/OK3568_Linux_fs/external/recovery/minzip/
H A DLog.h52 #define LOGV(...) ((void)LOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
64 ? ((void)LOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) \
76 #define LOGD(...) ((void)LOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__))
82 ? ((void)LOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) \
90 #define LOGI(...) ((void)LOG(LOG_INFO, LOG_TAG, __VA_ARGS__))
96 ? ((void)LOG(LOG_INFO, LOG_TAG, __VA_ARGS__)) \
104 #define LOGW(...) ((void)LOG(LOG_WARN, LOG_TAG, __VA_ARGS__))
110 ? ((void)LOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) \
118 #define LOGE(...) ((void)LOG(LOG_ERROR, LOG_TAG, __VA_ARGS__))
124 ? ((void)LOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)) \
[all …]
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dwlan_test.c36 #define LOG(x...) printf(TAG x) macro
113 LOG("i = %d, %s, %s\n", i, &ssids[i][0], &rssis[i][0]);
116 LOG("total = %d\n", i);
130 LOG("index = %d, dbm = %d\n", index, dbm2);
131 LOG("select ap: %s, %s\n", &ssids[index][0], &rssis[index][0]);
147 LOG("Cannot set RW to %s : %s\n", RECOGNIZE_WIFI_CHIP,strerror(errno));
150 LOG("%s is exit\n", RECOGNIZE_WIFI_CHIP);
156 LOG("Cannot create %s : %s\n", RECOGNIZE_WIFI_CHIP,strerror(errno));
159 LOG("is not exit,save wifi chip %s\n", RECOGNIZE_WIFI_CHIP);
161 LOG("recognized wifi chip = %s , save to %s\n",buf, RECOGNIZE_WIFI_CHIP);
[all …]
H A Daudio_record_test.c36 #define LOG(x...) printf(LOG_TAG x) macro
51 LOG("=========function :%s start=============\n",__func__); in audio_record_test()
75 LOG("audio record failed.\n"); in audio_record_test()
78 LOG("\trecording\n "); in audio_record_test()
88 LOG("audio record failed.\n"); in audio_record_test()
91 LOG("\tplaying\n "); in audio_record_test()
101 LOG("audio record success.\n"); in audio_record_test()
107 LOG("audio record failed.\n"); in audio_record_test()
111 LOG("=========Audio record test finished=============\n"); in audio_record_test()
H A Dsdcard_test.c11 #define LOG(x...) printf(LOG_TAG x) macro
30 LOG("start sdcard test.\n"); in sdcard_test()
44 LOG("chmod mmctester.sh failed :%d\n", ret); in sdcard_test()
53 LOG("mmc test failed.\n"); in sdcard_test()
62 LOG("can not open %s.\n", SCAN_RESULT_FILE); in sdcard_test()
87 LOG("============= start sdcard test==============\n"); in sdcard_test()
100 LOG("sdcard_test failed.\n"); in sdcard_test()
112 LOG("result is \"%s\"\n", result); in sdcard_test()
124 LOG("sdcard_test success.\n"); in sdcard_test()
129 LOG("sdcard_test failed.\n"); in sdcard_test()
H A Dudisk_test.c15 #define LOG(x...) printf("[UDISK_TEST] "x) macro
56 LOG("%s::wait for insert udisk card...\n", __FUNCTION__); in udisk_test()
62 LOG("%s line=%d find result file! \n", __FUNCTION__, __LINE__); in udisk_test()
66 LOG("%s line=%d can't find result file! continue ... \n", __FUNCTION__, __LINE__); in udisk_test()
70 LOG("can not open %s.\n", SCAN_RESULT_FILE); in udisk_test()
142 LOG("============= start udisk test==============\n"); in udisk_test()
162 LOG("result is \"%s\"\n", result); in udisk_test()
174 LOG("usbhost_test success.\n"); in udisk_test()
179 LOG("usbhost_test failed.\n"); in udisk_test()
H A Dbt_test.c37 #define LOG(x...) printf(TAG x) macro
615 #define LOG(x...) printf("[BT_TEST] "x)
622 LOG("script_fetch chip_type = %s.\n", dt);
646 LOG("Can't read BT chip name\n");
663 LOG("Not support BT chip, skip bt test.\n");
668 LOG("chip type is: %d\n", chip_type);
676 LOG("Error changing permissions of %s to 0660: %s\n",
682 LOG("Error changing permissions of %s to 0660: %s\n",
688 LOG("Error changing permissions of %s to 0660: %s\n",
694 LOG("Error changing permissions of %s to 0660: %s\n",
[all …]
H A Daudio_play_test.c36 #define LOG(x...) printf(LOG_TAG x) macro
51 LOG("=========function :%s start=============\n",__func__); in audio_play_test()
72 LOG("audio play success.\n"); in audio_play_test()
78 LOG("audio play failed.\n"); in audio_play_test()
82 LOG("=========function :%s finish=============\n",__func__); in audio_play_test()
H A Drtc_test.c21 #define LOG(x...) printf(TAG x) macro
203 LOG("=======pcba_core :start rtc test========\n"); in rtc_test()
225 LOG("open %s failed:%s\n", MINOR_RTC_PATH,strerror(errno)); in rtc_test()
232 LOG("test rtc failed:get_system_time failed: %s\n",strerror(errno)); in rtc_test()
H A Demmc_test.c35 #define LOG(x...) printf(TAG x) macro
111 LOG("======= emmc test starting ========\n"); in emmc_test()
129 LOG("======= emmc_size is: %d GB ========\n",emmc_size); in emmc_test()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_btf_skc_cls_ingress.c25 #define LOG() ({ if (!linum) linum = __LINE__; }) macro
38 LOG(); in test_syncookie_helper()
43 LOG(); in test_syncookie_helper()
51 LOG(); in test_syncookie_helper()
62 LOG(); in test_syncookie_helper()
90 LOG(); in handle_ip6_tcp()
97 LOG(); in handle_ip6_tcp()
106 LOG(); in handle_ip6_tcp()
111 LOG(); in handle_ip6_tcp()
124 LOG(); in handle_ip6_tcp()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/valgrind/valgrind/
H A Drun-ptest13 LOG="${VALGRIND_LIB}/ptest/valgrind_ptest_$(date +%Y%m%d-%H%M%S).log"
40 …-valgrind=${VALGRIND_BIN} --valgrind-lib=${VALGRIND_LIBEXECDIR} --yocto-ptest $i 2>&1|tee -a ${LOG}
50 2>&1|tee -a ${LOG}
55 2>&1|tee -a ${LOG}
77 failed_tests=`grep FAIL: ${LOG} | awk '{print $2}'`
86 passed=`grep PASS: ${LOG}|wc -l`
87 failed=`grep FAIL: ${LOG}|wc -l`
88 skipped=`grep SKIP: ${LOG}|wc -l`
96 ) | tee -a /${LOG}
/OK3568_Linux_fs/kernel/drivers/net/lte/
H A Dlte_rm310.c34 #define LOG(x...) pr_info("[4g_modem]: " x) macro
46 LOG("%s: 4g modem power up.\n", __func__); in modem_poweron_off()
59 LOG("%s: 4g modem power down.\n", __func__); in modem_poweron_off()
83 LOG("%s: kstrtoint error return %d\n", __func__, ret); in modem_status_store()
89 LOG("%s, c(%d), open modem.\n", __func__, new_state); in modem_status_store()
92 LOG("%s, c(%d), close modem.\n", __func__, new_state); in modem_status_store()
95 LOG("%s, invalid parameter.\n", __func__); in modem_status_store()
119 LOG("%s: LTE modem power controlled by gpio.\n", __func__); in modem_platdata_parse_dt()
161 LOG("%s: No lte platform data specified\n", __func__); in lte_probe()
172 LOG("%s: create modem_power_on_thread failed.\n", __func__); in lte_probe()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/libevent/libevent/
H A Drun-ptest9 LOG="${LIBEVENTLIB}/ptest/libevent_ptest_$(date +%Y%m%d-%H%M%S).log"
17 …D/ s/^/FAIL: / ; /SKIPPED/ s/^/SKIP: / ; /DISABLED/ s/^/SKIP: /' | cut -f1,2 -d ':' | tee -a ${LOG}
19 passed=`grep PASS: ${LOG}|wc -l`
20 failed=`grep FAIL: ${LOG}|wc -l`
21 skipped=`grep -E SKIP: ${LOG}|wc -l`
29 ) | tee -a ${LOG}
/OK3568_Linux_fs/kernel/tools/testing/selftests/lkdtm/
H A Drun.sh64 LOG=$(mktemp --tmpdir -t lkdtm-log-XXXXXX)
67 rm -f "$LOG" "$DMESG"
89 dmesg | comm --nocheck-order -13 "$DMESG" - > "$LOG" || true
91 cat "$LOG"
93 if grep -E -qi "$expect" "$LOG" ; then
97 if grep -E -qi XFAIL: "$LOG" ; then
/OK3568_Linux_fs/kernel/arch/m68k/fpsp040/
H A Dslogn.S335 blt LOGNEG | ...LOG OF NEGATIVE ARGUMENT IS INVALID
344 |--THE IDEA IS THAT LOG(X) = K*LOG2 + LOG(Y)
345 |-- = K*LOG2 + LOG(F) + LOG(1 + (Y-F)/F).
347 |--LOG(1+U) CAN BE VERY EFFICIENT.
356 lea LOGTBL,%a0 | ...BASE ADDRESS OF 1/F AND LOG(F)
387 |--LOG(1+U) IS APPROXIMATED BY
407 addal #16,%a0 | ...ADDRESS OF LOG(F)
413 faddx (%a0),%fp1 | ...LOG(F)+U*V*(A2+V*(A4+V*A6))
415 faddx %fp1,%fp0 | ...FP0 IS LOG(F) + LOG(1+U)
428 |--LOG(X) = LOG(1+U/2)-LOG(1-U/2) WHICH IS AN ODD POLYNOMIAL
[all …]
/OK3568_Linux_fs/buildroot/package/paxtest/
H A D0001-genpaxtest-move-log-location.patch22 -LOG=\$HOME/paxtest.log
23 +LOG=/var/log/paxtest.log
24 [ -n "\$1" ] && LOG=\$1
25 touch "\$LOG"
26 if [ ! -e "\$LOG" ]; then
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/config/aarch64/
H A Daarch64-elf.h56 #define ASM_OUTPUT_MAX_SKIP_ALIGN(FILE, LOG, MAX_SKIP) \ argument
59 if ((LOG) != 0) \
62 fprintf ((FILE), "\t.p2align %d\n", (int) (LOG)); \
65 (int) (LOG), (int) (MAX_SKIP)); \
/OK3568_Linux_fs/buildroot/package/frecon/
H A D0004-Add-hooks-for-term-switching.patch24 + LOG(DEBUG, "Failed to exec hook script.");
34 + LOG(DEBUG, "Failed to exec hook script.");
36 …/* LOG(INFO, "TIMING: Console switch time start."); */ /* Keep around for timing it in the future.…
38 LOG(ERROR, "Chrome did not release master. %s",
/OK3568_Linux_fs/external/xserver/debian/
H A Dxserver-xorg-core.bug.script120 for LOG in $XORG_LOGS; do
121 if [ -f "$LOG" ]; then
122 pecho "Contents of most recent Xorg X server log file ($LOG):"
123 cat "$LOG"
/OK3568_Linux_fs/kernel/drivers/media/usb/cpia2/
H A Dcpia2_usb.c214 LOG("Will now stop the streaming: streaming = %d, present=%d\n", in cpia2_usb_complete()
259 LOG("cpia2 data error: [%d] len=%d, status = %d\n", in cpia2_usb_complete()
274 LOG("checksum mismatch: [%d] len=%d, calculated = %x, checksum = %x\n", in cpia2_usb_complete()
624 LOG("Control message failed, err val = %d\n", err); in cpia2_usb_transfer_cmd()
625 LOG("Message: request = 0x%0X, start = 0x%0X\n", in cpia2_usb_transfer_cmd()
627 LOG("Message: count = %d, register[0] = 0x%0X\n", in cpia2_usb_transfer_cmd()
632 LOG("Unexpected first byte of direction: %d\n", in cpia2_usb_transfer_cmd()
638 LOG("Unexpected error: %d\n", err); in cpia2_usb_transfer_cmd()
835 LOG("CPiA2 USB camera found\n"); in cpia2_usb_probe()
855 LOG(" CPiA Version: %d.%02d (%d.%d)\n", in cpia2_usb_probe()
[all …]
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/cec/
H A Dcec-ioc-adap-g-log-addrs.rst135 to :ref:`CEC_LOG_ADDR_TYPE_UNREGISTERED <CEC-LOG-ADDR-TYPE-UNREGISTERED>`).
162 * .. _`CEC-LOG-ADDRS-FL-ALLOW-UNREG-FALLBACK`:
170 * .. _`CEC-LOG-ADDRS-FL-ALLOW-RC-PASSTHRU`:
180 * .. _`CEC-LOG-ADDRS-FL-CDC-ONLY`:
268 * .. _`CEC-LOG-ADDR-TYPE-TV`:
273 * .. _`CEC-LOG-ADDR-TYPE-RECORD`:
278 * .. _`CEC-LOG-ADDR-TYPE-TUNER`:
283 * .. _`CEC-LOG-ADDR-TYPE-PLAYBACK`:
288 * .. _`CEC-LOG-ADDR-TYPE-AUDIOSYSTEM`:
293 * .. _`CEC-LOG-ADDR-TYPE-SPECIFIC`:
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/coreutils/coreutils/
H A Drun-ptest8 LOG="${COREUTILSLIB}/ptest/coreutils_ptest_$(date +%Y%m%d-%H%M%S).log"
14 …tester -c "cd ${COREUTILSLIB}/ptest && make check-TESTS top_srcdir=. srcdir=." 2>&1 | tee -a ${LOG}

12345