Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/
H A Dproperty.c1022 #define acpi_copy_property_array_uint(items, val, nval) \ macro
1130 ret = acpi_copy_property_array_uint(items, (u8 *)val, nval); in acpi_data_prop_read()
1133 ret = acpi_copy_property_array_uint(items, (u16 *)val, nval); in acpi_data_prop_read()
1136 ret = acpi_copy_property_array_uint(items, (u32 *)val, nval); in acpi_data_prop_read()
1139 ret = acpi_copy_property_array_uint(items, (u64 *)val, nval); in acpi_data_prop_read()