Home
last modified time | relevance | path

Searched defs:ips_driver (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/platform/x86/
Dintel_ips.c281 struct ips_driver { struct
282 struct device *dev;
283 void __iomem *regmap;
284 int irq;
286 struct task_struct *monitor;
287 struct task_struct *adjust;
288 struct dentry *debug_root;
289 struct timer_list timer;
292 u16 ctv1_avg_temp;
293 u16 ctv2_avg_temp;
[all …]
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/
Ddc_dmub_srv.c1283 volatile struct dmub_shared_state_ips_driver *ips_driver = in dc_dmub_srv_notify_idle() local
1365 volatile struct dmub_shared_state_ips_driver *ips_driver = in dc_dmub_srv_exit_low_power_state() local
/linux-6.12.1/drivers/gpu/drm/amd/display/dmub/inc/
Ddmub_cmd.h811 struct dmub_shared_state_ips_driver ips_driver; /**< IPS driver state */ member