Searched refs:proptype (Results 1 – 1 of 1) sorted by relevance
/drivers/acpi/ |
D | property.c | 610 enum dev_prop_type proptype, void *val) in acpi_data_prop_read_single() argument 618 if (proptype >= DEV_PROP_U8 && proptype <= DEV_PROP_U64) { in acpi_data_prop_read_single() 623 switch (proptype) { in acpi_data_prop_read_single() 643 } else if (proptype == DEV_PROP_STRING) { in acpi_data_prop_read_single() 656 enum dev_prop_type proptype, void *val) in acpi_dev_prop_read_single() argument 658 return adev ? acpi_data_prop_read_single(&adev->data, propname, proptype, val) : -EINVAL; in acpi_dev_prop_read_single() 739 enum dev_prop_type proptype, in acpi_data_prop_read() argument 747 ret = acpi_data_prop_read_single(data, propname, proptype, val); in acpi_data_prop_read() 766 switch (proptype) { in acpi_data_prop_read() 790 enum dev_prop_type proptype, void *val, size_t nval) in acpi_dev_prop_read() argument [all …]
|