Home
last modified time | relevance | path

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

/linux/drivers/media/pci/tw686x/
H A Dtw686x.h174 unsigned int *reset_ch);
/linux/drivers/crypto/
H A Dtalitos.c404 static void flush_channel(struct device *dev, int ch, int error, int reset_ch) in flush_channel() argument
453 if (error && !reset_ch && status == error) in flush_channel()
662 int reset_ch = is_sec1 ? 1 : 0; /* only SEC2 supports continuation */ in talitos_error() local
682 reset_ch = 1; in talitos_error()
715 flush_channel(dev, ch, error, reset_ch); in talitos_error()
717 if (reset_ch) { in talitos_error()
/linux/arch/powerpc/platforms/cell/spufs/
H A 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()