Searched refs:enh_acoustics (Results 1 – 1 of 1) sorted by relevance
211 u8 enh_acoustics[2]; member552 val = data->enh_acoustics[0] & 0xf; in temp_st_show()555 val = (data->enh_acoustics[1] >> 4) & 0xf; in temp_st_show()559 val = data->enh_acoustics[1] & 0xf; in temp_st_show()610 data->enh_acoustics[idx] &= ~(0xf << shift); in temp_st_store()611 data->enh_acoustics[idx] |= (val << shift); in temp_st_store()613 i2c_smbus_write_byte_data(client, reg, data->enh_acoustics[idx]); in temp_st_store()826 return sprintf(buf, "%d\n", !!(data->enh_acoustics[0] & mask)); in stall_disable_show()844 data->enh_acoustics[0] &= ~mask; in stall_disable_store()846 data->enh_acoustics[0] |= mask; in stall_disable_store()[all …]