Searched refs:acpi_copy_property_array_uint (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/acpi/ |
H A D | property.c | 1093 #define acpi_copy_property_array_uint(items, val, nval) \ macro 1203 ret = acpi_copy_property_array_uint(items, (u8 *)val, nval); in acpi_data_prop_read() 1206 ret = acpi_copy_property_array_uint(items, (u16 *)val, nval); in acpi_data_prop_read() 1209 ret = acpi_copy_property_array_uint(items, (u32 *)val, nval); in acpi_data_prop_read() 1212 ret = acpi_copy_property_array_uint(items, (u64 *)val, nval); in acpi_data_prop_read()
|