Searched refs:acpi_copy_property_array_uint (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/drivers/acpi/ |
D | property.c | 1022 #define acpi_copy_property_array_uint(items, val, nval) \ macro 1132 ret = acpi_copy_property_array_uint(items, (u8 *)val, nval); in acpi_data_prop_read() 1135 ret = acpi_copy_property_array_uint(items, (u16 *)val, nval); in acpi_data_prop_read() 1138 ret = acpi_copy_property_array_uint(items, (u32 *)val, nval); in acpi_data_prop_read() 1141 ret = acpi_copy_property_array_uint(items, (u64 *)val, nval); in acpi_data_prop_read()
|