Searched refs:max7359_write_reg (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/input/keyboard/
H A Dmax7359_keypad.c64 static int max7359_write_reg(struct i2c_client *client, u8 reg, u8 val) function
115 max7359_write_reg(client, MAX7359_REG_SLEEP, MAX7359_AUTOSLEEP_8192);
124 max7359_write_reg(client, MAX7359_REG_SLEEP, MAX7359_AUTOSLEEP_256);
145 max7359_write_reg(client, MAX7359_REG_CONFIG,
150 max7359_write_reg(client, MAX7359_REG_DEBOUNCE, 0x1F);
153 max7359_write_reg(client, MAX7359_REG_INTERRUPT, 0x01);

Completed in 145 milliseconds