Searched refs:num_points (Results 1 – 3 of 3) sorted by relevance
48 u8 num_points; member78 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()
54 u8 num_points; member219 if (event->num_points == 0xff) in himax_event_get_num_points()222 return event->num_points & 0x0f; in himax_event_get_num_points()
2520 u8 num_points, in ath5k_create_power_curve() argument2527 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()