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

/linux-master/drivers/iio/accel/
H A Dmsa311.c234 static const struct iio_decimal_fract msa311_fs_table[] = { variable in typeref:struct:iio_decimal_fract
644 *val = msa311_fs_table[fs].integral;
645 *val2 = msa311_fs_table[fs].microfract;
706 *vals = (int *)msa311_fs_table;
709 *length = ARRAY_SIZE(msa311_fs_table) * 2;
733 for (fs = 0; fs < ARRAY_SIZE(msa311_fs_table); fs++)
734 /* Do not check msa311_fs_table[fs].integral, it's always 0 */
735 if (val2 == msa311_fs_table[fs].microfract) {

Completed in 115 milliseconds