Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/soc/rockchip/fiq_debugger/
H A Dfiq_debugger.h54 int (*uart_dev_resume)(struct platform_device *pdev); member
H A Dfiq_debugger.c1442 if (state->pdata->uart_dev_resume) in fiq_debugger_dev_resume()
1443 return state->pdata->uart_dev_resume(pdev); in fiq_debugger_dev_resume()
H A Drk_fiq_debugger.c824 t->pdata.uart_dev_resume = rk_fiq_debugger_uart_dev_resume; in fiq_debugger_bind_sip_smc()