Symbol: oops
arch/x86/mm/fault.c
653
goto oops;
arch/x86/mm/fault.c
696
oops:
drivers/accessibility/speakup/genmap.c
102
oops("no speakup function after =", NULL);
drivers/accessibility/speakup/genmap.c
106
oops("invalid speakup function", cp);
drivers/accessibility/speakup/genmap.c
113
oops("two functions on same key combination", cp);
drivers/accessibility/speakup/genmap.c
39
oops("too many shift states", NULL);
drivers/accessibility/speakup/genmap.c
86
oops("unknown key/modifier", cp);
drivers/accessibility/speakup/genmap.c
89
oops("modifiers must come first", cp);
drivers/accessibility/speakup/genmap.c
94
oops("bad modifier or key", cp);
drivers/accessibility/speakup/genmap.c
98
oops("no = found", NULL);
drivers/accessibility/speakup/main.c
1963
goto oops;
drivers/accessibility/speakup/main.c
1975
goto oops;
drivers/accessibility/speakup/main.c
1986
goto oops;
drivers/accessibility/speakup/main.c
1988
oops:
drivers/accessibility/speakup/speakup_decpc.c
358
goto oops;
drivers/accessibility/speakup/speakup_decpc.c
369
oops: synth_release_region(speakup_info.port_tts, SYNTH_IO_EXTENT);
drivers/accessibility/speakup/speakup_keypc.c
165
return oops();
drivers/accessibility/speakup/speakup_keypc.c
220
oops();
drivers/accessibility/speakup/speakup_keypc.c
236
oops();
drivers/accessibility/speakup/speakup_keypc.c
253
oops();
drivers/accessibility/speakup/utils.h
88
oops("out of key table space, enlarge MAXKEYS", NULL);
drivers/accessibility/speakup/utils.h
92
oops("attempt to add duplicate key", name);
sound/soc/sof/core.c
124
u32 panic_code, u32 tracep_code, void *oops,
sound/soc/sof/core.c
157
sof_oops(sdev, level, oops);
sound/soc/sof/core.c
158
sof_stack(sdev, level, oops, stack, stack_words);
sound/soc/sof/sof-priv.h
363
void (*dsp_oops)(struct snd_sof_dev *sdev, const char *level, void *oops);
sound/soc/sof/sof-priv.h
364
void (*dsp_stack)(struct snd_sof_dev *sdev, const char *level, void *oops,
sound/soc/sof/sof-priv.h
777
u32 panic_code, u32 tracep_code, void *oops,
sound/soc/sof/sof-priv.h
796
void *oops, u32 *stack, u32 stack_words)
sound/soc/sof/sof-priv.h
798
sof_dsp_arch_ops(sdev)->dsp_stack(sdev, level, oops, stack,
sound/soc/sof/sof-priv.h
802
static inline void sof_oops(struct snd_sof_dev *sdev, const char *level, void *oops)
sound/soc/sof/sof-priv.h
805
sof_dsp_arch_ops(sdev)->dsp_oops(sdev, level, oops);
sound/soc/sof/xtensa/core.c
115
static void xtensa_stack(struct snd_sof_dev *sdev, const char *level, void *oops,
sound/soc/sof/xtensa/core.c
118
struct sof_ipc_dsp_oops_xtensa *xoops = oops;
sound/soc/sof/xtensa/core.c
84
static void xtensa_dsp_oops(struct snd_sof_dev *sdev, const char *level, void *oops)
sound/soc/sof/xtensa/core.c
86
struct sof_ipc_dsp_oops_xtensa *xoops = oops;