Lines Matching refs:pevents
1004 struct hp_wmi_platform_events *pevents,
1030 pevents->name = string;
1034 pevents->description = string;
1041 pevents->source_namespace = string;
1048 pevents->source_class = string;
1052 pevents->category = value;
1056 pevents->possible_severity = value;
1060 pevents->possible_status = value;
1315 struct hp_wmi_platform_events *pevents,
1389 for (i = 0; i < pcount; i++, pevents++) {
1394 (void *)pevents->name,
1398 (void *)pevents->description,
1402 (void *)pevents->source_namespace,
1406 (void *)pevents->source_class,
1410 &pevents->category);
1413 &pevents->possible_severity);
1416 &pevents->possible_status);
1676 struct hp_wmi_platform_events *pevents;
1691 pevents_arr = devm_kcalloc(dev, count, sizeof(*pevents), GFP_KERNEL);
1695 for (i = 0, pevents = pevents_arr; i < count; i++, pevents++) {
1700 err = populate_platform_events_from_wobj(dev, pevents, wobj);
1809 struct hp_wmi_platform_events *pevents,
1875 for (i = 0; i < pevents_count; i++, pevents++) {
1876 event_name = pevents->name;
1877 event_description = pevents->description;
1878 event_category = pevents->category;
2003 struct hp_wmi_platform_events *pevents = NULL;
2014 err = init_platform_events(dev, &pevents, &pcount);
2024 hp_wmi_debugfs_init(dev, info, pevents, icount, pcount, is_new);
2029 has_events = find_event_attributes(state, pevents, pcount);