Searched refs:tablesize (Results 1 – 2 of 2) sorted by relevance
122 u32 tablesize, s32 input, int *output) in qcom_vadc_map_voltage_temp() argument131 if (tablesize > 1) { in qcom_vadc_map_voltage_temp()136 while (i < tablesize) { in qcom_vadc_map_voltage_temp()152 } else if (i == tablesize) { in qcom_vadc_map_voltage_temp()153 *output = pts[tablesize - 1].y; in qcom_vadc_map_voltage_temp()
1855 sg_build_sgat(Sg_scatter_hold * schp, const Sg_fd * sfp, int tablesize) in sg_build_sgat() argument1857 int sg_bufflen = tablesize * sizeof(struct page *); in sg_build_sgat()1864 return tablesize; /* number of scat_gath elements allocated */ in sg_build_sgat()