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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/
H A Dzr36060.c741 if (size > ptr->total_code_vol * 7)
742 size = ptr->total_code_vol * 7;
802 *ival = ptr->total_code_vol;
808 ptr->total_code_vol = *ival;
809 ptr->real_code_vol = (ptr->total_code_vol * 6) >> 3;
947 ptr->total_code_vol = 16000; /* CHECKME */
948 ptr->real_code_vol = (ptr->total_code_vol * 6) >> 3;
H A Dzr36050.h48 __u32 total_code_vol; member in struct:zr36050
H A Dzr36060.h48 __u32 total_code_vol; member in struct:zr36060
H A Dzr36050.c636 if (size > ptr->total_code_vol * 7)
637 size = ptr->total_code_vol * 7;
695 *ival = ptr->total_code_vol;
701 ptr->total_code_vol = *ival;
704 ptr->real_code_vol = (ptr->total_code_vol * 6) >> 3;
842 ptr->total_code_vol = 16000;

Completed in 27 milliseconds