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

/linux-master/drivers/iio/pressure/
H A Dhsc030pa.c141 * @pmin: lowest pressure that can be measured
145 const s32 pmin; member in struct:hsc_range_config
151 [HSC001BA] = { .pmin = 0, .pmax = 100000 },
152 [HSC1_6BA] = { .pmin = 0, .pmax = 160000 },
153 [HSC2_5BA] = { .pmin = 0, .pmax = 250000 },
154 [HSC004BA] = { .pmin = 0, .pmax = 400000 },
155 [HSC006BA] = { .pmin = 0, .pmax = 600000 },
156 [HSC010BA] = { .pmin = 0, .pmax = 1000000 },
157 [HSC1_6MD] = { .pmin = -160, .pmax = 160 },
158 [HSC2_5MD] = { .pmin
[all...]
H A Dmprls0025pa.c45 * pressure = (press_cnt - outputmin) * scale + pmin
49 * * pmin - minimum pressure range value of sensor (data->pmin)
55 * * scale - (pmax - pmin) / (outputmax - outputmin)
62 * * offset - (-1 * outputmin) - pmin / scale
63 * note: With all sensors from the datasheet pmin = 0
111 * @pmin: lowest pressure that can be measured
115 const s32 pmin; member in struct:mpr_range_config
121 [MPR0001BA] = { .pmin = 0, .pmax = 100000 },
122 [MPR01_6BA] = { .pmin
[all...]
H A Dhsc030pa.h34 * @pmin: minimum measurable pressure limit
50 s32 pmin; member in struct:hsc_data
H A Dmprls0025pa.h58 * @pmin: minimal pressure in pascal
78 u32 pmin; member in struct:mpr_data
/linux-master/net/phonet/
H A Dsocket.c481 int port, pmin, pmax; local
483 phonet_get_local_port_range(&pmin, &pmax);
484 for (port = pmin; port <= pmax; port++) {
486 if (port_cur < pmin || port_cur > pmax)
487 port_cur = pmin;
/linux-master/drivers/hwmon/pmbus/
H A Dltc2978.c249 int page, int reg, u16 *pmin)
255 if (lin11_to_val(ret) < lin11_to_val(*pmin))
256 *pmin = ret;
257 ret = *pmin;
248 ltc_get_min(struct ltc2978_data *data, struct i2c_client *client, int page, int reg, u16 *pmin) argument
/linux-master/drivers/net/wireless/ath/ath5k/
H A Dphy.c2498 * @pmin: Minimum power value (xmin)
2518 ath5k_create_power_curve(s16 pmin, s16 pmax, argument
2524 s16 pwr_i = 2 * pmin;
2535 pwr_i = pmin;
2536 pmin = 0;
2542 for (i = 0; (i <= (u16) (pmax - pmin)) &&
/linux-master/sound/usb/
H A Dpcm.c967 unsigned int pmin; local
982 pmin = 125 * (1 << min_datainterval);
984 return apply_hw_params_minmax(it, pmin, UINT_MAX);
/linux-master/drivers/hid/
H A Dhid-core.c1034 __s32 pmin = multiplier->physical_minimum; local
1050 m = ((v - lmin)/(lmax - lmin) * (pmax - pmin) + pmin);

Completed in 257 milliseconds