Home
last modified time | relevance | path

Searched refs:blobs (Results 1 – 8 of 8) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/i915/gt/uc/
Dintel_uc_fw.c101 const struct uc_fw_blob blobs[INTEL_UC_FW_NUM_TYPES]; member
108 ….blobs[INTEL_UC_FW_TYPE_GUC] = (guc_), …
109 ….blobs[INTEL_UC_FW_TYPE_HUC] = (huc_), …
122 const struct uc_fw_blob *blob = &fw_blobs[i].blobs[uc_fw->type]; in __uc_fw_auto_select()
/device/soc/rockchip/common/sdk_linux/include/drm/
Ddrm_file.h304 struct list_head blobs; member
/device/soc/hisilicon/ws63v100/sdk/open_source/wpa_supplicant/wpa_supplicant/
Dconfig.h690 struct wpa_config_blob *blobs; member
Dconfig.c2959 blob = config->blobs; in wpa_config_flush_blobs()
2960 config->blobs = NULL; in wpa_config_flush_blobs()
4351 struct wpa_config_blob *blob = config->blobs; in wpa_config_get_blob()
4374 blob->next = config->blobs; in wpa_config_set_blob()
4375 config->blobs = blob; in wpa_config_set_blob()
4401 struct wpa_config_blob *pos = config->blobs, *prev = NULL; in wpa_config_remove_blob()
4408 config->blobs = pos->next; in wpa_config_remove_blob()
Ddefconfig269 # Remove support for configuration blobs to reduce code size by about 1.5 kB.
DChangeLog656 * added option to set config blobs through control interface with
1879 * added support for named configuration blobs in order to avoid having
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
Ddrm_file.c178 INIT_LIST_HEAD(&file->blobs); in drm_file_alloc()
/device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/docs/proposed/
Dpsa-conditional-inclusion-c.md22 …or which the core only does key management and dispatch using wrapped key blobs or key identifiers.