Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H A Dvmx_nested_tsc_scaling_test.c39 uint64_t tolerance, thresh_low, thresh_high; in compare_tsc_freq() local
42 thresh_low = expected - tolerance; in compare_tsc_freq()
45 TEST_ASSERT(thresh_low < actual, in compare_tsc_freq()
48 thresh_low, thresh_high, actual); in compare_tsc_freq()
52 thresh_low, thresh_high, actual); in compare_tsc_freq()
/kernel/linux/linux-5.10/drivers/iio/light/
H A Dapds9300.c50 int thresh_low; member
122 dev_err(&data->client->dev, "failed to set thresh_low\n"); in apds9300_set_thresh_low()
125 data->thresh_low = value; in apds9300_set_thresh_low()
285 *val = data->thresh_low; in apds9300_read_thresh()
/kernel/linux/linux-6.6/drivers/iio/light/
H A Dapds9300.c50 int thresh_low; member
122 dev_err(&data->client->dev, "failed to set thresh_low\n"); in apds9300_set_thresh_low()
125 data->thresh_low = value; in apds9300_set_thresh_low()
285 *val = data->thresh_low; in apds9300_read_thresh()
/kernel/linux/linux-5.10/drivers/iio/adc/
H A Dmax1363.c159 * @thresh_low: low threshold values
183 s16 thresh_low[8]; member
737 *val = st->thresh_low[chan->channel]; in max1363_read_thresh()
763 st->thresh_low[chan->channel] = val; in max1363_write_thresh()
882 tx_buf[i] = (st->thresh_low[j] >> 4) & 0xFF; in max1363_monitor_mode_update()
883 tx_buf[i + 1] = (st->thresh_low[j] << 4) & 0xF0; in max1363_monitor_mode_update()
/kernel/linux/linux-6.6/drivers/iio/adc/
H A Dmax1363.c157 * @thresh_low: low threshold values
180 s16 thresh_low[8]; member
734 *val = st->thresh_low[chan->channel]; in max1363_read_thresh()
760 st->thresh_low[chan->channel] = val; in max1363_write_thresh()
879 tx_buf[i] = (st->thresh_low[j] >> 4) & 0xFF; in max1363_monitor_mode_update()
880 tx_buf[i + 1] = (st->thresh_low[j] << 4) & 0xF0; in max1363_monitor_mode_update()

Completed in 6 milliseconds