Searched refs:controllers (Results 1 – 5 of 5) sorted by relevance
| /tools/testing/selftests/devices/probe/boards/ |
| A D | google,spherion.yaml | 7 # The top-level is a list of controllers, either for USB or PCI(e). 16 # sibling controllers. In this case, dt-mmio can't be used, and this property 18 # - usb-version: for USB controllers to differentiate between USB3 and USB2 21 # distinguish between multiple PCI host controllers.
|
| /tools/testing/selftests/bpf/ |
| A D | cgroup_helpers.c | 60 static int __enable_controllers(const char *cgroup_path, const char *controllers) in __enable_controllers() argument 69 if (!controllers) { in __enable_controllers() 89 bpf_strlcpy(enable, controllers, sizeof(enable)); in __enable_controllers() 121 int enable_controllers(const char *relative_path, const char *controllers) in enable_controllers() argument 126 return __enable_controllers(cgroup_path, controllers); in enable_controllers()
|
| A D | cgroup_helpers.h | 13 int enable_controllers(const char *relative_path, const char *controllers);
|
| /tools/testing/selftests/devices/probe/ |
| A D | test_discoverable_devices.py | 107 controllers = pci_controllers 109 controllers = usb_controllers 113 for c in controllers:
|
| /tools/perf/Documentation/ |
| A D | perf-list.txt | 220 can be expanded to all memory controllers by using the syntaxes:
|
Completed in 10 milliseconds