Searched refs:reset_ch (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/media/pci/tw686x/ |
H A D | tw686x-core.c | 168 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()
|
H A D | tw686x.h | 174 unsigned int *reset_ch);
|
H A D | tw686x-video.c | 1087 unsigned int *reset_ch) in tw686x_video_irq() argument 1105 *reset_ch |= BIT(ch); in tw686x_video_irq() 1121 *reset_ch |= BIT(ch); in tw686x_video_irq() 1133 *reset_ch |= BIT(ch); in tw686x_video_irq()
|
/linux/drivers/crypto/ |
H A D | talitos.c | 342 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/arch/powerpc/platforms/cell/spufs/ |
H A D | switch.c | 672 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()
|