Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/
H A Dproperty.c975 enum dev_prop_type proptype, void *val) in acpi_data_prop_read_single() argument
980 if (proptype >= DEV_PROP_U8 && proptype <= DEV_PROP_U64) in acpi_data_prop_read_single()
982 else if (proptype == DEV_PROP_STRING) in acpi_data_prop_read_single()
987 switch (proptype) { in acpi_data_prop_read_single()
1069 enum dev_prop_type proptype, in acpi_data_prop_read() argument
1077 ret = acpi_data_prop_read_single(data, propname, proptype, val); in acpi_data_prop_read()
1093 if (ret && proptype >= DEV_PROP_U8 && proptype <= DEV_PROP_U64) in acpi_data_prop_read()
1106 switch (proptype) { in acpi_data_prop_read()
1123 if (proptype != DEV_PROP_U8) in acpi_data_prop_read()
1130 switch (proptype) { in acpi_data_prop_read()
[all …]
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch13466 + Atom prop, proptype;
13481 + proptype = prop;
13484 + prop, proptype, /* property, type */