Home
last modified time | relevance | path

Searched refs:monitor_type (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/tools/verification/dot2/
Ddot2k.py18 monitor_type = "per_cpu" variable in dot2k
23 self.monitor_type = self.monitor_types.get(MonitorType)
24 if self.monitor_type == None:
27 self.monitor_type = MonitorType
77 if self.monitor_type == "per_task":
Ddot2k28 monitor=dot2k(params.dot_file, params.monitor_type)
/linux-6.12.1/drivers/ps3/
Dps3av.c671 pr_debug("monitor_type: %02x\n", info->monitor_type); in ps3av_monitor_info_dump()
770 switch (info->monitor_type) { in ps3av_auto_videomode()
/linux-6.12.1/arch/powerpc/include/asm/
Dps3av.h416 u8 monitor_type; member