Home
last modified time | relevance | path

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

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