Home
last modified time | relevance | path

Searched refs:debug_count (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/soc/rockchip/fiq_debugger/
H A Dfiq_debugger.c92 int debug_count; member
830 state->debug_count = strlen(state->debug_buf); in fiq_debugger_cmd_check_back()
854 state->debug_count = strlen(state->debug_buf); in fiq_debugger_cmd_check_back()
866 state->debug_count = 0; in fiq_debugger_cmd_check_back()
907 state->debug_count = strlen(state->debug_buf); in fiq_debugger_cmd_tab()
948 state->debug_count = 0; in fiq_debugger_handle_uart_interrupt()
962 state->debug_count = 0; in fiq_debugger_handle_uart_interrupt()
989 if (state->debug_count > 0) { in fiq_debugger_handle_uart_interrupt()
990 state->debug_count--; in fiq_debugger_handle_uart_interrupt()
1000 if (state->debug_count < (DEBUG_MAX - 1)) { in fiq_debugger_handle_uart_interrupt()
[all …]
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dcvsd.c58 static int debug_count = 0; variable
340 lsx_debug_more("input %d %f\n", debug_count, p->com.mla_int); in lsx_cvsdread()
341 lsx_debug_more("recon %d %f\n", debug_count, oval); in lsx_cvsdread()
342 debug_count++; in lsx_cvsdread()
417 lsx_debug_more("input %d %f\n", debug_count, inval); in lsx_cvsdwrite()
418 lsx_debug_more("recon %d %f\n", debug_count, p->c.enc.recon_int); in lsx_cvsdwrite()
419 debug_count++; in lsx_cvsdwrite()
/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-cpu-debug.c104 static int debug_count; variable
609 if (!debug_count++) { in debug_probe()
625 debug_count--; in debug_probe()
644 if (!--debug_count) in debug_remove()