Searched refs:wobj (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/hwmon/
H A Dhp-wmi-sensors.c509 static int check_wobj(const union acpi_object *wobj, argument
512 acpi_object_type type = wobj->type;
521 elem_count = wobj->package.count;
525 elements = wobj->package.elements;
569 * @wobj: pointer to WMI object instance to check
575 static int check_numeric_sensor_wobj(const union acpi_object *wobj, argument
578 acpi_object_type type = wobj->type;
598 elements = wobj->package.elements;
600 elem_count = wobj->package.count;
814 union acpi_object *wobj, boo
812 populate_numeric_sensor_from_wobj(struct device *dev, struct hp_wmi_numeric_sensor *nsensor, union acpi_object *wobj, bool *out_is_new) argument
930 update_numeric_sensor_from_wobj(struct device *dev, struct hp_wmi_numeric_sensor *nsensor, const union acpi_object *wobj) argument
996 check_platform_events_wobj(const union acpi_object *wobj) argument
1003 populate_platform_events_from_wobj(struct device *dev, struct hp_wmi_platform_events *pevents, union acpi_object *wobj) argument
1077 check_event_wobj(const union acpi_object *wobj) argument
1083 populate_event_from_wobj(struct device *dev, struct hp_wmi_event *event, union acpi_object *wobj) argument
1193 const union acpi_object *wobj; local
1608 union acpi_object *wobj; local
1685 union acpi_object *wobj; local
1738 union acpi_object *wobj; local
[all...]

Completed in 124 milliseconds