Searched refs:CX23885_VERSION_CODE (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx23885/
H A Dcx23885.h42 #define CX23885_VERSION_CODE KERNEL_VERSION(0, 0, 2) macro
H A Dcx23885-core.c2121 (CX23885_VERSION_CODE >> 16) & 0xff,
2122 (CX23885_VERSION_CODE >> 8) & 0xff,
2123 CX23885_VERSION_CODE & 0xff);
H A Dcx23885-417.c1361 cap->version = CX23885_VERSION_CODE;
H A Dcx23885-video.c1007 cap->version = CX23885_VERSION_CODE;

Completed in 106 milliseconds