Searched refs:monitor_type (Results 1 – 4 of 4) sorted by relevance
19 monitor_type = "per_cpu" variable in dot2k24 self.monitor_type = self.monitor_types.get(MonitorType)25 if self.monitor_type is None:28 self.monitor_type = MonitorType106 return self.monitor_type.upper()120 if self.monitor_type == "per_task":143 monitor_type = self.fill_monitor_type()150 main_c = main_c.replace("%%MONITOR_TYPE%%", monitor_type)187 if self.monitor_type == "per_task":192 if self.monitor_type == "per_task":[all …]
31 monitor=dot2k(params.dot_file, params.monitor_type, vars(params))
671 pr_debug("monitor_type: %02x\n", info->monitor_type); in ps3av_monitor_info_dump()770 switch (info->monitor_type) { in ps3av_auto_videomode()
416 u8 monitor_type; member