Home
last modified time | relevance | path

Searched refs:enable_debug (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/soc/rockchip/fiq_debugger/
H A Dfiq_debugger.h71 void (*enable_debug)(struct platform_device *pdev, bool val); member
H A Dfiq_debugger.c687 if (state->pdata->enable_debug) in fiq_debugger_fiq_exec()
688 state->pdata->enable_debug(state->pdev, false); in fiq_debugger_fiq_exec()
972 if (state->pdata->enable_debug) in fiq_debugger_handle_uart_interrupt()
973 state->pdata->enable_debug(state->pdev, in fiq_debugger_handle_uart_interrupt()
H A Drk_fiq_debugger.c826 t->pdata.enable_debug = rk_fiq_debugger_enable_debug; in fiq_debugger_bind_sip_smc()
835 t->pdata.enable_debug = NULL; in fiq_debugger_bind_sip_smc()
/OK3568_Linux_fs/buildroot/package/prboom/
H A D0002-configure-remove-predefined-O2-optimization-flag.patch21 …various debugging features, like range checking and internal heap diagnostics]),,enable_debug="no")
/OK3568_Linux_fs/buildroot/package/vte/
H A D0002-build-Fix-check-for-fstack-protector-compiler-support.patch29 if enable_debug
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_tunnel.sh712 enable_debug() function
/OK3568_Linux_fs/kernel/security/
H A Dsecurity.c392 static int __init enable_debug(char *str) in enable_debug() function
397 __setup("lsm.debug", enable_debug);
/OK3568_Linux_fs/external/xserver/
H A Dconfigure23408 enableval=$enable_debug; DEBUGGING=$enableval