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

/linux-master/drivers/iio/adc/
H A Dqcom-vadc-common.c347 u32 tablesize, s32 input, int *output)
354 while (i < tablesize && pts[i].x > input)
359 } else if (i == tablesize) {
360 *output = pts[tablesize - 1].y;
372 u32 tablesize, int input)
380 while (i < tablesize && pts[i].y < input)
385 if (i == tablesize)
386 return pts[tablesize - 1].x;
346 qcom_vadc_map_voltage_temp(const struct vadc_map_pt *pts, u32 tablesize, s32 input, int *output) argument
371 qcom_vadc_map_temp_voltage(const struct vadc_map_pt *pts, u32 tablesize, int input) argument
/linux-master/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c1326 int tablesize; local
1343 tablesize = (ichdr.count + 1) * sizeof(xfs_attr_leaf_entry_t)
1346 if (tablesize > ichdr.firstused) {
2058 int tablesize; local
2083 tablesize = ichdr.count * sizeof(xfs_attr_leaf_entry_t)
2092 if (ichdr.freemap[i].base == tablesize) {
/linux-master/drivers/scsi/
H A Dsg.c1859 sg_build_sgat(Sg_scatter_hold * schp, const Sg_fd * sfp, int tablesize) argument
1861 int sg_bufflen = tablesize * sizeof(struct page *);
1868 return tablesize; /* number of scat_gath elements allocated */

Completed in 129 milliseconds