Home
last modified time | relevance | path

Searched defs:pkg (Results 1 – 25 of 60) sorted by relevance

123

/OK3568_Linux_fs/buildroot/support/scripts/
H A Dgraph-depends42 def pkg_node_name(pkg): argument
53 def is_dep_cache_insert(pkg, pkg2, val): argument
63 def is_dep_cache_lookup(pkg, pkg2): argument
71 def is_dep_uncached(pkg, pkg2, deps): argument
84 def is_dep(pkg, pkg2, deps): argument
101 def remove_transitive_deps(pkg, deps): argument
123 def remove_mandatory_deps(pkg, deps): argument
129 def get_mandatory_deps(pkg, deps): argument
136 def recurse(pkg): argument
180 def print_attrs(outfile, pkg, pkg_type, pkg_version, depth, colors): argument
[all …]
H A Dpkg-stats425 async def check_url_status(session, pkg, npkgs, retry=True): argument
459 def check_package_latest_version_set_status(pkg, status, version, identifier): argument
479 async def check_package_get_latest_version_by_distro(session, pkg, retry=True): argument
501 async def check_package_get_latest_version_by_guess(session, pkg, retry=True): argument
530 async def check_package_latest_version_get(session, pkg, npkgs): argument
796 def dump_html_pkg(f, pkg): argument
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dpackagedata.py8 def packaged(pkg, d): argument
30 def get_subpkgedata_fn(pkg, d): argument
33 def has_subpkgdata(pkg, d): argument
36 def read_subpkgdata(pkg, d): argument
50 def read_subpkgdata_dict(pkg, d): argument
60 def read_subpkgdata_extended(pkg, d): argument
107 def recipename(pkg, d): argument
H A Dsbom.py15 def get_package_spdxid(pkg): argument
23 def get_packaged_file_spdxid(pkg, idx): argument
/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dctl.c147 tb_cfg_request_find(struct tb_ctl *ctl, struct ctl_pkg *pkg) in tb_cfg_request_find()
169 static int check_header(const struct ctl_pkg *pkg, u32 len, in check_header()
221 struct cfg_error_pkg *pkg = response->buffer; in decode_error() local
245 static struct tb_cfg_result parse_header(const struct ctl_pkg *pkg, u32 len, in parse_header()
307 static void tb_ctl_pkg_free(struct ctl_pkg *pkg) in tb_ctl_pkg_free()
318 struct ctl_pkg *pkg = kzalloc(sizeof(*pkg), GFP_KERNEL); in tb_ctl_pkg_alloc() local
337 struct ctl_pkg *pkg = container_of(frame, typeof(*pkg), frame); in tb_ctl_tx_callback() local
352 struct ctl_pkg *pkg; in tb_ctl_tx() local
382 struct ctl_pkg *pkg, size_t size) in tb_ctl_handle_event()
387 static void tb_ctl_rx_submit(struct ctl_pkg *pkg) in tb_ctl_rx_submit()
[all …]
H A Dicm.c110 struct icm_pkg_header *pkg; member
255 const struct ctl_pkg *pkg) in icm_match()
268 static bool icm_copy(struct tb_cfg_request *req, const struct ctl_pkg *pkg) in icm_copy()
704 const struct icm_fr_event_device_connected *pkg = in icm_fr_device_connected() local
852 const struct icm_fr_event_device_disconnected *pkg = in icm_fr_device_disconnected() local
880 const struct icm_fr_event_xdomain_connected *pkg = in icm_fr_xdomain_connected() local
966 const struct icm_fr_event_xdomain_disconnected *pkg = in icm_fr_xdomain_disconnected() local
1170 const struct icm_tr_event_device_connected *pkg = in __icm_tr_device_connected() local
1271 const struct icm_tr_event_device_disconnected *pkg = in icm_tr_device_disconnected() local
1291 const struct icm_tr_event_xdomain_connected *pkg = in icm_tr_xdomain_connected() local
[all …]
/OK3568_Linux_fs/kernel/drivers/acpi/nfit/
H A Dintel.c58 struct nd_cmd_pkg pkg; in intel_security_flags() member
123 struct nd_cmd_pkg pkg; in intel_security_freeze() member
156 struct nd_cmd_pkg pkg; in intel_security_change_key() member
200 struct nd_cmd_pkg pkg; in intel_security_unlock() member
242 struct nd_cmd_pkg pkg; in intel_security_disable() member
285 struct nd_cmd_pkg pkg; in intel_security_erase() member
330 struct nd_cmd_pkg pkg; in intel_security_query_overwrite() member
368 struct nd_cmd_pkg pkg; in intel_security_overwrite() member
439 struct nd_cmd_pkg pkg; in intel_bus_fwa_businfo() member
550 struct nd_cmd_pkg pkg; in intel_bus_fwa_activate() member
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/deb/
H A D__init__.py119 def package_info(self, pkg, cmd): argument
133 def extract(self, pkg, pkg_info): argument
488 def package_info(self, pkg): argument
502 def extract(self, pkg): argument
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/ipk/
H A D__init__.py98 def package_info(self, pkg, cmd): argument
114 def extract(self, pkg, pkg_info): argument
478 def package_info(self, pkg): argument
492 def extract(self, pkg): argument
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/
H A Dcontext.py26 def _hasPackage(self, manifest, pkg, regex=False): argument
39 def hasHostPackage(self, pkg, regex=False): argument
42 def hasTargetPackage(self, pkg, multilib=False, regex=False): argument
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dopkg-query-helper.py34 pkg = "" variable
40 pkg = line.split(": ")[1] variable
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dpackage_manager.py136 def _extract_in_tmpdir(d, pkg): argument
151 def _copy_package(d, pkg): argument
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dmain.py59 def list_extension_modules(pkg, checkattr): argument
91 def import_extension_module(pkg, modulename, checkattr): argument
/OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/
H A Dcreate_buildsys.py150 def find_cmake_package(pkg): argument
289 def process_findpackage(self, srctree, fn, pkg, deps, outlines, inherits, values): argument
296 def post_process(self, srctree, fn, pkg, deps, outlines, inherits, values): argument
727 def post_process(self, srctree, fn, pkg, deps, outlines, inherits, values): argument
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-log-userspace-transfer.c85 struct receiving_pkg *pkg; in fill_pkg() local
179 struct receiving_pkg pkg; in dm_consult_userspace() local
/OK3568_Linux_fs/kernel/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c459 int pkg = 0; in parse_cmdline_pkg() local
756 void print_hwp_request_pkg(int pkg, struct msr_hwp_request *h, char *str) in print_hwp_request_pkg()
825 int print_pkg_msrs(int pkg) in print_pkg_msrs()
1033 int update_hwp_request_pkg(int pkg) in update_hwp_request_pkg()
1146 unsigned int pkg; in get_pkg_num() local
1160 unsigned int pkg; in set_max_cpu_pkg_num() local
/OK3568_Linux_fs/yocto/poky/meta-selftest/lib/oeqa/runtime/cases/
H A Dselftest.json3 "pkg": "socat", string
/OK3568_Linux_fs/yocto/meta-qt5/lib/recipetool/
H A Dcreate_qt5.py41 def process_findpackage(self, srctree, fn, pkg, deps, outlines, inherits, values): argument
65 def post_process(self, srctree, fn, pkg, deps, outlines, inherits, values): argument
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Ddistrodata.py84 def is_exception(pkg): argument
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/rpm/
H A D__init__.py357 def save_rpmpostinst(self, pkg): argument
386 def extract(self, pkg): argument
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdkext/
H A Dcontext.py15 def hasHostPackage(self, pkg): argument
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/
H A Doetest.py64 def hasPackage(self, pkg): argument
503 def _extract_in_tmpdir(self, pkg): argument
518 def _copy_package(self, pkg): argument
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/
H A Dopkg.py13 def pkg(self, command, expected = 0): member in OpkgTest
/OK3568_Linux_fs/kernel/tools/power/cpupower/lib/
H A Dcpupower.h16 int pkg; member
/OK3568_Linux_fs/buildroot/support/testing/tests/core/
H A Dtest_cpeid.py16 def get_json(self, pkg): argument

123