Searched refs:updatable (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/ |
| H A D | mali_kbase_csf_firmware_cfg.c | 61 bool updatable; member 158 if (!config->updatable) { in store_fw_cfg() 203 if (config->updatable) { in store_fw_cfg() 210 if (!config->updatable) in store_fw_cfg() 305 const u32 *entry, unsigned int size, bool updatable) in kbase_csf_firmware_cfg_option_entry_parse() argument 320 config->updatable = updatable; in kbase_csf_firmware_cfg_option_entry_parse()
|
| H A D | mali_kbase_csf_trace_buffer.c | 75 bool updatable; member 251 bool updatable) in kbase_csf_firmware_parse_trace_buffer_entry() argument 275 trace_buffer->updatable = updatable; in kbase_csf_firmware_parse_trace_buffer_entry() 440 if (!tb->updatable) { in kbase_csf_firmware_trace_buffer_update_trace_enable_bit() 457 if (tb->updatable) in kbase_csf_firmware_trace_buffer_update_trace_enable_bit() 534 if (!tb->updatable) { in kbase_csf_firmware_trace_buffer_set_active_mask64() 550 if (tb->updatable) in kbase_csf_firmware_trace_buffer_set_active_mask64()
|
| H A D | mali_kbase_csf_firmware_cfg.h | 71 const u32 *entry, unsigned int size, bool updatable);
|
| H A D | mali_kbase_csf_trace_buffer.h | 86 bool updatable);
|
| H A D | mali_kbase_csf_firmware.c | 999 const bool updatable = entry_update(header); in load_firmware_entry() local 1034 kbdev, fw, entry, size, updatable); in load_firmware_entry() 1043 kbdev, entry, size, updatable); in load_firmware_entry()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/progressbar/ |
| H A D | widgets.py | 38 def format_updatable(updatable, pbar): argument 39 if hasattr(updatable, 'update'): return updatable.update(pbar) 40 else: return updatable
|
| /OK3568_Linux_fs/u-boot/doc/uImage.FIT/ |
| H A D | verified-boot.txt | 17 been correctly signed, it is safe to read software from an updatable medium. 63 software from updatable memory.
|
| /OK3568_Linux_fs/kernel/Documentation/networking/devlink/ |
| H A D | devlink-info.rst | 55 which are not field-updatable.
|
| /OK3568_Linux_fs/u-boot/board/sandbox/ |
| H A D | README.sandbox | 164 a situation where a second 'updatable' U-Boot is stored on your board. It
|