Searched refs:MAX_DTV_STATS (Results 1 – 3 of 3) sorted by relevance
1528 if (tvp->u.buffer.len > MAX_DTV_STATS * sizeof(u32)) in dtv_property_process_get()1529 tvp->u.buffer.len = MAX_DTV_STATS * sizeof(u32); in dtv_property_process_get()1534 if (tvp->u.buffer.len > MAX_DTV_STATS * sizeof(u32)) in dtv_property_process_get()1535 tvp->u.buffer.len = MAX_DTV_STATS * sizeof(u32); in dtv_property_process_get()1540 if (tvp->u.buffer.len > MAX_DTV_STATS * sizeof(u32)) in dtv_property_process_get()1541 tvp->u.buffer.len = MAX_DTV_STATS * sizeof(u32); in dtv_property_process_get()1547 tvp->u.buffer.len = MAX_DTV_STATS * sizeof(u32); in dtv_property_process_get()1553 tvp->u.buffer.len = MAX_DTV_STATS * sizeof(u32); in dtv_property_process_get()1559 tvp->u.buffer.len = MAX_DTV_STATS * sizeof(u32); in dtv_property_process_get()1565 tvp->u.buffer.len = MAX_DTV_STATS * sizeof(u32); in dtv_property_process_get()[all …]
812 #define MAX_DTV_STATS 4 macro827 struct dtv_stats stat[MAX_DTV_STATS];
27 ignore define MAX_DTV_STATS
Completed in 15 milliseconds