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()
594 static bool mcp_exceeded(struct ips_driver *ips) in mcp_exceeded()
623 static bool cpu_exceeded(struct ips_driver *ips, int cpu) in cpu_exceeded()
649 static bool mch_exceeded(struct ips_driver *ips) in mch_exceeded()
672 static void verify_limits(struct ips_driver *ips) in verify_limits()
698 static void update_turbo_limits(struct ips_driver *ips) in update_turbo_limits()
754 struct ips_driver *ips = data; in ips_adjust() local
814 static u16 calc_avg_temp(struct ips_driver *ips, u16 *array) in calc_avg_temp()
830 static u16 read_mgtv(struct ips_driver *ips) in read_mgtv()
848 static u16 read_ptv(struct ips_driver *ips) in read_ptv()
857 static u16 read_ctv(struct ips_driver *ips, int cpu) in read_ctv()
871 static u32 get_cpu_power(struct ips_driver *ips, u32 *last, int period) in get_cpu_power()
912 static u32 calc_avg_power(struct ips_driver *ips, u32 *array) in calc_avg_power()
929 struct ips_driver *ips = from_timer(ips, t, timer); in monitor_timeout() local
946 struct ips_driver *ips = data; in ips_monitor() local
1152 struct ips_driver *ips = arg; in ips_irq_handler() local
1207 static void ips_debugfs_init(struct ips_driver *ips) { return; } in ips_debugfs_init()
1208 static void ips_debugfs_cleanup(struct ips_driver *ips) { return; } in ips_debugfs_cleanup()
1215 struct ips_driver *ips = m->private; in cpu_temp_show() local
1226 struct ips_driver *ips = m->private; in cpu_power_show() local
1258 struct ips_driver *ips = m->private; in mch_temp_show() local
1269 struct ips_driver *ips = m->private; in mch_power_show() local
1277 static void ips_debugfs_cleanup(struct ips_driver *ips) in ips_debugfs_cleanup()
1282 static void ips_debugfs_init(struct ips_driver *ips) in ips_debugfs_init()
1300 static struct ips_mcp_limits *ips_detect_cpu(struct ips_driver *ips) in ips_detect_cpu()
1356 static bool ips_get_i915_syms(struct ips_driver *ips) in ips_get_i915_syms()
1389 ips_gpu_turbo_enabled(struct ips_driver *ips) in ips_gpu_turbo_enabled()
1441 struct ips_driver *ips; in ips_probe() local
1598 struct ips_driver *ips = pci_get_drvdata(dev); in ips_remove() local