Searched refs:proptype (Results 1 – 1 of 1) sorted by relevance
1116 enum dev_prop_type proptype, void *val) in acpi_data_prop_read_single() argument1121 if (proptype >= DEV_PROP_U8 && proptype <= DEV_PROP_U64) in acpi_data_prop_read_single()1123 else if (proptype == DEV_PROP_STRING) in acpi_data_prop_read_single()1128 switch (proptype) { in acpi_data_prop_read_single()1210 enum dev_prop_type proptype, in acpi_data_prop_read() argument1218 ret = acpi_data_prop_read_single(data, propname, proptype, val); in acpi_data_prop_read()1234 if (ret && proptype >= DEV_PROP_U8 && proptype <= DEV_PROP_U64) in acpi_data_prop_read()1247 switch (proptype) { in acpi_data_prop_read()1262 if (proptype != DEV_PROP_U8) in acpi_data_prop_read()1269 switch (proptype) { in acpi_data_prop_read()[all …]