Searched refs:value_count (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dmediabay.c63 int value_count; member in struct:media_bay_info
367 bay->value_count = 0;
373 bay->value_count += msecs_to_jiffies(MB_POLL_DELAY);
374 if (bay->value_count >= msecs_to_jiffies(MB_STABLE_DELAY)) {
604 bay->value_count = msecs_to_jiffies(MB_STABLE_DELAY);
656 bay->value_count = msecs_to_jiffies(MB_STABLE_DELAY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_print.c512 short value_count; local
516 if( TIFFGetField( tif, tag, &value_count, &raw_data ) != 1 )
521 for( j = 0; j < value_count; j++ )
554 if( j < value_count-1 )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_crtc.c2123 int value_count = 0; local
2149 value_count = property->num_values;
2155 if ((out_resp->count_values >= value_count) && value_count) {
2157 for (i = 0; i < value_count; i++) {
2164 out_resp->count_values = value_count;

Completed in 166 milliseconds