[go: nahoru, domu]

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

/drivers/power/
H A Dda9030_battery.c102 struct da9030_battery_thresholds thresholds; member in struct:da9030_charger
259 charger->thresholds.vbat_charge_start)) {
270 charger->thresholds.vbat_charge_stop) {
273 charger->thresholds.vbat_charge_restart);
275 charger->thresholds.vbat_low) {
280 charger->thresholds.vbat_low);
282 if (charger->adc.vchmax_res > charger->thresholds.vcharge_max ||
283 charger->adc.vchmin_res < charger->thresholds.vcharge_min ||
285 charger->adc.tbat_res < charger->thresholds.tbat_high ||
286 charger->adc.tbat_res > charger->thresholds
[all...]
/drivers/thermal/int340x_thermal/
H A Dint3403_thermal.c35 unsigned long *thresholds; member in struct:int3403_sensor
125 *temp = obj->thresholds[trip];
164 obj->thresholds[trip] = temp;
259 /* We have to cache, thresholds can't be readback */
260 obj->thresholds = devm_kzalloc(&priv->pdev->dev,
261 sizeof(*obj->thresholds) * trip_cnt,
263 if (!obj->thresholds) {
/drivers/md/
H A Ddm-cache-policy-mq.c36 * Two thresholds to switch between random and sequential io mode are defaulting
52 unsigned thresholds[2]; member in struct:io_tracker
64 t->thresholds[PATTERN_RANDOM] = random_threshold;
65 t->thresholds[PATTERN_SEQUENTIAL] = sequential_threshold;
97 if (t->nr_rand_samples >= t->thresholds[PATTERN_RANDOM]) {
104 if (t->nr_seq_samples >= t->thresholds[PATTERN_SEQUENTIAL]) {
1147 mq->tracker.thresholds[PATTERN_RANDOM] = tmp;
1150 mq->tracker.thresholds[PATTERN_SEQUENTIAL] = tmp;
1177 mq->tracker.thresholds[PATTERN_RANDOM],
1178 mq->tracker.thresholds[PATTERN_SEQUENTIA
[all...]
/drivers/staging/comedi/drivers/
H A Djr3_pci.h215 /* Layout of a load enveloped packet. Four thresholds are showed ... for more
227 struct thresh_struct thresholds[4]; member in struct:le_struct
648 * thresholds active. A single load envelope this large would take
/drivers/media/pci/solo6x10/
H A Dsolo6x10-disp.c210 const u16 *thresholds)
223 buf[x] = cpu_to_le16(thresholds[y * SOLO_MOTION_SZ + x]);
209 solo_set_motion_block(struct solo_dev *solo_dev, u8 ch, const u16 *thresholds) argument
H A Dsolo6x10.h100 * Motion thresholds are in a table of 64x64 samples, with
389 const u16 *thresholds);
/drivers/media/usb/go7007/
H A Dgo7007-fw.c1437 u16 thresholds[] = { local
1456 ret = copy_packages(code, thresholds, 1, space);
/drivers/video/fbdev/
H A Dfsl-diu-fb.c445 "thresholds=%08x int_mask=%08x plut=%08x\n",
449 hw->syn_pol, hw->thresholds, hw->int_mask, hw->plut);

Completed in 887 milliseconds