Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/input/touchscreen/
Diqs5xx.c231 static int iqs5xx_write_byte(struct i2c_client *client, u16 reg, u8 val) in iqs5xx_write_byte() function
457 error1 = iqs5xx_write_byte(client, IQS5XX_SYS_CTRL1, state); in iqs5xx_set_state()
458 error2 = iqs5xx_write_byte(client, IQS5XX_END_COMM, 0); in iqs5xx_set_state()
604 error = iqs5xx_write_byte(client, IQS5XX_SYS_CTRL0, IQS5XX_ACK_RESET); in iqs5xx_dev_init()
608 error = iqs5xx_write_byte(client, IQS5XX_SYS_CFG0, in iqs5xx_dev_init()
614 error = iqs5xx_write_byte(client, IQS5XX_SYS_CFG1, in iqs5xx_dev_init()
619 error = iqs5xx_write_byte(client, IQS5XX_END_COMM, 0); in iqs5xx_dev_init()
688 error = iqs5xx_write_byte(client, IQS5XX_END_COMM, 0); in iqs5xx_irq()