Lines Matching full:row
34 /** Row entry data type */
46 * @brief Enables or disables a specific row, column combination in the actual
49 * This allows enabling or disabling specific row, column combination in the
56 * @param row The matrix row to enable or disable.
58 * @param enabled Whether the specified row, col has to be enabled or disabled.
61 * @retval -errno Negative errno if row or col are out of range for the device.
64 uint8_t row, uint8_t col, bool enabled);
88 * @brief Read the matrix row.
98 * interrupts row pin changes.
138 * specify row and col count.
141 BUILD_ASSERT(IN_RANGE(_row_size, 1, INPUT_KBD_MATRIX_ROW_BITS), "invalid row-size"); \
165 * instance, specify row and col count.
168 * @param row_size The matrix row count.
183 * @brief Initialize common keyboard matrix config from devicetree, specify row and col count.
187 * @param _row_size The matrix row count.
227 * specify row and col count.
231 * @param row_size The matrix row count.