Home
last modified time | relevance | path

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

/linux/drivers/memory/
H A Datmel-ebi.c181 const char *tmp_str; in atmel_ebi_xslate_smc_config() local
212 tmp_str = NULL; in atmel_ebi_xslate_smc_config()
213 of_property_read_string(np, "atmel,smc-byte-access-type", &tmp_str); 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()
220 of_property_read_string(np, "atmel,smc-read-mode", &tmp_str); 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()
227 of_property_read_string(np, "atmel,smc-write-mode", &tmp_str); in atmel_ebi_xslate_smc_config()
228 if (tmp_str && !strcmp(tmp_str, "nwe")) { in atmel_ebi_xslate_smc_config()
[all …]
/linux/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c758 char *tmp_str; in amdgpu_set_pp_od_clk_voltage() local
786 tmp_str = buf_cpy; in amdgpu_set_pp_od_clk_voltage()
790 tmp_str++; in amdgpu_set_pp_od_clk_voltage()
791 while (isspace(*++tmp_str)); in amdgpu_set_pp_od_clk_voltage()
793 while ((sub_str = strsep(&tmp_str, delimiter)) != NULL) { in amdgpu_set_pp_od_clk_voltage()
801 if (!tmp_str) in amdgpu_set_pp_od_clk_voltage()
804 while (isspace(*tmp_str)) in amdgpu_set_pp_od_clk_voltage()
805 tmp_str++; in amdgpu_set_pp_od_clk_voltage()
1376 char *tmp_str; in amdgpu_set_pp_power_profile_mode() local
1394 tmp_str = buf_cpy; in amdgpu_set_pp_power_profile_mode()
[all …]
/linux/drivers/infiniband/hw/ocrdma/
H A Docrdma_stats.c638 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/
H A Dnconf.c583 char tmp_str[256]; in item_add_str() local
591 snprintf(tmp_str, sizeof(tmp_str), "%s%s", in item_add_str()
594 tmp_str, in item_add_str()