Lines Matching defs:pvt
158 static inline void pvt_set_mode(struct pvt_hwmon *pvt, u32 mode) in pvt_set_mode()
176 static inline void pvt_set_trim(struct pvt_hwmon *pvt, u32 trim) in pvt_set_trim()
187 static inline void pvt_set_tout(struct pvt_hwmon *pvt, u32 tout) in pvt_set_tout()
231 struct pvt_hwmon *pvt = data; in pvt_soft_isr() local
314 static int pvt_read_data(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_data()
334 static int pvt_read_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_limit()
355 static int pvt_write_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_write_limit()
395 static int pvt_read_alarm(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_alarm()
434 struct pvt_hwmon *pvt = data; in pvt_hard_isr() local
476 static int pvt_read_data(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_data()
532 static int pvt_read_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_limit()
538 static int pvt_write_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_write_limit()
544 static int pvt_read_alarm(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_alarm()
636 static int pvt_read_trim(struct pvt_hwmon *pvt, long *val) in pvt_read_trim()
646 static int pvt_write_trim(struct pvt_hwmon *pvt, long val) in pvt_write_trim()
667 static int pvt_read_timeout(struct pvt_hwmon *pvt, long *val) in pvt_read_timeout()
683 static int pvt_write_timeout(struct pvt_hwmon *pvt, long val) in pvt_write_timeout()
738 struct pvt_hwmon *pvt = dev_get_drvdata(dev); in pvt_hwmon_read() local
822 struct pvt_hwmon *pvt = dev_get_drvdata(dev); in pvt_hwmon_write() local
873 struct pvt_hwmon *pvt = data; in pvt_clear_data() local
887 struct pvt_hwmon *pvt; in pvt_create_data() local
915 static int pvt_request_regs(struct pvt_hwmon *pvt) in pvt_request_regs()
937 struct pvt_hwmon *pvt = data; in pvt_disable_clks() local
942 static int pvt_request_clks(struct pvt_hwmon *pvt) in pvt_request_clks()
970 static int pvt_check_pwr(struct pvt_hwmon *pvt) in pvt_check_pwr()
1005 static int pvt_init_iface(struct pvt_hwmon *pvt) in pvt_init_iface()
1063 static int pvt_request_irq(struct pvt_hwmon *pvt) in pvt_request_irq()
1089 static int pvt_create_hwmon(struct pvt_hwmon *pvt) in pvt_create_hwmon()
1105 struct pvt_hwmon *pvt = data; in pvt_disable_iface() local
1114 static int pvt_enable_iface(struct pvt_hwmon *pvt) in pvt_enable_iface()
1140 static int pvt_enable_iface(struct pvt_hwmon *pvt) in pvt_enable_iface()
1149 struct pvt_hwmon *pvt; in pvt_probe() local