Searched refs:num_rows (Results 1 – 4 of 4) sorted by relevance
17 int num_rows; member
215 if (i < priv->matrix.num_rows) { in config_kbc_gpio()218 col_cfg |= (((i - priv->matrix.num_rows) << 1) | 1) in config_kbc_gpio()
183 config->num_rows = rows; in key_matrix_init()
73 for (row = 0; row < priv->matrix.num_rows; row++) { in check_for_keys()