| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | storage.py | 87 def setUpClass(self): argument 96 def test_usb_mount(self): argument 102 def test_usb_basic_operations(self): argument 107 def test_usb_basic_rw(self): argument 113 def test_usb_umount(self): argument 122 def setUpClass(self): argument 131 def test_mmc_mount(self): argument 137 def test_mmc_basic_operations(self): argument 142 def test_mmc_basic_rw(self): argument 148 def test_mmc_umount(self): argument
|
| H A D | parselogs.py | 232 def getMachine(self): argument 235 def getWorkdir(self): argument 240 def getHardwareInfo(self): argument 269 def getLogList(self, log_locations): argument 287 def transfer_logs(self, log_list): argument 298 def get_local_log_list(self, log_locations): argument 306 def build_grepcmd(self, errors, ignore_errors, log): argument 337 def parse_logs(self, errors, ignore_errors, logs, argument 369 def write_dmesg(self): argument 373 def test_parselogs(self): argument
|
| /OK3568_Linux_fs/buildroot/support/scripts/ |
| H A D | pkg-stats | 47 def __init__(self, name, path): argument 52 def set_developers(self, developers): argument 87 def __init__(self, name, path): argument 107 def pkgvar(self): argument 110 def set_url(self): argument 129 def patch_count(self): argument 133 def has_valid_infra(self): argument 139 def is_actual_package(self): argument 149 def set_infra(self): argument 166 def set_license(self): argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
| H A D | hw_atl_utils_fw2x.c | 95 static int aq_fw2x_init(struct aq_hw_s *self) in aq_fw2x_init() 115 static int aq_fw2x_deinit(struct aq_hw_s *self) in aq_fw2x_deinit() 179 static int aq_fw2x_set_link_speed(struct aq_hw_s *self, u32 speed) in aq_fw2x_set_link_speed() 188 static void aq_fw2x_upd_flow_control_bits(struct aq_hw_s *self, in aq_fw2x_upd_flow_control_bits() 210 static void aq_fw2x_upd_eee_rate_bits(struct aq_hw_s *self, u32 *mpi_opts, in aq_fw2x_upd_eee_rate_bits() 221 static int aq_fw2x_set_state(struct aq_hw_s *self, in aq_fw2x_set_state() 247 static int aq_fw2x_update_link_status(struct aq_hw_s *self) in aq_fw2x_update_link_status() 279 static int aq_fw2x_get_mac_permanent(struct aq_hw_s *self, u8 *mac) in aq_fw2x_get_mac_permanent() 301 static int aq_fw2x_update_stats(struct aq_hw_s *self) in aq_fw2x_update_stats() 324 static int aq_fw2x_get_phy_temp(struct aq_hw_s *self, int *temp) in aq_fw2x_get_phy_temp() [all …]
|
| /OK3568_Linux_fs/u-boot/tools/binman/etype/ |
| H A D | entry.py | 46 def __init__(self, image, etype, node, read_node=True): argument 95 def ReadNode(self): argument 115 def ObtainContents(self): argument 125 def Pack(self, pos): argument 177 def Raise(self, msg): argument 181 def GetPath(self): argument 189 def GetData(self): argument 192 def GetPositions(self): argument 195 def SetPositionSize(self, pos, size): argument 199 def ProcessContents(self): argument
|
| /OK3568_Linux_fs/buildroot/utils/checkpackagelib/ |
| H A D | lib_config.py | 36 def before(self): argument 39 def check_line(self, lineno, text): argument 64 def before(self): argument 72 def get_level(self): argument 75 def initialize_package_level_elements(self, text): argument 85 def initialize_level_elements(self, text): argument 89 def check_line(self, lineno, text): argument 158 def before(self): argument 161 def check_line(self, lineno, text): argument 193 def before(self): argument [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/tests/ |
| H A D | test_html5lib.py | 24 def default_builder(self): argument 27 def test_soupstrainer(self): argument 40 def test_correctly_nested_tables(self): argument 60 def test_xml_declaration_followed_by_doctype(self): argument 74 def test_reparented_markup(self): argument 81 def test_reparented_markup_ends_with_whitespace(self): argument 87 def test_processing_instruction(self): argument 93 def test_cloned_multivalue_node(self): argument
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastermain/management/commands/ |
| H A D | buildimport.py | 91 def add_arguments(self, parser): argument 117 def get_var(self, varname): argument 127 def scan_conf(self,fn): argument 203 def update_project_vars(self,project,name): argument 213 def find_layer_dir_version(self,path): argument 234 def find_layer_dir_versions(self,INSTALL_URL_PREFIX): argument 251 def extract_bblayers(self): argument 314 def find_import_release(self,layers_list,lv_dict,default_release): argument 335 def apply_conf_bblayers(self,layers_list,lv_dict,project,release=None): argument 432 def scan_conf_variables(self,project_path): argument [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/ |
| H A D | loader.py | 70 def __init__(self, tc, module_paths, modules, tests, modules_required, argument 95 def _patchCaseClass(self, testCaseClass): argument 101 def _registerTestCase(self, case): argument 105 def _handleTestCaseDecorators(self, case): argument 122 def _filterTest(self, case): argument 181 def _getTestCase(self, testCaseClass, tcName): argument 215 def loadTestsFromTestCase(self, testCaseClass): argument 246 def _required_modules_validation(self): argument 268 def discover(self): argument 287 def _filterModule(self, module): argument [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/ |
| H A D | taskexp.py | 36 def __init__(self, model, dep_type, label): argument 45 def _filter(self, model, iter, data): argument 51 def set_current_package(self, package): argument 57 def __init__(self, model, label): argument 72 def _filter(self, model, iter, data): argument 76 def set_current_package(self, package): argument 82 def __init__(self): argument 142 def on_package_activated(self, treeview, path, column, data_col): argument 159 def on_cursor_changed(self, selection): argument 169 def parse(self, depgraph): argument [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/command/ |
| H A D | type_printers.py | 27 def __init__ (self): argument 31 def list_type_printers(self, type_printers): argument 44 def invoke(self, arg, from_tty): argument 61 def __init__(self, setting, name): argument 65 def set_some(self, name, printers): argument 73 def invoke(self, arg, from_tty): argument 87 def add_some(self, result, word, printers): argument 92 def complete(self, text, word): argument 107 def __init__(self): argument 117 def __init__(self): argument
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/command/ |
| H A D | type_printers.py | 27 def __init__ (self): argument 31 def list_type_printers(self, type_printers): argument 44 def invoke(self, arg, from_tty): argument 61 def __init__(self, setting, name): argument 65 def set_some(self, name, printers): argument 73 def invoke(self, arg, from_tty): argument 87 def add_some(self, result, word, printers): argument 92 def complete(self, text, word): argument 107 def __init__(self): argument 117 def __init__(self): argument
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/ |
| H A D | partition.py | 25 def __init__(self, args, lineno): argument 65 def get_extra_block_count(self, current_blocks): argument 88 def get_rootfs_size(self, actual_rootfs_size=0): argument 116 def disk_size(self): argument 124 def prepare(self, creator, cr_workdir, oe_builddir, rootfs_dir, argument 204 def prepare_rootfs(self, cr_workdir, oe_builddir, rootfs_dir, argument 268 def prepare_rootfs_ext(self, rootfs, cr_workdir, oe_builddir, rootfs_dir, argument 330 def prepare_rootfs_btrfs(self, rootfs, cr_workdir, oe_builddir, rootfs_dir, argument 353 def prepare_rootfs_msdos(self, rootfs, cr_workdir, oe_builddir, rootfs_dir, argument 389 def prepare_rootfs_squashfs(self, rootfs, cr_workdir, oe_builddir, rootfs_dir, argument [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/decorator/ |
| H A D | data.py | 42 def setUpDecorator(self): argument 61 def setUpDecorator(self): argument 75 def setUpDecorator(self): argument 89 def setUpDecorator(self): argument 100 def setUpDecorator(self): argument 119 def setUpDecorator(self): argument 137 def setUpDecorator(self): argument 155 def setUpDecorator(self): argument 172 def setUpDecorator(self): argument 183 def setUpDecorator(self): argument [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/ |
| H A D | test_project_builds_page.py | 24 def setUp(self): argument 75 def _get_rows_for_project(self, project_id): argument 85 def test_show_builds_for_project(self): argument 92 def test_show_builds_project_only(self): argument 105 def test_builds_exclude_in_progress(self): argument 120 def test_show_tasks_with_suffix(self): argument 138 def test_cli_builds_hides_tabs(self): argument 148 def test_non_cli_builds_has_tabs(self): argument
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
| H A D | hw_atl2.c | 89 static u32 hw_atl2_sem_act_rslvr_get(struct aq_hw_s *self) in hw_atl2_sem_act_rslvr_get() 94 static int hw_atl2_hw_reset(struct aq_hw_s *self) in hw_atl2_hw_reset() 112 static int hw_atl2_hw_queue_to_tc_map_set(struct aq_hw_s *self) in hw_atl2_hw_queue_to_tc_map_set() 162 static int hw_atl2_hw_qos_set(struct aq_hw_s *self) in hw_atl2_hw_qos_set() 214 static int hw_atl2_hw_rss_set(struct aq_hw_s *self, in hw_atl2_hw_rss_set() 239 static int hw_atl2_hw_init_tx_tc_rate_limit(struct aq_hw_s *self) in hw_atl2_hw_init_tx_tc_rate_limit() 354 static int hw_atl2_hw_init_tx_path(struct aq_hw_s *self) in hw_atl2_hw_init_tx_path() 379 static void hw_atl2_hw_init_new_rx_filters(struct aq_hw_s *self) in hw_atl2_hw_init_new_rx_filters() 430 static void hw_atl2_hw_new_rx_filter_vlan_promisc(struct aq_hw_s *self, in hw_atl2_hw_new_rx_filter_vlan_promisc() 445 static void hw_atl2_hw_new_rx_filter_promisc(struct aq_hw_s *self, bool promisc) in hw_atl2_hw_new_rx_filter_promisc() [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/bin/ |
| H A D | bitbake-worker | 337 def __init__(self, pipein, pipeout): argument 344 def read(self): argument 362 def close(self): argument 372 def __init__(self, din): argument 391 def sigterm_exception(self, signum, stackframe): argument 400 def serve(self): argument 430 def handle_item(self, item, func): argument 442 def handle_cookercfg(self, data): argument 448 def handle_extraconfigdata(self, data): argument 451 def handle_workerdata(self, data): argument [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd-systemctl/ |
| H A D | systemctl | 29 def __init__(self, root, path, instance_unit_name): argument 41 def _parse(self, root, path): argument 85 def get(self, section, prop): argument 103 def __init__(self, scope, root): argument 107 def _parse_presets(self, presets): argument 126 def _collect_presets(self, scope, root): argument 138 def state(self, unit_name): argument 168 def __init__(self, path, unit): argument 174 def __init__(self, root, unit): argument 179 def _path_for_unit(self, unit): argument [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/management/commands/ |
| H A D | runbuilds.py | 29 def _selectBuildEnvironment(self): argument 36 def _selectBuildRequest(self): argument 40 def schedule(self): argument 95 def archive(self): argument 103 def cleanup(self): argument 167 def runbuild(self): argument 184 def check_dead_builds(self): argument 254 def handle(self, **options): argument
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | dump.py | 16 def __init__(self, cmds, parent_dir): argument 39 def create_dir(self, dir_suffix): argument 51 def _construct_filename(self, command): argument 67 def _write_dump(self, command, output): argument 80 def __init__(self, cmds, parent_dir): argument 83 def dump_host(self, dump_dir=""): argument 100 def __init__(self, cmds, parent_dir, runner): argument 105 def dump_target(self, dump_dir=""): argument 130 def __init__(self, cmds, parent_dir, runner): argument 135 def dump_monitor(self, dump_dir=""): argument
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/deb/ |
| H A D | rootfs.py | 14 def __init__(self, d, progress_reporter=None, logcatcher=None): argument 17 def _get_pkgs_postinsts(self, status_file): argument 77 def _get_delayed_postinsts_common(self, status_file): argument 109 def _save_postinsts_common(self, dst_postinst_dir, src_postinst_dir): argument 124 def __init__(self, d, manifest_dir, progress_reporter=None, logcatcher=None): argument 140 def _create(self): argument 196 def _get_delayed_postinsts(self): argument 200 def _save_postinsts(self): argument 205 def _log_check(self): argument 209 def _cleanup(self): argument
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | msg.py | 75 def getLevelName(self, levelno): argument 82 def format(self, record): argument 98 def colorize(self, record): argument 106 def enable_color(self): argument 109 def __repr__(self): argument 113 def __init__(self, handler, level, debug_domains): argument 123 def filter(self, record): argument 131 def __init__(self): argument 135 def filter(self, record): argument 147 def __init__(self, level): argument [all …]
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | rkmux.py | 26 def __init__(self, cols=None): argument 37 def Setup(self, cols): argument 42 def AddDesc(self, desc): argument 45 def Show(self): argument 50 def __str__(self): argument 55 def __init__(self, name): argument 60 def __enter__(self): argument 63 def __exit__(self, type, value, traceback): argument 67 def output_header(self): argument 71 def output_footer(self): argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/st/cw1200/ |
| H A D | cw1200_sdio.c | 60 static int cw1200_sdio_memcpy_fromio(struct hwbus_priv *self, in cw1200_sdio_memcpy_fromio() 67 static int cw1200_sdio_memcpy_toio(struct hwbus_priv *self, in cw1200_sdio_memcpy_toio() 74 static void cw1200_sdio_lock(struct hwbus_priv *self) in cw1200_sdio_lock() 79 static void cw1200_sdio_unlock(struct hwbus_priv *self) in cw1200_sdio_unlock() 86 struct hwbus_priv *self = sdio_get_drvdata(func); in cw1200_sdio_irq_handler() local 100 struct hwbus_priv *self = dev_id; in cw1200_gpio_irq() local 112 static int cw1200_request_irq(struct hwbus_priv *self) in cw1200_request_irq() 149 static int cw1200_sdio_irq_subscribe(struct hwbus_priv *self) in cw1200_sdio_irq_subscribe() 164 static int cw1200_sdio_irq_unsubscribe(struct hwbus_priv *self) in cw1200_sdio_irq_unsubscribe() 241 static size_t cw1200_sdio_align_size(struct hwbus_priv *self, size_t size) in cw1200_sdio_align_size() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/ |
| H A D | mali_kbase_csf_tl_reader.c | 65 struct kbase_csf_tl_reader *self = &kbdev->timeline->csf_tl_reader; in kbase_csf_tl_debugfs_poll_interval_read() local 75 struct kbase_csf_tl_reader *self = &kbdev->timeline->csf_tl_reader; in kbase_csf_tl_debugfs_poll_interval_write() local 105 const struct kbase_csf_tl_reader *self, in tl_reader_overflow_notify() 129 struct kbase_csf_tl_reader *self, in tl_reader_overflow_check() 165 static void tl_reader_reset(struct kbase_csf_tl_reader *self) in tl_reader_reset() 173 int kbase_csf_tl_reader_flush_buffer(struct kbase_csf_tl_reader *self) in kbase_csf_tl_reader_flush_buffer() 265 struct kbase_csf_tl_reader *self = in kbasep_csf_tl_reader_read_callback() local 291 struct kbase_csf_tl_reader *self, in tl_reader_init_late() 342 struct kbase_csf_tl_reader *self, in tl_reader_update_enable_bit() 353 void kbase_csf_tl_reader_init(struct kbase_csf_tl_reader *self, in kbase_csf_tl_reader_init() [all …]
|