Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/acpi/
Dproperty.c971 enum dev_prop_type proptype, void *val) in acpi_data_prop_read_single() argument
976 if (proptype >= DEV_PROP_U8 && proptype <= DEV_PROP_U64) { in acpi_data_prop_read_single()
981 switch (proptype) { in acpi_data_prop_read_single()
1015 } else if (proptype == DEV_PROP_STRING) { in acpi_data_prop_read_single()
1077 enum dev_prop_type proptype, in acpi_data_prop_read() argument
1085 ret = acpi_data_prop_read_single(data, propname, proptype, val); in acpi_data_prop_read()
1101 if (ret && proptype >= DEV_PROP_U8 && proptype <= DEV_PROP_U64) in acpi_data_prop_read()
1114 switch (proptype) { in acpi_data_prop_read()
1137 switch (proptype) { in acpi_data_prop_read()
1175 const char *propname, enum dev_prop_type proptype, in acpi_node_prop_read() argument
[all …]