Searched refs:num_rows (Results 1 – 5 of 5) sorted by relevance
101 JDIMENSION output_row, int num_rows)116 while (--num_rows >= 0) {118 JDIMENSION output_row, int num_rows)133 while (--num_rows >= 0) {135 JDIMENSION output_row, int num_rows)150 while (--num_rows >= 0) {153 JDIMENSION output_row, int num_rows)166 JDIMENSION output_row, int num_rows)197 JDIMENSION output_row, int num_rows)212 while (--num_rows >= 0) {[all …]
16 int num_rows; member
212 if (i < priv->matrix.num_rows) { in config_kbc_gpio()215 col_cfg |= (((i - priv->matrix.num_rows) << 1) | 1) in config_kbc_gpio()
182 config->num_rows = rows; in key_matrix_init()
70 for (row = 0; row < priv->matrix.num_rows; row++) { in check_for_keys()