Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hwmon/
Dadt7475.c215 u8 enh_acoustics[2]; member
556 val = data->enh_acoustics[0] & 0xf; in temp_st_show()
559 val = (data->enh_acoustics[1] >> 4) & 0xf; in temp_st_show()
563 val = data->enh_acoustics[1] & 0xf; in temp_st_show()
614 data->enh_acoustics[idx] &= ~(0xf << shift); in temp_st_store()
615 data->enh_acoustics[idx] |= (val << shift); in temp_st_store()
617 i2c_smbus_write_byte_data(client, reg, data->enh_acoustics[idx]); in temp_st_store()
830 return sprintf(buf, "%d\n", !!(data->enh_acoustics[0] & mask)); in stall_disable_show()
848 data->enh_acoustics[0] &= ~mask; in stall_disable_store()
850 data->enh_acoustics[0] |= mask; in stall_disable_store()
[all …]