Home
last modified time | relevance | path

Searched refs:BTTV_VERSION_CODE (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/media/video/
Dbttvp.h29 #define BTTV_VERSION_CODE KERNEL_VERSION(0,7,108) macro
Dbttv-driver.c2138 return BTTV_VERSION_CODE; in bttv_ioctl()
3177 (BTTV_VERSION_CODE >> 16) & 0xff, in bttv_init_module()
3178 (BTTV_VERSION_CODE >> 8) & 0xff, in bttv_init_module()
3179 BTTV_VERSION_CODE & 0xff); in bttv_init_module()
Dbttv-cards.c3262 #if BTTV_VERSION_CODE > KERNEL_VERSION(0,8,0) in pvbt878p9b_audio()
3299 #if BTTV_VERSION_CODE > KERNEL_VERSION(0,8,0) in fv2000s_audio()