Home
last modified time | relevance | path

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

/Linux-v6.6/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()
978 else if (proptype == DEV_PROP_STRING) in acpi_data_prop_read_single()
983 switch (proptype) { in acpi_data_prop_read_single()
1065 enum dev_prop_type proptype, in acpi_data_prop_read() argument
1073 ret = acpi_data_prop_read_single(data, propname, proptype, val); in acpi_data_prop_read()
1089 if (ret && proptype >= DEV_PROP_U8 && proptype <= DEV_PROP_U64) in acpi_data_prop_read()
1102 switch (proptype) { in acpi_data_prop_read()
1125 switch (proptype) { in acpi_data_prop_read()
1163 const char *propname, enum dev_prop_type proptype, in acpi_node_prop_read() argument
[all …]