cache_out          36 drivers/mfd/htc-i2cpld.c 	u8                      cache_out;
cache_out         152 drivers/mfd/htc-i2cpld.c 		val = i2c_smbus_read_byte_data(client, chip->cache_out);
cache_out         225 drivers/mfd/htc-i2cpld.c 		chip_data->cache_out |= (1 << offset);
cache_out         227 drivers/mfd/htc-i2cpld.c 		chip_data->cache_out &= ~(1 << offset);
cache_out         240 drivers/mfd/htc-i2cpld.c 	i2c_smbus_read_byte_data(client, chip_data->cache_out);
cache_out         249 drivers/mfd/htc-i2cpld.c 		cache = chip_data->cache_out;
cache_out         292 drivers/mfd/htc-i2cpld.c 		client, (chip_data->cache_out = chip_data->reset));
cache_out         372 drivers/mfd/htc-i2cpld.c 	chip->cache_in = i2c_smbus_read_byte_data(client, chip->cache_out);
cache_out         478 drivers/mfd/htc-i2cpld.c 		htcpld->chip[i].cache_out = pdata->chip[i].reset;