Searched refs:uart_dev_resume (Results 1 – 3 of 3) sorted by relevance
54 int (*uart_dev_resume)(struct platform_device *pdev); member
1442 if (state->pdata->uart_dev_resume) in fiq_debugger_dev_resume()1443 return state->pdata->uart_dev_resume(pdev); in fiq_debugger_dev_resume()
824 t->pdata.uart_dev_resume = rk_fiq_debugger_uart_dev_resume; in fiq_debugger_bind_sip_smc()