Lines Matching refs:cc
273 u32 cc; /* current channel */ member
1736 vc = &dev->vc[dev->cc]; in save_frame()
1741 unsigned int cc; in save_frame() local
1754 cc = le32_to_cpu(pdword[1]); in save_frame()
1755 if (cc >= MAX_CHANNELS) { in save_frame()
1761 dev->cc = G_chnmap[cc]; in save_frame()
1762 vc = &dev->vc[dev->cc]; in save_frame()
1778 cc = G_chnmap[le32_to_cpu(pdword[1])]; in save_frame()
1779 if (cc >= MAX_CHANNELS) in save_frame()
1781 vc = &dev->vc[cc]; in save_frame()
1788 dprintk(dev, 5, "setmode rdy %d\n", cc); in save_frame()
1791 dev->chn_ready |= (1 << cc); in save_frame()
1805 le32_to_cpu(pdword[3]), cc); in save_frame()
1820 vc = &dev->vc[dev->cc]; in save_frame()
1841 frm, dev, dev->cc, idx); in save_frame()
1860 dev->cc, idx); in save_frame()
1885 if (dev->cc >= MAX_CHANNELS) { in s2255_read_video_callback()
1886 dev->cc = 0; in s2255_read_video_callback()