Searched refs:tmp_str (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/memory/ |
| A D | atmel-ebi.c | 181 const char *tmp_str; in atmel_ebi_xslate_smc_config() local 212 tmp_str = NULL; in atmel_ebi_xslate_smc_config() 214 if (tmp_str && !strcmp(tmp_str, "write")) { in atmel_ebi_xslate_smc_config() 219 tmp_str = NULL; in atmel_ebi_xslate_smc_config() 221 if (tmp_str && !strcmp(tmp_str, "nrd")) { in atmel_ebi_xslate_smc_config() 226 tmp_str = NULL; in atmel_ebi_xslate_smc_config() 228 if (tmp_str && !strcmp(tmp_str, "nwe")) { in atmel_ebi_xslate_smc_config() 233 tmp_str = NULL; in atmel_ebi_xslate_smc_config() 235 if (tmp_str) { in atmel_ebi_xslate_smc_config() 236 if (!strcmp(tmp_str, "frozen")) in atmel_ebi_xslate_smc_config() [all …]
|
| /linux/drivers/gpu/drm/amd/pm/ |
| A D | amdgpu_pm.c | 756 char *tmp_str; in amdgpu_set_pp_od_clk_voltage() local 789 tmp_str = buf_cpy; in amdgpu_set_pp_od_clk_voltage() 793 tmp_str++; in amdgpu_set_pp_od_clk_voltage() 804 if (!tmp_str) in amdgpu_set_pp_od_clk_voltage() 808 tmp_str++; in amdgpu_set_pp_od_clk_voltage() 1458 char *tmp_str; in amdgpu_set_pp_power_profile_mode() local 1481 tmp_str = buf_cpy; in amdgpu_set_pp_power_profile_mode() 1490 tmp_str++; in amdgpu_set_pp_power_profile_mode() 3822 tmp_str = buf_cpy; in parse_input_od_command_lines() 3826 tmp_str++; in parse_input_od_command_lines() [all …]
|
| /linux/drivers/infiniband/hw/ocrdma/ |
| A D | ocrdma_stats.c | 638 char tmp_str[32]; in ocrdma_dbgfs_ops_write() local 644 if (*ppos != 0 || count == 0 || count > sizeof(tmp_str)) in ocrdma_dbgfs_ops_write() 647 if (copy_from_user(tmp_str, buffer, count)) in ocrdma_dbgfs_ops_write() 650 tmp_str[count-1] = '\0'; in ocrdma_dbgfs_ops_write() 651 if (kstrtol(tmp_str, 10, &reset)) in ocrdma_dbgfs_ops_write()
|
| /linux/scripts/kconfig/ |
| A D | nconf.c | 582 char tmp_str[256]; in item_add_str() local 590 snprintf(tmp_str, sizeof(tmp_str), "%s%s", in item_add_str() 593 tmp_str, in item_add_str()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
| A D | fw_tracer.c | 541 struct tracer_string_format *str_frmt, *tmp_str; in mlx5_fw_tracer_clean_ready_list() local 543 list_for_each_entry_safe(str_frmt, tmp_str, &tracer->ready_strings_list, in mlx5_fw_tracer_clean_ready_list() 659 struct tracer_string_format *str_frmt, *tmp_str; in mlx5_tracer_handle_timestamp_trace() local 663 list_for_each_entry_safe(str_frmt, tmp_str, &tracer->ready_strings_list, list) { in mlx5_tracer_handle_timestamp_trace()
|
| /linux/fs/ext4/ |
| A D | namei.c | 1078 struct fscrypt_str fname_crypto_str = FSTR_INIT(NULL, 0), tmp_str; in htree_dirblock_to_tree() local 1139 tmp_str.name = de->name; in htree_dirblock_to_tree() 1140 tmp_str.len = de->name_len; in htree_dirblock_to_tree() 1143 &tmp_str); in htree_dirblock_to_tree() 1194 struct fscrypt_str tmp_str; in ext4_htree_fill_tree() local 1234 tmp_str.name = de->name; in ext4_htree_fill_tree() 1235 tmp_str.len = de->name_len; in ext4_htree_fill_tree() 1237 de, &tmp_str); in ext4_htree_fill_tree() 1245 tmp_str.name = de->name; in ext4_htree_fill_tree() 1246 tmp_str.len = de->name_len; in ext4_htree_fill_tree() [all …]
|
| A D | inline.c | 1345 struct fscrypt_str tmp_str; in ext4_inlinedir_to_tree() local 1426 tmp_str.name = de->name; in ext4_inlinedir_to_tree() 1427 tmp_str.len = de->name_len; in ext4_inlinedir_to_tree() 1429 hinfo->minor_hash, de, &tmp_str); in ext4_inlinedir_to_tree()
|
Completed in 33 milliseconds