Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/soc/rockchip/fiq_debugger/
H A Dfiq_debugger.h70 void (*switch_cpu)(struct platform_device *pdev, u32 cpu); member
H A Drk_fiq_debugger.c681 t->pdata.switch_cpu = rk_fiq_dbg_sdei_switch_cpu; in fiq_debugger_sdei_enable()
825 t->pdata.switch_cpu = rk_fiq_debugger_switch_cpu; in fiq_debugger_bind_sip_smc()
834 t->pdata.switch_cpu = NULL; in fiq_debugger_bind_sip_smc()
H A Dfiq_debugger.c602 if (state->pdata->switch_cpu) { in fiq_debugger_switch_cpu()
603 state->pdata->switch_cpu(state->pdev, cpu); in fiq_debugger_switch_cpu()