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