Lines Matching refs:cc
272 u32 cc; /* current channel */ member
1733 vc = &dev->vc[dev->cc]; in save_frame()
1738 unsigned int cc; in save_frame() local
1751 cc = le32_to_cpu(pdword[1]); in save_frame()
1752 if (cc >= MAX_CHANNELS) { in save_frame()
1758 dev->cc = G_chnmap[cc]; in save_frame()
1759 vc = &dev->vc[dev->cc]; in save_frame()
1775 cc = G_chnmap[le32_to_cpu(pdword[1])]; in save_frame()
1776 if (cc >= MAX_CHANNELS) in save_frame()
1778 vc = &dev->vc[cc]; in save_frame()
1785 dprintk(dev, 5, "setmode rdy %d\n", cc); in save_frame()
1788 dev->chn_ready |= (1 << cc); in save_frame()
1802 le32_to_cpu(pdword[3]), cc); in save_frame()
1817 vc = &dev->vc[dev->cc]; in save_frame()
1838 frm, dev, dev->cc, idx); in save_frame()
1857 dev->cc, idx); in save_frame()
1882 if (dev->cc >= MAX_CHANNELS) { in s2255_read_video_callback()
1883 dev->cc = 0; in s2255_read_video_callback()