Home
last modified time | relevance | path

Searched refs:num_points (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/input/touchscreen/
H A Draspberrypi-ts.c48 u8 num_points; member
78 ts->fw_regs_va + offsetof(struct rpi_ts_regs, num_points)); in rpi_ts_poll()
80 if (regs.num_points == RPI_TS_NPOINTS_REG_INVALIDATE || in rpi_ts_poll()
81 (regs.num_points == 0 && ts->known_ids == 0)) in rpi_ts_poll()
84 for (i = 0; i < regs.num_points; i++) { in rpi_ts_poll()
H A Dhimax_hx83112b.c54 u8 num_points; member
219 if (event->num_points == 0xff) in himax_event_get_num_points()
222 return event->num_points & 0x0f; in himax_event_get_num_points()
/linux/drivers/thermal/
H A Ddb8500_thermal.c131 int num_points = ARRAY_SIZE(db8500_thermal_points); in prcmu_high_irq_handler() local
133 if (idx < num_points - 1) { in prcmu_high_irq_handler()
142 } else if (idx == num_points - 1) in prcmu_high_irq_handler()
/linux/drivers/comedi/drivers/
H A Dni_at_a2150.c140 unsigned int max_points, num_points, residue, leftover; in a2150_interrupt() local
172 num_points = max_points - comedi_bytes_to_samples(s, residue); in a2150_interrupt()
173 if (devpriv->count < num_points && cmd->stop_src == TRIG_COUNT) in a2150_interrupt()
174 num_points = devpriv->count; in a2150_interrupt()
193 for (i = 0; i < num_points; i++) { in a2150_interrupt()
/linux/drivers/net/wireless/ath/ath5k/
H A Dphy.c2520 u8 num_points, in ath5k_create_power_curve() argument
2527 if (num_points < 2) in ath5k_create_power_curve()
2548 if ((pwr_i > pwr[idx[1]]) && (idx[1] < num_points - 1)) { in ath5k_create_power_curve()