Lines Matching defs: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);
1684 struct hp_wmi_platform_events *pevents;
1699 pevents_arr = devm_kcalloc(dev, count, sizeof(*pevents), GFP_KERNEL);
1703 for (i = 0, pevents = pevents_arr; i < count; i++, pevents++) {
1708 err = populate_platform_events_from_wobj(dev, pevents, wobj);
1817 struct hp_wmi_platform_events *pevents,
1883 for (i = 0; i < pevents_count; i++, pevents++) {
1884 event_name = pevents->name;
1885 event_description = pevents->description;
1886 event_category = pevents->category;
2011 struct hp_wmi_platform_events *pevents = NULL;
2022 err = init_platform_events(dev, &pevents, &pcount);
2032 hp_wmi_debugfs_init(dev, info, pevents, icount, pcount, is_new);
2037 has_events = find_event_attributes(state, pevents, pcount);