Searched refs:acpi_copy_property_array_uint (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/acpi/ |
D | property.c | 1018 #define acpi_copy_property_array_uint(items, val, nval) \ macro 1127 ret = acpi_copy_property_array_uint(items, (u8 *)val, nval); in acpi_data_prop_read() 1130 ret = acpi_copy_property_array_uint(items, (u16 *)val, nval); in acpi_data_prop_read() 1133 ret = acpi_copy_property_array_uint(items, (u32 *)val, nval); in acpi_data_prop_read() 1136 ret = acpi_copy_property_array_uint(items, (u64 *)val, nval); in acpi_data_prop_read()
|