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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/iio/adc/
H A Dmax1363.h191 * @thresh_high: high threshold values
216 s16 thresh_high[8]; member in struct:max1363_state
H A Dmax1363_core.c968 st->thresh_high[this_attr->address]);
1016 st->thresh_high[this_attr->address] = val;
1070 st->thresh_high[this_attr->address] = val;
1294 (st->thresh_high[j] >> 8) & 0x0F;
1295 tx_buf[i + 2] = st->thresh_high[j] & 0xFF;

Completed in 66 milliseconds