Searched defs:out_values (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/of/ |
D | property.c | 219 const char *propname, u8 *out_values, in of_property_read_variable_u8_array() 269 const char *propname, u16 *out_values, in of_property_read_variable_u16_array() 316 const char *propname, u32 *out_values, in of_property_read_variable_u32_array() 394 const char *propname, u64 *out_values, in of_property_read_variable_u64_array()
|
/linux-6.6.21/drivers/acpi/acpica/ |
D | uteval.c | 274 u8 method_count, u8 *out_values) in acpi_ut_execute_power_methods()
|
/linux-6.6.21/include/linux/ |
D | of.h | 670 const char *propname, u8 *out_values, in of_property_read_variable_u8_array() 677 const char *propname, u16 *out_values, in of_property_read_variable_u16_array() 685 u32 *out_values, in of_property_read_variable_u32_array() 700 u64 *out_values, in of_property_read_variable_u64_array() 1264 u8 *out_values, size_t sz) in of_property_read_u8_array() 1296 u16 *out_values, size_t sz) in of_property_read_u16_array() 1326 u32 *out_values, size_t sz) in of_property_read_u32_array() 1356 u64 *out_values, size_t sz) in of_property_read_u64_array()
|