Lines Matching defs:state
127 static inline void enable_wakeup_irq(struct fiq_debugger_state *state) {} in enable_wakeup_irq()
128 static inline void disable_wakeup_irq(struct fiq_debugger_state *state) {} in disable_wakeup_irq()
130 static inline void enable_wakeup_irq(struct fiq_debugger_state *state) in enable_wakeup_irq()
138 static inline void disable_wakeup_irq(struct fiq_debugger_state *state) in disable_wakeup_irq()
148 static bool inline debug_have_fiq(struct fiq_debugger_state *state) in debug_have_fiq()
153 static void debug_force_irq(struct fiq_debugger_state *state) in debug_force_irq()
168 static void debug_uart_enable(struct fiq_debugger_state *state) in debug_uart_enable()
176 static void debug_uart_disable(struct fiq_debugger_state *state) in debug_uart_disable()
184 static void debug_uart_flush(struct fiq_debugger_state *state) in debug_uart_flush()
190 static void debug_putc(struct fiq_debugger_state *state, char c) in debug_putc()
195 static void debug_puts(struct fiq_debugger_state *state, char *s) in debug_puts()
205 static void debug_prompt(struct fiq_debugger_state *state) in debug_prompt()
211 static void dump_kernel_log(struct fiq_debugger_state *state) in dump_kernel_log()
251 struct fiq_debugger_state *state = cookie; in debug_printf() local
266 struct fiq_debugger_state *state = cookie; in debug_printf_nfiq() local
282 static void dump_regs(struct fiq_debugger_state *state, unsigned *regs) in dump_regs()
353 static void dump_allregs(struct fiq_debugger_state *state, unsigned *regs) in dump_allregs()
374 static void dump_irqs(struct fiq_debugger_state *state) in dump_irqs()
393 struct fiq_debugger_state *state; member
420 static struct frame_tail *user_backtrace(struct fiq_debugger_state *state, in user_backtrace()
446 void dump_stacktrace(struct fiq_debugger_state *state, in dump_stacktrace()
483 static void do_ps(struct fiq_debugger_state *state) in do_ps()
507 static void begin_syslog_dump(struct fiq_debugger_state *state) in begin_syslog_dump()
512 static void end_syslog_dump(struct fiq_debugger_state *state) in end_syslog_dump()
518 static void begin_syslog_dump(struct fiq_debugger_state *state) in begin_syslog_dump()
523 static void end_syslog_dump(struct fiq_debugger_state *state) in end_syslog_dump()
540 static void do_sysrq(struct fiq_debugger_state *state, char rq) in do_sysrq()
552 static void do_kgdb(struct fiq_debugger_state *state) in do_kgdb()
565 static void debug_schedule_work(struct fiq_debugger_state *state, char *cmd) in debug_schedule_work()
584 struct fiq_debugger_state *state; in debug_work() local
613 static void debug_irq_exec(struct fiq_debugger_state *state, char *cmd) in debug_irq_exec()
629 static void debug_help(struct fiq_debugger_state *state) in debug_help()
656 struct fiq_debugger_state *state = info; in take_affinity() local
665 static void switch_cpu(struct fiq_debugger_state *state, int cpu) in switch_cpu()
672 static bool debug_fiq_exec(struct fiq_debugger_state *state, in debug_fiq_exec()
744 struct fiq_debugger_state *state = (struct fiq_debugger_state *)data; in sleep_timer_expired() local
762 static void handle_wakeup(struct fiq_debugger_state *state) in handle_wakeup()
781 struct fiq_debugger_state *state = dev; in wakeup_irq_handler() local
791 static void debug_handle_irq_context(struct fiq_debugger_state *state) in debug_handle_irq_context()
822 static int debug_getc(struct fiq_debugger_state *state) in debug_getc()
827 static bool debug_handle_uart_interrupt(struct fiq_debugger_state *state, in debug_handle_uart_interrupt()
918 struct fiq_debugger_state *state = in debug_fiq() local
935 struct fiq_debugger_state *state = dev; in debug_uart_irq() local
957 struct fiq_debugger_state *state = dev; in debug_signal_irq() local
969 struct fiq_debugger_state *state = in debug_resume() local
985 struct fiq_debugger_state *state; in debug_console_write() local
1016 struct fiq_debugger_state *state = states[line]; in fiq_tty_open() local
1027 struct fiq_debugger_state *state = tty->driver_data; in fiq_tty_close() local
1036 struct fiq_debugger_state *state = tty->driver_data; in fiq_tty_write() local
1064 struct fiq_debugger_state *state = driver->ttys[line]->driver_data; in fiq_tty_poll_get_char() local
1086 struct fiq_debugger_state *state = driver->ttys[line]->driver_data; in fiq_tty_poll_put_char() local
1157 static int fiq_debugger_tty_init_one(struct fiq_debugger_state *state) in fiq_debugger_tty_init_one()
1196 struct fiq_debugger_state *state = platform_get_drvdata(pdev); in fiq_debugger_dev_suspend() local
1206 struct fiq_debugger_state *state = platform_get_drvdata(pdev); in fiq_debugger_dev_resume() local
1217 struct fiq_debugger_state *state; in fiq_debugger_probe() local