Lines Matching refs:pvt_hwmon

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()
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()
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()
798 struct pvt_hwmon *pvt = dev_get_drvdata(dev); in pvt_hwmon_write()
849 struct pvt_hwmon *pvt = data; in pvt_clear_data()
860 static struct pvt_hwmon *pvt_create_data(struct platform_device *pdev) in pvt_create_data()
863 struct pvt_hwmon *pvt; in pvt_create_data()
891 static int pvt_request_regs(struct pvt_hwmon *pvt) in pvt_request_regs()
904 struct pvt_hwmon *pvt = data; in pvt_disable_clks()
909 static int pvt_request_clks(struct pvt_hwmon *pvt) in pvt_request_clks()
937 static int pvt_check_pwr(struct pvt_hwmon *pvt) in pvt_check_pwr()
972 static int pvt_init_iface(struct pvt_hwmon *pvt) in pvt_init_iface()
1030 static int pvt_request_irq(struct pvt_hwmon *pvt) in pvt_request_irq()
1056 static int pvt_create_hwmon(struct pvt_hwmon *pvt) in pvt_create_hwmon()
1072 struct pvt_hwmon *pvt = data; in pvt_disable_iface()
1081 static int pvt_enable_iface(struct pvt_hwmon *pvt) in pvt_enable_iface()
1107 static int pvt_enable_iface(struct pvt_hwmon *pvt) in pvt_enable_iface()
1116 struct pvt_hwmon *pvt; in pvt_probe()