| /linux/drivers/soc/qcom/ |
| A D | qcom_stats.c | 33 static const struct subsystem_data subsystems[] = { variable 179 for (i = 0; i < ARRAY_SIZE(subsystems); i++) { in qcom_create_subsystem_stat_files() 180 stat = qcom_smem_get(subsystems[i].pid, subsystems[i].smem_item, NULL); in qcom_create_subsystem_stat_files() 184 debugfs_create_file(subsystems[i].name, 0400, root, (void *)&subsystems[i], in qcom_create_subsystem_stat_files()
|
| /linux/Documentation/sphinx/ |
| A D | maintainers_include.py | 53 subsystems = False 72 if maintainers and not subsystems: 74 subsystems = True 100 elif subsystems:
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| A D | cgroups.rst | 51 or more subsystems. 101 different subsystems - having parallel hierarchies allows each 104 unrelated subsystems needed to be forced into the same tree of 108 separate hierarchy; at the other extreme, all subsystems 141 (by putting those resource subsystems in different hierarchies), 209 mount a hierarchy containing all registered subsystems. 215 is activated, associated with the requested subsystems. 249 Other subsystems such as cpusets may add additional files in each 373 subsystems, type:: 378 to use it. Remounting allows changing bound subsystems and [all …]
|
| /linux/Documentation/power/ |
| A D | energy-model.rst | 12 subsystems willing to use that information to make energy-aware decisions. 24 Multiple subsystems might use the EM and it is up to the system integrator to 27 Documentation/scheduler/sched-energy.rst. For some subsystems like thermal or 29 These subsystems are more interested in estimation of power used in the past, 33 Kernel subsystems might implement automatic detection to check whether EM 110 subsystems which use EM might rely on this flag to check if all EM devices use 111 the same scale. If there are different scales, these subsystems might decide
|
| /linux/drivers/base/regmap/ |
| A D | Kconfig | 3 # this is an API intended to be used by other kernel subsystems. These 4 # subsystems should select the appropriate symbols.
|
| /linux/Documentation/dev-tools/kunit/ |
| A D | style.rst | 24 and subsystems. A test suite is a group of tests which test a related area of 39 Test subsystems should be named after the code being tested, either after the 41 subsystems should be named to avoid ambiguity where necessary. 47 Example subsystems could be: 73 The KUnit API and tools do not explicitly know about subsystems. They're 84 Not all subsystems will need to be split into multiple test suites (e.g. simple drivers).
|
| /linux/Documentation/devicetree/bindings/arm/omap/ |
| A D | crossbar.txt | 2 the needs of its many peripherals and subsystems. All of the 3 interrupt lines from the subsystems are not needed at the same
|
| /linux/drivers/nvme/target/ |
| A D | discovery.c | 76 list_for_each_entry(s, &port->subsystems, entry) { in nvmet_subsys_disc_changed() 151 list_for_each_entry(p, &req->port->subsystems, entry) { in discovery_log_entries() 216 list_for_each_entry(p, &req->port->subsystems, entry) { in nvmet_execute_disc_get_log_page()
|
| /linux/drivers/dma/ |
| A D | TODO | 11 4. Check other subsystems for dma drivers and merge/move to dmaengine
|
| /linux/drivers/remoteproc/ |
| A D | Kconfig | 230 used to control subsystems such as ADSP (Audio DSP), 263 about other subsystems being shut down. 265 Say y here if your system runs firmware on any other subsystems, e.g. 321 subsystems on various TI K3 family of SoCs through the remote 333 Say m here to support TI's R5F remote processor subsystems
|
| A D | qcom_common.c | 81 struct minidump_subsystem subsystems[MAX_NUM_OF_SS]; member 158 subsystem = &toc->subsystems[minidump_id]; in qcom_minidump()
|
| /linux/Documentation/userspace-api/ebpf/ |
| A D | index.rst | 9 kernel subsystems, including networking, tracing and Linux security modules
|
| /linux/Documentation/driver-api/pm/ |
| A D | notifiers.rst | 13 There are some operations that subsystems or drivers may want to carry out 15 to be fully functional, so the drivers' and subsystems' ``->suspend()`` and
|
| /linux/Documentation/devicetree/bindings/spi/ |
| A D | sprd,spi-adi.yaml | 34 Since we have multi-subsystems will use unique ADI to access analog chip, when 39 Then we need one hardware spinlock to synchronize between the multiple subsystems.
|
| /linux/drivers/staging/unisys/ |
| A D | TODO | 11 - move individual drivers into proper driver subsystems
|
| /linux/Documentation/driver-api/80211/ |
| A D | introduction.rst | 9 These books attempt to give a description of the various subsystems
|
| /linux/Documentation/devicetree/bindings/powerpc/ |
| A D | ibm,vas.txt | 3 VAS is a hardware mechanism that allows kernel subsystems and user processes
|
| /linux/Documentation/devicetree/bindings/clock/ |
| A D | qcom,rpmhcc.yaml | 15 other hardware subsystems via RSC to control clocks.
|
| /linux/Documentation/devicetree/bindings/arm/ |
| A D | vexpress-scc.txt | 10 (like silicon temperature sensors) and as interface to other subsystems
|
| /linux/Documentation/admin-guide/ |
| A D | lockup-watchdogs.rst | 37 perf subsystems, respectively. A direct consequence of this is that, 39 subsystems are present.
|
| /linux/Documentation/devicetree/bindings/soc/qcom/ |
| A D | rpmh-rsc.txt | 28 or idle. When all subsystems like Modem, GPU, CPU are idle, the resource state 29 will be an aggregate of the sleep votes from each of those subsystems. Clients
|
| A D | qcom,smem.yaml | 15 reserved-memory used to share data between various subsystems and OSes in
|
| /linux/fs/sysfs/ |
| A D | Kconfig | 14 and other kernel subsystems.
|
| /linux/Documentation/driver-api/iio/ |
| A D | intro.rst | 11 :doc:`input <../input>` subsystems. Hwmon is directed at low sample rate
|
| /linux/Documentation/driver-api/ |
| A D | ioctl.rst | 55 Some subsystems use version numbers in data structures to overload 75 -ENOTTY being returned from the system call. Some subsystems return 80 commands. As all subsystems are now responsible for handling compat 213 subsystems implement the same command for multiple drivers. Ideally the
|