Home
last modified time | relevance | path

Searched defs:self (Results 1 – 25 of 56) sorted by relevance

123

/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/scripts/
Dscons_env_cfg.py34 def __init__(self): argument
89 def set_tools(self, env, tool_name='all', tool_value='default'): argument
108 def get_tools(self, env, tool_name): argument
113 def set_environs(self, env, env_name='all', env_value=None, module='common'): argument
132 def append_environs(self, env, module, env_name = None): argument
147 def get_module_cfg(self, module, env_name, fixed=False): argument
163 def get_module_dir(self, module): argument
173 def get_all_modules(self): argument
177 def get_module_libs(self, module, lib_name_only=False): argument
190 def get_build_modules(self): argument
[all …]
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
Dscons_env_cfg.py34 def __init__(self): argument
89 def set_tools(self, env, tool_name='all', tool_value='default'): argument
108 def get_tools(self, env, tool_name): argument
113 def set_environs(self, env, env_name='all', env_value=None, module='common'): argument
132 def append_environs(self, env, module, env_name = None): argument
147 def get_module_cfg(self, module, env_name, fixed=False): argument
163 def get_module_dir(self, module): argument
173 def get_all_modules(self): argument
177 def get_module_libs(self, module, lib_name_only=False): argument
190 def get_build_modules(self): argument
[all …]
Dpkt_builder.py32 …def __init__(self, app_name="Hi3861_demo", sign_alg=0x3F, kernel_file_ver=0, flashboot_file_ver=0,… argument
59 def set_file_attr_encrypt(self, attr_encrypt): argument
62 def set_kernel_file_attr_ota(self, attr_ota): argument
69 def set_flashboot_file_attr_ota(self, attr_ota): argument
72 def set_chip_product_name(self, name): argument
75 def set_kernel_max_size(self, signature): argument
87 …def set_src_path(self, boot_bin_path = None, kernel_bin_path = None, normal_nv_path = None, factor… argument
93 def set_pkt_path(self, pkt_dir_path): argument
96 def set_build_temp_path(self, build_temp_path): argument
99 def set_app_name(self, app_name): argument
[all …]
Dscons_app.py48 def __init__(self, app_name, factory_mode): argument
58 def app_lookup(self): argument
68 def read_env(self): argument
84 def get_app_libs(self): argument
93 def get_app_lib_path(self): argument
101 def get_app_name(self): argument
104 def get_app_cfg(self, key): argument
107 def app_pre_check(self): argument
118 def app_env_parse(self, settings): argument
Dhi_config_parser.py34 def __init__(self): argument
42 def translate(self, key): argument
51 def __init__(self): argument
59 def local_main(self): argument
62 def get_default_config_file(self): argument
69 def do_parse(self): argument
82 def cfg_is_valid(self, option): argument
95 def parse_option(self, option): argument
109 def get_default_config_file(self): argument
Dpacket_create.py28 def __init__(self): argument
31 def _initial(self, c): argument
42 def _update_crc(self, crc, c): argument
51 def crc(self, str): argument
57 def crcb(self, i): argument
/device/soc/esp/esp32/components/partition_table/
Dgen_esp32part.py89 def __init__(self): argument
137 def __getitem__(self, item): argument
148 def find_by_type(self, ptype, subtype): argument
172 def find_by_name(self, name): argument
178 def verify(self): argument
204 def flash_size(self): argument
234 def to_binary(self): argument
243 def to_csv(self, simple_formatting=False): argument
268 def __init__(self): argument
301 def __eq__(self, other): argument
[all …]
Dparttool.py48 def __init__(self, name=None, p_type=None, subtype=None, part_list=None): argument
57 def __init__(self, name): argument
63 def __init__(self, p_type, subtype, part_list=None): argument
72 …def __init__(self, port=None, baud=None, partition_table_offset=PARTITION_TABLE_OFFSET, partition_… argument
125 def _call_esptool(self, args, out=None): argument
143 def get_partition_info(self, partition_id): argument
164 def erase_partition(self, partition_id): argument
168 def read_partition(self, partition_id, output): argument
172 def write_partition(self, partition_id, input): argument
/device/soc/esp/esp32/components/efuse/
Defuse_table_gen.py63 def __init__(self): argument
130 def verify_duplicate_name(self): argument
147 def verify(self, type_table=None): argument
162 def calc_md5(self): argument
168 def show_range_used_bits(self): argument
193 def get_str_position_last_free_bit_in_blk(self, blk): argument
206 def to_header(self, file_name): argument
234 def to_c_file(self, file_name, debug): argument
308 def __init__(self): argument
333 def parse_num(self, strval): argument
[all …]
/device/soc/goodix/gr551x/tools/
Dbin_create.py83 def __init__(self): argument
97 def to_bytes(self): argument
109 def __init__(self): argument
116 def to_bytes(self): argument
125 def __init__(self): argument
133 def to_bytes(self): argument
145 def __init__(self): argument
148 def get_spec_macro_arg_str(self, file_path, macro_str): argument
170 def do_pad_with_bin(self, bin_file): argument
183 def check_image_sum(self, data, len): argument
[all …]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
Dmali_kbase_csf_tl_reader.c71 struct kbase_csf_tl_reader *self = &kbdev->timeline->csf_tl_reader; in kbase_csf_tl_debugfs_poll_interval_read() local
81 struct kbase_csf_tl_reader *self = &kbdev->timeline->csf_tl_reader; in kbase_csf_tl_debugfs_poll_interval_write() local
140 struct kbase_ts_converter *self, in kbase_ts_converter_init()
175 kbase_ts_converter_convert(const struct kbase_ts_converter *self, u64 *gpu_ts) in kbase_ts_converter_convert()
190 const struct kbase_csf_tl_reader *self, in tl_reader_overflow_notify()
214 struct kbase_csf_tl_reader *self, in tl_reader_overflow_check()
250 static void tl_reader_reset(struct kbase_csf_tl_reader *self) in tl_reader_reset()
259 int kbase_csf_tl_reader_flush_buffer(struct kbase_csf_tl_reader *self) in kbase_csf_tl_reader_flush_buffer()
352 struct kbase_csf_tl_reader *self = in kbasep_csf_tl_reader_read_callback() local
378 struct kbase_csf_tl_reader *self, in tl_reader_init_late()
[all …]
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/wlan/
Dsdio.c43 static int sdio_data_read(struct sbus_priv *self, unsigned int addr, in sdio_data_read()
49 static int sdio_data_write(struct sbus_priv *self, unsigned int addr, in sdio_data_write()
55 static void sdio_lock(struct sbus_priv *self) in sdio_lock()
60 static void sdio_unlock(struct sbus_priv *self) in sdio_unlock()
65 static size_t sdio_align_len(struct sbus_priv *self, size_t size) in sdio_align_len()
70 static int sdio_set_blk_size(struct sbus_priv *self, size_t size) in sdio_set_blk_size()
76 static size_t sdio_cur_blk_size(struct sbus_priv *self) in sdio_cur_blk_size()
84 struct sbus_priv *self = sdio_get_drvdata(func); in sdio_irq_handler() local
96 static int sdio_irq_subscribe(struct sbus_priv *self, in sdio_irq_subscribe()
155 static int sdio_irq_unsubscribe(struct sbus_priv *self) in sdio_irq_unsubscribe()
[all …]
Dplatform.c98 struct sbus_priv *self = (struct sbus_priv *)sbus_priv; in xradio_gpio_irq_handler() local
141 struct sbus_priv *self = (struct sbus_priv *)sbus_priv; in xradio_free_gpio_irq() local
/device/soc/esp/esp32/components/app_update/
Dotatool.py53 …def __init__(self, port=None, baud=None, partition_table_offset=PARTITION_TABLE_OFFSET, partition_… argument
69 def _check_otadata_partition(self): argument
73 def erase_otadata(self): argument
77 def _get_otadata_info(self): argument
94 def _get_partition_id_from_ota_id(self, ota_id): argument
100 def switch_ota_partition(self, ota_id): argument
203 def read_ota_partition(self, ota_id, output): argument
206 def write_ota_partition(self, ota_id, input): argument
209 def erase_ota_partition(self, ota_id): argument
/device/soc/rockchip/rk2206/hardware/
Dbuild.py19 def __init__(self, chip, board): argument
24 def head(self): argument
44 def include(self): argument
61 def tail(self): argument
65 def source(self, path, init): argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
Dmali_kbase_ccswe.c29 struct kbase_ccswe *self, u64 timestamp_ns) in kbasep_ccswe_cycle_at_no_lock()
46 void kbase_ccswe_init(struct kbase_ccswe *self) in kbase_ccswe_init()
53 u64 kbase_ccswe_cycle_at(struct kbase_ccswe *self, u64 timestamp_ns) in kbase_ccswe_cycle_at()
66 struct kbase_ccswe *self, u64 timestamp_ns, u32 gpu_freq) in kbase_ccswe_freq_change()
88 void kbase_ccswe_reset(struct kbase_ccswe *self) in kbase_ccswe_reset()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
Dmali_kbase_ccswe.c29 static u64 kbasep_ccswe_cycle_at_no_lock(struct kbase_ccswe *self, u64 timestamp_ns) in kbasep_ccswe_cycle_at_no_lock()
45 void kbase_ccswe_init(struct kbase_ccswe *self) in kbase_ccswe_init()
53 u64 kbase_ccswe_cycle_at(struct kbase_ccswe *self, u64 timestamp_ns) in kbase_ccswe_cycle_at()
66 void kbase_ccswe_freq_change(struct kbase_ccswe *self, u64 timestamp_ns, u32 gpu_freq) in kbase_ccswe_freq_change()
90 void kbase_ccswe_reset(struct kbase_ccswe *self) in kbase_ccswe_reset()
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/packet_tool/
Dpacket_tool.py29 def __init__(self): argument
32 def _initial(self, c): argument
43 def _update_crc(self, crc, c): argument
52 def crc(self, str): argument
58 def crcb(self, i): argument
/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/modules/calib3d/misc/python/test/
Dtest_solvepnp.py12 def test_regression_16040(self): argument
27 def test_regression_16040_2(self): argument
42 def test_regression_16049(self): argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/helloworld/smp/
Dsample_lcd.c1348 void ViCfgInit(ViCfg* self) in ViCfgInit()
1368 void ViCfgSetDev(ViCfg* self, int devId, WDR_MODE_E wdrMode) in ViCfgSetDev()
1381 void ViCfgSetPipe(ViCfg* self, int pipe0Id, int pipe1Id, int pipe2Id, int pipe3Id) in ViCfgSetPipe()
1395 void ViCfgSetChn(ViCfg* self, int chnId, PIXEL_FORMAT_E pixFormat, in ViCfgSetChn()
1416 void VpssCfgInit(VpssCfg* self) in VpssCfgInit()
1430 void VpssCfgSetGrp(VpssCfg* self, in VpssCfgSetGrp()
1455 VPSS_CHN_ATTR_S* VpssCfgAddChn(VpssCfg* self, in VpssCfgAddChn()
1712 MppSess *self = MppSessNew(); in ViVpssCreate() local
1735 HI_VOID StVoParamCfg(VoCfg *self) in StVoParamCfg()
1746 HI_VOID StVbParamCfg(VbCfg *self) in StVbParamCfg()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/smp/
Dsample_media_opencv.cpp53 static void TennisViCfgSetDev(ViCfg* self, int devId, WDR_MODE_E wdrMode) in TennisViCfgSetDev()
66 static void TennisViCfgSetChn(ViCfg* self, int chnId, PIXEL_FORMAT_E pixFormat, in TennisViCfgSetChn()
91 static HI_VOID TennisStVbParamCfg(VbCfg *self) in TennisStVbParamCfg()
129 static HI_VOID TennisStVoParamCfg(VoCfg *self) in TennisStVoParamCfg()
Dsample_media_ai.c1376 void ViCfgInit(ViCfg* self) in ViCfgInit()
1396 void ViCfgSetDev(ViCfg* self, int devId, WDR_MODE_E wdrMode) in ViCfgSetDev()
1409 void ViCfgSetPipe(ViCfg* self, int pipe0Id, int pipe1Id, int pipe2Id, int pipe3Id) in ViCfgSetPipe()
1423 void ViCfgSetChn(ViCfg* self, int chnId, PIXEL_FORMAT_E pixFormat, in ViCfgSetChn()
1444 void VpssCfgInit(VpssCfg* self) in VpssCfgInit()
1458 void VpssCfgSetGrp(VpssCfg* self, in VpssCfgSetGrp()
1483 VPSS_CHN_ATTR_S* VpssCfgAddChn(VpssCfg* self, in VpssCfgAddChn()
1740 MppSess *self = MppSessNew(); // todo:realease malloc in ViVpssCreate() local
1906 static HI_VOID StVbParamCfg(VbCfg *self) in StVbParamCfg()
1933 static HI_VOID StVoParamCfg(VoCfg *self) in StVoParamCfg()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ai_infer_process/
Dai_infer_process.c235 SAMPLE_SVP_NNIE_CFG_S *self; in CnnCreate() local
312 void CnnDestroy(SAMPLE_SVP_NNIE_CFG_S *self) in CnnDestroy()
553 int CnnCalImg(SAMPLE_SVP_NNIE_CFG_S* self, in CnnCalImg()
806 SAMPLE_SVP_NNIE_CFG_S *self; in Yolo2Create() local
886 void Yolo2Destory(SAMPLE_SVP_NNIE_CFG_S *self) in Yolo2Destory()
963 int Yolo2CalImg(SAMPLE_SVP_NNIE_CFG_S* self, in Yolo2CalImg()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/scenario/hand_classify/
Dyolov2_hand_detect.c39 SAMPLE_SVP_NNIE_CFG_S *self = NULL; in Yolo2FdLoad() local
67 SAMPLE_SVP_NNIE_CFG_S *self = (SAMPLE_SVP_NNIE_CFG_S*)model; in HandDetect() local
/device/board/isoftstone/yangfan/kernel/src/driv/input/touchscreen/
Dtp_suspend.h27 static inline int fb_notifier_callback(struct notifier_block *self, in fb_notifier_callback()
71 static int ebc_notifier_callback(struct notifier_block *self, in ebc_notifier_callback()

123