Lines Matching defs:string
205 * [read] string Name;
206 * [read] string Description;
212 * [read] string OtherSensorType;
223 * [read] string PossibleStates[];
224 * [read] string CurrentState;
253 * [read] string Name;
254 * [read] string Description;
256 * [read] string OtherSensorType;
258 * [read] string CurrentState;
259 * [read] string PossibleStates[];
290 * [read] string Name;
291 * [read] string Description;
292 * [read] string SourceNamespace;
293 * [read] string SourceClass;
331 * [read] string Name;
332 * [read] string Description;
462 /* hp_wmi_wstrdup - hp_wmi_strdup, but for a raw WMI string */
555 hp_wmi_strdup(dev, strim(element->string.pointer));
596 * as if each individual string were a property by itself.
821 char *string;
846 err = extract_acpi_value(dev, element, type, &value, &string);
854 nsensor->name = string;
858 nsensor->description = string;
869 nsensor->other_sensor_type = string;
884 *possible_states++ = string;
894 nsensor->current_state = string;
938 char *string;
962 string = element->type == ACPI_TYPE_BUFFER ?
964 element->string.pointer;
966 if (string) {
967 trimmed = strim(string);
976 kfree(string);
1011 char *string;
1024 err = extract_acpi_value(dev, element, type, &value, &string);
1030 pevents->name = string;
1034 pevents->description = string;
1038 if (strcasecmp(HP_WMI_EVENT_NAMESPACE, string))
1041 pevents->source_namespace = string;
1045 if (strcasecmp(HP_WMI_EVENT_CLASS, string))
1048 pevents->source_class = string;
1090 char *string;
1103 err = extract_acpi_value(dev, element, type, &value, &string);
1109 event->name = string;
1113 event->description = string;