Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/pci/tw686x/
Dtw686x-core.c168 unsigned int video_requests, audio_requests, reset_ch; in tw686x_irq() local
183 reset_ch = ~0; in tw686x_irq()
199 reset_ch = 0; in tw686x_irq()
208 fifo_status, &reset_ch); in tw686x_irq()
213 if (reset_ch) { in tw686x_irq()
215 tw686x_reset_channels(dev, reset_ch); in tw686x_irq()
Dtw686x.h174 unsigned int *reset_ch);
Dtw686x-video.c1086 unsigned int *reset_ch) in tw686x_video_irq() argument
1104 *reset_ch |= BIT(ch); in tw686x_video_irq()
1120 *reset_ch |= BIT(ch); in tw686x_video_irq()
1132 *reset_ch |= BIT(ch); in tw686x_video_irq()
/linux-5.19.10/drivers/crypto/
Dtalitos.c342 static void flush_channel(struct device *dev, int ch, int error, int reset_ch) in flush_channel() argument
393 if (error && !reset_ch && status == error) in flush_channel()
587 int reset_ch = is_sec1 ? 1 : 0; /* only SEC2 supports continuation */ in talitos_error() local
607 reset_ch = 1; in talitos_error()
640 flush_channel(dev, ch, error, reset_ch); in talitos_error()
642 if (reset_ch) { in talitos_error()
/linux-5.19.10/arch/powerpc/platforms/cell/spufs/
Dswitch.c672 static inline void reset_ch(struct spu_state *csa, struct spu *spu) in reset_ch() function
1845 reset_ch(prev, spu); /* Step 45. */ in save_csa()