Searched refs:blob (Results 1 – 7 of 7) sorted by relevance
| /include/drm/ |
| D | drm_property.h | 276 bool drm_property_replace_blob(struct drm_property_blob **blob, 278 struct drm_property_blob *drm_property_blob_get(struct drm_property_blob *blob); 279 void drm_property_blob_put(struct drm_property_blob *blob); 289 drm_property_reference_blob(struct drm_property_blob *blob) in drm_property_reference_blob() argument 291 return drm_property_blob_get(blob); in drm_property_reference_blob() 302 drm_property_unreference_blob(struct drm_property_blob *blob) in drm_property_unreference_blob() argument 304 drm_property_blob_put(blob); in drm_property_unreference_blob()
|
| D | drm_atomic.h | 530 struct drm_property_blob *blob);
|
| /include/linux/ |
| D | firmware.h | 35 #define DECLARE_BUILTIN_FIRMWARE(name, blob) \ argument 36 DECLARE_BUILTIN_FIRMWARE_SIZE(name, &(blob), sizeof(blob)) 38 #define DECLARE_BUILTIN_FIRMWARE_SIZE(name, blob, size) \ argument 40 __used __section(.builtin_fw) = { name, blob, size }
|
| D | of_fdt.h | 29 extern char *of_fdt_get_string(const void *blob, u32 offset); 30 extern void *of_fdt_get_property(const void *blob, 34 extern bool of_fdt_is_big_endian(const void *blob, 36 extern int of_fdt_match(const void *blob, unsigned long node, 38 extern void *of_fdt_unflatten_tree(const unsigned long *blob,
|
| D | getcpu.h | 16 unsigned long blob[128 / sizeof(long)]; member
|
| D | debugfs.h | 150 struct debugfs_blob_wrapper *blob); 358 struct debugfs_blob_wrapper *blob) in debugfs_create_blob() argument
|
| /include/keys/ |
| D | trusted-type.h | 29 unsigned char blob[MAX_BLOB_SIZE]; member
|