Home
last modified time | relevance | path

Searched refs:threaded_isr (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/staging/media/meson/vdec/
H A Dvdec.h128 * @threaded_isr: mandatory call for the threaded ISR
142 irqreturn_t (*threaded_isr)(struct amvdec_session *sess); member
H A Dcodec_mpeg12.c206 .threaded_isr = codec_mpeg12_threaded_isr,
H A Dcodec_h264.c480 .threaded_isr = codec_h264_threaded_isr,
H A Dvdec.c973 return sess->fmt_out->codec_ops->threaded_isr(sess); in vdec_threaded_isr()
H A Dcodec_vp9.c2166 .threaded_isr = codec_vp9_threaded_isr,