Searched refs:CX88_VERSION_CODE (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx88/
H A Dcx88-alsa.c888 (CX88_VERSION_CODE >> 16) & 0xff,
889 (CX88_VERSION_CODE >> 8) & 0xff,
890 CX88_VERSION_CODE & 0xff);
H A Dcx88-blackbird.c734 cap->version = CX88_VERSION_CODE;
1366 (CX88_VERSION_CODE >> 16) & 0xff,
1367 (CX88_VERSION_CODE >> 8) & 0xff,
1368 CX88_VERSION_CODE & 0xff);
H A Dcx88-mpeg.c870 (CX88_VERSION_CODE >> 16) & 0xff,
871 (CX88_VERSION_CODE >> 8) & 0xff,
872 CX88_VERSION_CODE & 0xff);
H A Dcx88-video.c1138 cap->version = CX88_VERSION_CODE;
1465 cap->version = CX88_VERSION_CODE;
2107 (CX88_VERSION_CODE >> 16) & 0xff,
2108 (CX88_VERSION_CODE >> 8) & 0xff,
2109 CX88_VERSION_CODE & 0xff);
H A Dcx88-dvb.c1626 (CX88_VERSION_CODE >> 16) & 0xff,
1627 (CX88_VERSION_CODE >> 8) & 0xff,
1628 CX88_VERSION_CODE & 0xff);
H A Dcx88.h44 #define CX88_VERSION_CODE KERNEL_VERSION(0, 0, 8) macro

Completed in 118 milliseconds