Searched refs:w1_settings_name (Results 1 – 1 of 1) sorted by relevance
21 static const char *w1_settings_name[W1_SETINGS_TYPE_COUNT] = { variable308 for (type = 0; type < ARRAY_SIZE(w1_settings_name); type++) { in cmd_w1_configure()309 if (strcmp(type_name, w1_settings_name[type]) == 0) { in cmd_w1_configure()314 if (type == ARRAY_SIZE(w1_settings_name)) { in cmd_w1_configure()333 w1_settings_name[type], value, value); in cmd_w1_configure()