Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Diqs5xx.c232 static int iqs5xx_write_byte(struct i2c_client *client, u16 reg, u8 val) in iqs5xx_write_byte() function
453 error1 = iqs5xx_write_byte(client, IQS5XX_SYS_CTRL1, state); in iqs5xx_set_state()
454 error2 = iqs5xx_write_byte(client, IQS5XX_END_COMM, 0); in iqs5xx_set_state()
537 error = iqs5xx_write_byte(client, IQS5XX_XY_CFG0, val); in iqs5xx_axis_init()
675 error = iqs5xx_write_byte(client, IQS5XX_SYS_CFG0, val); in iqs5xx_dev_init()
680 error = iqs5xx_write_byte(client, IQS5XX_SYS_CFG1, val); in iqs5xx_dev_init()
684 error = iqs5xx_write_byte(client, IQS5XX_END_COMM, 0); in iqs5xx_dev_init()
740 error = iqs5xx_write_byte(client, IQS5XX_END_COMM, 0); in iqs5xx_irq()