Searched refs:ltc4282_state (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/hwmon/ |
H A D | ltc4282.c | 133 struct ltc4282_state { struct 161 struct ltc4282_state *st = container_of(hw, struct ltc4282_state, in ltc4282_set_rate() argument 192 struct ltc4282_state *st = container_of(hw, struct ltc4282_state, in ltc4282_recalc_rate() 212 struct ltc4282_state *st = container_of(clk_hw, struct ltc4282_state, in ltc4282_disable() 218 static int ltc4282_read_voltage_word(const struct ltc4282_state *st, u32 reg, in ltc4282_read_voltage_word() 236 static int ltc4282_read_voltage_byte_cached(const struct ltc4282_state *st, in ltc4282_read_voltage_byte_cached() 255 static int ltc4282_read_voltage_byte(const struct ltc4282_state *st, u32 reg, in ltc4282_read_voltage_byte() 261 static int __ltc4282_read_alarm(struct ltc4282_state *st, u32 reg, u32 mask, in __ltc4282_read_alarm() 280 static int ltc4282_read_alarm(struct ltc4282_state *st, u32 reg, u32 mask, in ltc4282_read_alarm() 287 static int ltc4282_vdd_source_read_in(struct ltc4282_state *st, u32 channel, in ltc4282_vdd_source_read_in() [all …]
|