Lines Matching refs:instance
190 * struct hp_wmi_numeric_sensor - a HPBIOS_BIOSNumericSensor instance
281 * struct hp_wmi_platform_events - a HPBIOS_PlatformEvents instance
325 * struct hp_wmi_event - a HPBIOS_BIOSEvent instance
362 * @instance: its WMI instance number
372 u8 instance;
480 * hp_wmi_get_wobj - poll WMI for a WMI object instance
482 * @instance: WMI object instance number
484 * Returns a new WMI object instance on success, or NULL on error.
487 static union acpi_object *hp_wmi_get_wobj(const char *guid, u8 instance)
492 err = wmi_query_block(guid, instance, &out);
568 * check_numeric_sensor_wobj - validate a HPBIOS_BIOSNumericSensor instance
569 * @wobj: pointer to WMI object instance to check
594 * each property of the WMI object instance, except that the
991 * check_platform_events_wobj - validate a HPBIOS_PlatformEvents instance
992 * @wobj: pointer to WMI object instance to check
1072 * check_event_wobj - validate a HPBIOS_BIOSEvent instance
1073 * @wobj: pointer to WMI object instance to check
1194 u8 instance = info->instance;
1200 wobj = hp_wmi_get_wobj(HP_WMI_NUMERIC_SENSOR_GUID, instance);
1624 * looks like an instance of hpqBEvnt delivered as event data may
1630 * HPBIOS_BIOSEvent instance.
1760 info->instance = i;
1821 * The existence of this HPBIOS_PlatformEvents instance:
1832 * means that this HPBIOS_BIOSEvent instance may occur:
1843 * polling the related HPBIOS_BIOSNumericSensor instance gives:
1855 * HPBIOS_BIOSEvent instance occurs.