Home
last modified time | relevance | path

Searched refs:blob (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Dfirmware.h30 #define DECLARE_BUILTIN_FIRMWARE(name, blob) \ argument
31 DECLARE_BUILTIN_FIRMWARE_SIZE(name, &(blob), sizeof(blob))
33 #define DECLARE_BUILTIN_FIRMWARE_SIZE(name, blob, size) \ argument
35 __used __section(.builtin_fw) = { name, blob, size }
Dgetcpu.h15 unsigned long blob[128 / sizeof(long)]; member
Ddebugfs.h73 struct debugfs_blob_wrapper *blob);
181 struct debugfs_blob_wrapper *blob) in debugfs_create_blob() argument