Home
last modified time | relevance | path

Searched refs:settings (Results 1 - 8 of 8) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
H A Dscons_app.py55 self.settings = {}
70 Parse app settings
76 self.settings = json.load(app_cfg)
78 raise AppBuildError("%s============== Read APP settings error: %s! =============%s" %
81 self.app_env_parse(self.settings)
105 return self.settings.get(key, None)
118 def app_env_parse(self, settings):
122 insert_lib_cfg(self.app_name, {settings["TARGET_LIB"] : settings["APP_SRCS"]})
124 if settings
[all...]
/device/board/hisilicon/hispark_taurus/camera/driver_adapter/include/
H A Disys_object.h45 const std::vector<DeviceStreamSetting>& settings) = 0;
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
H A Dmali_user_settings_db.c146 mali_osk_memcpy(args->settings, mali_user_settings, sizeof(mali_user_settings)); in _mali_ukk_get_user_settings()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_user_settings_db.c144 _mali_osk_memcpy(args->settings, mali_user_settings, sizeof(mali_user_settings)); in _mali_ukk_get_user_settings()
/device/soc/rockchip/rk3588/kernel/drivers/pinctrl/
H A Dcore.h90 * @settings: a list of settings for this state
95 struct list_head settings; member
124 * @node: list node for struct pinctrl_settings's @settings field
/device/qemu/riscv32_virt/liteos_m/board/driver/video/
H A Dfb.h494 int (*setcursor)(struct fb_vtable_s *vtable, struct fb_setcursor_s *settings);
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/include/linux/mali/
H A Dmali_utgard_uk_types.h520 /** @brief Enumeration of possible settings which match mali_setting_t in user space
726 /** @defgroup mali_uk_get_user_settings_s Get user space settings */
728 /** @brief struct to keep the matching values of the user space settings within certain context
730 * Each member of the settings array corresponds to a matching setting in the user space and its value is the value
733 * All settings are given reference to the context pointed to by the ctx pointer.
738 u32 settings[MALI_UK_USER_SETTING_MAX]; /**< [out] The values for all settings */ member
1091 u64 control_packet_data; /**< [in] the control packet data for control settings */
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/include/linux/mali/
H A Dmali_utgard_uk_types.h514 /** @brief Enumeration of possible settings which match mali_setting_t in user space
721 /** @defgroup _mali_uk_get_user_settings_s Get user space settings */
723 /** @brief struct to keep the matching values of the user space settings within certain context
725 * Each member of the settings array corresponds to a matching setting in the user space and its value is the value
728 * All settings are given reference to the context pointed to by the ctx pointer.
733 u32 settings[_MALI_UK_USER_SETTING_MAX]; /**< [out] The values for all settings */ member
1098 u64 control_packet_data; /**< [in] the control packet data for control settings */

Completed in 11 milliseconds