Searched refs:vpd_blob (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/powerpc/platforms/pseries/
H A Dpapr-vpd.c125 struct vpd_blob { struct
130 static bool vpd_blob_has_data(const struct vpd_blob *blob)
135 static void vpd_blob_free(const struct vpd_blob *blob)
144 * vpd_blob_extend() - Append data to a &struct vpd_blob.
152 static int vpd_blob_extend(struct vpd_blob *blob, const char *data, size_t len)
173 * vpd_blob_generate() - Construct a new &struct vpd_blob.
183 * Return: A completely populated &struct vpd_blob, or NULL on error.
185 static const struct vpd_blob *
188 struct vpd_blob *blob;
353 * Return: A populated &struct vpd_blob o
[all...]

Completed in 121 milliseconds