Searched refs:tmp_str (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/thermal/
H A Ddb8500_thermal.c320 const char *tmp_str; db8500_thermal_parse_dt() local
344 if (of_property_read_string(np, prop_name, &tmp_str)) db8500_thermal_parse_dt()
347 if (!strcmp(tmp_str, "active")) db8500_thermal_parse_dt()
349 else if (!strcmp(tmp_str, "passive")) db8500_thermal_parse_dt()
351 else if (!strcmp(tmp_str, "hot")) db8500_thermal_parse_dt()
353 else if (!strcmp(tmp_str, "critical")) db8500_thermal_parse_dt()
367 if (of_property_read_string(np, prop_name, &tmp_str)) db8500_thermal_parse_dt()
370 if (strlen(tmp_str) >= THERMAL_NAME_LENGTH) db8500_thermal_parse_dt()
373 strcpy(ptrips->trip_points[i].cdev_name[j], tmp_str); db8500_thermal_parse_dt()
/linux-4.4.14/drivers/infiniband/hw/ocrdma/
H A Docrdma_stats.c640 char tmp_str[32]; ocrdma_dbgfs_ops_write() local
649 if (copy_from_user(tmp_str, buffer, count)) ocrdma_dbgfs_ops_write()
652 tmp_str[count-1] = '\0'; ocrdma_dbgfs_ops_write()
653 if (kstrtol(tmp_str, 10, &reset)) ocrdma_dbgfs_ops_write()
/linux-4.4.14/scripts/kconfig/
H A Dnconf.c568 char tmp_str[256]; item_add_str() local
576 snprintf(tmp_str, sizeof(tmp_str), "%s%s", item_add_str()
579 tmp_str, item_add_str()
/linux-4.4.14/fs/ext4/
H A Dinline.c1330 struct ext4_str tmp_str; htree_inlinedir_to_tree() local
1402 tmp_str.name = de->name; htree_inlinedir_to_tree()
1403 tmp_str.len = de->name_len; htree_inlinedir_to_tree()
1405 hinfo->minor_hash, de, &tmp_str); htree_inlinedir_to_tree()
H A Dnamei.c955 struct ext4_str fname_crypto_str = {.name = NULL, .len = 0}, tmp_str; htree_dirblock_to_tree() local
999 tmp_str.name = de->name; htree_dirblock_to_tree()
1000 tmp_str.len = de->name_len; htree_dirblock_to_tree()
1003 &tmp_str); htree_dirblock_to_tree()
1053 struct ext4_str tmp_str; ext4_htree_fill_tree() local
1089 tmp_str.name = de->name; ext4_htree_fill_tree()
1090 tmp_str.len = de->name_len; ext4_htree_fill_tree()
1092 de, &tmp_str); ext4_htree_fill_tree()
1100 tmp_str.name = de->name; ext4_htree_fill_tree()
1101 tmp_str.len = de->name_len; ext4_htree_fill_tree()
1103 de, &tmp_str); ext4_htree_fill_tree()

Completed in 232 milliseconds