Home
last modified time | relevance | path

Searched refs:function (Results 1 – 13 of 13) sorted by relevance

/misc/config_tools/configurator/pyodide/
A DREADME.md8 Every python script need a test function and a main function.
12 run script will call this function,
13 so please set script default params in this function
17 in js side will use this function.
A DloadBoard.py39 function, source = [
47 enum = function(source, selector, name_selector, obj_type)
/misc/config_tools/scenario_config/
A Delementpath_overlay.py37 function = CustomParser.function variable
58 @method(function('bitwise-and', nargs=2))
73 @method(function('bits-of', nargs=1))
85 @method(function('has', nargs=2))
94 @method(function('duplicate-values', nargs=1))
113 @method(function('number-of-clos-id-needed', nargs=1))
/misc/config_tools/board_inspector/extractors/
A D70-device-classes.py78 bus, device, function = \
80 adr = hex((device << 16) + function)
88 bdf = (bus, device, function)
A D60-pci.py117 device, function = int(m.group(3), base=16), int(m.group(4), base=16)
118 adr = hex((device << 16) + function)
/misc/config_tools/board_inspector/legacy/
A Ddmar.py179 self.function = 0
253 tmp_pdf.function = scope_path.function
254 tmp_pdf.path = (((tmp_pdf.device & 0x1F) << 3) | ((tmp_pdf.function & 0x7)))
257 get_secondary_bus(dmar_tbl, tmp_pdf.device, tmp_pdf.function)
/misc/config_tools/board_inspector/inspectorlib/
A Dunpack.py172 def format_function(fmt, function): argument
174 return "{} ({})".format(fmt.format(value), function(value))
/misc/config_tools/board_inspector/acpiparser/aml/
A Ddatatypes.py356 function = device_adr & 0xFF
357 … sysfs_path = "/sys/devices/pci0000:%02x/0000:%02x:%02x.%d/config" % (bus, bus, device, function)
363 …f %02x:%02x.%d from {sysfs_path}. Assume the PCI device does not exist." % (bus, device, function))
/misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/
A DIVSHMEM_REGION.vue106 …F(IVSHMEM_VM.VBDF)" v-model="IVSHMEM_VM.VBDF" placeholder="00:[device].[function], e.g. 00:0c.0. A…
168 // Todo: use ui:fieldProps to pass getScenarioData function
A DVUART.vue170 // Todo: use ui:fieldProps to pass getScenarioData function
A DCAT.vue149 function count(source, target) {
/misc/services/acrn_manager/
A DREADME.rst56 that supports the ``-C`` (``run_container`` function) option.
/misc/debug_tools/acrn_crashlog/acrnprobe/
A DREADME.rst172 This file provides the function to get system reboot reason from kernel

Completed in 19 milliseconds