Searched refs:cc2_get_reg_val (Results 1 – 1 of 1) sorted by relevance
| /drivers/hwmon/ |
| A D | chipcap2.c | 322 static int cc2_get_reg_val(struct cc2_data *data, u8 reg, long *val) in cc2_get_reg_val() function 571 return cc2_get_reg_val(data, CC2_R_ALARM_L_ON, val); in cc2_read() 573 return cc2_get_reg_val(data, CC2_R_ALARM_L_OFF, val); in cc2_read() 575 return cc2_get_reg_val(data, CC2_R_ALARM_H_ON, val); in cc2_read() 577 return cc2_get_reg_val(data, CC2_R_ALARM_H_OFF, val); in cc2_read()
|
Completed in 4 milliseconds