Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/
H A D0001-Drop-using-register-storage-classifier.patch101 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 …]
/openbmc/u-boot/include/
H A Dkey_matrix.h16 int num_rows; member
/openbmc/u-boot/drivers/input/
H A Dtegra-kbc.c212 if (i < priv->matrix.num_rows) { in config_kbc_gpio()
215 col_cfg |= (((i - priv->matrix.num_rows) << 1) | 1) in config_kbc_gpio()
H A Dkey_matrix.c182 config->num_rows = rows; in key_matrix_init()
H A Dcros_ec_keyb.c70 for (row = 0; row < priv->matrix.num_rows; row++) { in check_for_keys()