Searched refs:config_name (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/tools/testing/selftests/kvm/aarch64/ |
D | get-reg-list.c | 77 static const char *config_name(struct vcpu_config *c) in config_name() function 165 TEST_ASSERT(idx < 31, "%s: Unexpected regs.regs index: %lld", config_name(c), idx); in core_id_to_str() 180 TEST_ASSERT(idx < KVM_NR_SPSR, "%s: Unexpected spsr index: %lld", config_name(c), idx); in core_id_to_str() 185 TEST_ASSERT(idx < 32, "%s: Unexpected fp_regs.vregs index: %lld", config_name(c), idx); in core_id_to_str() 193 TEST_FAIL("%s: Unknown core reg id: 0x%llx", config_name(c), id); in core_id_to_str() 207 TEST_ASSERT(i == 0, "%s: Currently we don't expect slice > 0, reg id 0x%llx", config_name(c), id); in sve_id_to_str() 214 "%s: Unexpected bits set in SVE ZREG id: 0x%llx", config_name(c), id); in sve_id_to_str() 220 "%s: Unexpected bits set in SVE PREG id: 0x%llx", config_name(c), id); in sve_id_to_str() 224 "%s: Unexpected bits set in SVE FFR id: 0x%llx", config_name(c), id); in sve_id_to_str() 237 "%s: KVM_REG_ARM64 missing in reg id: 0x%llx", config_name(c), id); in print_reg() [all …]
|
/Linux-v6.1/sound/soc/codecs/ |
D | tas5805m.c | 422 const char *config_name; in tas5805m_i2c_probe() local 462 &config_name)) in tas5805m_i2c_probe() 463 config_name = "default"; in tas5805m_i2c_probe() 466 config_name); in tas5805m_i2c_probe()
|
/Linux-v6.1/tools/testing/selftests/firmware/ |
D | fw_filesystem.sh | 142 echo -n $1 > $DIR/config_name
|
/Linux-v6.1/tools/perf/util/ |
D | parse-events.c | 366 const char *config_name, *metric_id; in parse_events_add_cache() local 380 config_name = get_config_name(head_config); in parse_events_add_cache() 433 config_name ? : name, in parse_events_add_cache() 440 ret = add_event(list, idx, &attr, config_name ? : name, metric_id, in parse_events_add_cache()
|
/Linux-v6.1/lib/ |
D | test_firmware.c | 432 static DEVICE_ATTR_RW(config_name); 1436 TEST_FW_DEV_ATTR(config_name),
|
/Linux-v6.1/drivers/scsi/csiostor/ |
D | csio_hw.c | 2060 char *config_name = NULL; in csio_hw_use_fwconfig() local 2084 config_name = "On FLASH"; in csio_hw_use_fwconfig() 2088 config_name = path; in csio_hw_use_fwconfig() 2141 config_name = "Firmware Default"; in csio_hw_use_fwconfig() 2208 config_name, finiver, cfcsum); in csio_hw_use_fwconfig()
|
/Linux-v6.1/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_main.c | 4461 char *config_name = NULL; in adap_init0_config() local 4509 config_name = "On FLASH"; in adap_init0_config() 4517 config_name = fw_config_file_path; in adap_init0_config() 4623 config_name = "Firmware Default"; in adap_init0_config() 4686 config_name, finiver, cfcsum); in adap_init0_config() 4697 config_name, -ret); in adap_init0_config()
|