Searched defs:scale_in (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/hwmon/ |
D | w83627ehf.c | 291 static inline long in_from_reg(u8 reg, u8 nr, const u16 *scale_in) in in_from_reg() 296 static inline u8 in_to_reg(u32 val, u8 nr, const u16 *scale_in) in in_to_reg() 320 const u16 *scale_in; member
|
D | nct6775.h | 102 const u16 *scale_in; /* internal scaling factors */ member
|
D | w83793.c | 143 static u8 scale_in[] = { 2, 2, 2, 16, 16, 16, 8, 24, 24, 16 }; variable
|
D | nct6775-core.c | 986 static const u16 scale_in[15] = { variable
|