Searched refs:panic (Results 1 – 7 of 7) sorted by relevance
| /sound/usb/hiface/ |
| A D | pcm.c | 53 bool panic; /* if set driver won't do anymore pcm on device */ member 212 rt->panic = false; in hiface_pcm_stream_start() 311 if (rt->panic || rt->stream_state == STREAM_STOPPING) in hiface_pcm_out_urb_handler() 346 rt->panic = true; in hiface_pcm_out_urb_handler() 356 if (rt->panic) in hiface_pcm_open() 398 if (rt->panic) in hiface_pcm_close() 423 if (rt->panic) in hiface_pcm_prepare() 457 if (rt->panic) in hiface_pcm_trigger() 489 if (rt->panic || !sub) in hiface_pcm_pointer() 533 rt->panic = true; in hiface_pcm_abort()
|
| /sound/soc/sof/intel/ |
| A D | atom.c | 66 u64 status, panic, imrd, imrx; in atom_dump() local 70 panic = snd_sof_dsp_read64(sdev, DSP_BAR, SHIM_IPCX); in atom_dump() 73 sof_print_oops_and_stack(sdev, KERN_ERR, status, panic, &xoops, in atom_dump() 81 str_yes_no(panic & SHIM_IPCX_BUSY), in atom_dump() 82 str_yes_no(panic & SHIM_IPCX_DONE), panic); in atom_dump()
|
| A D | bdw.c | 254 u32 status, panic, imrx, imrd; in bdw_dump() local 258 panic = snd_sof_dsp_read(sdev, BDW_DSP_BAR, SHIM_IPCX); in bdw_dump() 261 sof_print_oops_and_stack(sdev, KERN_ERR, status, panic, &xoops, in bdw_dump() 269 str_yes_no(panic & SHIM_IPCX_BUSY), in bdw_dump() 270 str_yes_no(panic & SHIM_IPCX_DONE), panic); in bdw_dump()
|
| A D | hda-dsp.c | 1624 u32 panic = snd_sof_dsp_read(sdev, HDA_DSP_BAR, HDA_DSP_SRAM_REG_FW_TRACEP); in hda_dsp_dump() local 1628 sof_print_oops_and_stack(sdev, level, status, panic, &xoops, in hda_dsp_dump()
|
| /sound/usb/6fire/ |
| A D | pcm.c | 300 if (usb_urb->status || rt->panic || rt->stream_state == STREAM_STOPPING) in usb6fire_pcm_in_urb_handler() 304 rt->panic = true; in usb6fire_pcm_in_urb_handler() 392 if (rt->panic) in usb6fire_pcm_open() 428 if (rt->panic) in usb6fire_pcm_close() 456 if (rt->panic) in usb6fire_pcm_prepare() 500 if (rt->panic) in usb6fire_pcm_trigger() 533 if (rt->panic || !sub) in usb6fire_pcm_pointer() 660 rt->panic = true; in usb6fire_pcm_abort()
|
| A D | pcm.h | 52 bool panic; /* if set driver won't do anymore pcm on device */ member
|
| /sound/core/ |
| A D | init.c | 440 panic("%s(%p, %p) failed!", __func__, inode, file); in snd_disconnect_release()
|
Completed in 24 milliseconds