Lines Matching defs:ips

347 static bool ips_cpu_busy(struct ips_driver *ips)  in ips_cpu_busy()
365 static void ips_cpu_raise(struct ips_driver *ips) in ips_cpu_raise()
403 static void ips_cpu_lower(struct ips_driver *ips) in ips_cpu_lower()
454 static void ips_enable_cpu_turbo(struct ips_driver *ips) in ips_enable_cpu_turbo()
492 static void ips_disable_cpu_turbo(struct ips_driver *ips) in ips_disable_cpu_turbo()
514 static bool ips_gpu_busy(struct ips_driver *ips) in ips_gpu_busy()
529 static void ips_gpu_raise(struct ips_driver *ips) in ips_gpu_raise()
546 static void ips_gpu_lower(struct ips_driver *ips) in ips_gpu_lower()
564 static void ips_enable_gpu_turbo(struct ips_driver *ips) in ips_enable_gpu_turbo()
577 static void ips_disable_gpu_turbo(struct ips_driver *ips) in ips_disable_gpu_turbo()
597 static bool mcp_exceeded(struct ips_driver *ips) in mcp_exceeded()
628 static bool cpu_exceeded(struct ips_driver *ips, int cpu) in cpu_exceeded()
656 static bool mch_exceeded(struct ips_driver *ips) in mch_exceeded()
679 static void verify_limits(struct ips_driver *ips) in verify_limits()
705 static void update_turbo_limits(struct ips_driver *ips) in update_turbo_limits()
762 struct ips_driver *ips = data; in ips_adjust() local
822 static u16 calc_avg_temp(struct ips_driver *ips, u16 *array) in calc_avg_temp()
838 static u16 read_mgtv(struct ips_driver *ips) in read_mgtv()
856 static u16 read_ptv(struct ips_driver *ips) in read_ptv()
865 static u16 read_ctv(struct ips_driver *ips, int cpu) in read_ctv()
879 static u32 get_cpu_power(struct ips_driver *ips, u32 *last, int period) in get_cpu_power()
920 static u32 calc_avg_power(struct ips_driver *ips, u32 *array) in calc_avg_power()
937 struct ips_driver *ips = from_timer(ips, t, timer); in monitor_timeout() local
956 struct ips_driver *ips = data; in ips_monitor() local
1131 struct ips_driver *ips = arg; in ips_irq_handler() local
1186 static void ips_debugfs_init(struct ips_driver *ips) { return; } in ips_debugfs_init()
1187 static void ips_debugfs_cleanup(struct ips_driver *ips) { return; } in ips_debugfs_cleanup()
1194 struct ips_driver *ips = m->private; in cpu_temp_show() local
1205 struct ips_driver *ips = m->private; in cpu_power_show() local
1237 struct ips_driver *ips = m->private; in mch_temp_show() local
1248 struct ips_driver *ips = m->private; in mch_power_show() local
1256 static void ips_debugfs_cleanup(struct ips_driver *ips) in ips_debugfs_cleanup()
1261 static void ips_debugfs_init(struct ips_driver *ips) in ips_debugfs_init()
1282 static struct ips_mcp_limits *ips_detect_cpu(struct ips_driver *ips) in ips_detect_cpu()
1340 static bool ips_get_i915_syms(struct ips_driver *ips) in ips_get_i915_syms()
1373 ips_gpu_turbo_enabled(struct ips_driver *ips) in ips_gpu_turbo_enabled()
1425 struct ips_driver *ips; in ips_probe() local
1582 struct ips_driver *ips = pci_get_drvdata(dev); in ips_remove() local