Searched refs:info_map (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_ads.c | 210 struct iosys_map *info_map) in guc_mapping_table_init() argument 219 info_map_write(info_map, mapping_table[i][j], in guc_mapping_table_init() 225 info_map_write(info_map, mapping_table[guc_class][ilog2(engine->logical_mask)], in guc_mapping_table_init() 485 struct iosys_map *info_map) in fill_engine_enable_masks() argument 487 info_map_write(info_map, engine_enabled_masks[GUC_RENDER_CLASS], RCS_MASK(gt)); in fill_engine_enable_masks() 488 info_map_write(info_map, engine_enabled_masks[GUC_COMPUTE_CLASS], CCS_MASK(gt)); in fill_engine_enable_masks() 489 info_map_write(info_map, engine_enabled_masks[GUC_BLITTER_CLASS], BCS_MASK(gt)); in fill_engine_enable_masks() 490 info_map_write(info_map, engine_enabled_masks[GUC_VIDEO_CLASS], VDBOX_MASK(gt)); in fill_engine_enable_masks() 491 info_map_write(info_map, engine_enabled_masks[GUC_VIDEOENHANCE_CLASS], VEBOX_MASK(gt)); in fill_engine_enable_masks() 495 info_map_write(info_map, engine_enabled_masks[GUC_GSC_OTHER_CLASS], in fill_engine_enable_masks() [all …]
|
/openbmc/linux/drivers/hwmon/ |
H A D | hp-wmi-sensors.c | 393 struct hp_wmi_info **info_map[hwmon_max]; member 1430 if (!state->info_map[type] || !state->info_map[type][channel]) in hp_wmi_hwmon_is_visible() 1433 info = state->info_map[type][channel]; in hp_wmi_hwmon_is_visible() 1456 info = state->info_map[type][channel]; in hp_wmi_hwmon_read() 1488 info = state->info_map[type][channel]; in hp_wmi_hwmon_read_string() 1526 struct hp_wmi_info **ptr_info = state->info_map[hwmon_fan]; in match_fan_event() 1549 struct hp_wmi_info **ptr_info = state->info_map[hwmon_temp]; in match_temp_events() 1732 struct hp_wmi_info ***info_map = state->info_map; in init_numeric_sensors() local 1799 if (!info_map[type]) { in init_numeric_sensors() 1800 info_map[type] = devm_kcalloc(dev, channel_count[type], in init_numeric_sensors() [all …]
|
/openbmc/linux/tools/perf/ |
H A D | builtin-lock.c | 1425 static bool info_threads, info_map; variable 1482 else if (info_map) in dump_info() 2503 OPT_BOOLEAN('m', "map", &info_map, in cmd_lock()
|