Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/thermal/
Ddb8500_thermal.c321 const char *tmp_str; in db8500_thermal_parse_dt() local
345 if (of_property_read_string(np, prop_name, &tmp_str)) in db8500_thermal_parse_dt()
348 if (!strcmp(tmp_str, "active")) in db8500_thermal_parse_dt()
350 else if (!strcmp(tmp_str, "passive")) in db8500_thermal_parse_dt()
352 else if (!strcmp(tmp_str, "hot")) in db8500_thermal_parse_dt()
354 else if (!strcmp(tmp_str, "critical")) in db8500_thermal_parse_dt()
368 if (of_property_read_string(np, prop_name, &tmp_str)) in db8500_thermal_parse_dt()
371 if (strlen(tmp_str) >= THERMAL_NAME_LENGTH) in db8500_thermal_parse_dt()
374 strcpy(ptrips->trip_points[i].cdev_name[j], tmp_str); in db8500_thermal_parse_dt()
/linux-4.1.27/fs/ext4/
Dnamei.c966 struct ext4_str fname_crypto_str = {.name = NULL, .len = 0}, tmp_str; in htree_dirblock_to_tree() local
1013 tmp_str.name = de->name; in htree_dirblock_to_tree()
1014 tmp_str.len = de->name_len; in htree_dirblock_to_tree()
1017 &tmp_str); in htree_dirblock_to_tree()
1065 struct ext4_str tmp_str; in ext4_htree_fill_tree() local
1101 tmp_str.name = de->name; in ext4_htree_fill_tree()
1102 tmp_str.len = de->name_len; in ext4_htree_fill_tree()
1104 de, &tmp_str); in ext4_htree_fill_tree()
1112 tmp_str.name = de->name; in ext4_htree_fill_tree()
1113 tmp_str.len = de->name_len; in ext4_htree_fill_tree()
[all …]
Dinline.c1333 struct ext4_str tmp_str; in htree_inlinedir_to_tree() local
1405 tmp_str.name = de->name; in htree_inlinedir_to_tree()
1406 tmp_str.len = de->name_len; in htree_inlinedir_to_tree()
1408 hinfo->minor_hash, de, &tmp_str); in htree_inlinedir_to_tree()
/linux-4.1.27/scripts/kconfig/
Dnconf.c568 char tmp_str[256]; in item_add_str() local
576 snprintf(tmp_str, sizeof(tmp_str), "%s%s", in item_add_str()
579 tmp_str, in item_add_str()
/linux-4.1.27/drivers/infiniband/hw/ocrdma/
Docrdma_stats.c625 char tmp_str[32]; in ocrdma_dbgfs_ops_write() local
634 if (copy_from_user(tmp_str, buffer, count)) in ocrdma_dbgfs_ops_write()
637 tmp_str[count-1] = '\0'; in ocrdma_dbgfs_ops_write()
638 if (kstrtol(tmp_str, 10, &reset)) in ocrdma_dbgfs_ops_write()