Lines Matching defs:pvt

134 static inline void pvt_set_mode(struct pvt_hwmon *pvt, u32 mode)  in pvt_set_mode()
152 static inline void pvt_set_trim(struct pvt_hwmon *pvt, u32 trim) in pvt_set_trim()
163 static inline void pvt_set_tout(struct pvt_hwmon *pvt, u32 tout) in pvt_set_tout()
207 struct pvt_hwmon *pvt = data; in pvt_soft_isr() local
290 static int pvt_read_data(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_data()
310 static int pvt_read_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_limit()
331 static int pvt_write_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_write_limit()
371 static int pvt_read_alarm(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_alarm()
410 struct pvt_hwmon *pvt = data; in pvt_hard_isr() local
452 static int pvt_read_data(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_data()
508 static int pvt_read_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_limit()
514 static int pvt_write_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_write_limit()
520 static int pvt_read_alarm(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_alarm()
612 static int pvt_read_trim(struct pvt_hwmon *pvt, long *val) in pvt_read_trim()
622 static int pvt_write_trim(struct pvt_hwmon *pvt, long val) in pvt_write_trim()
643 static int pvt_read_timeout(struct pvt_hwmon *pvt, long *val) in pvt_read_timeout()
659 static int pvt_write_timeout(struct pvt_hwmon *pvt, long val) in pvt_write_timeout()
714 struct pvt_hwmon *pvt = dev_get_drvdata(dev); in pvt_hwmon_read() local
798 struct pvt_hwmon *pvt = dev_get_drvdata(dev); in pvt_hwmon_write() local
849 struct pvt_hwmon *pvt = data; in pvt_clear_data() local
863 struct pvt_hwmon *pvt; in pvt_create_data() local
891 static int pvt_request_regs(struct pvt_hwmon *pvt) in pvt_request_regs()
911 struct pvt_hwmon *pvt = data; in pvt_disable_clks() local
916 static int pvt_request_clks(struct pvt_hwmon *pvt) in pvt_request_clks()
944 static int pvt_check_pwr(struct pvt_hwmon *pvt) in pvt_check_pwr()
979 static int pvt_init_iface(struct pvt_hwmon *pvt) in pvt_init_iface()
1037 static int pvt_request_irq(struct pvt_hwmon *pvt) in pvt_request_irq()
1063 static int pvt_create_hwmon(struct pvt_hwmon *pvt) in pvt_create_hwmon()
1079 struct pvt_hwmon *pvt = data; in pvt_disable_iface() local
1088 static int pvt_enable_iface(struct pvt_hwmon *pvt) in pvt_enable_iface()
1114 static int pvt_enable_iface(struct pvt_hwmon *pvt) in pvt_enable_iface()
1123 struct pvt_hwmon *pvt; in pvt_probe() local