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-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()
H A Dtw686x.h174 unsigned int *reset_ch);
/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()