Searched refs:proptype (Results 1 – 1 of 1) sorted by relevance
1046 enum dev_prop_type proptype, void *val) in acpi_data_prop_read_single() argument1051 if (proptype >= DEV_PROP_U8 && proptype <= DEV_PROP_U64) in acpi_data_prop_read_single()1053 else if (proptype == DEV_PROP_STRING) in acpi_data_prop_read_single()1058 switch (proptype) { in acpi_data_prop_read_single()1140 enum dev_prop_type proptype, in acpi_data_prop_read() argument1148 ret = acpi_data_prop_read_single(data, propname, proptype, val); in acpi_data_prop_read()1164 if (ret && proptype >= DEV_PROP_U8 && proptype <= DEV_PROP_U64) in acpi_data_prop_read()1177 switch (proptype) { in acpi_data_prop_read()1194 if (proptype != DEV_PROP_U8) in acpi_data_prop_read()1201 switch (proptype) { in acpi_data_prop_read()[all …]