Searched defs:fiq_debugger_state (Results 1 – 1 of 1) sorted by relevance
72 struct fiq_debugger_state { struct74 struct fiq_glue_handler handler;76 struct fiq_debugger_output output;78 int fiq;79 int uart_irq;80 int signal_irq;81 int wakeup_irq;82 bool wakeup_irq_no_set_wake;83 struct clk *clk;84 struct fiq_debugger_pdata *pdata;[all …]