Searched refs:bmofdata (Results 1 – 1 of 1) sorted by relevance
32 union acpi_object *bmofdata; member47 if (off >= priv->bmofdata->buffer.length) in read_bmof()50 if (count > priv->bmofdata->buffer.length - off) in read_bmof()51 count = priv->bmofdata->buffer.length - off; in read_bmof()53 memcpy(buf, priv->bmofdata->buffer.pointer + off, count); in read_bmof()68 priv->bmofdata = wmidev_block_query(wdev, 0); in wmi_bmof_probe()69 if (!priv->bmofdata) { in wmi_bmof_probe()74 if (priv->bmofdata->type != ACPI_TYPE_BUFFER) { in wmi_bmof_probe()84 priv->bmof_bin_attr.size = priv->bmofdata->buffer.length; in wmi_bmof_probe()93 kfree(priv->bmofdata); in wmi_bmof_probe()[all …]