Searched defs:freq_points (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/iio/impedance-analyzer/
H A Dad5933.c100 unsigned short freq_points; member in struct:ad5933_state
268 st->freq_points = 100;
269 dat = cpu_to_be16(st->freq_points);
383 len = sprintf(buf, "%d\n", st->freq_points);
450 st->freq_points = val;

Completed in 77 milliseconds