Searched refs:wdt87xx_send_command (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/input/touchscreen/ |
H A D | wdt87xx_i2c.c | 357 static int wdt87xx_send_command(struct i2c_client *client, int cmd, int value) in wdt87xx_send_command() function 403 error = wdt87xx_send_command(client, VND_CMD_RESET, 0); in wdt87xx_sw_reset() 649 error = wdt87xx_send_command(client, VND_SET_CHECKSUM_LENGTH, length); in wdt87xx_get_checksum() 655 error = wdt87xx_send_command(client, VND_SET_CHECKSUM_CALC, address); in wdt87xx_get_checksum() 699 error = wdt87xx_send_command(client, VND_CMD_STOP, MODE_STOP); in wdt87xx_write_firmware() 705 error = wdt87xx_send_command(client, VND_CMD_SFUNL, 0); in wdt87xx_write_firmware() 721 error = wdt87xx_send_command(client, VND_CMD_ERASE, in wdt87xx_write_firmware() 771 err1 = wdt87xx_send_command(client, VND_CMD_SFLCK, 0); in wdt87xx_write_firmware() 778 err1 = wdt87xx_send_command(client, VND_CMD_START, 0); in wdt87xx_write_firmware() 1123 error = wdt87xx_send_command(client, VND_CMD_STOP, MODE_IDLE); in wdt87xx_suspend() [all …]
|