Searched refs:blob (Results 1 – 3 of 3) sorted by relevance
30 #define DECLARE_BUILTIN_FIRMWARE(name, blob) \ argument31 DECLARE_BUILTIN_FIRMWARE_SIZE(name, &(blob), sizeof(blob))33 #define DECLARE_BUILTIN_FIRMWARE_SIZE(name, blob, size) \ argument35 __used __section(.builtin_fw) = { name, blob, size }
15 unsigned long blob[128 / sizeof(long)]; member
73 struct debugfs_blob_wrapper *blob);181 struct debugfs_blob_wrapper *blob) in debugfs_create_blob() argument