Searched refs:controller (Results 1 – 13 of 13) sorted by relevance
| /tools/testing/selftests/devices/probe/boards/ |
| A D | google,spherion.yaml | 8 # Every controller needs to have a 'type' key set to either 'usb-controller' or 9 # 'pci-controller'. 10 # Every controller needs to be uniquely identified on the platform. To achieve 12 # - dt-mmio: identify the MMIO address of the controller as defined in the 15 # property. Useful when the controller's address is not unique across other 19 # buses sharing the same controller. 20 # - acpi-uid: _UID property of the controller as supplied by the ACPI. Useful to 24 # controller. A device might be a leaf device or another controller (see 28 # define how to reach this device from the parent controller. For USB devices it 40 - type: usb-controller [all …]
|
| A D | Dell Inc.,XPS 13 9300.yaml | 11 - type: pci-controller 12 # This machine has a single PCI host controller so it's valid to not have any 13 # key to identify the controller. If it had more than one controller, the UID 14 # of the controller from ACPI could be used to distinguish as follows: 18 type: usb-controller
|
| /tools/testing/selftests/hid/tests/ |
| A D | test_sony.py | 224 controller = PS3Controller() 225 controller.application_matches = application_matches 226 return controller 282 controller = CalibratedPS4ControllerBluetooth() 284 return controller 293 controller = CalibratedPS4ControllerUSB() 295 return controller 328 controller = CalibratedPS5ControllerBluetooth() 330 return controller 341 controller = CalibratedPS5ControllerUSB() [all …]
|
| /tools/testing/selftests/devices/probe/ |
| A D | test_discoverable_devices.py | 105 def find_controller_in_sysfs(controller, parent_sysfs=None): argument 106 if controller["type"] == "pci-controller": 108 elif controller["type"] == "usb-controller": 117 if controller.get("dt-mmio"): 118 if str(controller["dt-mmio"]) != get_dt_mmio(c): 121 if controller.get("of-fullname-regex"): 122 re_of_fullname = re.compile(str(controller["of-fullname-regex"])) 126 if controller.get("usb-version"): 127 if controller["usb-version"] != get_usb_version(c): 130 if controller.get("acpi-uid"): [all …]
|
| /tools/virtio/virtio-trace/ |
| A D | README | 15 3) A controller thread does poll() for a start order of a host. 16 4) After the controller of the trace agent receives a start order from a host, 17 the controller wake read/write threads. 20 6) If the controller receives a stop order from a host, the read/write threads 31 trace-agent-ctl.c: includes controller function for read/write threads 74 <address type='virtio-serial' controller='0' bus='0' port='0'/> 79 <address type='virtio-serial' controller='0' bus='0' port='1'/>
|
| /tools/testing/selftests/cgroup/lib/ |
| A D | cgroup_util.c | 222 static int cg_find_root(char *root, size_t len, const char *controller, in cg_find_root() argument 243 if (!controller || !strstr(options, controller)) in cg_find_root() 246 if (controller && in cg_find_root() 247 cg_read_strstr(mount, "cgroup.controllers", controller)) in cg_find_root() 263 int cg_find_controller_root(char *root, size_t len, const char *controller) in cg_find_controller_root() argument 265 return cg_find_root(root, len, controller, NULL); in cg_find_controller_root()
|
| /tools/arch/x86/dell-uart-backlight-emulator/ |
| A D | README | 1 Emulator for DELL0501 UART attached backlight controller 4 Dell All In One (AIO) models released after 2017 use a backlight controller 13 the backlight controller board attached.
|
| /tools/testing/selftests/cgroup/lib/include/ |
| A D | cgroup_util.h | 31 extern int cg_find_controller_root(char *root, size_t len, const char *controller);
|
| /tools/thermal/tmon/ |
| A D | README | 29 pid.c : a proportional-integral-derivative (PID) controller
|
| /tools/perf/Documentation/ |
| A D | perf-list.txt | 211 on the first memory controller on socket 0 of a Intel Xeon system 215 Each memory controller has its own PMU. Measuring the complete system
|
| A D | perf-stat.txt | 64 of the same type of PMU in large systems (e.g. memory controller PMUs). 451 example, multiple memory controller PMUs may exist typically with a
|
| /tools/sched_ext/ |
| A D | README.md | 200 is a much more performant CPU controller, which does not need to descend down
|
| /tools/arch/x86/kcpuid/ |
| A D | cpuid.csv | 843 …00000a, 0, edx, 13, avic , Advanced virtual interrupt controller
|
Completed in 18 milliseconds