Home
last modified time | relevance | path

Searched refs:__get_state (Results 1 – 2 of 2) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__basic_sender.hpp200 inline constexpr auto __get_state = //
513 static constexpr auto get_state = __detail::__get_state;
/openbmc/linux/drivers/acpi/
H A Dpower.c187 static int __get_state(acpi_handle handle, u8 *state) in __get_state() function
211 ret = __get_state(resource->device.handle, &resource->state); in acpi_power_get_state()