Searched refs:function (Results 1 – 13 of 13) sorted by relevance
| /misc/config_tools/configurator/pyodide/ |
| A D | README.md | 8 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 D | loadBoard.py | 39 function, source = [ 47 enum = function(source, selector, name_selector, obj_type)
|
| /misc/config_tools/scenario_config/ |
| A D | elementpath_overlay.py | 37 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 D | 70-device-classes.py | 78 bus, device, function = \ 80 adr = hex((device << 16) + function) 88 bdf = (bus, device, function)
|
| A D | 60-pci.py | 117 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 D | dmar.py | 179 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 D | unpack.py | 172 def format_function(fmt, function): argument 174 return "{} ({})".format(fmt.format(value), function(value))
|
| /misc/config_tools/board_inspector/acpiparser/aml/ |
| A D | datatypes.py | 356 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 D | IVSHMEM_REGION.vue | 106 …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 D | VUART.vue | 170 // Todo: use ui:fieldProps to pass getScenarioData function
|
| A D | CAT.vue | 149 function count(source, target) {
|
| /misc/services/acrn_manager/ |
| A D | README.rst | 56 that supports the ``-C`` (``run_container`` function) option.
|
| /misc/debug_tools/acrn_crashlog/acrnprobe/ |
| A D | README.rst | 172 This file provides the function to get system reboot reason from kernel
|
Completed in 14 milliseconds