Lines Matching defs:ips
346 static bool ips_cpu_busy(struct ips_driver *ips) in ips_cpu_busy()
364 static void ips_cpu_raise(struct ips_driver *ips) in ips_cpu_raise()
402 static void ips_cpu_lower(struct ips_driver *ips) in ips_cpu_lower()
453 static void ips_enable_cpu_turbo(struct ips_driver *ips) in ips_enable_cpu_turbo()
491 static void ips_disable_cpu_turbo(struct ips_driver *ips) in ips_disable_cpu_turbo()
513 static bool ips_gpu_busy(struct ips_driver *ips) in ips_gpu_busy()
528 static void ips_gpu_raise(struct ips_driver *ips) in ips_gpu_raise()
545 static void ips_gpu_lower(struct ips_driver *ips) in ips_gpu_lower()
563 static void ips_enable_gpu_turbo(struct ips_driver *ips) in ips_enable_gpu_turbo()
576 static void ips_disable_gpu_turbo(struct ips_driver *ips) in ips_disable_gpu_turbo()
596 static bool mcp_exceeded(struct ips_driver *ips) in mcp_exceeded()
627 static bool cpu_exceeded(struct ips_driver *ips, int cpu) in cpu_exceeded()
655 static bool mch_exceeded(struct ips_driver *ips) in mch_exceeded()
678 static void verify_limits(struct ips_driver *ips) in verify_limits()
704 static void update_turbo_limits(struct ips_driver *ips) in update_turbo_limits()
761 struct ips_driver *ips = data; in ips_adjust() local
821 static u16 calc_avg_temp(struct ips_driver *ips, u16 *array) in calc_avg_temp()
837 static u16 read_mgtv(struct ips_driver *ips) in read_mgtv()
855 static u16 read_ptv(struct ips_driver *ips) in read_ptv()
864 static u16 read_ctv(struct ips_driver *ips, int cpu) in read_ctv()
878 static u32 get_cpu_power(struct ips_driver *ips, u32 *last, int period) in get_cpu_power()
919 static u32 calc_avg_power(struct ips_driver *ips, u32 *array) in calc_avg_power()
936 struct ips_driver *ips = from_timer(ips, t, timer); in monitor_timeout() local
955 struct ips_driver *ips = data; in ips_monitor() local
1130 struct ips_driver *ips = arg; in ips_irq_handler() local
1185 static void ips_debugfs_init(struct ips_driver *ips) { return; } in ips_debugfs_init()
1186 static void ips_debugfs_cleanup(struct ips_driver *ips) { return; } in ips_debugfs_cleanup()
1193 struct ips_driver *ips = m->private; in cpu_temp_show() local
1204 struct ips_driver *ips = m->private; in cpu_power_show() local
1236 struct ips_driver *ips = m->private; in mch_temp_show() local
1247 struct ips_driver *ips = m->private; in mch_power_show() local
1255 static void ips_debugfs_cleanup(struct ips_driver *ips) in ips_debugfs_cleanup()
1260 static void ips_debugfs_init(struct ips_driver *ips) in ips_debugfs_init()
1281 static struct ips_mcp_limits *ips_detect_cpu(struct ips_driver *ips) in ips_detect_cpu()
1339 static bool ips_get_i915_syms(struct ips_driver *ips) in ips_get_i915_syms()
1372 ips_gpu_turbo_enabled(struct ips_driver *ips) in ips_gpu_turbo_enabled()
1424 struct ips_driver *ips; in ips_probe() local
1581 struct ips_driver *ips = pci_get_drvdata(dev); in ips_remove() local