Lines Matching defs:ips
358 static bool ips_cpu_busy(struct ips_driver *ips) in ips_cpu_busy()
376 static void ips_cpu_raise(struct ips_driver *ips) in ips_cpu_raise()
414 static void ips_cpu_lower(struct ips_driver *ips) in ips_cpu_lower()
465 static void ips_enable_cpu_turbo(struct ips_driver *ips) in ips_enable_cpu_turbo()
503 static void ips_disable_cpu_turbo(struct ips_driver *ips) in ips_disable_cpu_turbo()
525 static bool ips_gpu_busy(struct ips_driver *ips) in ips_gpu_busy()
540 static void ips_gpu_raise(struct ips_driver *ips) in ips_gpu_raise()
557 static void ips_gpu_lower(struct ips_driver *ips) in ips_gpu_lower()
575 static void ips_enable_gpu_turbo(struct ips_driver *ips) in ips_enable_gpu_turbo()
588 static void ips_disable_gpu_turbo(struct ips_driver *ips) in ips_disable_gpu_turbo()
606 static bool mcp_exceeded(struct ips_driver *ips) in mcp_exceeded()
644 static bool cpu_exceeded(struct ips_driver *ips, int cpu) in cpu_exceeded()
671 static bool mch_exceeded(struct ips_driver *ips) in mch_exceeded()
694 static void verify_limits(struct ips_driver *ips) in verify_limits()
720 static void update_turbo_limits(struct ips_driver *ips) in update_turbo_limits()
776 struct ips_driver *ips = data; in ips_adjust() local
836 static u16 calc_avg_temp(struct ips_driver *ips, u16 *array) in calc_avg_temp()
852 static u16 read_mgtv(struct ips_driver *ips) in read_mgtv()
870 static u16 read_ptv(struct ips_driver *ips) in read_ptv()
882 static u16 read_ctv(struct ips_driver *ips, int cpu) in read_ctv()
896 static u32 get_cpu_power(struct ips_driver *ips, u32 *last, int period) in get_cpu_power()
937 static u32 calc_avg_power(struct ips_driver *ips, u32 *array) in calc_avg_power()
970 struct ips_driver *ips = data; in ips_monitor() local
1178 struct ips_driver *ips = arg; in ips_irq_handler() local
1233 static void ips_debugfs_init(struct ips_driver *ips) { return; } in ips_debugfs_init()
1234 static void ips_debugfs_cleanup(struct ips_driver *ips) { return; } in ips_debugfs_cleanup()
1240 struct ips_driver *ips; member
1247 struct ips_driver *ips = m->private; in show_cpu_temp() local
1257 struct ips_driver *ips = m->private; in show_cpu_power() local
1287 struct ips_driver *ips = m->private; in show_mch_temp() local
1297 struct ips_driver *ips = m->private; in show_mch_power() local
1327 static void ips_debugfs_cleanup(struct ips_driver *ips) in ips_debugfs_cleanup()
1334 static void ips_debugfs_init(struct ips_driver *ips) in ips_debugfs_init()
1376 static struct ips_mcp_limits *ips_detect_cpu(struct ips_driver *ips) in ips_detect_cpu()
1432 static bool ips_get_i915_syms(struct ips_driver *ips) in ips_get_i915_syms()
1465 ips_gpu_turbo_enabled(struct ips_driver *ips) in ips_gpu_turbo_enabled()
1500 struct ips_driver *ips; in ips_probe() local
1673 struct ips_driver *ips = pci_get_drvdata(dev); in ips_remove() local