Home
last modified time | relevance | path

Searched refs:num_points (Results 1 – 3 of 3) 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/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()