Created
July 21, 2016 18:46
-
-
Save amarao/7a0e0c7733b7adc5e760c8589870356c to your computer and use it in GitHub Desktop.
ARM /sys tree
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /sys | |
| ├── block | |
| │ ├── nbd0 -> ../devices/virtual/block/nbd0 | |
| │ ├── nbd1 -> ../devices/virtual/block/nbd1 | |
| │ ├── nbd10 -> ../devices/virtual/block/nbd10 | |
| │ ├── nbd11 -> ../devices/virtual/block/nbd11 | |
| │ ├── nbd12 -> ../devices/virtual/block/nbd12 | |
| │ ├── nbd13 -> ../devices/virtual/block/nbd13 | |
| │ ├── nbd14 -> ../devices/virtual/block/nbd14 | |
| │ ├── nbd15 -> ../devices/virtual/block/nbd15 | |
| │ ├── nbd2 -> ../devices/virtual/block/nbd2 | |
| │ ├── nbd3 -> ../devices/virtual/block/nbd3 | |
| │ ├── nbd4 -> ../devices/virtual/block/nbd4 | |
| │ ├── nbd5 -> ../devices/virtual/block/nbd5 | |
| │ ├── nbd6 -> ../devices/virtual/block/nbd6 | |
| │ ├── nbd7 -> ../devices/virtual/block/nbd7 | |
| │ ├── nbd8 -> ../devices/virtual/block/nbd8 | |
| │ ├── nbd9 -> ../devices/virtual/block/nbd9 | |
| │ └── zram0 -> ../devices/virtual/block/zram0 | |
| ├── bus | |
| │ ├── clockevents | |
| │ │ ├── devices | |
| │ │ │ ├── broadcast -> ../../../devices/system/clockevents/broadcast | |
| │ │ │ ├── clockevent0 -> ../../../devices/system/clockevents/clockevent0 | |
| │ │ │ ├── clockevent1 -> ../../../devices/system/clockevents/clockevent1 | |
| │ │ │ ├── clockevent2 -> ../../../devices/system/clockevents/clockevent2 | |
| │ │ │ └── clockevent3 -> ../../../devices/system/clockevents/clockevent3 | |
| │ │ ├── drivers | |
| │ │ ├── drivers_autoprobe | |
| │ │ ├── drivers_probe | |
| │ │ └── uevent | |
| │ ├── clocksource | |
| │ │ ├── devices | |
| │ │ │ └── clocksource0 -> ../../../devices/system/clocksource/clocksource0 | |
| │ │ ├── drivers | |
| │ │ ├── drivers_autoprobe | |
| │ │ ├── drivers_probe | |
| │ │ └── uevent | |
| │ ├── container | |
| │ │ ├── devices | |
| │ │ ├── drivers | |
| │ │ ├── drivers_autoprobe | |
| │ │ ├── drivers_probe | |
| │ │ └── uevent | |
| │ ├── cpu | |
| │ │ ├── devices | |
| │ │ │ ├── cpu0 -> ../../../devices/system/cpu/cpu0 | |
| │ │ │ ├── cpu1 -> ../../../devices/system/cpu/cpu1 | |
| │ │ │ ├── cpu2 -> ../../../devices/system/cpu/cpu2 | |
| │ │ │ └── cpu3 -> ../../../devices/system/cpu/cpu3 | |
| │ │ ├── drivers | |
| │ │ ├── drivers_autoprobe | |
| │ │ ├── drivers_probe | |
| │ │ └── uevent | |
| │ ├── event_source | |
| │ │ ├── devices | |
| │ │ │ ├── armv7_cortex_a9 -> ../../../devices/armv7_cortex_a9 | |
| │ │ │ ├── breakpoint -> ../../../devices/breakpoint | |
| │ │ │ └── software -> ../../../devices/software | |
| │ │ ├── drivers | |
| │ │ ├── drivers_autoprobe | |
| │ │ ├── drivers_probe | |
| │ │ └── uevent | |
| │ ├── hid | |
| │ │ ├── devices | |
| │ │ ├── drivers | |
| │ │ │ └── hid-generic | |
| │ │ │ ├── bind | |
| │ │ │ ├── new_id | |
| │ │ │ ├── uevent | |
| │ │ │ └── unbind | |
| │ │ ├── drivers_autoprobe | |
| │ │ ├── drivers_probe | |
| │ │ └── uevent | |
| │ ├── i2c | |
| │ │ ├── devices | |
| │ │ ├── drivers | |
| │ │ │ ├── dummy | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ └── rtc-s35390a | |
| │ │ │ ├── bind | |
| │ │ │ ├── uevent | |
| │ │ │ └── unbind | |
| │ │ ├── drivers_autoprobe | |
| │ │ ├── drivers_probe | |
| │ │ └── uevent | |
| │ ├── mdio_bus | |
| │ │ ├── devices | |
| │ │ │ └── fixed-0:00 -> ../../../devices/platform/Fixed MDIO bus.0/mdio_bus/fixed-0/fixed-0:00 | |
| │ │ ├── drivers | |
| │ │ │ ├── Generic 10G PHY | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── Generic PHY | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── fixed-0:00 -> ../../../../devices/platform/Fixed MDIO bus.0/mdio_bus/fixed-0/fixed-0:00 | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── Marvell 88E1101 | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── Marvell 88E1111 | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── Marvell 88E1112 | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── Marvell 88E1116R | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── Marvell 88E1118 | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── Marvell 88E1121R | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── Marvell 88E1145 | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── Marvell 88E1149R | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── Marvell 88E1240 | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── Marvell 88E1318S | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── Marvell 88E1510 | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── Marvell 88E1540 | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ └── Marvell 88E3016 | |
| │ │ │ ├── bind | |
| │ │ │ ├── uevent | |
| │ │ │ └── unbind | |
| │ │ ├── drivers_autoprobe | |
| │ │ ├── drivers_probe | |
| │ │ └── uevent | |
| │ ├── pci | |
| │ │ ├── devices | |
| │ │ ├── drivers | |
| │ │ │ ├── ehci-pci | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── new_id | |
| │ │ │ │ ├── remove_id | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── sata_mv | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── module -> ../../../../module/sata_mv | |
| │ │ │ │ ├── new_id | |
| │ │ │ │ ├── remove_id | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── serial | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── new_id | |
| │ │ │ │ ├── remove_id | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ └── xhci_hcd | |
| │ │ │ ├── bind | |
| │ │ │ ├── new_id | |
| │ │ │ ├── remove_id | |
| │ │ │ ├── uevent | |
| │ │ │ └── unbind | |
| │ │ ├── drivers_autoprobe | |
| │ │ ├── drivers_probe | |
| │ │ ├── rescan | |
| │ │ ├── resource_alignment | |
| │ │ ├── slots | |
| │ │ └── uevent | |
| │ ├── platform | |
| │ │ ├── devices | |
| │ │ │ ├── alarmtimer -> ../../../devices/platform/alarmtimer | |
| │ │ │ ├── cpufreq-dt -> ../../../devices/platform/cpufreq-dt | |
| │ │ │ ├── cpuidle-armada-xp.0 -> ../../../devices/platform/cpuidle-armada-xp.0 | |
| │ │ │ ├── d0001400.sdramc -> ../../../devices/platform/soc/soc:internal-regs/d0001400.sdramc | |
| │ │ │ ├── d0008000.l2-cache -> ../../../devices/platform/soc/soc:internal-regs/d0008000.l2-cache | |
| │ │ │ ├── d0010300.rtc -> ../../../devices/platform/soc/soc:internal-regs/d0010300.rtc | |
| │ │ │ ├── d0010400.devbus-bootcs -> ../../../devices/platform/soc/d0010400.devbus-bootcs | |
| │ │ │ ├── d0012000.serial -> ../../../devices/platform/soc/soc:internal-regs/d0012000.serial | |
| │ │ │ ├── d0018000.pin-ctrl -> ../../../devices/platform/soc/soc:internal-regs/d0018000.pin-ctrl | |
| │ │ │ ├── d0018100.gpio -> ../../../devices/platform/soc/soc:internal-regs/d0018100.gpio | |
| │ │ │ ├── d0018140.gpio -> ../../../devices/platform/soc/soc:internal-regs/d0018140.gpio | |
| │ │ │ ├── d0018180.gpio -> ../../../devices/platform/soc/soc:internal-regs/d0018180.gpio | |
| │ │ │ ├── d0018200.system-controller -> ../../../devices/platform/soc/soc:internal-regs/d0018200.system-controller | |
| │ │ │ ├── d0018220.clock-gating-control -> ../../../devices/platform/soc/soc:internal-regs/d0018220.clock-gating-control | |
| │ │ │ ├── d0018230.mvebu-sar -> ../../../devices/platform/soc/soc:internal-regs/d0018230.mvebu-sar | |
| │ │ │ ├── d00182b0.thermal -> ../../../devices/platform/soc/soc:internal-regs/d00182b0.thermal | |
| │ │ │ ├── d0018700.clock-complex -> ../../../devices/platform/soc/soc:internal-regs/d0018700.clock-complex | |
| │ │ │ ├── d0018740.corediv-clock -> ../../../devices/platform/soc/soc:internal-regs/d0018740.corediv-clock | |
| │ │ │ ├── d0020000.mbus-controller -> ../../../devices/platform/soc/soc:internal-regs/d0020000.mbus-controller | |
| │ │ │ ├── d0020200.coherency-fabric -> ../../../devices/platform/soc/soc:internal-regs/d0020200.coherency-fabric | |
| │ │ │ ├── d0020300.timer -> ../../../devices/platform/soc/soc:internal-regs/d0020300.timer | |
| │ │ │ ├── d0020300.watchdog -> ../../../devices/platform/soc/soc:internal-regs/d0020300.watchdog | |
| │ │ │ ├── d0020800.cpurst -> ../../../devices/platform/soc/soc:internal-regs/d0020800.cpurst | |
| │ │ │ ├── d0020a00.interrupt-controller -> ../../../devices/platform/soc/soc:internal-regs/d0020a00.interrupt-controller | |
| │ │ │ ├── d0021000.cpu-config -> ../../../devices/platform/soc/soc:internal-regs/d0021000.cpu-config | |
| │ │ │ ├── d0022000.pmsu -> ../../../devices/platform/soc/soc:internal-regs/d0022000.pmsu | |
| │ │ │ ├── d0060900.xor -> ../../../devices/platform/soc/soc:internal-regs/d0060900.xor | |
| │ │ │ ├── d0070000.ethernet -> ../../../devices/platform/soc/soc:internal-regs/d0070000.ethernet | |
| │ │ │ ├── d0072004.mdio -> ../../../devices/platform/soc/soc:internal-regs/d0072004.mdio | |
| │ │ │ ├── d0090000.crypto -> ../../../devices/platform/soc/soc:internal-regs/d0090000.crypto | |
| │ │ │ ├── d00d4000.mvsdio -> ../../../devices/platform/soc/soc:internal-regs/d00d4000.mvsdio | |
| │ │ │ ├── d00f0900.xor -> ../../../devices/platform/soc/soc:internal-regs/d00f0900.xor | |
| │ │ │ ├── fff00000.bootrom -> ../../../devices/platform/soc/fff00000.bootrom | |
| │ │ │ ├── Fixed MDIO bus.0 -> ../../../devices/platform/Fixed MDIO bus.0 | |
| │ │ │ ├── pmu -> ../../../devices/platform/pmu | |
| │ │ │ ├── serial8250 -> ../../../devices/platform/serial8250 | |
| │ │ │ ├── soc -> ../../../devices/platform/soc | |
| │ │ │ ├── soc:internal-regs -> ../../../devices/platform/soc/soc:internal-regs | |
| │ │ │ ├── soc:sa-sram0 -> ../../../devices/platform/soc/soc:sa-sram0 | |
| │ │ │ └── soc:sa-sram1 -> ../../../devices/platform/soc/soc:sa-sram1 | |
| │ │ ├── drivers | |
| │ │ │ ├── ahci-mvebu | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── alarmtimer | |
| │ │ │ │ ├── alarmtimer -> ../../../../devices/platform/alarmtimer | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── armada-370-pinctrl | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── armada-375-pinctrl | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── armada-375-usb-cluster | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── armada-38x-pinctrl | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── armada_thermal | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── d00182b0.thermal -> ../../../../devices/platform/soc/soc:internal-regs/d00182b0.thermal | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── armada-xp-pinctrl | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── d0018000.pin-ctrl -> ../../../../devices/platform/soc/soc:internal-regs/d0018000.pin-ctrl | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── armv7-pmu | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── pmu -> ../../../../devices/platform/pmu | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── cpufreq-dt | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── cpufreq-dt -> ../../../../devices/platform/cpufreq-dt | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── cpuidle-mbevu | |
| │ │ │ │ ├── cpuidle-armada-xp.0 -> ../../../../devices/platform/cpuidle-armada-xp.0 | |
| │ │ │ │ └── uevent | |
| │ │ │ ├── dove-pinctrl | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── dw-apb-uart | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── d0012000.serial -> ../../../../devices/platform/soc/soc:internal-regs/d0012000.serial | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── gpio-fan | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── gpio-keys | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── marvell-cesa | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── mv643xx_eth | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── mv643xx_eth_port | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── mv64xxx_i2c | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── mv_crypto | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── mvebu-devbus | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── d0010400.devbus-bootcs -> ../../../../devices/platform/soc/d0010400.devbus-bootcs | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── mvebu-gpio | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── d0018100.gpio -> ../../../../devices/platform/soc/soc:internal-regs/d0018100.gpio | |
| │ │ │ │ ├── d0018140.gpio -> ../../../../devices/platform/soc/soc:internal-regs/d0018140.gpio | |
| │ │ │ │ ├── d0018180.gpio -> ../../../../devices/platform/soc/soc:internal-regs/d0018180.gpio | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── mvebu-pcie | |
| │ │ │ │ └── uevent | |
| │ │ │ ├── mvneta | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── d0070000.ethernet -> ../../../../devices/platform/soc/soc:internal-regs/d0070000.ethernet | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── mvpp2 | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── of-flash | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── of_serial | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── orion-ehci | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── orion-mdio | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── d0072004.mdio -> ../../../../devices/platform/soc/soc:internal-regs/d0072004.mdio | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── orion_spi | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── orion_wdt | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── d0020300.watchdog -> ../../../../devices/platform/soc/soc:internal-regs/d0020300.watchdog | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── phy-mvebu-sata | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── pxa3xx-nand | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── rtc-mv | |
| │ │ │ │ ├── d0010300.rtc -> ../../../../devices/platform/soc/soc:internal-regs/d0010300.rtc | |
| │ │ │ │ └── uevent | |
| │ │ │ ├── sata_mv | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── serial8250 | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── serial8250 -> ../../../../devices/platform/serial8250 | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── sram | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── syscon | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ └── xhci-hcd | |
| │ │ │ ├── bind | |
| │ │ │ ├── uevent | |
| │ │ │ └── unbind | |
| │ │ ├── drivers_autoprobe | |
| │ │ ├── drivers_probe | |
| │ │ └── uevent | |
| │ ├── scsi | |
| │ │ ├── devices | |
| │ │ ├── drivers | |
| │ │ │ └── sd | |
| │ │ │ ├── bind | |
| │ │ │ ├── uevent | |
| │ │ │ └── unbind | |
| │ │ ├── drivers_autoprobe | |
| │ │ ├── drivers_probe | |
| │ │ └── uevent | |
| │ ├── serio | |
| │ │ ├── devices | |
| │ │ ├── drivers | |
| │ │ │ ├── atkbd | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── bind_mode | |
| │ │ │ │ ├── description | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ └── psmouse | |
| │ │ │ ├── bind | |
| │ │ │ ├── bind_mode | |
| │ │ │ ├── description | |
| │ │ │ ├── module -> ../../../../module/psmouse | |
| │ │ │ ├── uevent | |
| │ │ │ └── unbind | |
| │ │ ├── drivers_autoprobe | |
| │ │ ├── drivers_probe | |
| │ │ └── uevent | |
| │ ├── soc | |
| │ │ ├── devices | |
| │ │ │ └── soc0 -> ../../../devices/soc0 | |
| │ │ ├── drivers | |
| │ │ ├── drivers_autoprobe | |
| │ │ ├── drivers_probe | |
| │ │ └── uevent | |
| │ ├── spi | |
| │ │ ├── devices | |
| │ │ ├── drivers | |
| │ │ │ └── m25p80 | |
| │ │ │ ├── bind | |
| │ │ │ ├── uevent | |
| │ │ │ └── unbind | |
| │ │ ├── drivers_autoprobe | |
| │ │ ├── drivers_probe | |
| │ │ └── uevent | |
| │ ├── usb | |
| │ │ ├── devices | |
| │ │ ├── drivers | |
| │ │ │ ├── hub | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── module -> ../../../../module/usbcore | |
| │ │ │ │ ├── new_id | |
| │ │ │ │ ├── remove_id | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── usb | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── usbfs | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── module -> ../../../../module/usbcore | |
| │ │ │ │ ├── new_id | |
| │ │ │ │ ├── remove_id | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ ├── usbhid | |
| │ │ │ │ ├── bind | |
| │ │ │ │ ├── module -> ../../../../module/usbhid | |
| │ │ │ │ ├── new_id | |
| │ │ │ │ ├── remove_id | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind | |
| │ │ │ └── usb-storage | |
| │ │ │ ├── bind | |
| │ │ │ ├── module -> ../../../../module/usb_storage | |
| │ │ │ ├── new_id | |
| │ │ │ ├── remove_id | |
| │ │ │ ├── uevent | |
| │ │ │ └── unbind | |
| │ │ ├── drivers_autoprobe | |
| │ │ ├── drivers_probe | |
| │ │ └── uevent | |
| │ └── workqueue | |
| │ ├── devices | |
| │ │ └── writeback -> ../../../devices/virtual/workqueue/writeback | |
| │ ├── drivers | |
| │ ├── drivers_autoprobe | |
| │ ├── drivers_probe | |
| │ └── uevent | |
| ├── class | |
| │ ├── ata_device | |
| │ ├── ata_link | |
| │ ├── ata_port | |
| │ ├── bdi | |
| │ │ ├── 254:0 -> ../../devices/virtual/bdi/254:0 | |
| │ │ ├── 43:0 -> ../../devices/virtual/bdi/43:0 | |
| │ │ ├── 43:1 -> ../../devices/virtual/bdi/43:1 | |
| │ │ ├── 43:10 -> ../../devices/virtual/bdi/43:10 | |
| │ │ ├── 43:11 -> ../../devices/virtual/bdi/43:11 | |
| │ │ ├── 43:12 -> ../../devices/virtual/bdi/43:12 | |
| │ │ ├── 43:13 -> ../../devices/virtual/bdi/43:13 | |
| │ │ ├── 43:14 -> ../../devices/virtual/bdi/43:14 | |
| │ │ ├── 43:15 -> ../../devices/virtual/bdi/43:15 | |
| │ │ ├── 43:2 -> ../../devices/virtual/bdi/43:2 | |
| │ │ ├── 43:3 -> ../../devices/virtual/bdi/43:3 | |
| │ │ ├── 43:4 -> ../../devices/virtual/bdi/43:4 | |
| │ │ ├── 43:5 -> ../../devices/virtual/bdi/43:5 | |
| │ │ ├── 43:6 -> ../../devices/virtual/bdi/43:6 | |
| │ │ ├── 43:7 -> ../../devices/virtual/bdi/43:7 | |
| │ │ ├── 43:8 -> ../../devices/virtual/bdi/43:8 | |
| │ │ ├── 43:9 -> ../../devices/virtual/bdi/43:9 | |
| │ │ └── mtd -> ../../devices/virtual/bdi/mtd | |
| │ ├── block | |
| │ │ ├── nbd0 -> ../../devices/virtual/block/nbd0 | |
| │ │ ├── nbd1 -> ../../devices/virtual/block/nbd1 | |
| │ │ ├── nbd10 -> ../../devices/virtual/block/nbd10 | |
| │ │ ├── nbd11 -> ../../devices/virtual/block/nbd11 | |
| │ │ ├── nbd12 -> ../../devices/virtual/block/nbd12 | |
| │ │ ├── nbd13 -> ../../devices/virtual/block/nbd13 | |
| │ │ ├── nbd14 -> ../../devices/virtual/block/nbd14 | |
| │ │ ├── nbd15 -> ../../devices/virtual/block/nbd15 | |
| │ │ ├── nbd2 -> ../../devices/virtual/block/nbd2 | |
| │ │ ├── nbd3 -> ../../devices/virtual/block/nbd3 | |
| │ │ ├── nbd4 -> ../../devices/virtual/block/nbd4 | |
| │ │ ├── nbd5 -> ../../devices/virtual/block/nbd5 | |
| │ │ ├── nbd6 -> ../../devices/virtual/block/nbd6 | |
| │ │ ├── nbd7 -> ../../devices/virtual/block/nbd7 | |
| │ │ ├── nbd8 -> ../../devices/virtual/block/nbd8 | |
| │ │ ├── nbd9 -> ../../devices/virtual/block/nbd9 | |
| │ │ └── zram0 -> ../../devices/virtual/block/zram0 | |
| │ ├── bsg | |
| │ ├── dma | |
| │ ├── fc_host | |
| │ ├── fc_remote_ports | |
| │ ├── fc_transport | |
| │ ├── fc_vports | |
| │ ├── gpio | |
| │ │ ├── export | |
| │ │ ├── gpio42 -> ../../devices/platform/soc/soc:internal-regs/d0018140.gpio/gpio/gpio42 | |
| │ │ ├── gpiochip0 -> ../../devices/platform/soc/soc:internal-regs/d0018100.gpio/gpio/gpiochip0 | |
| │ │ ├── gpiochip32 -> ../../devices/platform/soc/soc:internal-regs/d0018140.gpio/gpio/gpiochip32 | |
| │ │ ├── gpiochip64 -> ../../devices/platform/soc/soc:internal-regs/d0018180.gpio/gpio/gpiochip64 | |
| │ │ └── unexport | |
| │ ├── hwmon | |
| │ │ └── hwmon0 -> ../../devices/virtual/hwmon/hwmon0 | |
| │ ├── i2c-adapter | |
| │ ├── input | |
| │ │ └── mice -> ../../devices/virtual/input/mice | |
| │ ├── mdio_bus | |
| │ │ ├── d0072004.mdio-mi -> ../../devices/platform/soc/soc:internal-regs/d0072004.mdio/mdio_bus/d0072004.mdio-mi | |
| │ │ └── fixed-0 -> ../../devices/platform/Fixed MDIO bus.0/mdio_bus/fixed-0 | |
| │ ├── mem | |
| │ │ ├── full -> ../../devices/virtual/mem/full | |
| │ │ ├── kmem -> ../../devices/virtual/mem/kmem | |
| │ │ ├── kmsg -> ../../devices/virtual/mem/kmsg | |
| │ │ ├── mem -> ../../devices/virtual/mem/mem | |
| │ │ ├── null -> ../../devices/virtual/mem/null | |
| │ │ ├── port -> ../../devices/virtual/mem/port | |
| │ │ ├── random -> ../../devices/virtual/mem/random | |
| │ │ ├── urandom -> ../../devices/virtual/mem/urandom | |
| │ │ └── zero -> ../../devices/virtual/mem/zero | |
| │ ├── misc | |
| │ │ ├── cpu_dma_latency -> ../../devices/virtual/misc/cpu_dma_latency | |
| │ │ ├── memory_bandwidth -> ../../devices/virtual/misc/memory_bandwidth | |
| │ │ ├── network_latency -> ../../devices/virtual/misc/network_latency | |
| │ │ ├── network_throughput -> ../../devices/virtual/misc/network_throughput | |
| │ │ ├── psaux -> ../../devices/virtual/misc/psaux | |
| │ │ ├── vga_arbiter -> ../../devices/virtual/misc/vga_arbiter | |
| │ │ └── watchdog -> ../../devices/platform/soc/soc:internal-regs/d0020300.watchdog/misc/watchdog | |
| │ ├── mtd | |
| │ ├── net | |
| │ │ ├── eth0 -> ../../devices/platform/soc/soc:internal-regs/d0070000.ethernet/net/eth0 | |
| │ │ └── lo -> ../../devices/virtual/net/lo | |
| │ ├── pci_bus | |
| │ ├── phy | |
| │ ├── rtc | |
| │ │ └── rtc0 -> ../../devices/platform/soc/soc:internal-regs/d0010300.rtc/rtc/rtc0 | |
| │ ├── scsi_device | |
| │ ├── scsi_disk | |
| │ ├── scsi_host | |
| │ ├── spi_master | |
| │ ├── thermal | |
| │ │ └── thermal_zone0 -> ../../devices/virtual/thermal/thermal_zone0 | |
| │ ├── tty | |
| │ │ ├── console -> ../../devices/virtual/tty/console | |
| │ │ ├── ptmx -> ../../devices/virtual/tty/ptmx | |
| │ │ ├── ptya0 -> ../../devices/virtual/tty/ptya0 | |
| │ │ ├── ptya1 -> ../../devices/virtual/tty/ptya1 | |
| │ │ ├── ptya2 -> ../../devices/virtual/tty/ptya2 | |
| │ │ ├── ptya3 -> ../../devices/virtual/tty/ptya3 | |
| │ │ ├── ptya4 -> ../../devices/virtual/tty/ptya4 | |
| │ │ ├── ptya5 -> ../../devices/virtual/tty/ptya5 | |
| │ │ ├── ptya6 -> ../../devices/virtual/tty/ptya6 | |
| │ │ ├── ptya7 -> ../../devices/virtual/tty/ptya7 | |
| │ │ ├── ptya8 -> ../../devices/virtual/tty/ptya8 | |
| │ │ ├── ptya9 -> ../../devices/virtual/tty/ptya9 | |
| │ │ ├── ptyaa -> ../../devices/virtual/tty/ptyaa | |
| │ │ ├── ptyab -> ../../devices/virtual/tty/ptyab | |
| │ │ ├── ptyac -> ../../devices/virtual/tty/ptyac | |
| │ │ ├── ptyad -> ../../devices/virtual/tty/ptyad | |
| │ │ ├── ptyae -> ../../devices/virtual/tty/ptyae | |
| │ │ ├── ptyaf -> ../../devices/virtual/tty/ptyaf | |
| │ │ ├── ptyb0 -> ../../devices/virtual/tty/ptyb0 | |
| │ │ ├── ptyb1 -> ../../devices/virtual/tty/ptyb1 | |
| │ │ ├── ptyb2 -> ../../devices/virtual/tty/ptyb2 | |
| │ │ ├── ptyb3 -> ../../devices/virtual/tty/ptyb3 | |
| │ │ ├── ptyb4 -> ../../devices/virtual/tty/ptyb4 | |
| │ │ ├── ptyb5 -> ../../devices/virtual/tty/ptyb5 | |
| │ │ ├── ptyb6 -> ../../devices/virtual/tty/ptyb6 | |
| │ │ ├── ptyb7 -> ../../devices/virtual/tty/ptyb7 | |
| │ │ ├── ptyb8 -> ../../devices/virtual/tty/ptyb8 | |
| │ │ ├── ptyb9 -> ../../devices/virtual/tty/ptyb9 | |
| │ │ ├── ptyba -> ../../devices/virtual/tty/ptyba | |
| │ │ ├── ptybb -> ../../devices/virtual/tty/ptybb | |
| │ │ ├── ptybc -> ../../devices/virtual/tty/ptybc | |
| │ │ ├── ptybd -> ../../devices/virtual/tty/ptybd | |
| │ │ ├── ptybe -> ../../devices/virtual/tty/ptybe | |
| │ │ ├── ptybf -> ../../devices/virtual/tty/ptybf | |
| │ │ ├── ptyc0 -> ../../devices/virtual/tty/ptyc0 | |
| │ │ ├── ptyc1 -> ../../devices/virtual/tty/ptyc1 | |
| │ │ ├── ptyc2 -> ../../devices/virtual/tty/ptyc2 | |
| │ │ ├── ptyc3 -> ../../devices/virtual/tty/ptyc3 | |
| │ │ ├── ptyc4 -> ../../devices/virtual/tty/ptyc4 | |
| │ │ ├── ptyc5 -> ../../devices/virtual/tty/ptyc5 | |
| │ │ ├── ptyc6 -> ../../devices/virtual/tty/ptyc6 | |
| │ │ ├── ptyc7 -> ../../devices/virtual/tty/ptyc7 | |
| │ │ ├── ptyc8 -> ../../devices/virtual/tty/ptyc8 | |
| │ │ ├── ptyc9 -> ../../devices/virtual/tty/ptyc9 | |
| │ │ ├── ptyca -> ../../devices/virtual/tty/ptyca | |
| │ │ ├── ptycb -> ../../devices/virtual/tty/ptycb | |
| │ │ ├── ptycc -> ../../devices/virtual/tty/ptycc | |
| │ │ ├── ptycd -> ../../devices/virtual/tty/ptycd | |
| │ │ ├── ptyce -> ../../devices/virtual/tty/ptyce | |
| │ │ ├── ptycf -> ../../devices/virtual/tty/ptycf | |
| │ │ ├── ptyd0 -> ../../devices/virtual/tty/ptyd0 | |
| │ │ ├── ptyd1 -> ../../devices/virtual/tty/ptyd1 | |
| │ │ ├── ptyd2 -> ../../devices/virtual/tty/ptyd2 | |
| │ │ ├── ptyd3 -> ../../devices/virtual/tty/ptyd3 | |
| │ │ ├── ptyd4 -> ../../devices/virtual/tty/ptyd4 | |
| │ │ ├── ptyd5 -> ../../devices/virtual/tty/ptyd5 | |
| │ │ ├── ptyd6 -> ../../devices/virtual/tty/ptyd6 | |
| │ │ ├── ptyd7 -> ../../devices/virtual/tty/ptyd7 | |
| │ │ ├── ptyd8 -> ../../devices/virtual/tty/ptyd8 | |
| │ │ ├── ptyd9 -> ../../devices/virtual/tty/ptyd9 | |
| │ │ ├── ptyda -> ../../devices/virtual/tty/ptyda | |
| │ │ ├── ptydb -> ../../devices/virtual/tty/ptydb | |
| │ │ ├── ptydc -> ../../devices/virtual/tty/ptydc | |
| │ │ ├── ptydd -> ../../devices/virtual/tty/ptydd | |
| │ │ ├── ptyde -> ../../devices/virtual/tty/ptyde | |
| │ │ ├── ptydf -> ../../devices/virtual/tty/ptydf | |
| │ │ ├── ptye0 -> ../../devices/virtual/tty/ptye0 | |
| │ │ ├── ptye1 -> ../../devices/virtual/tty/ptye1 | |
| │ │ ├── ptye2 -> ../../devices/virtual/tty/ptye2 | |
| │ │ ├── ptye3 -> ../../devices/virtual/tty/ptye3 | |
| │ │ ├── ptye4 -> ../../devices/virtual/tty/ptye4 | |
| │ │ ├── ptye5 -> ../../devices/virtual/tty/ptye5 | |
| │ │ ├── ptye6 -> ../../devices/virtual/tty/ptye6 | |
| │ │ ├── ptye7 -> ../../devices/virtual/tty/ptye7 | |
| │ │ ├── ptye8 -> ../../devices/virtual/tty/ptye8 | |
| │ │ ├── ptye9 -> ../../devices/virtual/tty/ptye9 | |
| │ │ ├── ptyea -> ../../devices/virtual/tty/ptyea | |
| │ │ ├── ptyeb -> ../../devices/virtual/tty/ptyeb | |
| │ │ ├── ptyec -> ../../devices/virtual/tty/ptyec | |
| │ │ ├── ptyed -> ../../devices/virtual/tty/ptyed | |
| │ │ ├── ptyee -> ../../devices/virtual/tty/ptyee | |
| │ │ ├── ptyef -> ../../devices/virtual/tty/ptyef | |
| │ │ ├── ptyp0 -> ../../devices/virtual/tty/ptyp0 | |
| │ │ ├── ptyp1 -> ../../devices/virtual/tty/ptyp1 | |
| │ │ ├── ptyp2 -> ../../devices/virtual/tty/ptyp2 | |
| │ │ ├── ptyp3 -> ../../devices/virtual/tty/ptyp3 | |
| │ │ ├── ptyp4 -> ../../devices/virtual/tty/ptyp4 | |
| │ │ ├── ptyp5 -> ../../devices/virtual/tty/ptyp5 | |
| │ │ ├── ptyp6 -> ../../devices/virtual/tty/ptyp6 | |
| │ │ ├── ptyp7 -> ../../devices/virtual/tty/ptyp7 | |
| │ │ ├── ptyp8 -> ../../devices/virtual/tty/ptyp8 | |
| │ │ ├── ptyp9 -> ../../devices/virtual/tty/ptyp9 | |
| │ │ ├── ptypa -> ../../devices/virtual/tty/ptypa | |
| │ │ ├── ptypb -> ../../devices/virtual/tty/ptypb | |
| │ │ ├── ptypc -> ../../devices/virtual/tty/ptypc | |
| │ │ ├── ptypd -> ../../devices/virtual/tty/ptypd | |
| │ │ ├── ptype -> ../../devices/virtual/tty/ptype | |
| │ │ ├── ptypf -> ../../devices/virtual/tty/ptypf | |
| │ │ ├── ptyq0 -> ../../devices/virtual/tty/ptyq0 | |
| │ │ ├── ptyq1 -> ../../devices/virtual/tty/ptyq1 | |
| │ │ ├── ptyq2 -> ../../devices/virtual/tty/ptyq2 | |
| │ │ ├── ptyq3 -> ../../devices/virtual/tty/ptyq3 | |
| │ │ ├── ptyq4 -> ../../devices/virtual/tty/ptyq4 | |
| │ │ ├── ptyq5 -> ../../devices/virtual/tty/ptyq5 | |
| │ │ ├── ptyq6 -> ../../devices/virtual/tty/ptyq6 | |
| │ │ ├── ptyq7 -> ../../devices/virtual/tty/ptyq7 | |
| │ │ ├── ptyq8 -> ../../devices/virtual/tty/ptyq8 | |
| │ │ ├── ptyq9 -> ../../devices/virtual/tty/ptyq9 | |
| │ │ ├── ptyqa -> ../../devices/virtual/tty/ptyqa | |
| │ │ ├── ptyqb -> ../../devices/virtual/tty/ptyqb | |
| │ │ ├── ptyqc -> ../../devices/virtual/tty/ptyqc | |
| │ │ ├── ptyqd -> ../../devices/virtual/tty/ptyqd | |
| │ │ ├── ptyqe -> ../../devices/virtual/tty/ptyqe | |
| │ │ ├── ptyqf -> ../../devices/virtual/tty/ptyqf | |
| │ │ ├── ptyr0 -> ../../devices/virtual/tty/ptyr0 | |
| │ │ ├── ptyr1 -> ../../devices/virtual/tty/ptyr1 | |
| │ │ ├── ptyr2 -> ../../devices/virtual/tty/ptyr2 | |
| │ │ ├── ptyr3 -> ../../devices/virtual/tty/ptyr3 | |
| │ │ ├── ptyr4 -> ../../devices/virtual/tty/ptyr4 | |
| │ │ ├── ptyr5 -> ../../devices/virtual/tty/ptyr5 | |
| │ │ ├── ptyr6 -> ../../devices/virtual/tty/ptyr6 | |
| │ │ ├── ptyr7 -> ../../devices/virtual/tty/ptyr7 | |
| │ │ ├── ptyr8 -> ../../devices/virtual/tty/ptyr8 | |
| │ │ ├── ptyr9 -> ../../devices/virtual/tty/ptyr9 | |
| │ │ ├── ptyra -> ../../devices/virtual/tty/ptyra | |
| │ │ ├── ptyrb -> ../../devices/virtual/tty/ptyrb | |
| │ │ ├── ptyrc -> ../../devices/virtual/tty/ptyrc | |
| │ │ ├── ptyrd -> ../../devices/virtual/tty/ptyrd | |
| │ │ ├── ptyre -> ../../devices/virtual/tty/ptyre | |
| │ │ ├── ptyrf -> ../../devices/virtual/tty/ptyrf | |
| │ │ ├── ptys0 -> ../../devices/virtual/tty/ptys0 | |
| │ │ ├── ptys1 -> ../../devices/virtual/tty/ptys1 | |
| │ │ ├── ptys2 -> ../../devices/virtual/tty/ptys2 | |
| │ │ ├── ptys3 -> ../../devices/virtual/tty/ptys3 | |
| │ │ ├── ptys4 -> ../../devices/virtual/tty/ptys4 | |
| │ │ ├── ptys5 -> ../../devices/virtual/tty/ptys5 | |
| │ │ ├── ptys6 -> ../../devices/virtual/tty/ptys6 | |
| │ │ ├── ptys7 -> ../../devices/virtual/tty/ptys7 | |
| │ │ ├── ptys8 -> ../../devices/virtual/tty/ptys8 | |
| │ │ ├── ptys9 -> ../../devices/virtual/tty/ptys9 | |
| │ │ ├── ptysa -> ../../devices/virtual/tty/ptysa | |
| │ │ ├── ptysb -> ../../devices/virtual/tty/ptysb | |
| │ │ ├── ptysc -> ../../devices/virtual/tty/ptysc | |
| │ │ ├── ptysd -> ../../devices/virtual/tty/ptysd | |
| │ │ ├── ptyse -> ../../devices/virtual/tty/ptyse | |
| │ │ ├── ptysf -> ../../devices/virtual/tty/ptysf | |
| │ │ ├── ptyt0 -> ../../devices/virtual/tty/ptyt0 | |
| │ │ ├── ptyt1 -> ../../devices/virtual/tty/ptyt1 | |
| │ │ ├── ptyt2 -> ../../devices/virtual/tty/ptyt2 | |
| │ │ ├── ptyt3 -> ../../devices/virtual/tty/ptyt3 | |
| │ │ ├── ptyt4 -> ../../devices/virtual/tty/ptyt4 | |
| │ │ ├── ptyt5 -> ../../devices/virtual/tty/ptyt5 | |
| │ │ ├── ptyt6 -> ../../devices/virtual/tty/ptyt6 | |
| │ │ ├── ptyt7 -> ../../devices/virtual/tty/ptyt7 | |
| │ │ ├── ptyt8 -> ../../devices/virtual/tty/ptyt8 | |
| │ │ ├── ptyt9 -> ../../devices/virtual/tty/ptyt9 | |
| │ │ ├── ptyta -> ../../devices/virtual/tty/ptyta | |
| │ │ ├── ptytb -> ../../devices/virtual/tty/ptytb | |
| │ │ ├── ptytc -> ../../devices/virtual/tty/ptytc | |
| │ │ ├── ptytd -> ../../devices/virtual/tty/ptytd | |
| │ │ ├── ptyte -> ../../devices/virtual/tty/ptyte | |
| │ │ ├── ptytf -> ../../devices/virtual/tty/ptytf | |
| │ │ ├── ptyu0 -> ../../devices/virtual/tty/ptyu0 | |
| │ │ ├── ptyu1 -> ../../devices/virtual/tty/ptyu1 | |
| │ │ ├── ptyu2 -> ../../devices/virtual/tty/ptyu2 | |
| │ │ ├── ptyu3 -> ../../devices/virtual/tty/ptyu3 | |
| │ │ ├── ptyu4 -> ../../devices/virtual/tty/ptyu4 | |
| │ │ ├── ptyu5 -> ../../devices/virtual/tty/ptyu5 | |
| │ │ ├── ptyu6 -> ../../devices/virtual/tty/ptyu6 | |
| │ │ ├── ptyu7 -> ../../devices/virtual/tty/ptyu7 | |
| │ │ ├── ptyu8 -> ../../devices/virtual/tty/ptyu8 | |
| │ │ ├── ptyu9 -> ../../devices/virtual/tty/ptyu9 | |
| │ │ ├── ptyua -> ../../devices/virtual/tty/ptyua | |
| │ │ ├── ptyub -> ../../devices/virtual/tty/ptyub | |
| │ │ ├── ptyuc -> ../../devices/virtual/tty/ptyuc | |
| │ │ ├── ptyud -> ../../devices/virtual/tty/ptyud | |
| │ │ ├── ptyue -> ../../devices/virtual/tty/ptyue | |
| │ │ ├── ptyuf -> ../../devices/virtual/tty/ptyuf | |
| │ │ ├── ptyv0 -> ../../devices/virtual/tty/ptyv0 | |
| │ │ ├── ptyv1 -> ../../devices/virtual/tty/ptyv1 | |
| │ │ ├── ptyv2 -> ../../devices/virtual/tty/ptyv2 | |
| │ │ ├── ptyv3 -> ../../devices/virtual/tty/ptyv3 | |
| │ │ ├── ptyv4 -> ../../devices/virtual/tty/ptyv4 | |
| │ │ ├── ptyv5 -> ../../devices/virtual/tty/ptyv5 | |
| │ │ ├── ptyv6 -> ../../devices/virtual/tty/ptyv6 | |
| │ │ ├── ptyv7 -> ../../devices/virtual/tty/ptyv7 | |
| │ │ ├── ptyv8 -> ../../devices/virtual/tty/ptyv8 | |
| │ │ ├── ptyv9 -> ../../devices/virtual/tty/ptyv9 | |
| │ │ ├── ptyva -> ../../devices/virtual/tty/ptyva | |
| │ │ ├── ptyvb -> ../../devices/virtual/tty/ptyvb | |
| │ │ ├── ptyvc -> ../../devices/virtual/tty/ptyvc | |
| │ │ ├── ptyvd -> ../../devices/virtual/tty/ptyvd | |
| │ │ ├── ptyve -> ../../devices/virtual/tty/ptyve | |
| │ │ ├── ptyvf -> ../../devices/virtual/tty/ptyvf | |
| │ │ ├── ptyw0 -> ../../devices/virtual/tty/ptyw0 | |
| │ │ ├── ptyw1 -> ../../devices/virtual/tty/ptyw1 | |
| │ │ ├── ptyw2 -> ../../devices/virtual/tty/ptyw2 | |
| │ │ ├── ptyw3 -> ../../devices/virtual/tty/ptyw3 | |
| │ │ ├── ptyw4 -> ../../devices/virtual/tty/ptyw4 | |
| │ │ ├── ptyw5 -> ../../devices/virtual/tty/ptyw5 | |
| │ │ ├── ptyw6 -> ../../devices/virtual/tty/ptyw6 | |
| │ │ ├── ptyw7 -> ../../devices/virtual/tty/ptyw7 | |
| │ │ ├── ptyw8 -> ../../devices/virtual/tty/ptyw8 | |
| │ │ ├── ptyw9 -> ../../devices/virtual/tty/ptyw9 | |
| │ │ ├── ptywa -> ../../devices/virtual/tty/ptywa | |
| │ │ ├── ptywb -> ../../devices/virtual/tty/ptywb | |
| │ │ ├── ptywc -> ../../devices/virtual/tty/ptywc | |
| │ │ ├── ptywd -> ../../devices/virtual/tty/ptywd | |
| │ │ ├── ptywe -> ../../devices/virtual/tty/ptywe | |
| │ │ ├── ptywf -> ../../devices/virtual/tty/ptywf | |
| │ │ ├── ptyx0 -> ../../devices/virtual/tty/ptyx0 | |
| │ │ ├── ptyx1 -> ../../devices/virtual/tty/ptyx1 | |
| │ │ ├── ptyx2 -> ../../devices/virtual/tty/ptyx2 | |
| │ │ ├── ptyx3 -> ../../devices/virtual/tty/ptyx3 | |
| │ │ ├── ptyx4 -> ../../devices/virtual/tty/ptyx4 | |
| │ │ ├── ptyx5 -> ../../devices/virtual/tty/ptyx5 | |
| │ │ ├── ptyx6 -> ../../devices/virtual/tty/ptyx6 | |
| │ │ ├── ptyx7 -> ../../devices/virtual/tty/ptyx7 | |
| │ │ ├── ptyx8 -> ../../devices/virtual/tty/ptyx8 | |
| │ │ ├── ptyx9 -> ../../devices/virtual/tty/ptyx9 | |
| │ │ ├── ptyxa -> ../../devices/virtual/tty/ptyxa | |
| │ │ ├── ptyxb -> ../../devices/virtual/tty/ptyxb | |
| │ │ ├── ptyxc -> ../../devices/virtual/tty/ptyxc | |
| │ │ ├── ptyxd -> ../../devices/virtual/tty/ptyxd | |
| │ │ ├── ptyxe -> ../../devices/virtual/tty/ptyxe | |
| │ │ ├── ptyxf -> ../../devices/virtual/tty/ptyxf | |
| │ │ ├── ptyy0 -> ../../devices/virtual/tty/ptyy0 | |
| │ │ ├── ptyy1 -> ../../devices/virtual/tty/ptyy1 | |
| │ │ ├── ptyy2 -> ../../devices/virtual/tty/ptyy2 | |
| │ │ ├── ptyy3 -> ../../devices/virtual/tty/ptyy3 | |
| │ │ ├── ptyy4 -> ../../devices/virtual/tty/ptyy4 | |
| │ │ ├── ptyy5 -> ../../devices/virtual/tty/ptyy5 | |
| │ │ ├── ptyy6 -> ../../devices/virtual/tty/ptyy6 | |
| │ │ ├── ptyy7 -> ../../devices/virtual/tty/ptyy7 | |
| │ │ ├── ptyy8 -> ../../devices/virtual/tty/ptyy8 | |
| │ │ ├── ptyy9 -> ../../devices/virtual/tty/ptyy9 | |
| │ │ ├── ptyya -> ../../devices/virtual/tty/ptyya | |
| │ │ ├── ptyyb -> ../../devices/virtual/tty/ptyyb | |
| │ │ ├── ptyyc -> ../../devices/virtual/tty/ptyyc | |
| │ │ ├── ptyyd -> ../../devices/virtual/tty/ptyyd | |
| │ │ ├── ptyye -> ../../devices/virtual/tty/ptyye | |
| │ │ ├── ptyyf -> ../../devices/virtual/tty/ptyyf | |
| │ │ ├── ptyz0 -> ../../devices/virtual/tty/ptyz0 | |
| │ │ ├── ptyz1 -> ../../devices/virtual/tty/ptyz1 | |
| │ │ ├── ptyz2 -> ../../devices/virtual/tty/ptyz2 | |
| │ │ ├── ptyz3 -> ../../devices/virtual/tty/ptyz3 | |
| │ │ ├── ptyz4 -> ../../devices/virtual/tty/ptyz4 | |
| │ │ ├── ptyz5 -> ../../devices/virtual/tty/ptyz5 | |
| │ │ ├── ptyz6 -> ../../devices/virtual/tty/ptyz6 | |
| │ │ ├── ptyz7 -> ../../devices/virtual/tty/ptyz7 | |
| │ │ ├── ptyz8 -> ../../devices/virtual/tty/ptyz8 | |
| │ │ ├── ptyz9 -> ../../devices/virtual/tty/ptyz9 | |
| │ │ ├── ptyza -> ../../devices/virtual/tty/ptyza | |
| │ │ ├── ptyzb -> ../../devices/virtual/tty/ptyzb | |
| │ │ ├── ptyzc -> ../../devices/virtual/tty/ptyzc | |
| │ │ ├── ptyzd -> ../../devices/virtual/tty/ptyzd | |
| │ │ ├── ptyze -> ../../devices/virtual/tty/ptyze | |
| │ │ ├── ptyzf -> ../../devices/virtual/tty/ptyzf | |
| │ │ ├── tty -> ../../devices/virtual/tty/tty | |
| │ │ ├── tty0 -> ../../devices/virtual/tty/tty0 | |
| │ │ ├── tty1 -> ../../devices/virtual/tty/tty1 | |
| │ │ ├── tty10 -> ../../devices/virtual/tty/tty10 | |
| │ │ ├── tty11 -> ../../devices/virtual/tty/tty11 | |
| │ │ ├── tty12 -> ../../devices/virtual/tty/tty12 | |
| │ │ ├── tty13 -> ../../devices/virtual/tty/tty13 | |
| │ │ ├── tty14 -> ../../devices/virtual/tty/tty14 | |
| │ │ ├── tty15 -> ../../devices/virtual/tty/tty15 | |
| │ │ ├── tty16 -> ../../devices/virtual/tty/tty16 | |
| │ │ ├── tty17 -> ../../devices/virtual/tty/tty17 | |
| │ │ ├── tty18 -> ../../devices/virtual/tty/tty18 | |
| │ │ ├── tty19 -> ../../devices/virtual/tty/tty19 | |
| │ │ ├── tty2 -> ../../devices/virtual/tty/tty2 | |
| │ │ ├── tty20 -> ../../devices/virtual/tty/tty20 | |
| │ │ ├── tty21 -> ../../devices/virtual/tty/tty21 | |
| │ │ ├── tty22 -> ../../devices/virtual/tty/tty22 | |
| │ │ ├── tty23 -> ../../devices/virtual/tty/tty23 | |
| │ │ ├── tty24 -> ../../devices/virtual/tty/tty24 | |
| │ │ ├── tty25 -> ../../devices/virtual/tty/tty25 | |
| │ │ ├── tty26 -> ../../devices/virtual/tty/tty26 | |
| │ │ ├── tty27 -> ../../devices/virtual/tty/tty27 | |
| │ │ ├── tty28 -> ../../devices/virtual/tty/tty28 | |
| │ │ ├── tty29 -> ../../devices/virtual/tty/tty29 | |
| │ │ ├── tty3 -> ../../devices/virtual/tty/tty3 | |
| │ │ ├── tty30 -> ../../devices/virtual/tty/tty30 | |
| │ │ ├── tty31 -> ../../devices/virtual/tty/tty31 | |
| │ │ ├── tty32 -> ../../devices/virtual/tty/tty32 | |
| │ │ ├── tty33 -> ../../devices/virtual/tty/tty33 | |
| │ │ ├── tty34 -> ../../devices/virtual/tty/tty34 | |
| │ │ ├── tty35 -> ../../devices/virtual/tty/tty35 | |
| │ │ ├── tty36 -> ../../devices/virtual/tty/tty36 | |
| │ │ ├── tty37 -> ../../devices/virtual/tty/tty37 | |
| │ │ ├── tty38 -> ../../devices/virtual/tty/tty38 | |
| │ │ ├── tty39 -> ../../devices/virtual/tty/tty39 | |
| │ │ ├── tty4 -> ../../devices/virtual/tty/tty4 | |
| │ │ ├── tty40 -> ../../devices/virtual/tty/tty40 | |
| │ │ ├── tty41 -> ../../devices/virtual/tty/tty41 | |
| │ │ ├── tty42 -> ../../devices/virtual/tty/tty42 | |
| │ │ ├── tty43 -> ../../devices/virtual/tty/tty43 | |
| │ │ ├── tty44 -> ../../devices/virtual/tty/tty44 | |
| │ │ ├── tty45 -> ../../devices/virtual/tty/tty45 | |
| │ │ ├── tty46 -> ../../devices/virtual/tty/tty46 | |
| │ │ ├── tty47 -> ../../devices/virtual/tty/tty47 | |
| │ │ ├── tty48 -> ../../devices/virtual/tty/tty48 | |
| │ │ ├── tty49 -> ../../devices/virtual/tty/tty49 | |
| │ │ ├── tty5 -> ../../devices/virtual/tty/tty5 | |
| │ │ ├── tty50 -> ../../devices/virtual/tty/tty50 | |
| │ │ ├── tty51 -> ../../devices/virtual/tty/tty51 | |
| │ │ ├── tty52 -> ../../devices/virtual/tty/tty52 | |
| │ │ ├── tty53 -> ../../devices/virtual/tty/tty53 | |
| │ │ ├── tty54 -> ../../devices/virtual/tty/tty54 | |
| │ │ ├── tty55 -> ../../devices/virtual/tty/tty55 | |
| │ │ ├── tty56 -> ../../devices/virtual/tty/tty56 | |
| │ │ ├── tty57 -> ../../devices/virtual/tty/tty57 | |
| │ │ ├── tty58 -> ../../devices/virtual/tty/tty58 | |
| │ │ ├── tty59 -> ../../devices/virtual/tty/tty59 | |
| │ │ ├── tty6 -> ../../devices/virtual/tty/tty6 | |
| │ │ ├── tty60 -> ../../devices/virtual/tty/tty60 | |
| │ │ ├── tty61 -> ../../devices/virtual/tty/tty61 | |
| │ │ ├── tty62 -> ../../devices/virtual/tty/tty62 | |
| │ │ ├── tty63 -> ../../devices/virtual/tty/tty63 | |
| │ │ ├── tty7 -> ../../devices/virtual/tty/tty7 | |
| │ │ ├── tty8 -> ../../devices/virtual/tty/tty8 | |
| │ │ ├── tty9 -> ../../devices/virtual/tty/tty9 | |
| │ │ ├── ttya0 -> ../../devices/virtual/tty/ttya0 | |
| │ │ ├── ttya1 -> ../../devices/virtual/tty/ttya1 | |
| │ │ ├── ttya2 -> ../../devices/virtual/tty/ttya2 | |
| │ │ ├── ttya3 -> ../../devices/virtual/tty/ttya3 | |
| │ │ ├── ttya4 -> ../../devices/virtual/tty/ttya4 | |
| │ │ ├── ttya5 -> ../../devices/virtual/tty/ttya5 | |
| │ │ ├── ttya6 -> ../../devices/virtual/tty/ttya6 | |
| │ │ ├── ttya7 -> ../../devices/virtual/tty/ttya7 | |
| │ │ ├── ttya8 -> ../../devices/virtual/tty/ttya8 | |
| │ │ ├── ttya9 -> ../../devices/virtual/tty/ttya9 | |
| │ │ ├── ttyaa -> ../../devices/virtual/tty/ttyaa | |
| │ │ ├── ttyab -> ../../devices/virtual/tty/ttyab | |
| │ │ ├── ttyac -> ../../devices/virtual/tty/ttyac | |
| │ │ ├── ttyad -> ../../devices/virtual/tty/ttyad | |
| │ │ ├── ttyae -> ../../devices/virtual/tty/ttyae | |
| │ │ ├── ttyaf -> ../../devices/virtual/tty/ttyaf | |
| │ │ ├── ttyb0 -> ../../devices/virtual/tty/ttyb0 | |
| │ │ ├── ttyb1 -> ../../devices/virtual/tty/ttyb1 | |
| │ │ ├── ttyb2 -> ../../devices/virtual/tty/ttyb2 | |
| │ │ ├── ttyb3 -> ../../devices/virtual/tty/ttyb3 | |
| │ │ ├── ttyb4 -> ../../devices/virtual/tty/ttyb4 | |
| │ │ ├── ttyb5 -> ../../devices/virtual/tty/ttyb5 | |
| │ │ ├── ttyb6 -> ../../devices/virtual/tty/ttyb6 | |
| │ │ ├── ttyb7 -> ../../devices/virtual/tty/ttyb7 | |
| │ │ ├── ttyb8 -> ../../devices/virtual/tty/ttyb8 | |
| │ │ ├── ttyb9 -> ../../devices/virtual/tty/ttyb9 | |
| │ │ ├── ttyba -> ../../devices/virtual/tty/ttyba | |
| │ │ ├── ttybb -> ../../devices/virtual/tty/ttybb | |
| │ │ ├── ttybc -> ../../devices/virtual/tty/ttybc | |
| │ │ ├── ttybd -> ../../devices/virtual/tty/ttybd | |
| │ │ ├── ttybe -> ../../devices/virtual/tty/ttybe | |
| │ │ ├── ttybf -> ../../devices/virtual/tty/ttybf | |
| │ │ ├── ttyc0 -> ../../devices/virtual/tty/ttyc0 | |
| │ │ ├── ttyc1 -> ../../devices/virtual/tty/ttyc1 | |
| │ │ ├── ttyc2 -> ../../devices/virtual/tty/ttyc2 | |
| │ │ ├── ttyc3 -> ../../devices/virtual/tty/ttyc3 | |
| │ │ ├── ttyc4 -> ../../devices/virtual/tty/ttyc4 | |
| │ │ ├── ttyc5 -> ../../devices/virtual/tty/ttyc5 | |
| │ │ ├── ttyc6 -> ../../devices/virtual/tty/ttyc6 | |
| │ │ ├── ttyc7 -> ../../devices/virtual/tty/ttyc7 | |
| │ │ ├── ttyc8 -> ../../devices/virtual/tty/ttyc8 | |
| │ │ ├── ttyc9 -> ../../devices/virtual/tty/ttyc9 | |
| │ │ ├── ttyca -> ../../devices/virtual/tty/ttyca | |
| │ │ ├── ttycb -> ../../devices/virtual/tty/ttycb | |
| │ │ ├── ttycc -> ../../devices/virtual/tty/ttycc | |
| │ │ ├── ttycd -> ../../devices/virtual/tty/ttycd | |
| │ │ ├── ttyce -> ../../devices/virtual/tty/ttyce | |
| │ │ ├── ttycf -> ../../devices/virtual/tty/ttycf | |
| │ │ ├── ttyd0 -> ../../devices/virtual/tty/ttyd0 | |
| │ │ ├── ttyd1 -> ../../devices/virtual/tty/ttyd1 | |
| │ │ ├── ttyd2 -> ../../devices/virtual/tty/ttyd2 | |
| │ │ ├── ttyd3 -> ../../devices/virtual/tty/ttyd3 | |
| │ │ ├── ttyd4 -> ../../devices/virtual/tty/ttyd4 | |
| │ │ ├── ttyd5 -> ../../devices/virtual/tty/ttyd5 | |
| │ │ ├── ttyd6 -> ../../devices/virtual/tty/ttyd6 | |
| │ │ ├── ttyd7 -> ../../devices/virtual/tty/ttyd7 | |
| │ │ ├── ttyd8 -> ../../devices/virtual/tty/ttyd8 | |
| │ │ ├── ttyd9 -> ../../devices/virtual/tty/ttyd9 | |
| │ │ ├── ttyda -> ../../devices/virtual/tty/ttyda | |
| │ │ ├── ttydb -> ../../devices/virtual/tty/ttydb | |
| │ │ ├── ttydc -> ../../devices/virtual/tty/ttydc | |
| │ │ ├── ttydd -> ../../devices/virtual/tty/ttydd | |
| │ │ ├── ttyde -> ../../devices/virtual/tty/ttyde | |
| │ │ ├── ttydf -> ../../devices/virtual/tty/ttydf | |
| │ │ ├── ttye0 -> ../../devices/virtual/tty/ttye0 | |
| │ │ ├── ttye1 -> ../../devices/virtual/tty/ttye1 | |
| │ │ ├── ttye2 -> ../../devices/virtual/tty/ttye2 | |
| │ │ ├── ttye3 -> ../../devices/virtual/tty/ttye3 | |
| │ │ ├── ttye4 -> ../../devices/virtual/tty/ttye4 | |
| │ │ ├── ttye5 -> ../../devices/virtual/tty/ttye5 | |
| │ │ ├── ttye6 -> ../../devices/virtual/tty/ttye6 | |
| │ │ ├── ttye7 -> ../../devices/virtual/tty/ttye7 | |
| │ │ ├── ttye8 -> ../../devices/virtual/tty/ttye8 | |
| │ │ ├── ttye9 -> ../../devices/virtual/tty/ttye9 | |
| │ │ ├── ttyea -> ../../devices/virtual/tty/ttyea | |
| │ │ ├── ttyeb -> ../../devices/virtual/tty/ttyeb | |
| │ │ ├── ttyec -> ../../devices/virtual/tty/ttyec | |
| │ │ ├── ttyed -> ../../devices/virtual/tty/ttyed | |
| │ │ ├── ttyee -> ../../devices/virtual/tty/ttyee | |
| │ │ ├── ttyef -> ../../devices/virtual/tty/ttyef | |
| │ │ ├── ttyp0 -> ../../devices/virtual/tty/ttyp0 | |
| │ │ ├── ttyp1 -> ../../devices/virtual/tty/ttyp1 | |
| │ │ ├── ttyp2 -> ../../devices/virtual/tty/ttyp2 | |
| │ │ ├── ttyp3 -> ../../devices/virtual/tty/ttyp3 | |
| │ │ ├── ttyp4 -> ../../devices/virtual/tty/ttyp4 | |
| │ │ ├── ttyp5 -> ../../devices/virtual/tty/ttyp5 | |
| │ │ ├── ttyp6 -> ../../devices/virtual/tty/ttyp6 | |
| │ │ ├── ttyp7 -> ../../devices/virtual/tty/ttyp7 | |
| │ │ ├── ttyp8 -> ../../devices/virtual/tty/ttyp8 | |
| │ │ ├── ttyp9 -> ../../devices/virtual/tty/ttyp9 | |
| │ │ ├── ttypa -> ../../devices/virtual/tty/ttypa | |
| │ │ ├── ttypb -> ../../devices/virtual/tty/ttypb | |
| │ │ ├── ttypc -> ../../devices/virtual/tty/ttypc | |
| │ │ ├── ttypd -> ../../devices/virtual/tty/ttypd | |
| │ │ ├── ttype -> ../../devices/virtual/tty/ttype | |
| │ │ ├── ttypf -> ../../devices/virtual/tty/ttypf | |
| │ │ ├── ttyq0 -> ../../devices/virtual/tty/ttyq0 | |
| │ │ ├── ttyq1 -> ../../devices/virtual/tty/ttyq1 | |
| │ │ ├── ttyq2 -> ../../devices/virtual/tty/ttyq2 | |
| │ │ ├── ttyq3 -> ../../devices/virtual/tty/ttyq3 | |
| │ │ ├── ttyq4 -> ../../devices/virtual/tty/ttyq4 | |
| │ │ ├── ttyq5 -> ../../devices/virtual/tty/ttyq5 | |
| │ │ ├── ttyq6 -> ../../devices/virtual/tty/ttyq6 | |
| │ │ ├── ttyq7 -> ../../devices/virtual/tty/ttyq7 | |
| │ │ ├── ttyq8 -> ../../devices/virtual/tty/ttyq8 | |
| │ │ ├── ttyq9 -> ../../devices/virtual/tty/ttyq9 | |
| │ │ ├── ttyqa -> ../../devices/virtual/tty/ttyqa | |
| │ │ ├── ttyqb -> ../../devices/virtual/tty/ttyqb | |
| │ │ ├── ttyqc -> ../../devices/virtual/tty/ttyqc | |
| │ │ ├── ttyqd -> ../../devices/virtual/tty/ttyqd | |
| │ │ ├── ttyqe -> ../../devices/virtual/tty/ttyqe | |
| │ │ ├── ttyqf -> ../../devices/virtual/tty/ttyqf | |
| │ │ ├── ttyr0 -> ../../devices/virtual/tty/ttyr0 | |
| │ │ ├── ttyr1 -> ../../devices/virtual/tty/ttyr1 | |
| │ │ ├── ttyr2 -> ../../devices/virtual/tty/ttyr2 | |
| │ │ ├── ttyr3 -> ../../devices/virtual/tty/ttyr3 | |
| │ │ ├── ttyr4 -> ../../devices/virtual/tty/ttyr4 | |
| │ │ ├── ttyr5 -> ../../devices/virtual/tty/ttyr5 | |
| │ │ ├── ttyr6 -> ../../devices/virtual/tty/ttyr6 | |
| │ │ ├── ttyr7 -> ../../devices/virtual/tty/ttyr7 | |
| │ │ ├── ttyr8 -> ../../devices/virtual/tty/ttyr8 | |
| │ │ ├── ttyr9 -> ../../devices/virtual/tty/ttyr9 | |
| │ │ ├── ttyra -> ../../devices/virtual/tty/ttyra | |
| │ │ ├── ttyrb -> ../../devices/virtual/tty/ttyrb | |
| │ │ ├── ttyrc -> ../../devices/virtual/tty/ttyrc | |
| │ │ ├── ttyrd -> ../../devices/virtual/tty/ttyrd | |
| │ │ ├── ttyre -> ../../devices/virtual/tty/ttyre | |
| │ │ ├── ttyrf -> ../../devices/virtual/tty/ttyrf | |
| │ │ ├── ttys0 -> ../../devices/virtual/tty/ttys0 | |
| │ │ ├── ttyS0 -> ../../devices/platform/soc/soc:internal-regs/d0012000.serial/tty/ttyS0 | |
| │ │ ├── ttys1 -> ../../devices/virtual/tty/ttys1 | |
| │ │ ├── ttyS1 -> ../../devices/platform/serial8250/tty/ttyS1 | |
| │ │ ├── ttys2 -> ../../devices/virtual/tty/ttys2 | |
| │ │ ├── ttyS2 -> ../../devices/platform/serial8250/tty/ttyS2 | |
| │ │ ├── ttys3 -> ../../devices/virtual/tty/ttys3 | |
| │ │ ├── ttyS3 -> ../../devices/platform/serial8250/tty/ttyS3 | |
| │ │ ├── ttys4 -> ../../devices/virtual/tty/ttys4 | |
| │ │ ├── ttys5 -> ../../devices/virtual/tty/ttys5 | |
| │ │ ├── ttys6 -> ../../devices/virtual/tty/ttys6 | |
| │ │ ├── ttys7 -> ../../devices/virtual/tty/ttys7 | |
| │ │ ├── ttys8 -> ../../devices/virtual/tty/ttys8 | |
| │ │ ├── ttys9 -> ../../devices/virtual/tty/ttys9 | |
| │ │ ├── ttysa -> ../../devices/virtual/tty/ttysa | |
| │ │ ├── ttysb -> ../../devices/virtual/tty/ttysb | |
| │ │ ├── ttysc -> ../../devices/virtual/tty/ttysc | |
| │ │ ├── ttysd -> ../../devices/virtual/tty/ttysd | |
| │ │ ├── ttyse -> ../../devices/virtual/tty/ttyse | |
| │ │ ├── ttysf -> ../../devices/virtual/tty/ttysf | |
| │ │ ├── ttyt0 -> ../../devices/virtual/tty/ttyt0 | |
| │ │ ├── ttyt1 -> ../../devices/virtual/tty/ttyt1 | |
| │ │ ├── ttyt2 -> ../../devices/virtual/tty/ttyt2 | |
| │ │ ├── ttyt3 -> ../../devices/virtual/tty/ttyt3 | |
| │ │ ├── ttyt4 -> ../../devices/virtual/tty/ttyt4 | |
| │ │ ├── ttyt5 -> ../../devices/virtual/tty/ttyt5 | |
| │ │ ├── ttyt6 -> ../../devices/virtual/tty/ttyt6 | |
| │ │ ├── ttyt7 -> ../../devices/virtual/tty/ttyt7 | |
| │ │ ├── ttyt8 -> ../../devices/virtual/tty/ttyt8 | |
| │ │ ├── ttyt9 -> ../../devices/virtual/tty/ttyt9 | |
| │ │ ├── ttyta -> ../../devices/virtual/tty/ttyta | |
| │ │ ├── ttytb -> ../../devices/virtual/tty/ttytb | |
| │ │ ├── ttytc -> ../../devices/virtual/tty/ttytc | |
| │ │ ├── ttytd -> ../../devices/virtual/tty/ttytd | |
| │ │ ├── ttyte -> ../../devices/virtual/tty/ttyte | |
| │ │ ├── ttytf -> ../../devices/virtual/tty/ttytf | |
| │ │ ├── ttyu0 -> ../../devices/virtual/tty/ttyu0 | |
| │ │ ├── ttyu1 -> ../../devices/virtual/tty/ttyu1 | |
| │ │ ├── ttyu2 -> ../../devices/virtual/tty/ttyu2 | |
| │ │ ├── ttyu3 -> ../../devices/virtual/tty/ttyu3 | |
| │ │ ├── ttyu4 -> ../../devices/virtual/tty/ttyu4 | |
| │ │ ├── ttyu5 -> ../../devices/virtual/tty/ttyu5 | |
| │ │ ├── ttyu6 -> ../../devices/virtual/tty/ttyu6 | |
| │ │ ├── ttyu7 -> ../../devices/virtual/tty/ttyu7 | |
| │ │ ├── ttyu8 -> ../../devices/virtual/tty/ttyu8 | |
| │ │ ├── ttyu9 -> ../../devices/virtual/tty/ttyu9 | |
| │ │ ├── ttyua -> ../../devices/virtual/tty/ttyua | |
| │ │ ├── ttyub -> ../../devices/virtual/tty/ttyub | |
| │ │ ├── ttyuc -> ../../devices/virtual/tty/ttyuc | |
| │ │ ├── ttyud -> ../../devices/virtual/tty/ttyud | |
| │ │ ├── ttyue -> ../../devices/virtual/tty/ttyue | |
| │ │ ├── ttyuf -> ../../devices/virtual/tty/ttyuf | |
| │ │ ├── ttyv0 -> ../../devices/virtual/tty/ttyv0 | |
| │ │ ├── ttyv1 -> ../../devices/virtual/tty/ttyv1 | |
| │ │ ├── ttyv2 -> ../../devices/virtual/tty/ttyv2 | |
| │ │ ├── ttyv3 -> ../../devices/virtual/tty/ttyv3 | |
| │ │ ├── ttyv4 -> ../../devices/virtual/tty/ttyv4 | |
| │ │ ├── ttyv5 -> ../../devices/virtual/tty/ttyv5 | |
| │ │ ├── ttyv6 -> ../../devices/virtual/tty/ttyv6 | |
| │ │ ├── ttyv7 -> ../../devices/virtual/tty/ttyv7 | |
| │ │ ├── ttyv8 -> ../../devices/virtual/tty/ttyv8 | |
| │ │ ├── ttyv9 -> ../../devices/virtual/tty/ttyv9 | |
| │ │ ├── ttyva -> ../../devices/virtual/tty/ttyva | |
| │ │ ├── ttyvb -> ../../devices/virtual/tty/ttyvb | |
| │ │ ├── ttyvc -> ../../devices/virtual/tty/ttyvc | |
| │ │ ├── ttyvd -> ../../devices/virtual/tty/ttyvd | |
| │ │ ├── ttyve -> ../../devices/virtual/tty/ttyve | |
| │ │ ├── ttyvf -> ../../devices/virtual/tty/ttyvf | |
| │ │ ├── ttyw0 -> ../../devices/virtual/tty/ttyw0 | |
| │ │ ├── ttyw1 -> ../../devices/virtual/tty/ttyw1 | |
| │ │ ├── ttyw2 -> ../../devices/virtual/tty/ttyw2 | |
| │ │ ├── ttyw3 -> ../../devices/virtual/tty/ttyw3 | |
| │ │ ├── ttyw4 -> ../../devices/virtual/tty/ttyw4 | |
| │ │ ├── ttyw5 -> ../../devices/virtual/tty/ttyw5 | |
| │ │ ├── ttyw6 -> ../../devices/virtual/tty/ttyw6 | |
| │ │ ├── ttyw7 -> ../../devices/virtual/tty/ttyw7 | |
| │ │ ├── ttyw8 -> ../../devices/virtual/tty/ttyw8 | |
| │ │ ├── ttyw9 -> ../../devices/virtual/tty/ttyw9 | |
| │ │ ├── ttywa -> ../../devices/virtual/tty/ttywa | |
| │ │ ├── ttywb -> ../../devices/virtual/tty/ttywb | |
| │ │ ├── ttywc -> ../../devices/virtual/tty/ttywc | |
| │ │ ├── ttywd -> ../../devices/virtual/tty/ttywd | |
| │ │ ├── ttywe -> ../../devices/virtual/tty/ttywe | |
| │ │ ├── ttywf -> ../../devices/virtual/tty/ttywf | |
| │ │ ├── ttyx0 -> ../../devices/virtual/tty/ttyx0 | |
| │ │ ├── ttyx1 -> ../../devices/virtual/tty/ttyx1 | |
| │ │ ├── ttyx2 -> ../../devices/virtual/tty/ttyx2 | |
| │ │ ├── ttyx3 -> ../../devices/virtual/tty/ttyx3 | |
| │ │ ├── ttyx4 -> ../../devices/virtual/tty/ttyx4 | |
| │ │ ├── ttyx5 -> ../../devices/virtual/tty/ttyx5 | |
| │ │ ├── ttyx6 -> ../../devices/virtual/tty/ttyx6 | |
| │ │ ├── ttyx7 -> ../../devices/virtual/tty/ttyx7 | |
| │ │ ├── ttyx8 -> ../../devices/virtual/tty/ttyx8 | |
| │ │ ├── ttyx9 -> ../../devices/virtual/tty/ttyx9 | |
| │ │ ├── ttyxa -> ../../devices/virtual/tty/ttyxa | |
| │ │ ├── ttyxb -> ../../devices/virtual/tty/ttyxb | |
| │ │ ├── ttyxc -> ../../devices/virtual/tty/ttyxc | |
| │ │ ├── ttyxd -> ../../devices/virtual/tty/ttyxd | |
| │ │ ├── ttyxe -> ../../devices/virtual/tty/ttyxe | |
| │ │ ├── ttyxf -> ../../devices/virtual/tty/ttyxf | |
| │ │ ├── ttyy0 -> ../../devices/virtual/tty/ttyy0 | |
| │ │ ├── ttyy1 -> ../../devices/virtual/tty/ttyy1 | |
| │ │ ├── ttyy2 -> ../../devices/virtual/tty/ttyy2 | |
| │ │ ├── ttyy3 -> ../../devices/virtual/tty/ttyy3 | |
| │ │ ├── ttyy4 -> ../../devices/virtual/tty/ttyy4 | |
| │ │ ├── ttyy5 -> ../../devices/virtual/tty/ttyy5 | |
| │ │ ├── ttyy6 -> ../../devices/virtual/tty/ttyy6 | |
| │ │ ├── ttyy7 -> ../../devices/virtual/tty/ttyy7 | |
| │ │ ├── ttyy8 -> ../../devices/virtual/tty/ttyy8 | |
| │ │ ├── ttyy9 -> ../../devices/virtual/tty/ttyy9 | |
| │ │ ├── ttyya -> ../../devices/virtual/tty/ttyya | |
| │ │ ├── ttyyb -> ../../devices/virtual/tty/ttyyb | |
| │ │ ├── ttyyc -> ../../devices/virtual/tty/ttyyc | |
| │ │ ├── ttyyd -> ../../devices/virtual/tty/ttyyd | |
| │ │ ├── ttyye -> ../../devices/virtual/tty/ttyye | |
| │ │ ├── ttyyf -> ../../devices/virtual/tty/ttyyf | |
| │ │ ├── ttyz0 -> ../../devices/virtual/tty/ttyz0 | |
| │ │ ├── ttyz1 -> ../../devices/virtual/tty/ttyz1 | |
| │ │ ├── ttyz2 -> ../../devices/virtual/tty/ttyz2 | |
| │ │ ├── ttyz3 -> ../../devices/virtual/tty/ttyz3 | |
| │ │ ├── ttyz4 -> ../../devices/virtual/tty/ttyz4 | |
| │ │ ├── ttyz5 -> ../../devices/virtual/tty/ttyz5 | |
| │ │ ├── ttyz6 -> ../../devices/virtual/tty/ttyz6 | |
| │ │ ├── ttyz7 -> ../../devices/virtual/tty/ttyz7 | |
| │ │ ├── ttyz8 -> ../../devices/virtual/tty/ttyz8 | |
| │ │ ├── ttyz9 -> ../../devices/virtual/tty/ttyz9 | |
| │ │ ├── ttyza -> ../../devices/virtual/tty/ttyza | |
| │ │ ├── ttyzb -> ../../devices/virtual/tty/ttyzb | |
| │ │ ├── ttyzc -> ../../devices/virtual/tty/ttyzc | |
| │ │ ├── ttyzd -> ../../devices/virtual/tty/ttyzd | |
| │ │ ├── ttyze -> ../../devices/virtual/tty/ttyze | |
| │ │ └── ttyzf -> ../../devices/virtual/tty/ttyzf | |
| │ ├── vc | |
| │ │ ├── vcs -> ../../devices/virtual/vc/vcs | |
| │ │ ├── vcs1 -> ../../devices/virtual/vc/vcs1 | |
| │ │ ├── vcs2 -> ../../devices/virtual/vc/vcs2 | |
| │ │ ├── vcs3 -> ../../devices/virtual/vc/vcs3 | |
| │ │ ├── vcs4 -> ../../devices/virtual/vc/vcs4 | |
| │ │ ├── vcs5 -> ../../devices/virtual/vc/vcs5 | |
| │ │ ├── vcs6 -> ../../devices/virtual/vc/vcs6 | |
| │ │ ├── vcsa -> ../../devices/virtual/vc/vcsa | |
| │ │ ├── vcsa1 -> ../../devices/virtual/vc/vcsa1 | |
| │ │ ├── vcsa2 -> ../../devices/virtual/vc/vcsa2 | |
| │ │ ├── vcsa3 -> ../../devices/virtual/vc/vcsa3 | |
| │ │ ├── vcsa4 -> ../../devices/virtual/vc/vcsa4 | |
| │ │ ├── vcsa5 -> ../../devices/virtual/vc/vcsa5 | |
| │ │ └── vcsa6 -> ../../devices/virtual/vc/vcsa6 | |
| │ ├── vtconsole | |
| │ │ └── vtcon0 -> ../../devices/virtual/vtconsole/vtcon0 | |
| │ ├── watchdog | |
| │ │ └── watchdog0 -> ../../devices/platform/soc/soc:internal-regs/d0020300.watchdog/watchdog/watchdog0 | |
| │ └── zram-control | |
| │ ├── hot_add | |
| │ └── hot_remove | |
| ├── dev | |
| │ ├── block | |
| │ │ ├── 254:0 -> ../../devices/virtual/block/zram0 | |
| │ │ ├── 43:0 -> ../../devices/virtual/block/nbd0 | |
| │ │ ├── 43:1 -> ../../devices/virtual/block/nbd1 | |
| │ │ ├── 43:10 -> ../../devices/virtual/block/nbd10 | |
| │ │ ├── 43:11 -> ../../devices/virtual/block/nbd11 | |
| │ │ ├── 43:12 -> ../../devices/virtual/block/nbd12 | |
| │ │ ├── 43:13 -> ../../devices/virtual/block/nbd13 | |
| │ │ ├── 43:14 -> ../../devices/virtual/block/nbd14 | |
| │ │ ├── 43:15 -> ../../devices/virtual/block/nbd15 | |
| │ │ ├── 43:2 -> ../../devices/virtual/block/nbd2 | |
| │ │ ├── 43:3 -> ../../devices/virtual/block/nbd3 | |
| │ │ ├── 43:4 -> ../../devices/virtual/block/nbd4 | |
| │ │ ├── 43:5 -> ../../devices/virtual/block/nbd5 | |
| │ │ ├── 43:6 -> ../../devices/virtual/block/nbd6 | |
| │ │ ├── 43:7 -> ../../devices/virtual/block/nbd7 | |
| │ │ ├── 43:8 -> ../../devices/virtual/block/nbd8 | |
| │ │ └── 43:9 -> ../../devices/virtual/block/nbd9 | |
| │ └── char | |
| │ ├── 10:1 -> ../../devices/virtual/misc/psaux | |
| │ ├── 10:130 -> ../../devices/platform/soc/soc:internal-regs/d0020300.watchdog/misc/watchdog | |
| │ ├── 10:59 -> ../../devices/virtual/misc/memory_bandwidth | |
| │ ├── 10:60 -> ../../devices/virtual/misc/network_throughput | |
| │ ├── 10:61 -> ../../devices/virtual/misc/network_latency | |
| │ ├── 10:62 -> ../../devices/virtual/misc/cpu_dma_latency | |
| │ ├── 10:63 -> ../../devices/virtual/misc/vga_arbiter | |
| │ ├── 1:1 -> ../../devices/virtual/mem/mem | |
| │ ├── 1:11 -> ../../devices/virtual/mem/kmsg | |
| │ ├── 1:2 -> ../../devices/virtual/mem/kmem | |
| │ ├── 1:3 -> ../../devices/virtual/mem/null | |
| │ ├── 13:63 -> ../../devices/virtual/input/mice | |
| │ ├── 1:4 -> ../../devices/virtual/mem/port | |
| │ ├── 1:5 -> ../../devices/virtual/mem/zero | |
| │ ├── 1:7 -> ../../devices/virtual/mem/full | |
| │ ├── 1:8 -> ../../devices/virtual/mem/random | |
| │ ├── 1:9 -> ../../devices/virtual/mem/urandom | |
| │ ├── 2:0 -> ../../devices/virtual/tty/ptyp0 | |
| │ ├── 2:1 -> ../../devices/virtual/tty/ptyp1 | |
| │ ├── 2:10 -> ../../devices/virtual/tty/ptypa | |
| │ ├── 2:100 -> ../../devices/virtual/tty/ptyv4 | |
| │ ├── 2:101 -> ../../devices/virtual/tty/ptyv5 | |
| │ ├── 2:102 -> ../../devices/virtual/tty/ptyv6 | |
| │ ├── 2:103 -> ../../devices/virtual/tty/ptyv7 | |
| │ ├── 2:104 -> ../../devices/virtual/tty/ptyv8 | |
| │ ├── 2:105 -> ../../devices/virtual/tty/ptyv9 | |
| │ ├── 2:106 -> ../../devices/virtual/tty/ptyva | |
| │ ├── 2:107 -> ../../devices/virtual/tty/ptyvb | |
| │ ├── 2:108 -> ../../devices/virtual/tty/ptyvc | |
| │ ├── 2:109 -> ../../devices/virtual/tty/ptyvd | |
| │ ├── 2:11 -> ../../devices/virtual/tty/ptypb | |
| │ ├── 2:110 -> ../../devices/virtual/tty/ptyve | |
| │ ├── 2:111 -> ../../devices/virtual/tty/ptyvf | |
| │ ├── 2:112 -> ../../devices/virtual/tty/ptyw0 | |
| │ ├── 2:113 -> ../../devices/virtual/tty/ptyw1 | |
| │ ├── 2:114 -> ../../devices/virtual/tty/ptyw2 | |
| │ ├── 2:115 -> ../../devices/virtual/tty/ptyw3 | |
| │ ├── 2:116 -> ../../devices/virtual/tty/ptyw4 | |
| │ ├── 2:117 -> ../../devices/virtual/tty/ptyw5 | |
| │ ├── 2:118 -> ../../devices/virtual/tty/ptyw6 | |
| │ ├── 2:119 -> ../../devices/virtual/tty/ptyw7 | |
| │ ├── 2:12 -> ../../devices/virtual/tty/ptypc | |
| │ ├── 2:120 -> ../../devices/virtual/tty/ptyw8 | |
| │ ├── 2:121 -> ../../devices/virtual/tty/ptyw9 | |
| │ ├── 2:122 -> ../../devices/virtual/tty/ptywa | |
| │ ├── 2:123 -> ../../devices/virtual/tty/ptywb | |
| │ ├── 2:124 -> ../../devices/virtual/tty/ptywc | |
| │ ├── 2:125 -> ../../devices/virtual/tty/ptywd | |
| │ ├── 2:126 -> ../../devices/virtual/tty/ptywe | |
| │ ├── 2:127 -> ../../devices/virtual/tty/ptywf | |
| │ ├── 2:128 -> ../../devices/virtual/tty/ptyx0 | |
| │ ├── 2:129 -> ../../devices/virtual/tty/ptyx1 | |
| │ ├── 2:13 -> ../../devices/virtual/tty/ptypd | |
| │ ├── 2:130 -> ../../devices/virtual/tty/ptyx2 | |
| │ ├── 2:131 -> ../../devices/virtual/tty/ptyx3 | |
| │ ├── 2:132 -> ../../devices/virtual/tty/ptyx4 | |
| │ ├── 2:133 -> ../../devices/virtual/tty/ptyx5 | |
| │ ├── 2:134 -> ../../devices/virtual/tty/ptyx6 | |
| │ ├── 2:135 -> ../../devices/virtual/tty/ptyx7 | |
| │ ├── 2:136 -> ../../devices/virtual/tty/ptyx8 | |
| │ ├── 2:137 -> ../../devices/virtual/tty/ptyx9 | |
| │ ├── 2:138 -> ../../devices/virtual/tty/ptyxa | |
| │ ├── 2:139 -> ../../devices/virtual/tty/ptyxb | |
| │ ├── 2:14 -> ../../devices/virtual/tty/ptype | |
| │ ├── 2:140 -> ../../devices/virtual/tty/ptyxc | |
| │ ├── 2:141 -> ../../devices/virtual/tty/ptyxd | |
| │ ├── 2:142 -> ../../devices/virtual/tty/ptyxe | |
| │ ├── 2:143 -> ../../devices/virtual/tty/ptyxf | |
| │ ├── 2:144 -> ../../devices/virtual/tty/ptyy0 | |
| │ ├── 2:145 -> ../../devices/virtual/tty/ptyy1 | |
| │ ├── 2:146 -> ../../devices/virtual/tty/ptyy2 | |
| │ ├── 2:147 -> ../../devices/virtual/tty/ptyy3 | |
| │ ├── 2:148 -> ../../devices/virtual/tty/ptyy4 | |
| │ ├── 2:149 -> ../../devices/virtual/tty/ptyy5 | |
| │ ├── 2:15 -> ../../devices/virtual/tty/ptypf | |
| │ ├── 2:150 -> ../../devices/virtual/tty/ptyy6 | |
| │ ├── 2:151 -> ../../devices/virtual/tty/ptyy7 | |
| │ ├── 2:152 -> ../../devices/virtual/tty/ptyy8 | |
| │ ├── 2:153 -> ../../devices/virtual/tty/ptyy9 | |
| │ ├── 2:154 -> ../../devices/virtual/tty/ptyya | |
| │ ├── 2:155 -> ../../devices/virtual/tty/ptyyb | |
| │ ├── 2:156 -> ../../devices/virtual/tty/ptyyc | |
| │ ├── 2:157 -> ../../devices/virtual/tty/ptyyd | |
| │ ├── 2:158 -> ../../devices/virtual/tty/ptyye | |
| │ ├── 2:159 -> ../../devices/virtual/tty/ptyyf | |
| │ ├── 2:16 -> ../../devices/virtual/tty/ptyq0 | |
| │ ├── 2:160 -> ../../devices/virtual/tty/ptyz0 | |
| │ ├── 2:161 -> ../../devices/virtual/tty/ptyz1 | |
| │ ├── 2:162 -> ../../devices/virtual/tty/ptyz2 | |
| │ ├── 2:163 -> ../../devices/virtual/tty/ptyz3 | |
| │ ├── 2:164 -> ../../devices/virtual/tty/ptyz4 | |
| │ ├── 2:165 -> ../../devices/virtual/tty/ptyz5 | |
| │ ├── 2:166 -> ../../devices/virtual/tty/ptyz6 | |
| │ ├── 2:167 -> ../../devices/virtual/tty/ptyz7 | |
| │ ├── 2:168 -> ../../devices/virtual/tty/ptyz8 | |
| │ ├── 2:169 -> ../../devices/virtual/tty/ptyz9 | |
| │ ├── 2:17 -> ../../devices/virtual/tty/ptyq1 | |
| │ ├── 2:170 -> ../../devices/virtual/tty/ptyza | |
| │ ├── 2:171 -> ../../devices/virtual/tty/ptyzb | |
| │ ├── 2:172 -> ../../devices/virtual/tty/ptyzc | |
| │ ├── 2:173 -> ../../devices/virtual/tty/ptyzd | |
| │ ├── 2:174 -> ../../devices/virtual/tty/ptyze | |
| │ ├── 2:175 -> ../../devices/virtual/tty/ptyzf | |
| │ ├── 2:176 -> ../../devices/virtual/tty/ptya0 | |
| │ ├── 2:177 -> ../../devices/virtual/tty/ptya1 | |
| │ ├── 2:178 -> ../../devices/virtual/tty/ptya2 | |
| │ ├── 2:179 -> ../../devices/virtual/tty/ptya3 | |
| │ ├── 2:18 -> ../../devices/virtual/tty/ptyq2 | |
| │ ├── 2:180 -> ../../devices/virtual/tty/ptya4 | |
| │ ├── 2:181 -> ../../devices/virtual/tty/ptya5 | |
| │ ├── 2:182 -> ../../devices/virtual/tty/ptya6 | |
| │ ├── 2:183 -> ../../devices/virtual/tty/ptya7 | |
| │ ├── 2:184 -> ../../devices/virtual/tty/ptya8 | |
| │ ├── 2:185 -> ../../devices/virtual/tty/ptya9 | |
| │ ├── 2:186 -> ../../devices/virtual/tty/ptyaa | |
| │ ├── 2:187 -> ../../devices/virtual/tty/ptyab | |
| │ ├── 2:188 -> ../../devices/virtual/tty/ptyac | |
| │ ├── 2:189 -> ../../devices/virtual/tty/ptyad | |
| │ ├── 2:19 -> ../../devices/virtual/tty/ptyq3 | |
| │ ├── 2:190 -> ../../devices/virtual/tty/ptyae | |
| │ ├── 2:191 -> ../../devices/virtual/tty/ptyaf | |
| │ ├── 2:192 -> ../../devices/virtual/tty/ptyb0 | |
| │ ├── 2:193 -> ../../devices/virtual/tty/ptyb1 | |
| │ ├── 2:194 -> ../../devices/virtual/tty/ptyb2 | |
| │ ├── 2:195 -> ../../devices/virtual/tty/ptyb3 | |
| │ ├── 2:196 -> ../../devices/virtual/tty/ptyb4 | |
| │ ├── 2:197 -> ../../devices/virtual/tty/ptyb5 | |
| │ ├── 2:198 -> ../../devices/virtual/tty/ptyb6 | |
| │ ├── 2:199 -> ../../devices/virtual/tty/ptyb7 | |
| │ ├── 2:2 -> ../../devices/virtual/tty/ptyp2 | |
| │ ├── 2:20 -> ../../devices/virtual/tty/ptyq4 | |
| │ ├── 2:200 -> ../../devices/virtual/tty/ptyb8 | |
| │ ├── 2:201 -> ../../devices/virtual/tty/ptyb9 | |
| │ ├── 2:202 -> ../../devices/virtual/tty/ptyba | |
| │ ├── 2:203 -> ../../devices/virtual/tty/ptybb | |
| │ ├── 2:204 -> ../../devices/virtual/tty/ptybc | |
| │ ├── 2:205 -> ../../devices/virtual/tty/ptybd | |
| │ ├── 2:206 -> ../../devices/virtual/tty/ptybe | |
| │ ├── 2:207 -> ../../devices/virtual/tty/ptybf | |
| │ ├── 2:208 -> ../../devices/virtual/tty/ptyc0 | |
| │ ├── 2:209 -> ../../devices/virtual/tty/ptyc1 | |
| │ ├── 2:21 -> ../../devices/virtual/tty/ptyq5 | |
| │ ├── 2:210 -> ../../devices/virtual/tty/ptyc2 | |
| │ ├── 2:211 -> ../../devices/virtual/tty/ptyc3 | |
| │ ├── 2:212 -> ../../devices/virtual/tty/ptyc4 | |
| │ ├── 2:213 -> ../../devices/virtual/tty/ptyc5 | |
| │ ├── 2:214 -> ../../devices/virtual/tty/ptyc6 | |
| │ ├── 2:215 -> ../../devices/virtual/tty/ptyc7 | |
| │ ├── 2:216 -> ../../devices/virtual/tty/ptyc8 | |
| │ ├── 2:217 -> ../../devices/virtual/tty/ptyc9 | |
| │ ├── 2:218 -> ../../devices/virtual/tty/ptyca | |
| │ ├── 2:219 -> ../../devices/virtual/tty/ptycb | |
| │ ├── 2:22 -> ../../devices/virtual/tty/ptyq6 | |
| │ ├── 2:220 -> ../../devices/virtual/tty/ptycc | |
| │ ├── 2:221 -> ../../devices/virtual/tty/ptycd | |
| │ ├── 2:222 -> ../../devices/virtual/tty/ptyce | |
| │ ├── 2:223 -> ../../devices/virtual/tty/ptycf | |
| │ ├── 2:224 -> ../../devices/virtual/tty/ptyd0 | |
| │ ├── 2:225 -> ../../devices/virtual/tty/ptyd1 | |
| │ ├── 2:226 -> ../../devices/virtual/tty/ptyd2 | |
| │ ├── 2:227 -> ../../devices/virtual/tty/ptyd3 | |
| │ ├── 2:228 -> ../../devices/virtual/tty/ptyd4 | |
| │ ├── 2:229 -> ../../devices/virtual/tty/ptyd5 | |
| │ ├── 2:23 -> ../../devices/virtual/tty/ptyq7 | |
| │ ├── 2:230 -> ../../devices/virtual/tty/ptyd6 | |
| │ ├── 2:231 -> ../../devices/virtual/tty/ptyd7 | |
| │ ├── 2:232 -> ../../devices/virtual/tty/ptyd8 | |
| │ ├── 2:233 -> ../../devices/virtual/tty/ptyd9 | |
| │ ├── 2:234 -> ../../devices/virtual/tty/ptyda | |
| │ ├── 2:235 -> ../../devices/virtual/tty/ptydb | |
| │ ├── 2:236 -> ../../devices/virtual/tty/ptydc | |
| │ ├── 2:237 -> ../../devices/virtual/tty/ptydd | |
| │ ├── 2:238 -> ../../devices/virtual/tty/ptyde | |
| │ ├── 2:239 -> ../../devices/virtual/tty/ptydf | |
| │ ├── 2:24 -> ../../devices/virtual/tty/ptyq8 | |
| │ ├── 2:240 -> ../../devices/virtual/tty/ptye0 | |
| │ ├── 2:241 -> ../../devices/virtual/tty/ptye1 | |
| │ ├── 2:242 -> ../../devices/virtual/tty/ptye2 | |
| │ ├── 2:243 -> ../../devices/virtual/tty/ptye3 | |
| │ ├── 2:244 -> ../../devices/virtual/tty/ptye4 | |
| │ ├── 2:245 -> ../../devices/virtual/tty/ptye5 | |
| │ ├── 2:246 -> ../../devices/virtual/tty/ptye6 | |
| │ ├── 2:247 -> ../../devices/virtual/tty/ptye7 | |
| │ ├── 2:248 -> ../../devices/virtual/tty/ptye8 | |
| │ ├── 2:249 -> ../../devices/virtual/tty/ptye9 | |
| │ ├── 2:25 -> ../../devices/virtual/tty/ptyq9 | |
| │ ├── 2:250 -> ../../devices/virtual/tty/ptyea | |
| │ ├── 2:251 -> ../../devices/virtual/tty/ptyeb | |
| │ ├── 2:252 -> ../../devices/virtual/tty/ptyec | |
| │ ├── 2:253 -> ../../devices/virtual/tty/ptyed | |
| │ ├── 2:254 -> ../../devices/virtual/tty/ptyee | |
| │ ├── 2:255 -> ../../devices/virtual/tty/ptyef | |
| │ ├── 2:26 -> ../../devices/virtual/tty/ptyqa | |
| │ ├── 2:27 -> ../../devices/virtual/tty/ptyqb | |
| │ ├── 2:28 -> ../../devices/virtual/tty/ptyqc | |
| │ ├── 2:29 -> ../../devices/virtual/tty/ptyqd | |
| │ ├── 2:3 -> ../../devices/virtual/tty/ptyp3 | |
| │ ├── 2:30 -> ../../devices/virtual/tty/ptyqe | |
| │ ├── 2:31 -> ../../devices/virtual/tty/ptyqf | |
| │ ├── 2:32 -> ../../devices/virtual/tty/ptyr0 | |
| │ ├── 2:33 -> ../../devices/virtual/tty/ptyr1 | |
| │ ├── 2:34 -> ../../devices/virtual/tty/ptyr2 | |
| │ ├── 2:35 -> ../../devices/virtual/tty/ptyr3 | |
| │ ├── 2:36 -> ../../devices/virtual/tty/ptyr4 | |
| │ ├── 2:37 -> ../../devices/virtual/tty/ptyr5 | |
| │ ├── 2:38 -> ../../devices/virtual/tty/ptyr6 | |
| │ ├── 2:39 -> ../../devices/virtual/tty/ptyr7 | |
| │ ├── 2:4 -> ../../devices/virtual/tty/ptyp4 | |
| │ ├── 2:40 -> ../../devices/virtual/tty/ptyr8 | |
| │ ├── 2:41 -> ../../devices/virtual/tty/ptyr9 | |
| │ ├── 2:42 -> ../../devices/virtual/tty/ptyra | |
| │ ├── 2:43 -> ../../devices/virtual/tty/ptyrb | |
| │ ├── 2:44 -> ../../devices/virtual/tty/ptyrc | |
| │ ├── 2:45 -> ../../devices/virtual/tty/ptyrd | |
| │ ├── 2:46 -> ../../devices/virtual/tty/ptyre | |
| │ ├── 2:47 -> ../../devices/virtual/tty/ptyrf | |
| │ ├── 2:48 -> ../../devices/virtual/tty/ptys0 | |
| │ ├── 2:49 -> ../../devices/virtual/tty/ptys1 | |
| │ ├── 2:5 -> ../../devices/virtual/tty/ptyp5 | |
| │ ├── 2:50 -> ../../devices/virtual/tty/ptys2 | |
| │ ├── 2:51 -> ../../devices/virtual/tty/ptys3 | |
| │ ├── 2:52 -> ../../devices/virtual/tty/ptys4 | |
| │ ├── 2:53 -> ../../devices/virtual/tty/ptys5 | |
| │ ├── 253:0 -> ../../devices/platform/soc/soc:internal-regs/d0020300.watchdog/watchdog/watchdog0 | |
| │ ├── 2:54 -> ../../devices/virtual/tty/ptys6 | |
| │ ├── 254:0 -> ../../devices/platform/soc/soc:internal-regs/d0010300.rtc/rtc/rtc0 | |
| │ ├── 2:55 -> ../../devices/virtual/tty/ptys7 | |
| │ ├── 2:56 -> ../../devices/virtual/tty/ptys8 | |
| │ ├── 2:57 -> ../../devices/virtual/tty/ptys9 | |
| │ ├── 2:58 -> ../../devices/virtual/tty/ptysa | |
| │ ├── 2:59 -> ../../devices/virtual/tty/ptysb | |
| │ ├── 2:6 -> ../../devices/virtual/tty/ptyp6 | |
| │ ├── 2:60 -> ../../devices/virtual/tty/ptysc | |
| │ ├── 2:61 -> ../../devices/virtual/tty/ptysd | |
| │ ├── 2:62 -> ../../devices/virtual/tty/ptyse | |
| │ ├── 2:63 -> ../../devices/virtual/tty/ptysf | |
| │ ├── 2:64 -> ../../devices/virtual/tty/ptyt0 | |
| │ ├── 2:65 -> ../../devices/virtual/tty/ptyt1 | |
| │ ├── 2:66 -> ../../devices/virtual/tty/ptyt2 | |
| │ ├── 2:67 -> ../../devices/virtual/tty/ptyt3 | |
| │ ├── 2:68 -> ../../devices/virtual/tty/ptyt4 | |
| │ ├── 2:69 -> ../../devices/virtual/tty/ptyt5 | |
| │ ├── 2:7 -> ../../devices/virtual/tty/ptyp7 | |
| │ ├── 2:70 -> ../../devices/virtual/tty/ptyt6 | |
| │ ├── 2:71 -> ../../devices/virtual/tty/ptyt7 | |
| │ ├── 2:72 -> ../../devices/virtual/tty/ptyt8 | |
| │ ├── 2:73 -> ../../devices/virtual/tty/ptyt9 | |
| │ ├── 2:74 -> ../../devices/virtual/tty/ptyta | |
| │ ├── 2:75 -> ../../devices/virtual/tty/ptytb | |
| │ ├── 2:76 -> ../../devices/virtual/tty/ptytc | |
| │ ├── 2:77 -> ../../devices/virtual/tty/ptytd | |
| │ ├── 2:78 -> ../../devices/virtual/tty/ptyte | |
| │ ├── 2:79 -> ../../devices/virtual/tty/ptytf | |
| │ ├── 2:8 -> ../../devices/virtual/tty/ptyp8 | |
| │ ├── 2:80 -> ../../devices/virtual/tty/ptyu0 | |
| │ ├── 2:81 -> ../../devices/virtual/tty/ptyu1 | |
| │ ├── 2:82 -> ../../devices/virtual/tty/ptyu2 | |
| │ ├── 2:83 -> ../../devices/virtual/tty/ptyu3 | |
| │ ├── 2:84 -> ../../devices/virtual/tty/ptyu4 | |
| │ ├── 2:85 -> ../../devices/virtual/tty/ptyu5 | |
| │ ├── 2:86 -> ../../devices/virtual/tty/ptyu6 | |
| │ ├── 2:87 -> ../../devices/virtual/tty/ptyu7 | |
| │ ├── 2:88 -> ../../devices/virtual/tty/ptyu8 | |
| │ ├── 2:89 -> ../../devices/virtual/tty/ptyu9 | |
| │ ├── 2:9 -> ../../devices/virtual/tty/ptyp9 | |
| │ ├── 2:90 -> ../../devices/virtual/tty/ptyua | |
| │ ├── 2:91 -> ../../devices/virtual/tty/ptyub | |
| │ ├── 2:92 -> ../../devices/virtual/tty/ptyuc | |
| │ ├── 2:93 -> ../../devices/virtual/tty/ptyud | |
| │ ├── 2:94 -> ../../devices/virtual/tty/ptyue | |
| │ ├── 2:95 -> ../../devices/virtual/tty/ptyuf | |
| │ ├── 2:96 -> ../../devices/virtual/tty/ptyv0 | |
| │ ├── 2:97 -> ../../devices/virtual/tty/ptyv1 | |
| │ ├── 2:98 -> ../../devices/virtual/tty/ptyv2 | |
| │ ├── 2:99 -> ../../devices/virtual/tty/ptyv3 | |
| │ ├── 3:0 -> ../../devices/virtual/tty/ttyp0 | |
| │ ├── 3:1 -> ../../devices/virtual/tty/ttyp1 | |
| │ ├── 3:10 -> ../../devices/virtual/tty/ttypa | |
| │ ├── 3:100 -> ../../devices/virtual/tty/ttyv4 | |
| │ ├── 3:101 -> ../../devices/virtual/tty/ttyv5 | |
| │ ├── 3:102 -> ../../devices/virtual/tty/ttyv6 | |
| │ ├── 3:103 -> ../../devices/virtual/tty/ttyv7 | |
| │ ├── 3:104 -> ../../devices/virtual/tty/ttyv8 | |
| │ ├── 3:105 -> ../../devices/virtual/tty/ttyv9 | |
| │ ├── 3:106 -> ../../devices/virtual/tty/ttyva | |
| │ ├── 3:107 -> ../../devices/virtual/tty/ttyvb | |
| │ ├── 3:108 -> ../../devices/virtual/tty/ttyvc | |
| │ ├── 3:109 -> ../../devices/virtual/tty/ttyvd | |
| │ ├── 3:11 -> ../../devices/virtual/tty/ttypb | |
| │ ├── 3:110 -> ../../devices/virtual/tty/ttyve | |
| │ ├── 3:111 -> ../../devices/virtual/tty/ttyvf | |
| │ ├── 3:112 -> ../../devices/virtual/tty/ttyw0 | |
| │ ├── 3:113 -> ../../devices/virtual/tty/ttyw1 | |
| │ ├── 3:114 -> ../../devices/virtual/tty/ttyw2 | |
| │ ├── 3:115 -> ../../devices/virtual/tty/ttyw3 | |
| │ ├── 3:116 -> ../../devices/virtual/tty/ttyw4 | |
| │ ├── 3:117 -> ../../devices/virtual/tty/ttyw5 | |
| │ ├── 3:118 -> ../../devices/virtual/tty/ttyw6 | |
| │ ├── 3:119 -> ../../devices/virtual/tty/ttyw7 | |
| │ ├── 3:12 -> ../../devices/virtual/tty/ttypc | |
| │ ├── 3:120 -> ../../devices/virtual/tty/ttyw8 | |
| │ ├── 3:121 -> ../../devices/virtual/tty/ttyw9 | |
| │ ├── 3:122 -> ../../devices/virtual/tty/ttywa | |
| │ ├── 3:123 -> ../../devices/virtual/tty/ttywb | |
| │ ├── 3:124 -> ../../devices/virtual/tty/ttywc | |
| │ ├── 3:125 -> ../../devices/virtual/tty/ttywd | |
| │ ├── 3:126 -> ../../devices/virtual/tty/ttywe | |
| │ ├── 3:127 -> ../../devices/virtual/tty/ttywf | |
| │ ├── 3:128 -> ../../devices/virtual/tty/ttyx0 | |
| │ ├── 3:129 -> ../../devices/virtual/tty/ttyx1 | |
| │ ├── 3:13 -> ../../devices/virtual/tty/ttypd | |
| │ ├── 3:130 -> ../../devices/virtual/tty/ttyx2 | |
| │ ├── 3:131 -> ../../devices/virtual/tty/ttyx3 | |
| │ ├── 3:132 -> ../../devices/virtual/tty/ttyx4 | |
| │ ├── 3:133 -> ../../devices/virtual/tty/ttyx5 | |
| │ ├── 3:134 -> ../../devices/virtual/tty/ttyx6 | |
| │ ├── 3:135 -> ../../devices/virtual/tty/ttyx7 | |
| │ ├── 3:136 -> ../../devices/virtual/tty/ttyx8 | |
| │ ├── 3:137 -> ../../devices/virtual/tty/ttyx9 | |
| │ ├── 3:138 -> ../../devices/virtual/tty/ttyxa | |
| │ ├── 3:139 -> ../../devices/virtual/tty/ttyxb | |
| │ ├── 3:14 -> ../../devices/virtual/tty/ttype | |
| │ ├── 3:140 -> ../../devices/virtual/tty/ttyxc | |
| │ ├── 3:141 -> ../../devices/virtual/tty/ttyxd | |
| │ ├── 3:142 -> ../../devices/virtual/tty/ttyxe | |
| │ ├── 3:143 -> ../../devices/virtual/tty/ttyxf | |
| │ ├── 3:144 -> ../../devices/virtual/tty/ttyy0 | |
| │ ├── 3:145 -> ../../devices/virtual/tty/ttyy1 | |
| │ ├── 3:146 -> ../../devices/virtual/tty/ttyy2 | |
| │ ├── 3:147 -> ../../devices/virtual/tty/ttyy3 | |
| │ ├── 3:148 -> ../../devices/virtual/tty/ttyy4 | |
| │ ├── 3:149 -> ../../devices/virtual/tty/ttyy5 | |
| │ ├── 3:15 -> ../../devices/virtual/tty/ttypf | |
| │ ├── 3:150 -> ../../devices/virtual/tty/ttyy6 | |
| │ ├── 3:151 -> ../../devices/virtual/tty/ttyy7 | |
| │ ├── 3:152 -> ../../devices/virtual/tty/ttyy8 | |
| │ ├── 3:153 -> ../../devices/virtual/tty/ttyy9 | |
| │ ├── 3:154 -> ../../devices/virtual/tty/ttyya | |
| │ ├── 3:155 -> ../../devices/virtual/tty/ttyyb | |
| │ ├── 3:156 -> ../../devices/virtual/tty/ttyyc | |
| │ ├── 3:157 -> ../../devices/virtual/tty/ttyyd | |
| │ ├── 3:158 -> ../../devices/virtual/tty/ttyye | |
| │ ├── 3:159 -> ../../devices/virtual/tty/ttyyf | |
| │ ├── 3:16 -> ../../devices/virtual/tty/ttyq0 | |
| │ ├── 3:160 -> ../../devices/virtual/tty/ttyz0 | |
| │ ├── 3:161 -> ../../devices/virtual/tty/ttyz1 | |
| │ ├── 3:162 -> ../../devices/virtual/tty/ttyz2 | |
| │ ├── 3:163 -> ../../devices/virtual/tty/ttyz3 | |
| │ ├── 3:164 -> ../../devices/virtual/tty/ttyz4 | |
| │ ├── 3:165 -> ../../devices/virtual/tty/ttyz5 | |
| │ ├── 3:166 -> ../../devices/virtual/tty/ttyz6 | |
| │ ├── 3:167 -> ../../devices/virtual/tty/ttyz7 | |
| │ ├── 3:168 -> ../../devices/virtual/tty/ttyz8 | |
| │ ├── 3:169 -> ../../devices/virtual/tty/ttyz9 | |
| │ ├── 3:17 -> ../../devices/virtual/tty/ttyq1 | |
| │ ├── 3:170 -> ../../devices/virtual/tty/ttyza | |
| │ ├── 3:171 -> ../../devices/virtual/tty/ttyzb | |
| │ ├── 3:172 -> ../../devices/virtual/tty/ttyzc | |
| │ ├── 3:173 -> ../../devices/virtual/tty/ttyzd | |
| │ ├── 3:174 -> ../../devices/virtual/tty/ttyze | |
| │ ├── 3:175 -> ../../devices/virtual/tty/ttyzf | |
| │ ├── 3:176 -> ../../devices/virtual/tty/ttya0 | |
| │ ├── 3:177 -> ../../devices/virtual/tty/ttya1 | |
| │ ├── 3:178 -> ../../devices/virtual/tty/ttya2 | |
| │ ├── 3:179 -> ../../devices/virtual/tty/ttya3 | |
| │ ├── 3:18 -> ../../devices/virtual/tty/ttyq2 | |
| │ ├── 3:180 -> ../../devices/virtual/tty/ttya4 | |
| │ ├── 3:181 -> ../../devices/virtual/tty/ttya5 | |
| │ ├── 3:182 -> ../../devices/virtual/tty/ttya6 | |
| │ ├── 3:183 -> ../../devices/virtual/tty/ttya7 | |
| │ ├── 3:184 -> ../../devices/virtual/tty/ttya8 | |
| │ ├── 3:185 -> ../../devices/virtual/tty/ttya9 | |
| │ ├── 3:186 -> ../../devices/virtual/tty/ttyaa | |
| │ ├── 3:187 -> ../../devices/virtual/tty/ttyab | |
| │ ├── 3:188 -> ../../devices/virtual/tty/ttyac | |
| │ ├── 3:189 -> ../../devices/virtual/tty/ttyad | |
| │ ├── 3:19 -> ../../devices/virtual/tty/ttyq3 | |
| │ ├── 3:190 -> ../../devices/virtual/tty/ttyae | |
| │ ├── 3:191 -> ../../devices/virtual/tty/ttyaf | |
| │ ├── 3:192 -> ../../devices/virtual/tty/ttyb0 | |
| │ ├── 3:193 -> ../../devices/virtual/tty/ttyb1 | |
| │ ├── 3:194 -> ../../devices/virtual/tty/ttyb2 | |
| │ ├── 3:195 -> ../../devices/virtual/tty/ttyb3 | |
| │ ├── 3:196 -> ../../devices/virtual/tty/ttyb4 | |
| │ ├── 3:197 -> ../../devices/virtual/tty/ttyb5 | |
| │ ├── 3:198 -> ../../devices/virtual/tty/ttyb6 | |
| │ ├── 3:199 -> ../../devices/virtual/tty/ttyb7 | |
| │ ├── 3:2 -> ../../devices/virtual/tty/ttyp2 | |
| │ ├── 3:20 -> ../../devices/virtual/tty/ttyq4 | |
| │ ├── 3:200 -> ../../devices/virtual/tty/ttyb8 | |
| │ ├── 3:201 -> ../../devices/virtual/tty/ttyb9 | |
| │ ├── 3:202 -> ../../devices/virtual/tty/ttyba | |
| │ ├── 3:203 -> ../../devices/virtual/tty/ttybb | |
| │ ├── 3:204 -> ../../devices/virtual/tty/ttybc | |
| │ ├── 3:205 -> ../../devices/virtual/tty/ttybd | |
| │ ├── 3:206 -> ../../devices/virtual/tty/ttybe | |
| │ ├── 3:207 -> ../../devices/virtual/tty/ttybf | |
| │ ├── 3:208 -> ../../devices/virtual/tty/ttyc0 | |
| │ ├── 3:209 -> ../../devices/virtual/tty/ttyc1 | |
| │ ├── 3:21 -> ../../devices/virtual/tty/ttyq5 | |
| │ ├── 3:210 -> ../../devices/virtual/tty/ttyc2 | |
| │ ├── 3:211 -> ../../devices/virtual/tty/ttyc3 | |
| │ ├── 3:212 -> ../../devices/virtual/tty/ttyc4 | |
| │ ├── 3:213 -> ../../devices/virtual/tty/ttyc5 | |
| │ ├── 3:214 -> ../../devices/virtual/tty/ttyc6 | |
| │ ├── 3:215 -> ../../devices/virtual/tty/ttyc7 | |
| │ ├── 3:216 -> ../../devices/virtual/tty/ttyc8 | |
| │ ├── 3:217 -> ../../devices/virtual/tty/ttyc9 | |
| │ ├── 3:218 -> ../../devices/virtual/tty/ttyca | |
| │ ├── 3:219 -> ../../devices/virtual/tty/ttycb | |
| │ ├── 3:22 -> ../../devices/virtual/tty/ttyq6 | |
| │ ├── 3:220 -> ../../devices/virtual/tty/ttycc | |
| │ ├── 3:221 -> ../../devices/virtual/tty/ttycd | |
| │ ├── 3:222 -> ../../devices/virtual/tty/ttyce | |
| │ ├── 3:223 -> ../../devices/virtual/tty/ttycf | |
| │ ├── 3:224 -> ../../devices/virtual/tty/ttyd0 | |
| │ ├── 3:225 -> ../../devices/virtual/tty/ttyd1 | |
| │ ├── 3:226 -> ../../devices/virtual/tty/ttyd2 | |
| │ ├── 3:227 -> ../../devices/virtual/tty/ttyd3 | |
| │ ├── 3:228 -> ../../devices/virtual/tty/ttyd4 | |
| │ ├── 3:229 -> ../../devices/virtual/tty/ttyd5 | |
| │ ├── 3:23 -> ../../devices/virtual/tty/ttyq7 | |
| │ ├── 3:230 -> ../../devices/virtual/tty/ttyd6 | |
| │ ├── 3:231 -> ../../devices/virtual/tty/ttyd7 | |
| │ ├── 3:232 -> ../../devices/virtual/tty/ttyd8 | |
| │ ├── 3:233 -> ../../devices/virtual/tty/ttyd9 | |
| │ ├── 3:234 -> ../../devices/virtual/tty/ttyda | |
| │ ├── 3:235 -> ../../devices/virtual/tty/ttydb | |
| │ ├── 3:236 -> ../../devices/virtual/tty/ttydc | |
| │ ├── 3:237 -> ../../devices/virtual/tty/ttydd | |
| │ ├── 3:238 -> ../../devices/virtual/tty/ttyde | |
| │ ├── 3:239 -> ../../devices/virtual/tty/ttydf | |
| │ ├── 3:24 -> ../../devices/virtual/tty/ttyq8 | |
| │ ├── 3:240 -> ../../devices/virtual/tty/ttye0 | |
| │ ├── 3:241 -> ../../devices/virtual/tty/ttye1 | |
| │ ├── 3:242 -> ../../devices/virtual/tty/ttye2 | |
| │ ├── 3:243 -> ../../devices/virtual/tty/ttye3 | |
| │ ├── 3:244 -> ../../devices/virtual/tty/ttye4 | |
| │ ├── 3:245 -> ../../devices/virtual/tty/ttye5 | |
| │ ├── 3:246 -> ../../devices/virtual/tty/ttye6 | |
| │ ├── 3:247 -> ../../devices/virtual/tty/ttye7 | |
| │ ├── 3:248 -> ../../devices/virtual/tty/ttye8 | |
| │ ├── 3:249 -> ../../devices/virtual/tty/ttye9 | |
| │ ├── 3:25 -> ../../devices/virtual/tty/ttyq9 | |
| │ ├── 3:250 -> ../../devices/virtual/tty/ttyea | |
| │ ├── 3:251 -> ../../devices/virtual/tty/ttyeb | |
| │ ├── 3:252 -> ../../devices/virtual/tty/ttyec | |
| │ ├── 3:253 -> ../../devices/virtual/tty/ttyed | |
| │ ├── 3:254 -> ../../devices/virtual/tty/ttyee | |
| │ ├── 3:255 -> ../../devices/virtual/tty/ttyef | |
| │ ├── 3:26 -> ../../devices/virtual/tty/ttyqa | |
| │ ├── 3:27 -> ../../devices/virtual/tty/ttyqb | |
| │ ├── 3:28 -> ../../devices/virtual/tty/ttyqc | |
| │ ├── 3:29 -> ../../devices/virtual/tty/ttyqd | |
| │ ├── 3:3 -> ../../devices/virtual/tty/ttyp3 | |
| │ ├── 3:30 -> ../../devices/virtual/tty/ttyqe | |
| │ ├── 3:31 -> ../../devices/virtual/tty/ttyqf | |
| │ ├── 3:32 -> ../../devices/virtual/tty/ttyr0 | |
| │ ├── 3:33 -> ../../devices/virtual/tty/ttyr1 | |
| │ ├── 3:34 -> ../../devices/virtual/tty/ttyr2 | |
| │ ├── 3:35 -> ../../devices/virtual/tty/ttyr3 | |
| │ ├── 3:36 -> ../../devices/virtual/tty/ttyr4 | |
| │ ├── 3:37 -> ../../devices/virtual/tty/ttyr5 | |
| │ ├── 3:38 -> ../../devices/virtual/tty/ttyr6 | |
| │ ├── 3:39 -> ../../devices/virtual/tty/ttyr7 | |
| │ ├── 3:4 -> ../../devices/virtual/tty/ttyp4 | |
| │ ├── 3:40 -> ../../devices/virtual/tty/ttyr8 | |
| │ ├── 3:41 -> ../../devices/virtual/tty/ttyr9 | |
| │ ├── 3:42 -> ../../devices/virtual/tty/ttyra | |
| │ ├── 3:43 -> ../../devices/virtual/tty/ttyrb | |
| │ ├── 3:44 -> ../../devices/virtual/tty/ttyrc | |
| │ ├── 3:45 -> ../../devices/virtual/tty/ttyrd | |
| │ ├── 3:46 -> ../../devices/virtual/tty/ttyre | |
| │ ├── 3:47 -> ../../devices/virtual/tty/ttyrf | |
| │ ├── 3:48 -> ../../devices/virtual/tty/ttys0 | |
| │ ├── 3:49 -> ../../devices/virtual/tty/ttys1 | |
| │ ├── 3:5 -> ../../devices/virtual/tty/ttyp5 | |
| │ ├── 3:50 -> ../../devices/virtual/tty/ttys2 | |
| │ ├── 3:51 -> ../../devices/virtual/tty/ttys3 | |
| │ ├── 3:52 -> ../../devices/virtual/tty/ttys4 | |
| │ ├── 3:53 -> ../../devices/virtual/tty/ttys5 | |
| │ ├── 3:54 -> ../../devices/virtual/tty/ttys6 | |
| │ ├── 3:55 -> ../../devices/virtual/tty/ttys7 | |
| │ ├── 3:56 -> ../../devices/virtual/tty/ttys8 | |
| │ ├── 3:57 -> ../../devices/virtual/tty/ttys9 | |
| │ ├── 3:58 -> ../../devices/virtual/tty/ttysa | |
| │ ├── 3:59 -> ../../devices/virtual/tty/ttysb | |
| │ ├── 3:6 -> ../../devices/virtual/tty/ttyp6 | |
| │ ├── 3:60 -> ../../devices/virtual/tty/ttysc | |
| │ ├── 3:61 -> ../../devices/virtual/tty/ttysd | |
| │ ├── 3:62 -> ../../devices/virtual/tty/ttyse | |
| │ ├── 3:63 -> ../../devices/virtual/tty/ttysf | |
| │ ├── 3:64 -> ../../devices/virtual/tty/ttyt0 | |
| │ ├── 3:65 -> ../../devices/virtual/tty/ttyt1 | |
| │ ├── 3:66 -> ../../devices/virtual/tty/ttyt2 | |
| │ ├── 3:67 -> ../../devices/virtual/tty/ttyt3 | |
| │ ├── 3:68 -> ../../devices/virtual/tty/ttyt4 | |
| │ ├── 3:69 -> ../../devices/virtual/tty/ttyt5 | |
| │ ├── 3:7 -> ../../devices/virtual/tty/ttyp7 | |
| │ ├── 3:70 -> ../../devices/virtual/tty/ttyt6 | |
| │ ├── 3:71 -> ../../devices/virtual/tty/ttyt7 | |
| │ ├── 3:72 -> ../../devices/virtual/tty/ttyt8 | |
| │ ├── 3:73 -> ../../devices/virtual/tty/ttyt9 | |
| │ ├── 3:74 -> ../../devices/virtual/tty/ttyta | |
| │ ├── 3:75 -> ../../devices/virtual/tty/ttytb | |
| │ ├── 3:76 -> ../../devices/virtual/tty/ttytc | |
| │ ├── 3:77 -> ../../devices/virtual/tty/ttytd | |
| │ ├── 3:78 -> ../../devices/virtual/tty/ttyte | |
| │ ├── 3:79 -> ../../devices/virtual/tty/ttytf | |
| │ ├── 3:8 -> ../../devices/virtual/tty/ttyp8 | |
| │ ├── 3:80 -> ../../devices/virtual/tty/ttyu0 | |
| │ ├── 3:81 -> ../../devices/virtual/tty/ttyu1 | |
| │ ├── 3:82 -> ../../devices/virtual/tty/ttyu2 | |
| │ ├── 3:83 -> ../../devices/virtual/tty/ttyu3 | |
| │ ├── 3:84 -> ../../devices/virtual/tty/ttyu4 | |
| │ ├── 3:85 -> ../../devices/virtual/tty/ttyu5 | |
| │ ├── 3:86 -> ../../devices/virtual/tty/ttyu6 | |
| │ ├── 3:87 -> ../../devices/virtual/tty/ttyu7 | |
| │ ├── 3:88 -> ../../devices/virtual/tty/ttyu8 | |
| │ ├── 3:89 -> ../../devices/virtual/tty/ttyu9 | |
| │ ├── 3:9 -> ../../devices/virtual/tty/ttyp9 | |
| │ ├── 3:90 -> ../../devices/virtual/tty/ttyua | |
| │ ├── 3:91 -> ../../devices/virtual/tty/ttyub | |
| │ ├── 3:92 -> ../../devices/virtual/tty/ttyuc | |
| │ ├── 3:93 -> ../../devices/virtual/tty/ttyud | |
| │ ├── 3:94 -> ../../devices/virtual/tty/ttyue | |
| │ ├── 3:95 -> ../../devices/virtual/tty/ttyuf | |
| │ ├── 3:96 -> ../../devices/virtual/tty/ttyv0 | |
| │ ├── 3:97 -> ../../devices/virtual/tty/ttyv1 | |
| │ ├── 3:98 -> ../../devices/virtual/tty/ttyv2 | |
| │ ├── 3:99 -> ../../devices/virtual/tty/ttyv3 | |
| │ ├── 4:0 -> ../../devices/virtual/tty/tty0 | |
| │ ├── 4:1 -> ../../devices/virtual/tty/tty1 | |
| │ ├── 4:10 -> ../../devices/virtual/tty/tty10 | |
| │ ├── 4:11 -> ../../devices/virtual/tty/tty11 | |
| │ ├── 4:12 -> ../../devices/virtual/tty/tty12 | |
| │ ├── 4:13 -> ../../devices/virtual/tty/tty13 | |
| │ ├── 4:14 -> ../../devices/virtual/tty/tty14 | |
| │ ├── 4:15 -> ../../devices/virtual/tty/tty15 | |
| │ ├── 4:16 -> ../../devices/virtual/tty/tty16 | |
| │ ├── 4:17 -> ../../devices/virtual/tty/tty17 | |
| │ ├── 4:18 -> ../../devices/virtual/tty/tty18 | |
| │ ├── 4:19 -> ../../devices/virtual/tty/tty19 | |
| │ ├── 4:2 -> ../../devices/virtual/tty/tty2 | |
| │ ├── 4:20 -> ../../devices/virtual/tty/tty20 | |
| │ ├── 4:21 -> ../../devices/virtual/tty/tty21 | |
| │ ├── 4:22 -> ../../devices/virtual/tty/tty22 | |
| │ ├── 4:23 -> ../../devices/virtual/tty/tty23 | |
| │ ├── 4:24 -> ../../devices/virtual/tty/tty24 | |
| │ ├── 4:25 -> ../../devices/virtual/tty/tty25 | |
| │ ├── 4:26 -> ../../devices/virtual/tty/tty26 | |
| │ ├── 4:27 -> ../../devices/virtual/tty/tty27 | |
| │ ├── 4:28 -> ../../devices/virtual/tty/tty28 | |
| │ ├── 4:29 -> ../../devices/virtual/tty/tty29 | |
| │ ├── 4:3 -> ../../devices/virtual/tty/tty3 | |
| │ ├── 4:30 -> ../../devices/virtual/tty/tty30 | |
| │ ├── 4:31 -> ../../devices/virtual/tty/tty31 | |
| │ ├── 4:32 -> ../../devices/virtual/tty/tty32 | |
| │ ├── 4:33 -> ../../devices/virtual/tty/tty33 | |
| │ ├── 4:34 -> ../../devices/virtual/tty/tty34 | |
| │ ├── 4:35 -> ../../devices/virtual/tty/tty35 | |
| │ ├── 4:36 -> ../../devices/virtual/tty/tty36 | |
| │ ├── 4:37 -> ../../devices/virtual/tty/tty37 | |
| │ ├── 4:38 -> ../../devices/virtual/tty/tty38 | |
| │ ├── 4:39 -> ../../devices/virtual/tty/tty39 | |
| │ ├── 4:4 -> ../../devices/virtual/tty/tty4 | |
| │ ├── 4:40 -> ../../devices/virtual/tty/tty40 | |
| │ ├── 4:41 -> ../../devices/virtual/tty/tty41 | |
| │ ├── 4:42 -> ../../devices/virtual/tty/tty42 | |
| │ ├── 4:43 -> ../../devices/virtual/tty/tty43 | |
| │ ├── 4:44 -> ../../devices/virtual/tty/tty44 | |
| │ ├── 4:45 -> ../../devices/virtual/tty/tty45 | |
| │ ├── 4:46 -> ../../devices/virtual/tty/tty46 | |
| │ ├── 4:47 -> ../../devices/virtual/tty/tty47 | |
| │ ├── 4:48 -> ../../devices/virtual/tty/tty48 | |
| │ ├── 4:49 -> ../../devices/virtual/tty/tty49 | |
| │ ├── 4:5 -> ../../devices/virtual/tty/tty5 | |
| │ ├── 4:50 -> ../../devices/virtual/tty/tty50 | |
| │ ├── 4:51 -> ../../devices/virtual/tty/tty51 | |
| │ ├── 4:52 -> ../../devices/virtual/tty/tty52 | |
| │ ├── 4:53 -> ../../devices/virtual/tty/tty53 | |
| │ ├── 4:54 -> ../../devices/virtual/tty/tty54 | |
| │ ├── 4:55 -> ../../devices/virtual/tty/tty55 | |
| │ ├── 4:56 -> ../../devices/virtual/tty/tty56 | |
| │ ├── 4:57 -> ../../devices/virtual/tty/tty57 | |
| │ ├── 4:58 -> ../../devices/virtual/tty/tty58 | |
| │ ├── 4:59 -> ../../devices/virtual/tty/tty59 | |
| │ ├── 4:6 -> ../../devices/virtual/tty/tty6 | |
| │ ├── 4:60 -> ../../devices/virtual/tty/tty60 | |
| │ ├── 4:61 -> ../../devices/virtual/tty/tty61 | |
| │ ├── 4:62 -> ../../devices/virtual/tty/tty62 | |
| │ ├── 4:63 -> ../../devices/virtual/tty/tty63 | |
| │ ├── 4:64 -> ../../devices/platform/soc/soc:internal-regs/d0012000.serial/tty/ttyS0 | |
| │ ├── 4:65 -> ../../devices/platform/serial8250/tty/ttyS1 | |
| │ ├── 4:66 -> ../../devices/platform/serial8250/tty/ttyS2 | |
| │ ├── 4:67 -> ../../devices/platform/serial8250/tty/ttyS3 | |
| │ ├── 4:7 -> ../../devices/virtual/tty/tty7 | |
| │ ├── 4:8 -> ../../devices/virtual/tty/tty8 | |
| │ ├── 4:9 -> ../../devices/virtual/tty/tty9 | |
| │ ├── 5:0 -> ../../devices/virtual/tty/tty | |
| │ ├── 5:1 -> ../../devices/virtual/tty/console | |
| │ ├── 5:2 -> ../../devices/virtual/tty/ptmx | |
| │ ├── 7:0 -> ../../devices/virtual/vc/vcs | |
| │ ├── 7:1 -> ../../devices/virtual/vc/vcs1 | |
| │ ├── 7:128 -> ../../devices/virtual/vc/vcsa | |
| │ ├── 7:129 -> ../../devices/virtual/vc/vcsa1 | |
| │ ├── 7:130 -> ../../devices/virtual/vc/vcsa2 | |
| │ ├── 7:131 -> ../../devices/virtual/vc/vcsa3 | |
| │ ├── 7:132 -> ../../devices/virtual/vc/vcsa4 | |
| │ ├── 7:133 -> ../../devices/virtual/vc/vcsa5 | |
| │ ├── 7:134 -> ../../devices/virtual/vc/vcsa6 | |
| │ ├── 7:2 -> ../../devices/virtual/vc/vcs2 | |
| │ ├── 7:3 -> ../../devices/virtual/vc/vcs3 | |
| │ ├── 7:4 -> ../../devices/virtual/vc/vcs4 | |
| │ ├── 7:5 -> ../../devices/virtual/vc/vcs5 | |
| │ └── 7:6 -> ../../devices/virtual/vc/vcs6 | |
| ├── devices | |
| │ ├── armv7_cortex_a9 | |
| │ │ ├── events | |
| │ │ │ ├── br_immed_retired | |
| │ │ │ ├── br_mis_pred | |
| │ │ │ ├── br_pred | |
| │ │ │ ├── br_return_retired | |
| │ │ │ ├── cid_write_retired | |
| │ │ │ ├── cpu_cycles | |
| │ │ │ ├── exc_return | |
| │ │ │ ├── exc_taken | |
| │ │ │ ├── inst_retired | |
| │ │ │ ├── l1d_cache | |
| │ │ │ ├── l1d_cache_refill | |
| │ │ │ ├── l1d_tlb_refill | |
| │ │ │ ├── l1i_cache_refill | |
| │ │ │ ├── l1i_tlb_refill | |
| │ │ │ ├── ld_retired | |
| │ │ │ ├── pc_write_retired | |
| │ │ │ ├── st_retired | |
| │ │ │ ├── sw_incr | |
| │ │ │ └── unaligned_ldst_retired | |
| │ │ ├── format | |
| │ │ │ └── event | |
| │ │ ├── perf_event_mux_interval_ms | |
| │ │ ├── power | |
| │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ ├── control | |
| │ │ │ ├── runtime_active_time | |
| │ │ │ ├── runtime_status | |
| │ │ │ └── runtime_suspended_time | |
| │ │ ├── subsystem -> ../../bus/event_source | |
| │ │ ├── type | |
| │ │ └── uevent | |
| │ ├── breakpoint | |
| │ │ ├── perf_event_mux_interval_ms | |
| │ │ ├── power | |
| │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ ├── control | |
| │ │ │ ├── runtime_active_time | |
| │ │ │ ├── runtime_status | |
| │ │ │ └── runtime_suspended_time | |
| │ │ ├── subsystem -> ../../bus/event_source | |
| │ │ ├── type | |
| │ │ └── uevent | |
| │ ├── platform | |
| │ │ ├── alarmtimer | |
| │ │ │ ├── driver -> ../../../bus/platform/drivers/alarmtimer | |
| │ │ │ ├── driver_override | |
| │ │ │ ├── modalias | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../bus/platform | |
| │ │ │ └── uevent | |
| │ │ ├── cpufreq-dt | |
| │ │ │ ├── driver -> ../../../bus/platform/drivers/cpufreq-dt | |
| │ │ │ ├── driver_override | |
| │ │ │ ├── modalias | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../bus/platform | |
| │ │ │ └── uevent | |
| │ │ ├── cpuidle-armada-xp.0 | |
| │ │ │ ├── driver -> ../../../bus/platform/drivers/cpuidle-mbevu | |
| │ │ │ ├── driver_override | |
| │ │ │ ├── modalias | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../bus/platform | |
| │ │ │ └── uevent | |
| │ │ ├── Fixed MDIO bus.0 | |
| │ │ │ ├── driver_override | |
| │ │ │ ├── mdio_bus | |
| │ │ │ │ └── fixed-0 | |
| │ │ │ │ ├── device -> ../../../Fixed MDIO bus.0 | |
| │ │ │ │ ├── fixed-0:00 | |
| │ │ │ │ │ ├── driver -> ../../../../../../bus/mdio_bus/drivers/Generic PHY | |
| │ │ │ │ │ ├── of_node -> ../../../../../../firmware/devicetree/base/soc/internal-regs/ethernet@70000 | |
| │ │ │ │ │ ├── phy_has_fixups | |
| │ │ │ │ │ ├── phy_id | |
| │ │ │ │ │ ├── phy_interface | |
| │ │ │ │ │ ├── power | |
| │ │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ │ ├── control | |
| │ │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ │ ├── subsystem -> ../../../../../../bus/mdio_bus | |
| │ │ │ │ │ └── uevent | |
| │ │ │ │ ├── power | |
| │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ ├── control | |
| │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ ├── subsystem -> ../../../../../class/mdio_bus | |
| │ │ │ │ └── uevent | |
| │ │ │ ├── modalias | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../bus/platform | |
| │ │ │ └── uevent | |
| │ │ ├── pmu | |
| │ │ │ ├── driver -> ../../../bus/platform/drivers/armv7-pmu | |
| │ │ │ ├── driver_override | |
| │ │ │ ├── modalias | |
| │ │ │ ├── of_node -> ../../../firmware/devicetree/base/pmu | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../bus/platform | |
| │ │ │ └── uevent | |
| │ │ ├── power | |
| │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ ├── control | |
| │ │ │ ├── runtime_active_time | |
| │ │ │ ├── runtime_status | |
| │ │ │ └── runtime_suspended_time | |
| │ │ ├── serial8250 | |
| │ │ │ ├── driver -> ../../../bus/platform/drivers/serial8250 | |
| │ │ │ ├── driver_override | |
| │ │ │ ├── modalias | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../bus/platform | |
| │ │ │ ├── tty | |
| │ │ │ │ ├── ttyS1 | |
| │ │ │ │ │ ├── close_delay | |
| │ │ │ │ │ ├── closing_wait | |
| │ │ │ │ │ ├── custom_divisor | |
| │ │ │ │ │ ├── dev | |
| │ │ │ │ │ ├── device -> ../../../serial8250 | |
| │ │ │ │ │ ├── flags | |
| │ │ │ │ │ ├── iomem_base | |
| │ │ │ │ │ ├── iomem_reg_shift | |
| │ │ │ │ │ ├── io_type | |
| │ │ │ │ │ ├── irq | |
| │ │ │ │ │ ├── line | |
| │ │ │ │ │ ├── port | |
| │ │ │ │ │ ├── power | |
| │ │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ │ ├── control | |
| │ │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ │ ├── runtime_suspended_time | |
| │ │ │ │ │ │ ├── wakeup | |
| │ │ │ │ │ │ ├── wakeup_abort_count | |
| │ │ │ │ │ │ ├── wakeup_active | |
| │ │ │ │ │ │ ├── wakeup_active_count | |
| │ │ │ │ │ │ ├── wakeup_count | |
| │ │ │ │ │ │ ├── wakeup_expire_count | |
| │ │ │ │ │ │ ├── wakeup_last_time_ms | |
| │ │ │ │ │ │ ├── wakeup_max_time_ms | |
| │ │ │ │ │ │ └── wakeup_total_time_ms | |
| │ │ │ │ │ ├── subsystem -> ../../../../../class/tty | |
| │ │ │ │ │ ├── type | |
| │ │ │ │ │ ├── uartclk | |
| │ │ │ │ │ ├── uevent | |
| │ │ │ │ │ └── xmit_fifo_size | |
| │ │ │ │ ├── ttyS2 | |
| │ │ │ │ │ ├── close_delay | |
| │ │ │ │ │ ├── closing_wait | |
| │ │ │ │ │ ├── custom_divisor | |
| │ │ │ │ │ ├── dev | |
| │ │ │ │ │ ├── device -> ../../../serial8250 | |
| │ │ │ │ │ ├── flags | |
| │ │ │ │ │ ├── iomem_base | |
| │ │ │ │ │ ├── iomem_reg_shift | |
| │ │ │ │ │ ├── io_type | |
| │ │ │ │ │ ├── irq | |
| │ │ │ │ │ ├── line | |
| │ │ │ │ │ ├── port | |
| │ │ │ │ │ ├── power | |
| │ │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ │ ├── control | |
| │ │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ │ ├── runtime_suspended_time | |
| │ │ │ │ │ │ ├── wakeup | |
| │ │ │ │ │ │ ├── wakeup_abort_count | |
| │ │ │ │ │ │ ├── wakeup_active | |
| │ │ │ │ │ │ ├── wakeup_active_count | |
| │ │ │ │ │ │ ├── wakeup_count | |
| │ │ │ │ │ │ ├── wakeup_expire_count | |
| │ │ │ │ │ │ ├── wakeup_last_time_ms | |
| │ │ │ │ │ │ ├── wakeup_max_time_ms | |
| │ │ │ │ │ │ └── wakeup_total_time_ms | |
| │ │ │ │ │ ├── subsystem -> ../../../../../class/tty | |
| │ │ │ │ │ ├── type | |
| │ │ │ │ │ ├── uartclk | |
| │ │ │ │ │ ├── uevent | |
| │ │ │ │ │ └── xmit_fifo_size | |
| │ │ │ │ └── ttyS3 | |
| │ │ │ │ ├── close_delay | |
| │ │ │ │ ├── closing_wait | |
| │ │ │ │ ├── custom_divisor | |
| │ │ │ │ ├── dev | |
| │ │ │ │ ├── device -> ../../../serial8250 | |
| │ │ │ │ ├── flags | |
| │ │ │ │ ├── iomem_base | |
| │ │ │ │ ├── iomem_reg_shift | |
| │ │ │ │ ├── io_type | |
| │ │ │ │ ├── irq | |
| │ │ │ │ ├── line | |
| │ │ │ │ ├── port | |
| │ │ │ │ ├── power | |
| │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ ├── control | |
| │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ ├── runtime_suspended_time | |
| │ │ │ │ │ ├── wakeup | |
| │ │ │ │ │ ├── wakeup_abort_count | |
| │ │ │ │ │ ├── wakeup_active | |
| │ │ │ │ │ ├── wakeup_active_count | |
| │ │ │ │ │ ├── wakeup_count | |
| │ │ │ │ │ ├── wakeup_expire_count | |
| │ │ │ │ │ ├── wakeup_last_time_ms | |
| │ │ │ │ │ ├── wakeup_max_time_ms | |
| │ │ │ │ │ └── wakeup_total_time_ms | |
| │ │ │ │ ├── subsystem -> ../../../../../class/tty | |
| │ │ │ │ ├── type | |
| │ │ │ │ ├── uartclk | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── xmit_fifo_size | |
| │ │ │ └── uevent | |
| │ │ ├── soc | |
| │ │ │ ├── d0010400.devbus-bootcs | |
| │ │ │ │ ├── driver -> ../../../../bus/platform/drivers/mvebu-devbus | |
| │ │ │ │ ├── driver_override | |
| │ │ │ │ ├── modalias | |
| │ │ │ │ ├── of_node -> ../../../../firmware/devicetree/base/soc/devbus-bootcs | |
| │ │ │ │ ├── power | |
| │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ ├── control | |
| │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ ├── subsystem -> ../../../../bus/platform | |
| │ │ │ │ └── uevent | |
| │ │ │ ├── driver_override | |
| │ │ │ ├── fff00000.bootrom | |
| │ │ │ │ ├── driver_override | |
| │ │ │ │ ├── modalias | |
| │ │ │ │ ├── of_node -> ../../../../firmware/devicetree/base/soc/bootrom | |
| │ │ │ │ ├── power | |
| │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ ├── control | |
| │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ ├── subsystem -> ../../../../bus/platform | |
| │ │ │ │ └── uevent | |
| │ │ │ ├── modalias | |
| │ │ │ ├── of_node -> ../../../firmware/devicetree/base/soc | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── soc:internal-regs | |
| │ │ │ │ ├── d0001400.sdramc | |
| │ │ │ │ │ ├── driver_override | |
| │ │ │ │ │ ├── modalias | |
| │ │ │ │ │ ├── of_node -> ../../../../../firmware/devicetree/base/soc/internal-regs/sdramc@1400 | |
| │ │ │ │ │ ├── power | |
| │ │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ │ ├── control | |
| │ │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ │ ├── subsystem -> ../../../../../bus/platform | |
| │ │ │ │ │ └── uevent | |
| │ │ │ │ ├── d0008000.l2-cache | |
| │ │ │ │ │ ├── driver_override | |
| │ │ │ │ │ ├── modalias | |
| │ │ │ │ │ ├── of_node -> ../../../../../firmware/devicetree/base/soc/internal-regs/l2-cache | |
| │ │ │ │ │ ├── power | |
| │ │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ │ ├── control | |
| │ │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ │ ├── subsystem -> ../../../../../bus/platform | |
| │ │ │ │ │ └── uevent | |
| │ │ │ │ ├── d0010300.rtc | |
| │ │ │ │ │ ├── driver -> ../../../../../bus/platform/drivers/rtc-mv | |
| │ │ │ │ │ ├── driver_override | |
| │ │ │ │ │ ├── modalias | |
| │ │ │ │ │ ├── of_node -> ../../../../../firmware/devicetree/base/soc/internal-regs/rtc@10300 | |
| │ │ │ │ │ ├── power | |
| │ │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ │ ├── control | |
| │ │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ │ ├── runtime_suspended_time | |
| │ │ │ │ │ │ ├── wakeup | |
| │ │ │ │ │ │ ├── wakeup_abort_count | |
| │ │ │ │ │ │ ├── wakeup_active | |
| │ │ │ │ │ │ ├── wakeup_active_count | |
| │ │ │ │ │ │ ├── wakeup_count | |
| │ │ │ │ │ │ ├── wakeup_expire_count | |
| │ │ │ │ │ │ ├── wakeup_last_time_ms | |
| │ │ │ │ │ │ ├── wakeup_max_time_ms | |
| │ │ │ │ │ │ └── wakeup_total_time_ms | |
| │ │ │ │ │ ├── rtc | |
| │ │ │ │ │ │ └── rtc0 | |
| │ │ │ │ │ │ ├── date | |
| │ │ │ │ │ │ ├── dev | |
| │ │ │ │ │ │ ├── device -> ../../../d0010300.rtc | |
| │ │ │ │ │ │ ├── hctosys | |
| │ │ │ │ │ │ ├── max_user_freq | |
| │ │ │ │ │ │ ├── name | |
| │ │ │ │ │ │ ├── power | |
| │ │ │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ │ │ ├── control | |
| │ │ │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ │ │ ├── since_epoch | |
| │ │ │ │ │ │ ├── subsystem -> ../../../../../../../class/rtc | |
| │ │ │ │ │ │ ├── time | |
| │ │ │ │ │ │ ├── uevent | |
| │ │ │ │ │ │ └── wakealarm | |
| │ │ │ │ │ ├── subsystem -> ../../../../../bus/platform | |
| │ │ │ │ │ └── uevent | |
| │ │ │ │ ├── d0012000.serial | |
| │ │ │ │ │ ├── driver -> ../../../../../bus/platform/drivers/dw-apb-uart | |
| │ │ │ │ │ ├── driver_override | |
| │ │ │ │ │ ├── modalias | |
| │ │ │ │ │ ├── of_node -> ../../../../../firmware/devicetree/base/soc/internal-regs/serial@12000 | |
| │ │ │ │ │ ├── power | |
| │ │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ │ ├── control | |
| │ │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ │ ├── subsystem -> ../../../../../bus/platform | |
| │ │ │ │ │ ├── tty | |
| │ │ │ │ │ │ └── ttyS0 | |
| │ │ │ │ │ │ ├── close_delay | |
| │ │ │ │ │ │ ├── closing_wait | |
| │ │ │ │ │ │ ├── custom_divisor | |
| │ │ │ │ │ │ ├── dev | |
| │ │ │ │ │ │ ├── device -> ../../../d0012000.serial | |
| │ │ │ │ │ │ ├── flags | |
| │ │ │ │ │ │ ├── iomem_base | |
| │ │ │ │ │ │ ├── iomem_reg_shift | |
| │ │ │ │ │ │ ├── io_type | |
| │ │ │ │ │ │ ├── irq | |
| │ │ │ │ │ │ ├── line | |
| │ │ │ │ │ │ ├── port | |
| │ │ │ │ │ │ ├── power | |
| │ │ │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ │ │ ├── control | |
| │ │ │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ │ │ ├── runtime_suspended_time | |
| │ │ │ │ │ │ │ ├── wakeup | |
| │ │ │ │ │ │ │ ├── wakeup_abort_count | |
| │ │ │ │ │ │ │ ├── wakeup_active | |
| │ │ │ │ │ │ │ ├── wakeup_active_count | |
| │ │ │ │ │ │ │ ├── wakeup_count | |
| │ │ │ │ │ │ │ ├── wakeup_expire_count | |
| │ │ │ │ │ │ │ ├── wakeup_last_time_ms | |
| │ │ │ │ │ │ │ ├── wakeup_max_time_ms | |
| │ │ │ │ │ │ │ └── wakeup_total_time_ms | |
| │ │ │ │ │ │ ├── rx_trig_bytes | |
| │ │ │ │ │ │ ├── subsystem -> ../../../../../../../class/tty | |
| │ │ │ │ │ │ ├── type | |
| │ │ │ │ │ │ ├── uartclk | |
| │ │ │ │ │ │ ├── uevent | |
| │ │ │ │ │ │ └── xmit_fifo_size | |
| │ │ │ │ │ └── uevent | |
| │ │ │ │ ├── d0018000.pin-ctrl | |
| │ │ │ │ │ ├── driver -> ../../../../../bus/platform/drivers/armada-xp-pinctrl | |
| │ │ │ │ │ ├── driver_override | |
| │ │ │ │ │ ├── modalias | |
| │ │ │ │ │ ├── of_node -> ../../../../../firmware/devicetree/base/soc/internal-regs/pin-ctrl@18000 | |
| │ │ │ │ │ ├── power | |
| │ │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ │ ├── control | |
| │ │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ │ ├── subsystem -> ../../../../../bus/platform | |
| │ │ │ │ │ └── uevent | |
| │ │ │ │ ├── d0018100.gpio | |
| │ │ │ │ │ ├── driver -> ../../../../../bus/platform/drivers/mvebu-gpio | |
| │ │ │ │ │ ├── driver_override | |
| │ │ │ │ │ ├── gpio | |
| │ │ │ │ │ │ └── gpiochip0 | |
| │ │ │ │ │ │ ├── base | |
| │ │ │ │ │ │ ├── device -> ../../../d0018100.gpio | |
| │ │ │ │ │ │ ├── label | |
| │ │ │ │ │ │ ├── ngpio | |
| │ │ │ │ │ │ ├── power | |
| │ │ │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ │ │ ├── control | |
| │ │ │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ │ │ ├── subsystem -> ../../../../../../../class/gpio | |
| │ │ │ │ │ │ └── uevent | |
| │ │ │ │ │ ├── modalias | |
| │ │ │ │ │ ├── of_node -> ../../../../../firmware/devicetree/base/soc/internal-regs/gpio@18100 | |
| │ │ │ │ │ ├── power | |
| │ │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ │ ├── control | |
| │ │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ │ ├── subsystem -> ../../../../../bus/platform | |
| │ │ │ │ │ └── uevent | |
| │ │ │ │ ├── d0018140.gpio | |
| │ │ │ │ │ ├── driver -> ../../../../../bus/platform/drivers/mvebu-gpio | |
| │ │ │ │ │ ├── driver_override | |
| │ │ │ │ │ ├── gpio | |
| │ │ │ │ │ │ ├── gpio42 | |
| │ │ │ │ │ │ │ ├── active_low | |
| │ │ │ │ │ │ │ ├── device -> ../../../d0018140.gpio | |
| │ │ │ │ │ │ │ ├── direction | |
| │ │ │ │ │ │ │ ├── edge | |
| │ │ │ │ │ │ │ ├── power | |
| │ │ │ │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ │ │ │ ├── control | |
| │ │ │ │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ │ │ │ ├── subsystem -> ../../../../../../../class/gpio | |
| │ │ │ │ │ │ │ ├── uevent | |
| │ │ │ │ │ │ │ └── value | |
| │ │ │ │ │ │ └── gpiochip32 | |
| │ │ │ │ │ │ ├── base | |
| │ │ │ │ │ │ ├── device -> ../../../d0018140.gpio | |
| │ │ │ │ │ │ ├── label | |
| │ │ │ │ │ │ ├── ngpio | |
| │ │ │ │ │ │ ├── power | |
| │ │ │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ │ │ ├── control | |
| │ │ │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ │ │ ├── subsystem -> ../../../../../../../class/gpio | |
| │ │ │ │ │ │ └── uevent | |
| │ │ │ │ │ ├── modalias | |
| │ │ │ │ │ ├── of_node -> ../../../../../firmware/devicetree/base/soc/internal-regs/gpio@18140 | |
| │ │ │ │ │ ├── power | |
| │ │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ │ ├── control | |
| │ │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ │ ├── subsystem -> ../../../../../bus/platform | |
| │ │ │ │ │ └── uevent | |
| │ │ │ │ ├── d0018180.gpio | |
| │ │ │ │ │ ├── driver -> ../../../../../bus/platform/drivers/mvebu-gpio | |
| │ │ │ │ │ ├── driver_override | |
| │ │ │ │ │ ├── gpio | |
| │ │ │ │ │ │ └── gpiochip64 | |
| │ │ │ │ │ │ ├── base | |
| │ │ │ │ │ │ ├── device -> ../../../d0018180.gpio | |
| │ │ │ │ │ │ ├── label | |
| │ │ │ │ │ │ ├── ngpio | |
| │ │ │ │ │ │ ├── power | |
| │ │ │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ │ │ ├── control | |
| │ │ │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ │ │ ├── subsystem -> ../../../../../../../class/gpio | |
| │ │ │ │ │ │ └── uevent | |
| │ │ │ │ │ ├── modalias | |
| │ │ │ │ │ ├── of_node -> ../../../../../firmware/devicetree/base/soc/internal-regs/gpio@18180 | |
| │ │ │ │ │ ├── power | |
| │ │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ │ ├── control | |
| │ │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ │ ├── subsystem -> ../../../../../bus/platform | |
| │ │ │ │ │ └── uevent | |
| │ │ │ │ ├── d0018200.system-controller | |
| │ │ │ │ │ ├── driver_override | |
| │ │ │ │ │ ├── modalias | |
| │ │ │ │ │ ├── of_node -> ../../../../../firmware/devicetree/base/soc/internal-regs/system-controller@18200 | |
| │ │ │ │ │ ├── power | |
| │ │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ │ ├── control | |
| │ │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ │ ├── subsystem -> ../../../../../bus/platform | |
| │ │ │ │ │ └── uevent | |
| │ │ │ │ ├── d0018220.clock-gating-control | |
| │ │ │ │ │ ├── driver_override | |
| │ │ │ │ │ ├── modalias | |
| │ │ │ │ │ ├── of_node -> ../../../../../firmware/devicetree/base/soc/internal-regs/clock-gating-control@18220 | |
| │ │ │ │ │ ├── power | |
| │ │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ │ ├── control | |
| │ │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ │ ├── subsystem -> ../../../../../bus/platform | |
| │ │ │ │ │ └── uevent | |
| │ │ │ │ ├── d0018230.mvebu-sar | |
| │ │ │ │ │ ├── driver_override | |
| │ │ │ │ │ ├── modalias | |
| │ │ │ │ │ ├── of_node -> ../../../../../firmware/devicetree/base/soc/internal-regs/mvebu-sar@18230 | |
| │ │ │ │ │ ├── power | |
| │ │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ │ ├── control | |
| │ │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ │ ├── subsystem -> ../../../../../bus/platform | |
| │ │ │ │ │ └── uevent | |
| │ │ │ │ ├── d00182b0.thermal | |
| │ │ │ │ │ ├── driver -> ../../../../../bus/platform/drivers/armada_thermal | |
| │ │ │ │ │ ├── driver_override | |
| │ │ │ │ │ ├── modalias | |
| │ │ │ │ │ ├── of_node -> ../../../../../firmware/devicetree/base/soc/internal-regs/thermal@182b0 | |
| │ │ │ │ │ ├── power | |
| │ │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ │ ├── control | |
| │ │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ │ ├── subsystem -> ../../../../../bus/platform | |
| │ │ │ │ │ └── uevent | |
| │ │ │ │ ├── d0018700.clock-complex | |
| │ │ │ │ │ ├── driver_override | |
| │ │ │ │ │ ├── modalias | |
| │ │ │ │ │ ├── of_node -> ../../../../../firmware/devicetree/base/soc/internal-regs/clock-complex@18700 | |
| │ │ │ │ │ ├── power | |
| │ │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ │ ├── control | |
| │ │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ │ ├── subsystem -> ../../../../../bus/platform | |
| │ │ │ │ │ └── uevent | |
| │ │ │ │ ├── d0018740.corediv-clock | |
| │ │ │ │ │ ├── driver_override | |
| │ │ │ │ │ ├── modalias | |
| │ │ │ │ │ ├── of_node -> ../../../../../firmware/devicetree/base/soc/internal-regs/corediv-clock@18740 | |
| │ │ │ │ │ ├── power | |
| │ │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ │ ├── control | |
| │ │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ │ ├── subsystem -> ../../../../../bus/platform | |
| │ │ │ │ │ └── uevent | |
| │ │ │ │ ├── d0020000.mbus-controller | |
| │ │ │ │ │ ├── driver_override | |
| │ │ │ │ │ ├── modalias | |
| │ │ │ │ │ ├── of_node -> ../../../../../firmware/devicetree/base/soc/internal-regs/mbus-controller@20000 | |
| │ │ │ │ │ ├── power | |
| │ │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ │ ├── control | |
| │ │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ │ ├── subsystem -> ../../../../../bus/platform | |
| │ │ │ │ │ └── uevent | |
| │ │ │ │ ├── d0020200.coherency-fabric | |
| │ │ │ │ │ ├── driver_override | |
| │ │ │ │ │ ├── modalias | |
| │ │ │ │ │ ├── of_node -> ../../../../../firmware/devicetree/base/soc/internal-regs/coherency-fabric@20200 | |
| │ │ │ │ │ ├── power | |
| │ │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ │ ├── control | |
| │ │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ │ ├── subsystem -> ../../../../../bus/platform | |
| │ │ │ │ │ └── uevent | |
| │ │ │ │ ├── d0020300.timer | |
| │ │ │ │ │ ├── driver_override | |
| │ │ │ │ │ ├── modalias | |
| │ │ │ │ │ ├── of_node -> ../../../../../firmware/devicetree/base/soc/internal-regs/timer@20300 | |
| │ │ │ │ │ ├── power | |
| │ │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ │ ├── control | |
| │ │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ │ ├── subsystem -> ../../../../../bus/platform | |
| │ │ │ │ │ └── uevent | |
| │ │ │ │ ├── d0020300.watchdog | |
| │ │ │ │ │ ├── driver -> ../../../../../bus/platform/drivers/orion_wdt | |
| │ │ │ │ │ ├── driver_override | |
| │ │ │ │ │ ├── misc | |
| │ │ │ │ │ │ └── watchdog | |
| │ │ │ │ │ │ ├── dev | |
| │ │ │ │ │ │ ├── device -> ../../../d0020300.watchdog | |
| │ │ │ │ │ │ ├── power | |
| │ │ │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ │ │ ├── control | |
| │ │ │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ │ │ ├── subsystem -> ../../../../../../../class/misc | |
| │ │ │ │ │ │ └── uevent | |
| │ │ │ │ │ ├── modalias | |
| │ │ │ │ │ ├── of_node -> ../../../../../firmware/devicetree/base/soc/internal-regs/watchdog@20300 | |
| │ │ │ │ │ ├── power | |
| │ │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ │ ├── control | |
| │ │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ │ ├── subsystem -> ../../../../../bus/platform | |
| │ │ │ │ │ ├── uevent | |
| │ │ │ │ │ └── watchdog | |
| │ │ │ │ │ └── watchdog0 | |
| │ │ │ │ │ ├── dev | |
| │ │ │ │ │ ├── device -> ../../../d0020300.watchdog | |
| │ │ │ │ │ ├── power | |
| │ │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ │ ├── control | |
| │ │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ │ ├── subsystem -> ../../../../../../../class/watchdog | |
| │ │ │ │ │ └── uevent | |
| │ │ │ │ ├── d0020800.cpurst | |
| │ │ │ │ │ ├── driver_override | |
| │ │ │ │ │ ├── modalias | |
| │ │ │ │ │ ├── of_node -> ../../../../../firmware/devicetree/base/soc/internal-regs/cpurst@20800 | |
| │ │ │ │ │ ├── power | |
| │ │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ │ ├── control | |
| │ │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ │ ├── subsystem -> ../../../../../bus/platform | |
| │ │ │ │ │ └── uevent | |
| │ │ │ │ ├── d0020a00.interrupt-controller | |
| │ │ │ │ │ ├── driver_override | |
| │ │ │ │ │ ├── modalias | |
| │ │ │ │ │ ├── of_node -> ../../../../../firmware/devicetree/base/soc/internal-regs/interrupt-controller@20a00 | |
| │ │ │ │ │ ├── power | |
| │ │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ │ ├── control | |
| │ │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ │ ├── subsystem -> ../../../../../bus/platform | |
| │ │ │ │ │ └── uevent | |
| │ │ │ │ ├── d0021000.cpu-config | |
| │ │ │ │ │ ├── driver_override | |
| │ │ │ │ │ ├── modalias | |
| │ │ │ │ │ ├── of_node -> ../../../../../firmware/devicetree/base/soc/internal-regs/cpu-config@21000 | |
| │ │ │ │ │ ├── power | |
| │ │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ │ ├── control | |
| │ │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ │ ├── subsystem -> ../../../../../bus/platform | |
| │ │ │ │ │ └── uevent | |
| │ │ │ │ ├── d0022000.pmsu | |
| │ │ │ │ │ ├── driver_override | |
| │ │ │ │ │ ├── modalias | |
| │ │ │ │ │ ├── of_node -> ../../../../../firmware/devicetree/base/soc/internal-regs/pmsu@22000 | |
| │ │ │ │ │ ├── power | |
| │ │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ │ ├── control | |
| │ │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ │ ├── subsystem -> ../../../../../bus/platform | |
| │ │ │ │ │ └── uevent | |
| │ │ │ │ ├── d0060900.xor | |
| │ │ │ │ │ ├── driver_override | |
| │ │ │ │ │ ├── modalias | |
| │ │ │ │ │ ├── of_node -> ../../../../../firmware/devicetree/base/soc/internal-regs/xor@60900 | |
| │ │ │ │ │ ├── power | |
| │ │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ │ ├── control | |
| │ │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ │ ├── subsystem -> ../../../../../bus/platform | |
| │ │ │ │ │ └── uevent | |
| │ │ │ │ ├── d0070000.ethernet | |
| │ │ │ │ │ ├── driver -> ../../../../../bus/platform/drivers/mvneta | |
| │ │ │ │ │ ├── driver_override | |
| │ │ │ │ │ ├── modalias | |
| │ │ │ │ │ ├── net | |
| │ │ │ │ │ │ └── eth0 | |
| │ │ │ │ │ │ ├── addr_assign_type | |
| │ │ │ │ │ │ ├── address | |
| │ │ │ │ │ │ ├── addr_len | |
| │ │ │ │ │ │ ├── broadcast | |
| │ │ │ │ │ │ ├── carrier | |
| │ │ │ │ │ │ ├── carrier_changes | |
| │ │ │ │ │ │ ├── device -> ../../../d0070000.ethernet | |
| │ │ │ │ │ │ ├── dev_id | |
| │ │ │ │ │ │ ├── dev_port | |
| │ │ │ │ │ │ ├── dormant | |
| │ │ │ │ │ │ ├── duplex | |
| │ │ │ │ │ │ ├── flags | |
| │ │ │ │ │ │ ├── gro_flush_timeout | |
| │ │ │ │ │ │ ├── ifalias | |
| │ │ │ │ │ │ ├── ifindex | |
| │ │ │ │ │ │ ├── iflink | |
| │ │ │ │ │ │ ├── link_mode | |
| │ │ │ │ │ │ ├── mtu | |
| │ │ │ │ │ │ ├── name_assign_type | |
| │ │ │ │ │ │ ├── netdev_group | |
| │ │ │ │ │ │ ├── operstate | |
| │ │ │ │ │ │ ├── phys_port_id | |
| │ │ │ │ │ │ ├── phys_port_name | |
| │ │ │ │ │ │ ├── phys_switch_id | |
| │ │ │ │ │ │ ├── power | |
| │ │ │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ │ │ ├── control | |
| │ │ │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ │ │ ├── proto_down | |
| │ │ │ │ │ │ ├── queues | |
| │ │ │ │ │ │ │ ├── rx-0 | |
| │ │ │ │ │ │ │ │ ├── rps_cpus | |
| │ │ │ │ │ │ │ │ └── rps_flow_cnt | |
| │ │ │ │ │ │ │ ├── rx-1 | |
| │ │ │ │ │ │ │ │ ├── rps_cpus | |
| │ │ │ │ │ │ │ │ └── rps_flow_cnt | |
| │ │ │ │ │ │ │ ├── rx-2 | |
| │ │ │ │ │ │ │ │ ├── rps_cpus | |
| │ │ │ │ │ │ │ │ └── rps_flow_cnt | |
| │ │ │ │ │ │ │ ├── rx-3 | |
| │ │ │ │ │ │ │ │ ├── rps_cpus | |
| │ │ │ │ │ │ │ │ └── rps_flow_cnt | |
| │ │ │ │ │ │ │ ├── rx-4 | |
| │ │ │ │ │ │ │ │ ├── rps_cpus | |
| │ │ │ │ │ │ │ │ └── rps_flow_cnt | |
| │ │ │ │ │ │ │ ├── rx-5 | |
| │ │ │ │ │ │ │ │ ├── rps_cpus | |
| │ │ │ │ │ │ │ │ └── rps_flow_cnt | |
| │ │ │ │ │ │ │ ├── rx-6 | |
| │ │ │ │ │ │ │ │ ├── rps_cpus | |
| │ │ │ │ │ │ │ │ └── rps_flow_cnt | |
| │ │ │ │ │ │ │ ├── rx-7 | |
| │ │ │ │ │ │ │ │ ├── rps_cpus | |
| │ │ │ │ │ │ │ │ └── rps_flow_cnt | |
| │ │ │ │ │ │ │ ├── tx-0 | |
| │ │ │ │ │ │ │ │ ├── byte_queue_limits | |
| │ │ │ │ │ │ │ │ │ ├── hold_time | |
| │ │ │ │ │ │ │ │ │ ├── inflight | |
| │ │ │ │ │ │ │ │ │ ├── limit | |
| │ │ │ │ │ │ │ │ │ ├── limit_max | |
| │ │ │ │ │ │ │ │ │ └── limit_min | |
| │ │ │ │ │ │ │ │ ├── tx_maxrate | |
| │ │ │ │ │ │ │ │ ├── tx_timeout | |
| │ │ │ │ │ │ │ │ └── xps_cpus | |
| │ │ │ │ │ │ │ ├── tx-1 | |
| │ │ │ │ │ │ │ │ ├── byte_queue_limits | |
| │ │ │ │ │ │ │ │ │ ├── hold_time | |
| │ │ │ │ │ │ │ │ │ ├── inflight | |
| │ │ │ │ │ │ │ │ │ ├── limit | |
| │ │ │ │ │ │ │ │ │ ├── limit_max | |
| │ │ │ │ │ │ │ │ │ └── limit_min | |
| │ │ │ │ │ │ │ │ ├── tx_maxrate | |
| │ │ │ │ │ │ │ │ ├── tx_timeout | |
| │ │ │ │ │ │ │ │ └── xps_cpus | |
| │ │ │ │ │ │ │ ├── tx-2 | |
| │ │ │ │ │ │ │ │ ├── byte_queue_limits | |
| │ │ │ │ │ │ │ │ │ ├── hold_time | |
| │ │ │ │ │ │ │ │ │ ├── inflight | |
| │ │ │ │ │ │ │ │ │ ├── limit | |
| │ │ │ │ │ │ │ │ │ ├── limit_max | |
| │ │ │ │ │ │ │ │ │ └── limit_min | |
| │ │ │ │ │ │ │ │ ├── tx_maxrate | |
| │ │ │ │ │ │ │ │ ├── tx_timeout | |
| │ │ │ │ │ │ │ │ └── xps_cpus | |
| │ │ │ │ │ │ │ ├── tx-3 | |
| │ │ │ │ │ │ │ │ ├── byte_queue_limits | |
| │ │ │ │ │ │ │ │ │ ├── hold_time | |
| │ │ │ │ │ │ │ │ │ ├── inflight | |
| │ │ │ │ │ │ │ │ │ ├── limit | |
| │ │ │ │ │ │ │ │ │ ├── limit_max | |
| │ │ │ │ │ │ │ │ │ └── limit_min | |
| │ │ │ │ │ │ │ │ ├── tx_maxrate | |
| │ │ │ │ │ │ │ │ ├── tx_timeout | |
| │ │ │ │ │ │ │ │ └── xps_cpus | |
| │ │ │ │ │ │ │ ├── tx-4 | |
| │ │ │ │ │ │ │ │ ├── byte_queue_limits | |
| │ │ │ │ │ │ │ │ │ ├── hold_time | |
| │ │ │ │ │ │ │ │ │ ├── inflight | |
| │ │ │ │ │ │ │ │ │ ├── limit | |
| │ │ │ │ │ │ │ │ │ ├── limit_max | |
| │ │ │ │ │ │ │ │ │ └── limit_min | |
| │ │ │ │ │ │ │ │ ├── tx_maxrate | |
| │ │ │ │ │ │ │ │ ├── tx_timeout | |
| │ │ │ │ │ │ │ │ └── xps_cpus | |
| │ │ │ │ │ │ │ ├── tx-5 | |
| │ │ │ │ │ │ │ │ ├── byte_queue_limits | |
| │ │ │ │ │ │ │ │ │ ├── hold_time | |
| │ │ │ │ │ │ │ │ │ ├── inflight | |
| │ │ │ │ │ │ │ │ │ ├── limit | |
| │ │ │ │ │ │ │ │ │ ├── limit_max | |
| │ │ │ │ │ │ │ │ │ └── limit_min | |
| │ │ │ │ │ │ │ │ ├── tx_maxrate | |
| │ │ │ │ │ │ │ │ ├── tx_timeout | |
| │ │ │ │ │ │ │ │ └── xps_cpus | |
| │ │ │ │ │ │ │ ├── tx-6 | |
| │ │ │ │ │ │ │ │ ├── byte_queue_limits | |
| │ │ │ │ │ │ │ │ │ ├── hold_time | |
| │ │ │ │ │ │ │ │ │ ├── inflight | |
| │ │ │ │ │ │ │ │ │ ├── limit | |
| │ │ │ │ │ │ │ │ │ ├── limit_max | |
| │ │ │ │ │ │ │ │ │ └── limit_min | |
| │ │ │ │ │ │ │ │ ├── tx_maxrate | |
| │ │ │ │ │ │ │ │ ├── tx_timeout | |
| │ │ │ │ │ │ │ │ └── xps_cpus | |
| │ │ │ │ │ │ │ └── tx-7 | |
| │ │ │ │ │ │ │ ├── byte_queue_limits | |
| │ │ │ │ │ │ │ │ ├── hold_time | |
| │ │ │ │ │ │ │ │ ├── inflight | |
| │ │ │ │ │ │ │ │ ├── limit | |
| │ │ │ │ │ │ │ │ ├── limit_max | |
| │ │ │ │ │ │ │ │ └── limit_min | |
| │ │ │ │ │ │ │ ├── tx_maxrate | |
| │ │ │ │ │ │ │ ├── tx_timeout | |
| │ │ │ │ │ │ │ └── xps_cpus | |
| │ │ │ │ │ │ ├── speed | |
| │ │ │ │ │ │ ├── statistics | |
| │ │ │ │ │ │ │ ├── collisions | |
| │ │ │ │ │ │ │ ├── multicast | |
| │ │ │ │ │ │ │ ├── rx_bytes | |
| │ │ │ │ │ │ │ ├── rx_compressed | |
| │ │ │ │ │ │ │ ├── rx_crc_errors | |
| │ │ │ │ │ │ │ ├── rx_dropped | |
| │ │ │ │ │ │ │ ├── rx_errors | |
| │ │ │ │ │ │ │ ├── rx_fifo_errors | |
| │ │ │ │ │ │ │ ├── rx_frame_errors | |
| │ │ │ │ │ │ │ ├── rx_length_errors | |
| │ │ │ │ │ │ │ ├── rx_missed_errors | |
| │ │ │ │ │ │ │ ├── rx_over_errors | |
| │ │ │ │ │ │ │ ├── rx_packets | |
| │ │ │ │ │ │ │ ├── tx_aborted_errors | |
| │ │ │ │ │ │ │ ├── tx_bytes | |
| │ │ │ │ │ │ │ ├── tx_carrier_errors | |
| │ │ │ │ │ │ │ ├── tx_compressed | |
| │ │ │ │ │ │ │ ├── tx_dropped | |
| │ │ │ │ │ │ │ ├── tx_errors | |
| │ │ │ │ │ │ │ ├── tx_fifo_errors | |
| │ │ │ │ │ │ │ ├── tx_heartbeat_errors | |
| │ │ │ │ │ │ │ ├── tx_packets | |
| │ │ │ │ │ │ │ └── tx_window_errors | |
| │ │ │ │ │ │ ├── subsystem -> ../../../../../../../class/net | |
| │ │ │ │ │ │ ├── tx_queue_len | |
| │ │ │ │ │ │ ├── type | |
| │ │ │ │ │ │ └── uevent | |
| │ │ │ │ │ ├── of_node -> ../../../../../firmware/devicetree/base/soc/internal-regs/ethernet@70000 | |
| │ │ │ │ │ ├── power | |
| │ │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ │ ├── control | |
| │ │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ │ ├── subsystem -> ../../../../../bus/platform | |
| │ │ │ │ │ └── uevent | |
| │ │ │ │ ├── d0072004.mdio | |
| │ │ │ │ │ ├── driver -> ../../../../../bus/platform/drivers/orion-mdio | |
| │ │ │ │ │ ├── driver_override | |
| │ │ │ │ │ ├── mdio_bus | |
| │ │ │ │ │ │ └── d0072004.mdio-mi | |
| │ │ │ │ │ │ ├── device -> ../../../d0072004.mdio | |
| │ │ │ │ │ │ ├── of_node -> ../../../../../../../firmware/devicetree/base/soc/internal-regs/mdio | |
| │ │ │ │ │ │ ├── power | |
| │ │ │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ │ │ ├── control | |
| │ │ │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ │ │ ├── subsystem -> ../../../../../../../class/mdio_bus | |
| │ │ │ │ │ │ └── uevent | |
| │ │ │ │ │ ├── modalias | |
| │ │ │ │ │ ├── of_node -> ../../../../../firmware/devicetree/base/soc/internal-regs/mdio | |
| │ │ │ │ │ ├── power | |
| │ │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ │ ├── control | |
| │ │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ │ ├── subsystem -> ../../../../../bus/platform | |
| │ │ │ │ │ └── uevent | |
| │ │ │ │ ├── d0090000.crypto | |
| │ │ │ │ │ ├── driver_override | |
| │ │ │ │ │ ├── modalias | |
| │ │ │ │ │ ├── of_node -> ../../../../../firmware/devicetree/base/soc/internal-regs/crypto@90000 | |
| │ │ │ │ │ ├── power | |
| │ │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ │ ├── control | |
| │ │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ │ ├── subsystem -> ../../../../../bus/platform | |
| │ │ │ │ │ └── uevent | |
| │ │ │ │ ├── d00d4000.mvsdio | |
| │ │ │ │ │ ├── driver_override | |
| │ │ │ │ │ ├── modalias | |
| │ │ │ │ │ ├── of_node -> ../../../../../firmware/devicetree/base/soc/internal-regs/mvsdio@d4000 | |
| │ │ │ │ │ ├── power | |
| │ │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ │ ├── control | |
| │ │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ │ ├── subsystem -> ../../../../../bus/platform | |
| │ │ │ │ │ └── uevent | |
| │ │ │ │ ├── d00f0900.xor | |
| │ │ │ │ │ ├── driver_override | |
| │ │ │ │ │ ├── modalias | |
| │ │ │ │ │ ├── of_node -> ../../../../../firmware/devicetree/base/soc/internal-regs/xor@f0900 | |
| │ │ │ │ │ ├── power | |
| │ │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ │ ├── control | |
| │ │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ │ ├── subsystem -> ../../../../../bus/platform | |
| │ │ │ │ │ └── uevent | |
| │ │ │ │ ├── driver_override | |
| │ │ │ │ ├── modalias | |
| │ │ │ │ ├── of_node -> ../../../../firmware/devicetree/base/soc/internal-regs | |
| │ │ │ │ ├── power | |
| │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ ├── control | |
| │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ ├── subsystem -> ../../../../bus/platform | |
| │ │ │ │ └── uevent | |
| │ │ │ ├── soc:sa-sram0 | |
| │ │ │ │ ├── driver_override | |
| │ │ │ │ ├── modalias | |
| │ │ │ │ ├── of_node -> ../../../../firmware/devicetree/base/soc/sa-sram0 | |
| │ │ │ │ ├── power | |
| │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ ├── control | |
| │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ ├── subsystem -> ../../../../bus/platform | |
| │ │ │ │ └── uevent | |
| │ │ │ ├── soc:sa-sram1 | |
| │ │ │ │ ├── driver_override | |
| │ │ │ │ ├── modalias | |
| │ │ │ │ ├── of_node -> ../../../../firmware/devicetree/base/soc/sa-sram1 | |
| │ │ │ │ ├── power | |
| │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ ├── control | |
| │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ ├── subsystem -> ../../../../bus/platform | |
| │ │ │ │ └── uevent | |
| │ │ │ ├── subsystem -> ../../../bus/platform | |
| │ │ │ └── uevent | |
| │ │ └── uevent | |
| │ ├── soc0 | |
| │ │ ├── family | |
| │ │ ├── power | |
| │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ ├── control | |
| │ │ │ ├── runtime_active_time | |
| │ │ │ ├── runtime_status | |
| │ │ │ └── runtime_suspended_time | |
| │ │ ├── revision | |
| │ │ ├── soc_id | |
| │ │ ├── subsystem -> ../../bus/soc | |
| │ │ └── uevent | |
| │ ├── software | |
| │ │ ├── perf_event_mux_interval_ms | |
| │ │ ├── power | |
| │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ ├── control | |
| │ │ │ ├── runtime_active_time | |
| │ │ │ ├── runtime_status | |
| │ │ │ └── runtime_suspended_time | |
| │ │ ├── subsystem -> ../../bus/event_source | |
| │ │ ├── type | |
| │ │ └── uevent | |
| │ ├── system | |
| │ │ ├── clockevents | |
| │ │ │ ├── broadcast | |
| │ │ │ │ ├── current_device | |
| │ │ │ │ ├── power | |
| │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ ├── control | |
| │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ ├── subsystem -> ../../../../bus/clockevents | |
| │ │ │ │ └── uevent | |
| │ │ │ ├── clockevent0 | |
| │ │ │ │ ├── current_device | |
| │ │ │ │ ├── power | |
| │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ ├── control | |
| │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ ├── subsystem -> ../../../../bus/clockevents | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind_device | |
| │ │ │ ├── clockevent1 | |
| │ │ │ │ ├── current_device | |
| │ │ │ │ ├── power | |
| │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ ├── control | |
| │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ ├── subsystem -> ../../../../bus/clockevents | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind_device | |
| │ │ │ ├── clockevent2 | |
| │ │ │ │ ├── current_device | |
| │ │ │ │ ├── power | |
| │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ ├── control | |
| │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ ├── subsystem -> ../../../../bus/clockevents | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind_device | |
| │ │ │ ├── clockevent3 | |
| │ │ │ │ ├── current_device | |
| │ │ │ │ ├── power | |
| │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ ├── control | |
| │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ ├── subsystem -> ../../../../bus/clockevents | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind_device | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ └── uevent | |
| │ │ ├── clocksource | |
| │ │ │ ├── clocksource0 | |
| │ │ │ │ ├── available_clocksource | |
| │ │ │ │ ├── current_clocksource | |
| │ │ │ │ ├── power | |
| │ │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ │ ├── control | |
| │ │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ │ ├── runtime_status | |
| │ │ │ │ │ └── runtime_suspended_time | |
| │ │ │ │ ├── subsystem -> ../../../../bus/clocksource | |
| │ │ │ │ ├── uevent | |
| │ │ │ │ └── unbind_clocksource | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ └── uevent | |
| │ │ ├── container | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ └── uevent | |
| │ │ └── cpu | |
| │ │ ├── cpu0 | |
| │ │ │ ├── cpufreq -> ../cpufreq/policy0 | |
| │ │ │ ├── cpuidle | |
| │ │ │ │ ├── state0 | |
| │ │ │ │ │ ├── desc | |
| │ │ │ │ │ ├── disable | |
| │ │ │ │ │ ├── latency | |
| │ │ │ │ │ ├── name | |
| │ │ │ │ │ ├── power | |
| │ │ │ │ │ ├── residency | |
| │ │ │ │ │ ├── time | |
| │ │ │ │ │ └── usage | |
| │ │ │ │ ├── state1 | |
| │ │ │ │ │ ├── desc | |
| │ │ │ │ │ ├── disable | |
| │ │ │ │ │ ├── latency | |
| │ │ │ │ │ ├── name | |
| │ │ │ │ │ ├── power | |
| │ │ │ │ │ ├── residency | |
| │ │ │ │ │ ├── time | |
| │ │ │ │ │ └── usage | |
| │ │ │ │ └── state2 | |
| │ │ │ │ ├── desc | |
| │ │ │ │ ├── disable | |
| │ │ │ │ ├── latency | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── power | |
| │ │ │ │ ├── residency | |
| │ │ │ │ ├── time | |
| │ │ │ │ └── usage | |
| │ │ │ ├── crash_notes | |
| │ │ │ ├── crash_notes_size | |
| │ │ │ ├── of_node -> ../../../../firmware/devicetree/base/cpus/cpu@0 | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../bus/cpu | |
| │ │ │ ├── topology | |
| │ │ │ │ ├── core_id | |
| │ │ │ │ ├── core_siblings | |
| │ │ │ │ ├── core_siblings_list | |
| │ │ │ │ ├── physical_package_id | |
| │ │ │ │ ├── thread_siblings | |
| │ │ │ │ └── thread_siblings_list | |
| │ │ │ └── uevent | |
| │ │ ├── cpu1 | |
| │ │ │ ├── cpufreq -> ../cpufreq/policy1 | |
| │ │ │ ├── cpuidle | |
| │ │ │ │ ├── state0 | |
| │ │ │ │ │ ├── desc | |
| │ │ │ │ │ ├── disable | |
| │ │ │ │ │ ├── latency | |
| │ │ │ │ │ ├── name | |
| │ │ │ │ │ ├── power | |
| │ │ │ │ │ ├── residency | |
| │ │ │ │ │ ├── time | |
| │ │ │ │ │ └── usage | |
| │ │ │ │ ├── state1 | |
| │ │ │ │ │ ├── desc | |
| │ │ │ │ │ ├── disable | |
| │ │ │ │ │ ├── latency | |
| │ │ │ │ │ ├── name | |
| │ │ │ │ │ ├── power | |
| │ │ │ │ │ ├── residency | |
| │ │ │ │ │ ├── time | |
| │ │ │ │ │ └── usage | |
| │ │ │ │ └── state2 | |
| │ │ │ │ ├── desc | |
| │ │ │ │ ├── disable | |
| │ │ │ │ ├── latency | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── power | |
| │ │ │ │ ├── residency | |
| │ │ │ │ ├── time | |
| │ │ │ │ └── usage | |
| │ │ │ ├── crash_notes | |
| │ │ │ ├── crash_notes_size | |
| │ │ │ ├── of_node -> ../../../../firmware/devicetree/base/cpus/cpu@1 | |
| │ │ │ ├── online | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../bus/cpu | |
| │ │ │ ├── topology | |
| │ │ │ │ ├── core_id | |
| │ │ │ │ ├── core_siblings | |
| │ │ │ │ ├── core_siblings_list | |
| │ │ │ │ ├── physical_package_id | |
| │ │ │ │ ├── thread_siblings | |
| │ │ │ │ └── thread_siblings_list | |
| │ │ │ └── uevent | |
| │ │ ├── cpu2 | |
| │ │ │ ├── cpufreq -> ../cpufreq/policy2 | |
| │ │ │ ├── cpuidle | |
| │ │ │ │ ├── state0 | |
| │ │ │ │ │ ├── desc | |
| │ │ │ │ │ ├── disable | |
| │ │ │ │ │ ├── latency | |
| │ │ │ │ │ ├── name | |
| │ │ │ │ │ ├── power | |
| │ │ │ │ │ ├── residency | |
| │ │ │ │ │ ├── time | |
| │ │ │ │ │ └── usage | |
| │ │ │ │ ├── state1 | |
| │ │ │ │ │ ├── desc | |
| │ │ │ │ │ ├── disable | |
| │ │ │ │ │ ├── latency | |
| │ │ │ │ │ ├── name | |
| │ │ │ │ │ ├── power | |
| │ │ │ │ │ ├── residency | |
| │ │ │ │ │ ├── time | |
| │ │ │ │ │ └── usage | |
| │ │ │ │ └── state2 | |
| │ │ │ │ ├── desc | |
| │ │ │ │ ├── disable | |
| │ │ │ │ ├── latency | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── power | |
| │ │ │ │ ├── residency | |
| │ │ │ │ ├── time | |
| │ │ │ │ └── usage | |
| │ │ │ ├── crash_notes | |
| │ │ │ ├── crash_notes_size | |
| │ │ │ ├── of_node -> ../../../../firmware/devicetree/base/cpus/cpu@2 | |
| │ │ │ ├── online | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../bus/cpu | |
| │ │ │ ├── topology | |
| │ │ │ │ ├── core_id | |
| │ │ │ │ ├── core_siblings | |
| │ │ │ │ ├── core_siblings_list | |
| │ │ │ │ ├── physical_package_id | |
| │ │ │ │ ├── thread_siblings | |
| │ │ │ │ └── thread_siblings_list | |
| │ │ │ └── uevent | |
| │ │ ├── cpu3 | |
| │ │ │ ├── cpufreq -> ../cpufreq/policy3 | |
| │ │ │ ├── cpuidle | |
| │ │ │ │ ├── state0 | |
| │ │ │ │ │ ├── desc | |
| │ │ │ │ │ ├── disable | |
| │ │ │ │ │ ├── latency | |
| │ │ │ │ │ ├── name | |
| │ │ │ │ │ ├── power | |
| │ │ │ │ │ ├── residency | |
| │ │ │ │ │ ├── time | |
| │ │ │ │ │ └── usage | |
| │ │ │ │ ├── state1 | |
| │ │ │ │ │ ├── desc | |
| │ │ │ │ │ ├── disable | |
| │ │ │ │ │ ├── latency | |
| │ │ │ │ │ ├── name | |
| │ │ │ │ │ ├── power | |
| │ │ │ │ │ ├── residency | |
| │ │ │ │ │ ├── time | |
| │ │ │ │ │ └── usage | |
| │ │ │ │ └── state2 | |
| │ │ │ │ ├── desc | |
| │ │ │ │ ├── disable | |
| │ │ │ │ ├── latency | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── power | |
| │ │ │ │ ├── residency | |
| │ │ │ │ ├── time | |
| │ │ │ │ └── usage | |
| │ │ │ ├── crash_notes | |
| │ │ │ ├── crash_notes_size | |
| │ │ │ ├── of_node -> ../../../../firmware/devicetree/base/cpus/cpu@3 | |
| │ │ │ ├── online | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../bus/cpu | |
| │ │ │ ├── topology | |
| │ │ │ │ ├── core_id | |
| │ │ │ │ ├── core_siblings | |
| │ │ │ │ ├── core_siblings_list | |
| │ │ │ │ ├── physical_package_id | |
| │ │ │ │ ├── thread_siblings | |
| │ │ │ │ └── thread_siblings_list | |
| │ │ │ └── uevent | |
| │ │ ├── cpufreq | |
| │ │ │ ├── policy0 | |
| │ │ │ │ ├── affected_cpus | |
| │ │ │ │ ├── cpuinfo_cur_freq | |
| │ │ │ │ ├── cpuinfo_max_freq | |
| │ │ │ │ ├── cpuinfo_min_freq | |
| │ │ │ │ ├── cpuinfo_transition_latency | |
| │ │ │ │ ├── related_cpus | |
| │ │ │ │ ├── scaling_available_frequencies | |
| │ │ │ │ ├── scaling_available_governors | |
| │ │ │ │ ├── scaling_cur_freq | |
| │ │ │ │ ├── scaling_driver | |
| │ │ │ │ ├── scaling_governor | |
| │ │ │ │ ├── scaling_max_freq | |
| │ │ │ │ ├── scaling_min_freq | |
| │ │ │ │ ├── scaling_setspeed | |
| │ │ │ │ └── stats | |
| │ │ │ │ ├── time_in_state | |
| │ │ │ │ └── total_trans | |
| │ │ │ ├── policy1 | |
| │ │ │ │ ├── affected_cpus | |
| │ │ │ │ ├── cpuinfo_cur_freq | |
| │ │ │ │ ├── cpuinfo_max_freq | |
| │ │ │ │ ├── cpuinfo_min_freq | |
| │ │ │ │ ├── cpuinfo_transition_latency | |
| │ │ │ │ ├── related_cpus | |
| │ │ │ │ ├── scaling_available_frequencies | |
| │ │ │ │ ├── scaling_available_governors | |
| │ │ │ │ ├── scaling_cur_freq | |
| │ │ │ │ ├── scaling_driver | |
| │ │ │ │ ├── scaling_governor | |
| │ │ │ │ ├── scaling_max_freq | |
| │ │ │ │ ├── scaling_min_freq | |
| │ │ │ │ ├── scaling_setspeed | |
| │ │ │ │ └── stats | |
| │ │ │ │ ├── time_in_state | |
| │ │ │ │ └── total_trans | |
| │ │ │ ├── policy2 | |
| │ │ │ │ ├── affected_cpus | |
| │ │ │ │ ├── cpuinfo_cur_freq | |
| │ │ │ │ ├── cpuinfo_max_freq | |
| │ │ │ │ ├── cpuinfo_min_freq | |
| │ │ │ │ ├── cpuinfo_transition_latency | |
| │ │ │ │ ├── related_cpus | |
| │ │ │ │ ├── scaling_available_frequencies | |
| │ │ │ │ ├── scaling_available_governors | |
| │ │ │ │ ├── scaling_cur_freq | |
| │ │ │ │ ├── scaling_driver | |
| │ │ │ │ ├── scaling_governor | |
| │ │ │ │ ├── scaling_max_freq | |
| │ │ │ │ ├── scaling_min_freq | |
| │ │ │ │ ├── scaling_setspeed | |
| │ │ │ │ └── stats | |
| │ │ │ │ ├── time_in_state | |
| │ │ │ │ └── total_trans | |
| │ │ │ └── policy3 | |
| │ │ │ ├── affected_cpus | |
| │ │ │ ├── cpuinfo_cur_freq | |
| │ │ │ ├── cpuinfo_max_freq | |
| │ │ │ ├── cpuinfo_min_freq | |
| │ │ │ ├── cpuinfo_transition_latency | |
| │ │ │ ├── related_cpus | |
| │ │ │ ├── scaling_available_frequencies | |
| │ │ │ ├── scaling_available_governors | |
| │ │ │ ├── scaling_cur_freq | |
| │ │ │ ├── scaling_driver | |
| │ │ │ ├── scaling_governor | |
| │ │ │ ├── scaling_max_freq | |
| │ │ │ ├── scaling_min_freq | |
| │ │ │ ├── scaling_setspeed | |
| │ │ │ └── stats | |
| │ │ │ ├── time_in_state | |
| │ │ │ └── total_trans | |
| │ │ ├── cpuidle | |
| │ │ │ ├── current_driver | |
| │ │ │ └── current_governor_ro | |
| │ │ ├── isolated | |
| │ │ ├── kernel_max | |
| │ │ ├── offline | |
| │ │ ├── online | |
| │ │ ├── possible | |
| │ │ ├── power | |
| │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ ├── control | |
| │ │ │ ├── runtime_active_time | |
| │ │ │ ├── runtime_status | |
| │ │ │ └── runtime_suspended_time | |
| │ │ ├── present | |
| │ │ └── uevent | |
| │ └── virtual | |
| │ ├── bdi | |
| │ │ ├── 254:0 | |
| │ │ │ ├── max_ratio | |
| │ │ │ ├── min_ratio | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── read_ahead_kb | |
| │ │ │ ├── stable_pages_required | |
| │ │ │ ├── subsystem -> ../../../../class/bdi | |
| │ │ │ └── uevent | |
| │ │ ├── 43:0 | |
| │ │ │ ├── max_ratio | |
| │ │ │ ├── min_ratio | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── read_ahead_kb | |
| │ │ │ ├── stable_pages_required | |
| │ │ │ ├── subsystem -> ../../../../class/bdi | |
| │ │ │ └── uevent | |
| │ │ ├── 43:1 | |
| │ │ │ ├── max_ratio | |
| │ │ │ ├── min_ratio | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── read_ahead_kb | |
| │ │ │ ├── stable_pages_required | |
| │ │ │ ├── subsystem -> ../../../../class/bdi | |
| │ │ │ └── uevent | |
| │ │ ├── 43:10 | |
| │ │ │ ├── max_ratio | |
| │ │ │ ├── min_ratio | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── read_ahead_kb | |
| │ │ │ ├── stable_pages_required | |
| │ │ │ ├── subsystem -> ../../../../class/bdi | |
| │ │ │ └── uevent | |
| │ │ ├── 43:11 | |
| │ │ │ ├── max_ratio | |
| │ │ │ ├── min_ratio | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── read_ahead_kb | |
| │ │ │ ├── stable_pages_required | |
| │ │ │ ├── subsystem -> ../../../../class/bdi | |
| │ │ │ └── uevent | |
| │ │ ├── 43:12 | |
| │ │ │ ├── max_ratio | |
| │ │ │ ├── min_ratio | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── read_ahead_kb | |
| │ │ │ ├── stable_pages_required | |
| │ │ │ ├── subsystem -> ../../../../class/bdi | |
| │ │ │ └── uevent | |
| │ │ ├── 43:13 | |
| │ │ │ ├── max_ratio | |
| │ │ │ ├── min_ratio | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── read_ahead_kb | |
| │ │ │ ├── stable_pages_required | |
| │ │ │ ├── subsystem -> ../../../../class/bdi | |
| │ │ │ └── uevent | |
| │ │ ├── 43:14 | |
| │ │ │ ├── max_ratio | |
| │ │ │ ├── min_ratio | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── read_ahead_kb | |
| │ │ │ ├── stable_pages_required | |
| │ │ │ ├── subsystem -> ../../../../class/bdi | |
| │ │ │ └── uevent | |
| │ │ ├── 43:15 | |
| │ │ │ ├── max_ratio | |
| │ │ │ ├── min_ratio | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── read_ahead_kb | |
| │ │ │ ├── stable_pages_required | |
| │ │ │ ├── subsystem -> ../../../../class/bdi | |
| │ │ │ └── uevent | |
| │ │ ├── 43:2 | |
| │ │ │ ├── max_ratio | |
| │ │ │ ├── min_ratio | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── read_ahead_kb | |
| │ │ │ ├── stable_pages_required | |
| │ │ │ ├── subsystem -> ../../../../class/bdi | |
| │ │ │ └── uevent | |
| │ │ ├── 43:3 | |
| │ │ │ ├── max_ratio | |
| │ │ │ ├── min_ratio | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── read_ahead_kb | |
| │ │ │ ├── stable_pages_required | |
| │ │ │ ├── subsystem -> ../../../../class/bdi | |
| │ │ │ └── uevent | |
| │ │ ├── 43:4 | |
| │ │ │ ├── max_ratio | |
| │ │ │ ├── min_ratio | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── read_ahead_kb | |
| │ │ │ ├── stable_pages_required | |
| │ │ │ ├── subsystem -> ../../../../class/bdi | |
| │ │ │ └── uevent | |
| │ │ ├── 43:5 | |
| │ │ │ ├── max_ratio | |
| │ │ │ ├── min_ratio | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── read_ahead_kb | |
| │ │ │ ├── stable_pages_required | |
| │ │ │ ├── subsystem -> ../../../../class/bdi | |
| │ │ │ └── uevent | |
| │ │ ├── 43:6 | |
| │ │ │ ├── max_ratio | |
| │ │ │ ├── min_ratio | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── read_ahead_kb | |
| │ │ │ ├── stable_pages_required | |
| │ │ │ ├── subsystem -> ../../../../class/bdi | |
| │ │ │ └── uevent | |
| │ │ ├── 43:7 | |
| │ │ │ ├── max_ratio | |
| │ │ │ ├── min_ratio | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── read_ahead_kb | |
| │ │ │ ├── stable_pages_required | |
| │ │ │ ├── subsystem -> ../../../../class/bdi | |
| │ │ │ └── uevent | |
| │ │ ├── 43:8 | |
| │ │ │ ├── max_ratio | |
| │ │ │ ├── min_ratio | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── read_ahead_kb | |
| │ │ │ ├── stable_pages_required | |
| │ │ │ ├── subsystem -> ../../../../class/bdi | |
| │ │ │ └── uevent | |
| │ │ ├── 43:9 | |
| │ │ │ ├── max_ratio | |
| │ │ │ ├── min_ratio | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── read_ahead_kb | |
| │ │ │ ├── stable_pages_required | |
| │ │ │ ├── subsystem -> ../../../../class/bdi | |
| │ │ │ └── uevent | |
| │ │ └── mtd | |
| │ │ ├── max_ratio | |
| │ │ ├── min_ratio | |
| │ │ ├── power | |
| │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ ├── control | |
| │ │ │ ├── runtime_active_time | |
| │ │ │ ├── runtime_status | |
| │ │ │ └── runtime_suspended_time | |
| │ │ ├── read_ahead_kb | |
| │ │ ├── stable_pages_required | |
| │ │ ├── subsystem -> ../../../../class/bdi | |
| │ │ └── uevent | |
| │ ├── block | |
| │ │ ├── nbd0 | |
| │ │ │ ├── alignment_offset | |
| │ │ │ ├── badblocks | |
| │ │ │ ├── bdi -> ../../bdi/43:0 | |
| │ │ │ ├── capability | |
| │ │ │ ├── dev | |
| │ │ │ ├── discard_alignment | |
| │ │ │ ├── ext_range | |
| │ │ │ ├── holders | |
| │ │ │ ├── inflight | |
| │ │ │ ├── integrity | |
| │ │ │ │ ├── device_is_integrity_capable | |
| │ │ │ │ ├── format | |
| │ │ │ │ ├── protection_interval_bytes | |
| │ │ │ │ ├── read_verify | |
| │ │ │ │ ├── tag_size | |
| │ │ │ │ └── write_generate | |
| │ │ │ ├── pid | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── queue | |
| │ │ │ │ ├── add_random | |
| │ │ │ │ ├── discard_granularity | |
| │ │ │ │ ├── discard_max_bytes | |
| │ │ │ │ ├── discard_max_hw_bytes | |
| │ │ │ │ ├── discard_zeroes_data | |
| │ │ │ │ ├── hw_sector_size | |
| │ │ │ │ ├── io_poll | |
| │ │ │ │ ├── iosched | |
| │ │ │ │ │ ├── fifo_batch | |
| │ │ │ │ │ ├── front_merges | |
| │ │ │ │ │ ├── read_expire | |
| │ │ │ │ │ ├── write_expire | |
| │ │ │ │ │ └── writes_starved | |
| │ │ │ │ ├── iostats | |
| │ │ │ │ ├── logical_block_size | |
| │ │ │ │ ├── max_hw_sectors_kb | |
| │ │ │ │ ├── max_integrity_segments | |
| │ │ │ │ ├── max_sectors_kb | |
| │ │ │ │ ├── max_segments | |
| │ │ │ │ ├── max_segment_size | |
| │ │ │ │ ├── minimum_io_size | |
| │ │ │ │ ├── nomerges | |
| │ │ │ │ ├── nr_requests | |
| │ │ │ │ ├── optimal_io_size | |
| │ │ │ │ ├── physical_block_size | |
| │ │ │ │ ├── read_ahead_kb | |
| │ │ │ │ ├── rotational | |
| │ │ │ │ ├── rq_affinity | |
| │ │ │ │ ├── scheduler | |
| │ │ │ │ └── write_same_max_bytes | |
| │ │ │ ├── range | |
| │ │ │ ├── removable | |
| │ │ │ ├── ro | |
| │ │ │ ├── size | |
| │ │ │ ├── slaves | |
| │ │ │ ├── stat | |
| │ │ │ ├── subsystem -> ../../../../class/block | |
| │ │ │ └── uevent | |
| │ │ ├── nbd1 | |
| │ │ │ ├── alignment_offset | |
| │ │ │ ├── badblocks | |
| │ │ │ ├── bdi -> ../../bdi/43:1 | |
| │ │ │ ├── capability | |
| │ │ │ ├── dev | |
| │ │ │ ├── discard_alignment | |
| │ │ │ ├── ext_range | |
| │ │ │ ├── holders | |
| │ │ │ ├── inflight | |
| │ │ │ ├── integrity | |
| │ │ │ │ ├── device_is_integrity_capable | |
| │ │ │ │ ├── format | |
| │ │ │ │ ├── protection_interval_bytes | |
| │ │ │ │ ├── read_verify | |
| │ │ │ │ ├── tag_size | |
| │ │ │ │ └── write_generate | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── queue | |
| │ │ │ │ ├── add_random | |
| │ │ │ │ ├── discard_granularity | |
| │ │ │ │ ├── discard_max_bytes | |
| │ │ │ │ ├── discard_max_hw_bytes | |
| │ │ │ │ ├── discard_zeroes_data | |
| │ │ │ │ ├── hw_sector_size | |
| │ │ │ │ ├── io_poll | |
| │ │ │ │ ├── iosched | |
| │ │ │ │ │ ├── fifo_batch | |
| │ │ │ │ │ ├── front_merges | |
| │ │ │ │ │ ├── read_expire | |
| │ │ │ │ │ ├── write_expire | |
| │ │ │ │ │ └── writes_starved | |
| │ │ │ │ ├── iostats | |
| │ │ │ │ ├── logical_block_size | |
| │ │ │ │ ├── max_hw_sectors_kb | |
| │ │ │ │ ├── max_integrity_segments | |
| │ │ │ │ ├── max_sectors_kb | |
| │ │ │ │ ├── max_segments | |
| │ │ │ │ ├── max_segment_size | |
| │ │ │ │ ├── minimum_io_size | |
| │ │ │ │ ├── nomerges | |
| │ │ │ │ ├── nr_requests | |
| │ │ │ │ ├── optimal_io_size | |
| │ │ │ │ ├── physical_block_size | |
| │ │ │ │ ├── read_ahead_kb | |
| │ │ │ │ ├── rotational | |
| │ │ │ │ ├── rq_affinity | |
| │ │ │ │ ├── scheduler | |
| │ │ │ │ └── write_same_max_bytes | |
| │ │ │ ├── range | |
| │ │ │ ├── removable | |
| │ │ │ ├── ro | |
| │ │ │ ├── size | |
| │ │ │ ├── slaves | |
| │ │ │ ├── stat | |
| │ │ │ ├── subsystem -> ../../../../class/block | |
| │ │ │ └── uevent | |
| │ │ ├── nbd10 | |
| │ │ │ ├── alignment_offset | |
| │ │ │ ├── badblocks | |
| │ │ │ ├── bdi -> ../../bdi/43:10 | |
| │ │ │ ├── capability | |
| │ │ │ ├── dev | |
| │ │ │ ├── discard_alignment | |
| │ │ │ ├── ext_range | |
| │ │ │ ├── holders | |
| │ │ │ ├── inflight | |
| │ │ │ ├── integrity | |
| │ │ │ │ ├── device_is_integrity_capable | |
| │ │ │ │ ├── format | |
| │ │ │ │ ├── protection_interval_bytes | |
| │ │ │ │ ├── read_verify | |
| │ │ │ │ ├── tag_size | |
| │ │ │ │ └── write_generate | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── queue | |
| │ │ │ │ ├── add_random | |
| │ │ │ │ ├── discard_granularity | |
| │ │ │ │ ├── discard_max_bytes | |
| │ │ │ │ ├── discard_max_hw_bytes | |
| │ │ │ │ ├── discard_zeroes_data | |
| │ │ │ │ ├── hw_sector_size | |
| │ │ │ │ ├── io_poll | |
| │ │ │ │ ├── iosched | |
| │ │ │ │ │ ├── fifo_batch | |
| │ │ │ │ │ ├── front_merges | |
| │ │ │ │ │ ├── read_expire | |
| │ │ │ │ │ ├── write_expire | |
| │ │ │ │ │ └── writes_starved | |
| │ │ │ │ ├── iostats | |
| │ │ │ │ ├── logical_block_size | |
| │ │ │ │ ├── max_hw_sectors_kb | |
| │ │ │ │ ├── max_integrity_segments | |
| │ │ │ │ ├── max_sectors_kb | |
| │ │ │ │ ├── max_segments | |
| │ │ │ │ ├── max_segment_size | |
| │ │ │ │ ├── minimum_io_size | |
| │ │ │ │ ├── nomerges | |
| │ │ │ │ ├── nr_requests | |
| │ │ │ │ ├── optimal_io_size | |
| │ │ │ │ ├── physical_block_size | |
| │ │ │ │ ├── read_ahead_kb | |
| │ │ │ │ ├── rotational | |
| │ │ │ │ ├── rq_affinity | |
| │ │ │ │ ├── scheduler | |
| │ │ │ │ └── write_same_max_bytes | |
| │ │ │ ├── range | |
| │ │ │ ├── removable | |
| │ │ │ ├── ro | |
| │ │ │ ├── size | |
| │ │ │ ├── slaves | |
| │ │ │ ├── stat | |
| │ │ │ ├── subsystem -> ../../../../class/block | |
| │ │ │ └── uevent | |
| │ │ ├── nbd11 | |
| │ │ │ ├── alignment_offset | |
| │ │ │ ├── badblocks | |
| │ │ │ ├── bdi -> ../../bdi/43:11 | |
| │ │ │ ├── capability | |
| │ │ │ ├── dev | |
| │ │ │ ├── discard_alignment | |
| │ │ │ ├── ext_range | |
| │ │ │ ├── holders | |
| │ │ │ ├── inflight | |
| │ │ │ ├── integrity | |
| │ │ │ │ ├── device_is_integrity_capable | |
| │ │ │ │ ├── format | |
| │ │ │ │ ├── protection_interval_bytes | |
| │ │ │ │ ├── read_verify | |
| │ │ │ │ ├── tag_size | |
| │ │ │ │ └── write_generate | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── queue | |
| │ │ │ │ ├── add_random | |
| │ │ │ │ ├── discard_granularity | |
| │ │ │ │ ├── discard_max_bytes | |
| │ │ │ │ ├── discard_max_hw_bytes | |
| │ │ │ │ ├── discard_zeroes_data | |
| │ │ │ │ ├── hw_sector_size | |
| │ │ │ │ ├── io_poll | |
| │ │ │ │ ├── iosched | |
| │ │ │ │ │ ├── fifo_batch | |
| │ │ │ │ │ ├── front_merges | |
| │ │ │ │ │ ├── read_expire | |
| │ │ │ │ │ ├── write_expire | |
| │ │ │ │ │ └── writes_starved | |
| │ │ │ │ ├── iostats | |
| │ │ │ │ ├── logical_block_size | |
| │ │ │ │ ├── max_hw_sectors_kb | |
| │ │ │ │ ├── max_integrity_segments | |
| │ │ │ │ ├── max_sectors_kb | |
| │ │ │ │ ├── max_segments | |
| │ │ │ │ ├── max_segment_size | |
| │ │ │ │ ├── minimum_io_size | |
| │ │ │ │ ├── nomerges | |
| │ │ │ │ ├── nr_requests | |
| │ │ │ │ ├── optimal_io_size | |
| │ │ │ │ ├── physical_block_size | |
| │ │ │ │ ├── read_ahead_kb | |
| │ │ │ │ ├── rotational | |
| │ │ │ │ ├── rq_affinity | |
| │ │ │ │ ├── scheduler | |
| │ │ │ │ └── write_same_max_bytes | |
| │ │ │ ├── range | |
| │ │ │ ├── removable | |
| │ │ │ ├── ro | |
| │ │ │ ├── size | |
| │ │ │ ├── slaves | |
| │ │ │ ├── stat | |
| │ │ │ ├── subsystem -> ../../../../class/block | |
| │ │ │ └── uevent | |
| │ │ ├── nbd12 | |
| │ │ │ ├── alignment_offset | |
| │ │ │ ├── badblocks | |
| │ │ │ ├── bdi -> ../../bdi/43:12 | |
| │ │ │ ├── capability | |
| │ │ │ ├── dev | |
| │ │ │ ├── discard_alignment | |
| │ │ │ ├── ext_range | |
| │ │ │ ├── holders | |
| │ │ │ ├── inflight | |
| │ │ │ ├── integrity | |
| │ │ │ │ ├── device_is_integrity_capable | |
| │ │ │ │ ├── format | |
| │ │ │ │ ├── protection_interval_bytes | |
| │ │ │ │ ├── read_verify | |
| │ │ │ │ ├── tag_size | |
| │ │ │ │ └── write_generate | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── queue | |
| │ │ │ │ ├── add_random | |
| │ │ │ │ ├── discard_granularity | |
| │ │ │ │ ├── discard_max_bytes | |
| │ │ │ │ ├── discard_max_hw_bytes | |
| │ │ │ │ ├── discard_zeroes_data | |
| │ │ │ │ ├── hw_sector_size | |
| │ │ │ │ ├── io_poll | |
| │ │ │ │ ├── iosched | |
| │ │ │ │ │ ├── fifo_batch | |
| │ │ │ │ │ ├── front_merges | |
| │ │ │ │ │ ├── read_expire | |
| │ │ │ │ │ ├── write_expire | |
| │ │ │ │ │ └── writes_starved | |
| │ │ │ │ ├── iostats | |
| │ │ │ │ ├── logical_block_size | |
| │ │ │ │ ├── max_hw_sectors_kb | |
| │ │ │ │ ├── max_integrity_segments | |
| │ │ │ │ ├── max_sectors_kb | |
| │ │ │ │ ├── max_segments | |
| │ │ │ │ ├── max_segment_size | |
| │ │ │ │ ├── minimum_io_size | |
| │ │ │ │ ├── nomerges | |
| │ │ │ │ ├── nr_requests | |
| │ │ │ │ ├── optimal_io_size | |
| │ │ │ │ ├── physical_block_size | |
| │ │ │ │ ├── read_ahead_kb | |
| │ │ │ │ ├── rotational | |
| │ │ │ │ ├── rq_affinity | |
| │ │ │ │ ├── scheduler | |
| │ │ │ │ └── write_same_max_bytes | |
| │ │ │ ├── range | |
| │ │ │ ├── removable | |
| │ │ │ ├── ro | |
| │ │ │ ├── size | |
| │ │ │ ├── slaves | |
| │ │ │ ├── stat | |
| │ │ │ ├── subsystem -> ../../../../class/block | |
| │ │ │ └── uevent | |
| │ │ ├── nbd13 | |
| │ │ │ ├── alignment_offset | |
| │ │ │ ├── badblocks | |
| │ │ │ ├── bdi -> ../../bdi/43:13 | |
| │ │ │ ├── capability | |
| │ │ │ ├── dev | |
| │ │ │ ├── discard_alignment | |
| │ │ │ ├── ext_range | |
| │ │ │ ├── holders | |
| │ │ │ ├── inflight | |
| │ │ │ ├── integrity | |
| │ │ │ │ ├── device_is_integrity_capable | |
| │ │ │ │ ├── format | |
| │ │ │ │ ├── protection_interval_bytes | |
| │ │ │ │ ├── read_verify | |
| │ │ │ │ ├── tag_size | |
| │ │ │ │ └── write_generate | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── queue | |
| │ │ │ │ ├── add_random | |
| │ │ │ │ ├── discard_granularity | |
| │ │ │ │ ├── discard_max_bytes | |
| │ │ │ │ ├── discard_max_hw_bytes | |
| │ │ │ │ ├── discard_zeroes_data | |
| │ │ │ │ ├── hw_sector_size | |
| │ │ │ │ ├── io_poll | |
| │ │ │ │ ├── iosched | |
| │ │ │ │ │ ├── fifo_batch | |
| │ │ │ │ │ ├── front_merges | |
| │ │ │ │ │ ├── read_expire | |
| │ │ │ │ │ ├── write_expire | |
| │ │ │ │ │ └── writes_starved | |
| │ │ │ │ ├── iostats | |
| │ │ │ │ ├── logical_block_size | |
| │ │ │ │ ├── max_hw_sectors_kb | |
| │ │ │ │ ├── max_integrity_segments | |
| │ │ │ │ ├── max_sectors_kb | |
| │ │ │ │ ├── max_segments | |
| │ │ │ │ ├── max_segment_size | |
| │ │ │ │ ├── minimum_io_size | |
| │ │ │ │ ├── nomerges | |
| │ │ │ │ ├── nr_requests | |
| │ │ │ │ ├── optimal_io_size | |
| │ │ │ │ ├── physical_block_size | |
| │ │ │ │ ├── read_ahead_kb | |
| │ │ │ │ ├── rotational | |
| │ │ │ │ ├── rq_affinity | |
| │ │ │ │ ├── scheduler | |
| │ │ │ │ └── write_same_max_bytes | |
| │ │ │ ├── range | |
| │ │ │ ├── removable | |
| │ │ │ ├── ro | |
| │ │ │ ├── size | |
| │ │ │ ├── slaves | |
| │ │ │ ├── stat | |
| │ │ │ ├── subsystem -> ../../../../class/block | |
| │ │ │ └── uevent | |
| │ │ ├── nbd14 | |
| │ │ │ ├── alignment_offset | |
| │ │ │ ├── badblocks | |
| │ │ │ ├── bdi -> ../../bdi/43:14 | |
| │ │ │ ├── capability | |
| │ │ │ ├── dev | |
| │ │ │ ├── discard_alignment | |
| │ │ │ ├── ext_range | |
| │ │ │ ├── holders | |
| │ │ │ ├── inflight | |
| │ │ │ ├── integrity | |
| │ │ │ │ ├── device_is_integrity_capable | |
| │ │ │ │ ├── format | |
| │ │ │ │ ├── protection_interval_bytes | |
| │ │ │ │ ├── read_verify | |
| │ │ │ │ ├── tag_size | |
| │ │ │ │ └── write_generate | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── queue | |
| │ │ │ │ ├── add_random | |
| │ │ │ │ ├── discard_granularity | |
| │ │ │ │ ├── discard_max_bytes | |
| │ │ │ │ ├── discard_max_hw_bytes | |
| │ │ │ │ ├── discard_zeroes_data | |
| │ │ │ │ ├── hw_sector_size | |
| │ │ │ │ ├── io_poll | |
| │ │ │ │ ├── iosched | |
| │ │ │ │ │ ├── fifo_batch | |
| │ │ │ │ │ ├── front_merges | |
| │ │ │ │ │ ├── read_expire | |
| │ │ │ │ │ ├── write_expire | |
| │ │ │ │ │ └── writes_starved | |
| │ │ │ │ ├── iostats | |
| │ │ │ │ ├── logical_block_size | |
| │ │ │ │ ├── max_hw_sectors_kb | |
| │ │ │ │ ├── max_integrity_segments | |
| │ │ │ │ ├── max_sectors_kb | |
| │ │ │ │ ├── max_segments | |
| │ │ │ │ ├── max_segment_size | |
| │ │ │ │ ├── minimum_io_size | |
| │ │ │ │ ├── nomerges | |
| │ │ │ │ ├── nr_requests | |
| │ │ │ │ ├── optimal_io_size | |
| │ │ │ │ ├── physical_block_size | |
| │ │ │ │ ├── read_ahead_kb | |
| │ │ │ │ ├── rotational | |
| │ │ │ │ ├── rq_affinity | |
| │ │ │ │ ├── scheduler | |
| │ │ │ │ └── write_same_max_bytes | |
| │ │ │ ├── range | |
| │ │ │ ├── removable | |
| │ │ │ ├── ro | |
| │ │ │ ├── size | |
| │ │ │ ├── slaves | |
| │ │ │ ├── stat | |
| │ │ │ ├── subsystem -> ../../../../class/block | |
| │ │ │ └── uevent | |
| │ │ ├── nbd15 | |
| │ │ │ ├── alignment_offset | |
| │ │ │ ├── badblocks | |
| │ │ │ ├── bdi -> ../../bdi/43:15 | |
| │ │ │ ├── capability | |
| │ │ │ ├── dev | |
| │ │ │ ├── discard_alignment | |
| │ │ │ ├── ext_range | |
| │ │ │ ├── holders | |
| │ │ │ ├── inflight | |
| │ │ │ ├── integrity | |
| │ │ │ │ ├── device_is_integrity_capable | |
| │ │ │ │ ├── format | |
| │ │ │ │ ├── protection_interval_bytes | |
| │ │ │ │ ├── read_verify | |
| │ │ │ │ ├── tag_size | |
| │ │ │ │ └── write_generate | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── queue | |
| │ │ │ │ ├── add_random | |
| │ │ │ │ ├── discard_granularity | |
| │ │ │ │ ├── discard_max_bytes | |
| │ │ │ │ ├── discard_max_hw_bytes | |
| │ │ │ │ ├── discard_zeroes_data | |
| │ │ │ │ ├── hw_sector_size | |
| │ │ │ │ ├── io_poll | |
| │ │ │ │ ├── iosched | |
| │ │ │ │ │ ├── fifo_batch | |
| │ │ │ │ │ ├── front_merges | |
| │ │ │ │ │ ├── read_expire | |
| │ │ │ │ │ ├── write_expire | |
| │ │ │ │ │ └── writes_starved | |
| │ │ │ │ ├── iostats | |
| │ │ │ │ ├── logical_block_size | |
| │ │ │ │ ├── max_hw_sectors_kb | |
| │ │ │ │ ├── max_integrity_segments | |
| │ │ │ │ ├── max_sectors_kb | |
| │ │ │ │ ├── max_segments | |
| │ │ │ │ ├── max_segment_size | |
| │ │ │ │ ├── minimum_io_size | |
| │ │ │ │ ├── nomerges | |
| │ │ │ │ ├── nr_requests | |
| │ │ │ │ ├── optimal_io_size | |
| │ │ │ │ ├── physical_block_size | |
| │ │ │ │ ├── read_ahead_kb | |
| │ │ │ │ ├── rotational | |
| │ │ │ │ ├── rq_affinity | |
| │ │ │ │ ├── scheduler | |
| │ │ │ │ └── write_same_max_bytes | |
| │ │ │ ├── range | |
| │ │ │ ├── removable | |
| │ │ │ ├── ro | |
| │ │ │ ├── size | |
| │ │ │ ├── slaves | |
| │ │ │ ├── stat | |
| │ │ │ ├── subsystem -> ../../../../class/block | |
| │ │ │ └── uevent | |
| │ │ ├── nbd2 | |
| │ │ │ ├── alignment_offset | |
| │ │ │ ├── badblocks | |
| │ │ │ ├── bdi -> ../../bdi/43:2 | |
| │ │ │ ├── capability | |
| │ │ │ ├── dev | |
| │ │ │ ├── discard_alignment | |
| │ │ │ ├── ext_range | |
| │ │ │ ├── holders | |
| │ │ │ ├── inflight | |
| │ │ │ ├── integrity | |
| │ │ │ │ ├── device_is_integrity_capable | |
| │ │ │ │ ├── format | |
| │ │ │ │ ├── protection_interval_bytes | |
| │ │ │ │ ├── read_verify | |
| │ │ │ │ ├── tag_size | |
| │ │ │ │ └── write_generate | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── queue | |
| │ │ │ │ ├── add_random | |
| │ │ │ │ ├── discard_granularity | |
| │ │ │ │ ├── discard_max_bytes | |
| │ │ │ │ ├── discard_max_hw_bytes | |
| │ │ │ │ ├── discard_zeroes_data | |
| │ │ │ │ ├── hw_sector_size | |
| │ │ │ │ ├── io_poll | |
| │ │ │ │ ├── iosched | |
| │ │ │ │ │ ├── fifo_batch | |
| │ │ │ │ │ ├── front_merges | |
| │ │ │ │ │ ├── read_expire | |
| │ │ │ │ │ ├── write_expire | |
| │ │ │ │ │ └── writes_starved | |
| │ │ │ │ ├── iostats | |
| │ │ │ │ ├── logical_block_size | |
| │ │ │ │ ├── max_hw_sectors_kb | |
| │ │ │ │ ├── max_integrity_segments | |
| │ │ │ │ ├── max_sectors_kb | |
| │ │ │ │ ├── max_segments | |
| │ │ │ │ ├── max_segment_size | |
| │ │ │ │ ├── minimum_io_size | |
| │ │ │ │ ├── nomerges | |
| │ │ │ │ ├── nr_requests | |
| │ │ │ │ ├── optimal_io_size | |
| │ │ │ │ ├── physical_block_size | |
| │ │ │ │ ├── read_ahead_kb | |
| │ │ │ │ ├── rotational | |
| │ │ │ │ ├── rq_affinity | |
| │ │ │ │ ├── scheduler | |
| │ │ │ │ └── write_same_max_bytes | |
| │ │ │ ├── range | |
| │ │ │ ├── removable | |
| │ │ │ ├── ro | |
| │ │ │ ├── size | |
| │ │ │ ├── slaves | |
| │ │ │ ├── stat | |
| │ │ │ ├── subsystem -> ../../../../class/block | |
| │ │ │ └── uevent | |
| │ │ ├── nbd3 | |
| │ │ │ ├── alignment_offset | |
| │ │ │ ├── badblocks | |
| │ │ │ ├── bdi -> ../../bdi/43:3 | |
| │ │ │ ├── capability | |
| │ │ │ ├── dev | |
| │ │ │ ├── discard_alignment | |
| │ │ │ ├── ext_range | |
| │ │ │ ├── holders | |
| │ │ │ ├── inflight | |
| │ │ │ ├── integrity | |
| │ │ │ │ ├── device_is_integrity_capable | |
| │ │ │ │ ├── format | |
| │ │ │ │ ├── protection_interval_bytes | |
| │ │ │ │ ├── read_verify | |
| │ │ │ │ ├── tag_size | |
| │ │ │ │ └── write_generate | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── queue | |
| │ │ │ │ ├── add_random | |
| │ │ │ │ ├── discard_granularity | |
| │ │ │ │ ├── discard_max_bytes | |
| │ │ │ │ ├── discard_max_hw_bytes | |
| │ │ │ │ ├── discard_zeroes_data | |
| │ │ │ │ ├── hw_sector_size | |
| │ │ │ │ ├── io_poll | |
| │ │ │ │ ├── iosched | |
| │ │ │ │ │ ├── fifo_batch | |
| │ │ │ │ │ ├── front_merges | |
| │ │ │ │ │ ├── read_expire | |
| │ │ │ │ │ ├── write_expire | |
| │ │ │ │ │ └── writes_starved | |
| │ │ │ │ ├── iostats | |
| │ │ │ │ ├── logical_block_size | |
| │ │ │ │ ├── max_hw_sectors_kb | |
| │ │ │ │ ├── max_integrity_segments | |
| │ │ │ │ ├── max_sectors_kb | |
| │ │ │ │ ├── max_segments | |
| │ │ │ │ ├── max_segment_size | |
| │ │ │ │ ├── minimum_io_size | |
| │ │ │ │ ├── nomerges | |
| │ │ │ │ ├── nr_requests | |
| │ │ │ │ ├── optimal_io_size | |
| │ │ │ │ ├── physical_block_size | |
| │ │ │ │ ├── read_ahead_kb | |
| │ │ │ │ ├── rotational | |
| │ │ │ │ ├── rq_affinity | |
| │ │ │ │ ├── scheduler | |
| │ │ │ │ └── write_same_max_bytes | |
| │ │ │ ├── range | |
| │ │ │ ├── removable | |
| │ │ │ ├── ro | |
| │ │ │ ├── size | |
| │ │ │ ├── slaves | |
| │ │ │ ├── stat | |
| │ │ │ ├── subsystem -> ../../../../class/block | |
| │ │ │ └── uevent | |
| │ │ ├── nbd4 | |
| │ │ │ ├── alignment_offset | |
| │ │ │ ├── badblocks | |
| │ │ │ ├── bdi -> ../../bdi/43:4 | |
| │ │ │ ├── capability | |
| │ │ │ ├── dev | |
| │ │ │ ├── discard_alignment | |
| │ │ │ ├── ext_range | |
| │ │ │ ├── holders | |
| │ │ │ ├── inflight | |
| │ │ │ ├── integrity | |
| │ │ │ │ ├── device_is_integrity_capable | |
| │ │ │ │ ├── format | |
| │ │ │ │ ├── protection_interval_bytes | |
| │ │ │ │ ├── read_verify | |
| │ │ │ │ ├── tag_size | |
| │ │ │ │ └── write_generate | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── queue | |
| │ │ │ │ ├── add_random | |
| │ │ │ │ ├── discard_granularity | |
| │ │ │ │ ├── discard_max_bytes | |
| │ │ │ │ ├── discard_max_hw_bytes | |
| │ │ │ │ ├── discard_zeroes_data | |
| │ │ │ │ ├── hw_sector_size | |
| │ │ │ │ ├── io_poll | |
| │ │ │ │ ├── iosched | |
| │ │ │ │ │ ├── fifo_batch | |
| │ │ │ │ │ ├── front_merges | |
| │ │ │ │ │ ├── read_expire | |
| │ │ │ │ │ ├── write_expire | |
| │ │ │ │ │ └── writes_starved | |
| │ │ │ │ ├── iostats | |
| │ │ │ │ ├── logical_block_size | |
| │ │ │ │ ├── max_hw_sectors_kb | |
| │ │ │ │ ├── max_integrity_segments | |
| │ │ │ │ ├── max_sectors_kb | |
| │ │ │ │ ├── max_segments | |
| │ │ │ │ ├── max_segment_size | |
| │ │ │ │ ├── minimum_io_size | |
| │ │ │ │ ├── nomerges | |
| │ │ │ │ ├── nr_requests | |
| │ │ │ │ ├── optimal_io_size | |
| │ │ │ │ ├── physical_block_size | |
| │ │ │ │ ├── read_ahead_kb | |
| │ │ │ │ ├── rotational | |
| │ │ │ │ ├── rq_affinity | |
| │ │ │ │ ├── scheduler | |
| │ │ │ │ └── write_same_max_bytes | |
| │ │ │ ├── range | |
| │ │ │ ├── removable | |
| │ │ │ ├── ro | |
| │ │ │ ├── size | |
| │ │ │ ├── slaves | |
| │ │ │ ├── stat | |
| │ │ │ ├── subsystem -> ../../../../class/block | |
| │ │ │ └── uevent | |
| │ │ ├── nbd5 | |
| │ │ │ ├── alignment_offset | |
| │ │ │ ├── badblocks | |
| │ │ │ ├── bdi -> ../../bdi/43:5 | |
| │ │ │ ├── capability | |
| │ │ │ ├── dev | |
| │ │ │ ├── discard_alignment | |
| │ │ │ ├── ext_range | |
| │ │ │ ├── holders | |
| │ │ │ ├── inflight | |
| │ │ │ ├── integrity | |
| │ │ │ │ ├── device_is_integrity_capable | |
| │ │ │ │ ├── format | |
| │ │ │ │ ├── protection_interval_bytes | |
| │ │ │ │ ├── read_verify | |
| │ │ │ │ ├── tag_size | |
| │ │ │ │ └── write_generate | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── queue | |
| │ │ │ │ ├── add_random | |
| │ │ │ │ ├── discard_granularity | |
| │ │ │ │ ├── discard_max_bytes | |
| │ │ │ │ ├── discard_max_hw_bytes | |
| │ │ │ │ ├── discard_zeroes_data | |
| │ │ │ │ ├── hw_sector_size | |
| │ │ │ │ ├── io_poll | |
| │ │ │ │ ├── iosched | |
| │ │ │ │ │ ├── fifo_batch | |
| │ │ │ │ │ ├── front_merges | |
| │ │ │ │ │ ├── read_expire | |
| │ │ │ │ │ ├── write_expire | |
| │ │ │ │ │ └── writes_starved | |
| │ │ │ │ ├── iostats | |
| │ │ │ │ ├── logical_block_size | |
| │ │ │ │ ├── max_hw_sectors_kb | |
| │ │ │ │ ├── max_integrity_segments | |
| │ │ │ │ ├── max_sectors_kb | |
| │ │ │ │ ├── max_segments | |
| │ │ │ │ ├── max_segment_size | |
| │ │ │ │ ├── minimum_io_size | |
| │ │ │ │ ├── nomerges | |
| │ │ │ │ ├── nr_requests | |
| │ │ │ │ ├── optimal_io_size | |
| │ │ │ │ ├── physical_block_size | |
| │ │ │ │ ├── read_ahead_kb | |
| │ │ │ │ ├── rotational | |
| │ │ │ │ ├── rq_affinity | |
| │ │ │ │ ├── scheduler | |
| │ │ │ │ └── write_same_max_bytes | |
| │ │ │ ├── range | |
| │ │ │ ├── removable | |
| │ │ │ ├── ro | |
| │ │ │ ├── size | |
| │ │ │ ├── slaves | |
| │ │ │ ├── stat | |
| │ │ │ ├── subsystem -> ../../../../class/block | |
| │ │ │ └── uevent | |
| │ │ ├── nbd6 | |
| │ │ │ ├── alignment_offset | |
| │ │ │ ├── badblocks | |
| │ │ │ ├── bdi -> ../../bdi/43:6 | |
| │ │ │ ├── capability | |
| │ │ │ ├── dev | |
| │ │ │ ├── discard_alignment | |
| │ │ │ ├── ext_range | |
| │ │ │ ├── holders | |
| │ │ │ ├── inflight | |
| │ │ │ ├── integrity | |
| │ │ │ │ ├── device_is_integrity_capable | |
| │ │ │ │ ├── format | |
| │ │ │ │ ├── protection_interval_bytes | |
| │ │ │ │ ├── read_verify | |
| │ │ │ │ ├── tag_size | |
| │ │ │ │ └── write_generate | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── queue | |
| │ │ │ │ ├── add_random | |
| │ │ │ │ ├── discard_granularity | |
| │ │ │ │ ├── discard_max_bytes | |
| │ │ │ │ ├── discard_max_hw_bytes | |
| │ │ │ │ ├── discard_zeroes_data | |
| │ │ │ │ ├── hw_sector_size | |
| │ │ │ │ ├── io_poll | |
| │ │ │ │ ├── iosched | |
| │ │ │ │ │ ├── fifo_batch | |
| │ │ │ │ │ ├── front_merges | |
| │ │ │ │ │ ├── read_expire | |
| │ │ │ │ │ ├── write_expire | |
| │ │ │ │ │ └── writes_starved | |
| │ │ │ │ ├── iostats | |
| │ │ │ │ ├── logical_block_size | |
| │ │ │ │ ├── max_hw_sectors_kb | |
| │ │ │ │ ├── max_integrity_segments | |
| │ │ │ │ ├── max_sectors_kb | |
| │ │ │ │ ├── max_segments | |
| │ │ │ │ ├── max_segment_size | |
| │ │ │ │ ├── minimum_io_size | |
| │ │ │ │ ├── nomerges | |
| │ │ │ │ ├── nr_requests | |
| │ │ │ │ ├── optimal_io_size | |
| │ │ │ │ ├── physical_block_size | |
| │ │ │ │ ├── read_ahead_kb | |
| │ │ │ │ ├── rotational | |
| │ │ │ │ ├── rq_affinity | |
| │ │ │ │ ├── scheduler | |
| │ │ │ │ └── write_same_max_bytes | |
| │ │ │ ├── range | |
| │ │ │ ├── removable | |
| │ │ │ ├── ro | |
| │ │ │ ├── size | |
| │ │ │ ├── slaves | |
| │ │ │ ├── stat | |
| │ │ │ ├── subsystem -> ../../../../class/block | |
| │ │ │ └── uevent | |
| │ │ ├── nbd7 | |
| │ │ │ ├── alignment_offset | |
| │ │ │ ├── badblocks | |
| │ │ │ ├── bdi -> ../../bdi/43:7 | |
| │ │ │ ├── capability | |
| │ │ │ ├── dev | |
| │ │ │ ├── discard_alignment | |
| │ │ │ ├── ext_range | |
| │ │ │ ├── holders | |
| │ │ │ ├── inflight | |
| │ │ │ ├── integrity | |
| │ │ │ │ ├── device_is_integrity_capable | |
| │ │ │ │ ├── format | |
| │ │ │ │ ├── protection_interval_bytes | |
| │ │ │ │ ├── read_verify | |
| │ │ │ │ ├── tag_size | |
| │ │ │ │ └── write_generate | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── queue | |
| │ │ │ │ ├── add_random | |
| │ │ │ │ ├── discard_granularity | |
| │ │ │ │ ├── discard_max_bytes | |
| │ │ │ │ ├── discard_max_hw_bytes | |
| │ │ │ │ ├── discard_zeroes_data | |
| │ │ │ │ ├── hw_sector_size | |
| │ │ │ │ ├── io_poll | |
| │ │ │ │ ├── iosched | |
| │ │ │ │ │ ├── fifo_batch | |
| │ │ │ │ │ ├── front_merges | |
| │ │ │ │ │ ├── read_expire | |
| │ │ │ │ │ ├── write_expire | |
| │ │ │ │ │ └── writes_starved | |
| │ │ │ │ ├── iostats | |
| │ │ │ │ ├── logical_block_size | |
| │ │ │ │ ├── max_hw_sectors_kb | |
| │ │ │ │ ├── max_integrity_segments | |
| │ │ │ │ ├── max_sectors_kb | |
| │ │ │ │ ├── max_segments | |
| │ │ │ │ ├── max_segment_size | |
| │ │ │ │ ├── minimum_io_size | |
| │ │ │ │ ├── nomerges | |
| │ │ │ │ ├── nr_requests | |
| │ │ │ │ ├── optimal_io_size | |
| │ │ │ │ ├── physical_block_size | |
| │ │ │ │ ├── read_ahead_kb | |
| │ │ │ │ ├── rotational | |
| │ │ │ │ ├── rq_affinity | |
| │ │ │ │ ├── scheduler | |
| │ │ │ │ └── write_same_max_bytes | |
| │ │ │ ├── range | |
| │ │ │ ├── removable | |
| │ │ │ ├── ro | |
| │ │ │ ├── size | |
| │ │ │ ├── slaves | |
| │ │ │ ├── stat | |
| │ │ │ ├── subsystem -> ../../../../class/block | |
| │ │ │ └── uevent | |
| │ │ ├── nbd8 | |
| │ │ │ ├── alignment_offset | |
| │ │ │ ├── badblocks | |
| │ │ │ ├── bdi -> ../../bdi/43:8 | |
| │ │ │ ├── capability | |
| │ │ │ ├── dev | |
| │ │ │ ├── discard_alignment | |
| │ │ │ ├── ext_range | |
| │ │ │ ├── holders | |
| │ │ │ ├── inflight | |
| │ │ │ ├── integrity | |
| │ │ │ │ ├── device_is_integrity_capable | |
| │ │ │ │ ├── format | |
| │ │ │ │ ├── protection_interval_bytes | |
| │ │ │ │ ├── read_verify | |
| │ │ │ │ ├── tag_size | |
| │ │ │ │ └── write_generate | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── queue | |
| │ │ │ │ ├── add_random | |
| │ │ │ │ ├── discard_granularity | |
| │ │ │ │ ├── discard_max_bytes | |
| │ │ │ │ ├── discard_max_hw_bytes | |
| │ │ │ │ ├── discard_zeroes_data | |
| │ │ │ │ ├── hw_sector_size | |
| │ │ │ │ ├── io_poll | |
| │ │ │ │ ├── iosched | |
| │ │ │ │ │ ├── fifo_batch | |
| │ │ │ │ │ ├── front_merges | |
| │ │ │ │ │ ├── read_expire | |
| │ │ │ │ │ ├── write_expire | |
| │ │ │ │ │ └── writes_starved | |
| │ │ │ │ ├── iostats | |
| │ │ │ │ ├── logical_block_size | |
| │ │ │ │ ├── max_hw_sectors_kb | |
| │ │ │ │ ├── max_integrity_segments | |
| │ │ │ │ ├── max_sectors_kb | |
| │ │ │ │ ├── max_segments | |
| │ │ │ │ ├── max_segment_size | |
| │ │ │ │ ├── minimum_io_size | |
| │ │ │ │ ├── nomerges | |
| │ │ │ │ ├── nr_requests | |
| │ │ │ │ ├── optimal_io_size | |
| │ │ │ │ ├── physical_block_size | |
| │ │ │ │ ├── read_ahead_kb | |
| │ │ │ │ ├── rotational | |
| │ │ │ │ ├── rq_affinity | |
| │ │ │ │ ├── scheduler | |
| │ │ │ │ └── write_same_max_bytes | |
| │ │ │ ├── range | |
| │ │ │ ├── removable | |
| │ │ │ ├── ro | |
| │ │ │ ├── size | |
| │ │ │ ├── slaves | |
| │ │ │ ├── stat | |
| │ │ │ ├── subsystem -> ../../../../class/block | |
| │ │ │ └── uevent | |
| │ │ ├── nbd9 | |
| │ │ │ ├── alignment_offset | |
| │ │ │ ├── badblocks | |
| │ │ │ ├── bdi -> ../../bdi/43:9 | |
| │ │ │ ├── capability | |
| │ │ │ ├── dev | |
| │ │ │ ├── discard_alignment | |
| │ │ │ ├── ext_range | |
| │ │ │ ├── holders | |
| │ │ │ ├── inflight | |
| │ │ │ ├── integrity | |
| │ │ │ │ ├── device_is_integrity_capable | |
| │ │ │ │ ├── format | |
| │ │ │ │ ├── protection_interval_bytes | |
| │ │ │ │ ├── read_verify | |
| │ │ │ │ ├── tag_size | |
| │ │ │ │ └── write_generate | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── queue | |
| │ │ │ │ ├── add_random | |
| │ │ │ │ ├── discard_granularity | |
| │ │ │ │ ├── discard_max_bytes | |
| │ │ │ │ ├── discard_max_hw_bytes | |
| │ │ │ │ ├── discard_zeroes_data | |
| │ │ │ │ ├── hw_sector_size | |
| │ │ │ │ ├── io_poll | |
| │ │ │ │ ├── iosched | |
| │ │ │ │ │ ├── fifo_batch | |
| │ │ │ │ │ ├── front_merges | |
| │ │ │ │ │ ├── read_expire | |
| │ │ │ │ │ ├── write_expire | |
| │ │ │ │ │ └── writes_starved | |
| │ │ │ │ ├── iostats | |
| │ │ │ │ ├── logical_block_size | |
| │ │ │ │ ├── max_hw_sectors_kb | |
| │ │ │ │ ├── max_integrity_segments | |
| │ │ │ │ ├── max_sectors_kb | |
| │ │ │ │ ├── max_segments | |
| │ │ │ │ ├── max_segment_size | |
| │ │ │ │ ├── minimum_io_size | |
| │ │ │ │ ├── nomerges | |
| │ │ │ │ ├── nr_requests | |
| │ │ │ │ ├── optimal_io_size | |
| │ │ │ │ ├── physical_block_size | |
| │ │ │ │ ├── read_ahead_kb | |
| │ │ │ │ ├── rotational | |
| │ │ │ │ ├── rq_affinity | |
| │ │ │ │ ├── scheduler | |
| │ │ │ │ └── write_same_max_bytes | |
| │ │ │ ├── range | |
| │ │ │ ├── removable | |
| │ │ │ ├── ro | |
| │ │ │ ├── size | |
| │ │ │ ├── slaves | |
| │ │ │ ├── stat | |
| │ │ │ ├── subsystem -> ../../../../class/block | |
| │ │ │ └── uevent | |
| │ │ └── zram0 | |
| │ │ ├── alignment_offset | |
| │ │ ├── badblocks | |
| │ │ ├── bdi -> ../../bdi/254:0 | |
| │ │ ├── capability | |
| │ │ ├── compact | |
| │ │ ├── comp_algorithm | |
| │ │ ├── compr_data_size | |
| │ │ ├── dev | |
| │ │ ├── discard_alignment | |
| │ │ ├── disksize | |
| │ │ ├── ext_range | |
| │ │ ├── failed_reads | |
| │ │ ├── failed_writes | |
| │ │ ├── holders | |
| │ │ ├── inflight | |
| │ │ ├── initstate | |
| │ │ ├── integrity | |
| │ │ │ ├── device_is_integrity_capable | |
| │ │ │ ├── format | |
| │ │ │ ├── protection_interval_bytes | |
| │ │ │ ├── read_verify | |
| │ │ │ ├── tag_size | |
| │ │ │ └── write_generate | |
| │ │ ├── invalid_io | |
| │ │ ├── io_stat | |
| │ │ ├── max_comp_streams | |
| │ │ ├── mem_limit | |
| │ │ ├── mem_used_max | |
| │ │ ├── mem_used_total | |
| │ │ ├── mm_stat | |
| │ │ ├── notify_free | |
| │ │ ├── num_reads | |
| │ │ ├── num_writes | |
| │ │ ├── orig_data_size | |
| │ │ ├── power | |
| │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ ├── control | |
| │ │ │ ├── runtime_active_time | |
| │ │ │ ├── runtime_status | |
| │ │ │ └── runtime_suspended_time | |
| │ │ ├── queue | |
| │ │ │ ├── add_random | |
| │ │ │ ├── discard_granularity | |
| │ │ │ ├── discard_max_bytes | |
| │ │ │ ├── discard_max_hw_bytes | |
| │ │ │ ├── discard_zeroes_data | |
| │ │ │ ├── hw_sector_size | |
| │ │ │ ├── io_poll | |
| │ │ │ ├── iostats | |
| │ │ │ ├── logical_block_size | |
| │ │ │ ├── max_hw_sectors_kb | |
| │ │ │ ├── max_integrity_segments | |
| │ │ │ ├── max_sectors_kb | |
| │ │ │ ├── max_segments | |
| │ │ │ ├── max_segment_size | |
| │ │ │ ├── minimum_io_size | |
| │ │ │ ├── nomerges | |
| │ │ │ ├── nr_requests | |
| │ │ │ ├── optimal_io_size | |
| │ │ │ ├── physical_block_size | |
| │ │ │ ├── read_ahead_kb | |
| │ │ │ ├── rotational | |
| │ │ │ ├── rq_affinity | |
| │ │ │ ├── scheduler | |
| │ │ │ └── write_same_max_bytes | |
| │ │ ├── range | |
| │ │ ├── removable | |
| │ │ ├── reset | |
| │ │ ├── ro | |
| │ │ ├── size | |
| │ │ ├── slaves | |
| │ │ ├── stat | |
| │ │ ├── subsystem -> ../../../../class/block | |
| │ │ ├── uevent | |
| │ │ └── zero_pages | |
| │ ├── hwmon | |
| │ │ └── hwmon0 | |
| │ │ ├── name | |
| │ │ ├── power | |
| │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ ├── control | |
| │ │ │ ├── runtime_active_time | |
| │ │ │ ├── runtime_status | |
| │ │ │ └── runtime_suspended_time | |
| │ │ ├── subsystem -> ../../../../class/hwmon | |
| │ │ ├── temp1_input | |
| │ │ └── uevent | |
| │ ├── input | |
| │ │ └── mice | |
| │ │ ├── dev | |
| │ │ ├── power | |
| │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ ├── control | |
| │ │ │ ├── runtime_active_time | |
| │ │ │ ├── runtime_status | |
| │ │ │ └── runtime_suspended_time | |
| │ │ ├── subsystem -> ../../../../class/input | |
| │ │ └── uevent | |
| │ ├── mem | |
| │ │ ├── full | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/mem | |
| │ │ │ └── uevent | |
| │ │ ├── kmem | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/mem | |
| │ │ │ └── uevent | |
| │ │ ├── kmsg | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/mem | |
| │ │ │ └── uevent | |
| │ │ ├── mem | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/mem | |
| │ │ │ └── uevent | |
| │ │ ├── null | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/mem | |
| │ │ │ └── uevent | |
| │ │ ├── port | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/mem | |
| │ │ │ └── uevent | |
| │ │ ├── random | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/mem | |
| │ │ │ └── uevent | |
| │ │ ├── urandom | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/mem | |
| │ │ │ └── uevent | |
| │ │ └── zero | |
| │ │ ├── dev | |
| │ │ ├── power | |
| │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ ├── control | |
| │ │ │ ├── runtime_active_time | |
| │ │ │ ├── runtime_status | |
| │ │ │ └── runtime_suspended_time | |
| │ │ ├── subsystem -> ../../../../class/mem | |
| │ │ └── uevent | |
| │ ├── misc | |
| │ │ ├── cpu_dma_latency | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/misc | |
| │ │ │ └── uevent | |
| │ │ ├── memory_bandwidth | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/misc | |
| │ │ │ └── uevent | |
| │ │ ├── network_latency | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/misc | |
| │ │ │ └── uevent | |
| │ │ ├── network_throughput | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/misc | |
| │ │ │ └── uevent | |
| │ │ ├── psaux | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/misc | |
| │ │ │ └── uevent | |
| │ │ └── vga_arbiter | |
| │ │ ├── dev | |
| │ │ ├── power | |
| │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ ├── control | |
| │ │ │ ├── runtime_active_time | |
| │ │ │ ├── runtime_status | |
| │ │ │ └── runtime_suspended_time | |
| │ │ ├── subsystem -> ../../../../class/misc | |
| │ │ └── uevent | |
| │ ├── net | |
| │ │ └── lo | |
| │ │ ├── addr_assign_type | |
| │ │ ├── address | |
| │ │ ├── addr_len | |
| │ │ ├── broadcast | |
| │ │ ├── carrier | |
| │ │ ├── carrier_changes | |
| │ │ ├── dev_id | |
| │ │ ├── dev_port | |
| │ │ ├── dormant | |
| │ │ ├── duplex | |
| │ │ ├── flags | |
| │ │ ├── gro_flush_timeout | |
| │ │ ├── ifalias | |
| │ │ ├── ifindex | |
| │ │ ├── iflink | |
| │ │ ├── link_mode | |
| │ │ ├── mtu | |
| │ │ ├── name_assign_type | |
| │ │ ├── netdev_group | |
| │ │ ├── operstate | |
| │ │ ├── phys_port_id | |
| │ │ ├── phys_port_name | |
| │ │ ├── phys_switch_id | |
| │ │ ├── power | |
| │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ ├── control | |
| │ │ │ ├── runtime_active_time | |
| │ │ │ ├── runtime_status | |
| │ │ │ └── runtime_suspended_time | |
| │ │ ├── proto_down | |
| │ │ ├── queues | |
| │ │ │ ├── rx-0 | |
| │ │ │ │ ├── rps_cpus | |
| │ │ │ │ └── rps_flow_cnt | |
| │ │ │ └── tx-0 | |
| │ │ │ ├── byte_queue_limits | |
| │ │ │ │ ├── hold_time | |
| │ │ │ │ ├── inflight | |
| │ │ │ │ ├── limit | |
| │ │ │ │ ├── limit_max | |
| │ │ │ │ └── limit_min | |
| │ │ │ ├── tx_maxrate | |
| │ │ │ ├── tx_timeout | |
| │ │ │ └── xps_cpus | |
| │ │ ├── speed | |
| │ │ ├── statistics | |
| │ │ │ ├── collisions | |
| │ │ │ ├── multicast | |
| │ │ │ ├── rx_bytes | |
| │ │ │ ├── rx_compressed | |
| │ │ │ ├── rx_crc_errors | |
| │ │ │ ├── rx_dropped | |
| │ │ │ ├── rx_errors | |
| │ │ │ ├── rx_fifo_errors | |
| │ │ │ ├── rx_frame_errors | |
| │ │ │ ├── rx_length_errors | |
| │ │ │ ├── rx_missed_errors | |
| │ │ │ ├── rx_over_errors | |
| │ │ │ ├── rx_packets | |
| │ │ │ ├── tx_aborted_errors | |
| │ │ │ ├── tx_bytes | |
| │ │ │ ├── tx_carrier_errors | |
| │ │ │ ├── tx_compressed | |
| │ │ │ ├── tx_dropped | |
| │ │ │ ├── tx_errors | |
| │ │ │ ├── tx_fifo_errors | |
| │ │ │ ├── tx_heartbeat_errors | |
| │ │ │ ├── tx_packets | |
| │ │ │ └── tx_window_errors | |
| │ │ ├── subsystem -> ../../../../class/net | |
| │ │ ├── tx_queue_len | |
| │ │ ├── type | |
| │ │ └── uevent | |
| │ ├── thermal | |
| │ │ └── thermal_zone0 | |
| │ │ ├── available_policies | |
| │ │ ├── integral_cutoff | |
| │ │ ├── k_d | |
| │ │ ├── k_i | |
| │ │ ├── k_po | |
| │ │ ├── k_pu | |
| │ │ ├── offset | |
| │ │ ├── passive | |
| │ │ ├── policy | |
| │ │ ├── power | |
| │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ ├── control | |
| │ │ │ ├── runtime_active_time | |
| │ │ │ ├── runtime_status | |
| │ │ │ └── runtime_suspended_time | |
| │ │ ├── slope | |
| │ │ ├── subsystem -> ../../../../class/thermal | |
| │ │ ├── sustainable_power | |
| │ │ ├── temp | |
| │ │ ├── type | |
| │ │ └── uevent | |
| │ ├── tty | |
| │ │ ├── console | |
| │ │ │ ├── active | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptmx | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptya0 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptya1 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptya2 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptya3 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptya4 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptya5 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptya6 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptya7 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptya8 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptya9 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyaa | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyab | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyac | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyad | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyae | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyaf | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyb0 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyb1 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyb2 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyb3 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyb4 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyb5 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyb6 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyb7 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyb8 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyb9 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyba | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptybb | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptybc | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptybd | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptybe | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptybf | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyc0 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyc1 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyc2 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyc3 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyc4 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyc5 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyc6 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyc7 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyc8 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyc9 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyca | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptycb | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptycc | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptycd | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyce | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptycf | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyd0 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyd1 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyd2 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyd3 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyd4 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyd5 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyd6 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyd7 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyd8 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyd9 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyda | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptydb | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptydc | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptydd | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyde | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptydf | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptye0 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptye1 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptye2 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptye3 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptye4 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptye5 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptye6 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptye7 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptye8 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptye9 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyea | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyeb | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyec | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyed | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyee | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyef | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyp0 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyp1 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyp2 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyp3 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyp4 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyp5 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyp6 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyp7 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyp8 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyp9 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptypa | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptypb | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptypc | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptypd | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptype | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptypf | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyq0 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyq1 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyq2 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyq3 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyq4 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyq5 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyq6 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyq7 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyq8 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyq9 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyqa | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyqb | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyqc | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyqd | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyqe | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyqf | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyr0 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyr1 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyr2 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyr3 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyr4 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyr5 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyr6 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyr7 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyr8 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyr9 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyra | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyrb | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyrc | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyrd | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyre | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyrf | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptys0 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptys1 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptys2 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptys3 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptys4 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptys5 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptys6 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptys7 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptys8 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptys9 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptysa | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptysb | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptysc | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptysd | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyse | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptysf | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyt0 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyt1 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyt2 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyt3 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyt4 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyt5 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyt6 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyt7 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyt8 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyt9 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyta | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptytb | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptytc | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptytd | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyte | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptytf | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyu0 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyu1 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyu2 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyu3 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyu4 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyu5 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyu6 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyu7 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyu8 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyu9 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyua | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyub | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyuc | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyud | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyue | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyuf | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyv0 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyv1 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyv2 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyv3 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyv4 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyv5 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyv6 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyv7 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyv8 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyv9 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyva | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyvb | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyvc | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyvd | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyve | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyvf | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyw0 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyw1 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyw2 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyw3 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyw4 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyw5 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyw6 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyw7 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyw8 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyw9 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptywa | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptywb | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptywc | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptywd | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptywe | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptywf | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyx0 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyx1 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyx2 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyx3 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyx4 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyx5 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyx6 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyx7 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyx8 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyx9 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyxa | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyxb | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyxc | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyxd | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyxe | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyxf | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyy0 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyy1 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyy2 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyy3 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyy4 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyy5 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyy6 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyy7 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyy8 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyy9 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyya | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyyb | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyyc | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyyd | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyye | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyyf | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyz0 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyz1 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyz2 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyz3 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyz4 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyz5 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyz6 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyz7 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyz8 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyz9 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyza | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyzb | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyzc | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyzd | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyze | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ptyzf | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty0 | |
| │ │ │ ├── active | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty1 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty10 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty11 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty12 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty13 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty14 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty15 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty16 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty17 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty18 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty19 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty2 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty20 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty21 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty22 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty23 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty24 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty25 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty26 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty27 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty28 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty29 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty3 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty30 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty31 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty32 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty33 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty34 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty35 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty36 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty37 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty38 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty39 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty4 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty40 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty41 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty42 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty43 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty44 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty45 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty46 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty47 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty48 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty49 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty5 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty50 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty51 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty52 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty53 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty54 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty55 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty56 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty57 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty58 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty59 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty6 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty60 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty61 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty62 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty63 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty7 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty8 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── tty9 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttya0 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttya1 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttya2 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttya3 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttya4 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttya5 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttya6 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttya7 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttya8 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttya9 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyaa | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyab | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyac | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyad | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyae | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyaf | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyb0 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyb1 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyb2 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyb3 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyb4 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyb5 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyb6 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyb7 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyb8 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyb9 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyba | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttybb | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttybc | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttybd | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttybe | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttybf | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyc0 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyc1 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyc2 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyc3 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyc4 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyc5 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyc6 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyc7 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyc8 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyc9 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyca | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttycb | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttycc | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttycd | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyce | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttycf | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyd0 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyd1 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyd2 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyd3 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyd4 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyd5 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyd6 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyd7 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyd8 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyd9 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyda | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttydb | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttydc | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttydd | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyde | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttydf | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttye0 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttye1 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttye2 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttye3 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttye4 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttye5 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttye6 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttye7 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttye8 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttye9 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyea | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyeb | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyec | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyed | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyee | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyef | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyp0 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyp1 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyp2 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyp3 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyp4 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyp5 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyp6 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyp7 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyp8 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyp9 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttypa | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttypb | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttypc | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttypd | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttype | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttypf | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyq0 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyq1 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyq2 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyq3 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyq4 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyq5 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyq6 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyq7 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyq8 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyq9 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyqa | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyqb | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyqc | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyqd | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyqe | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyqf | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyr0 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyr1 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyr2 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyr3 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyr4 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyr5 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyr6 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyr7 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyr8 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyr9 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyra | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyrb | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyrc | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyrd | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyre | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyrf | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttys0 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttys1 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttys2 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttys3 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttys4 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttys5 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttys6 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttys7 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttys8 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttys9 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttysa | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttysb | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttysc | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttysd | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyse | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttysf | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyt0 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyt1 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyt2 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyt3 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyt4 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyt5 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyt6 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyt7 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyt8 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyt9 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyta | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttytb | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttytc | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttytd | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyte | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttytf | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyu0 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyu1 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyu2 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyu3 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyu4 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyu5 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyu6 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyu7 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyu8 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyu9 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyua | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyub | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyuc | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyud | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyue | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyuf | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyv0 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyv1 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyv2 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyv3 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyv4 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyv5 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyv6 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyv7 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyv8 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyv9 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyva | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyvb | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyvc | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyvd | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyve | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyvf | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyw0 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyw1 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyw2 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyw3 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyw4 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyw5 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyw6 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyw7 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyw8 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyw9 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttywa | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttywb | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttywc | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttywd | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttywe | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttywf | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyx0 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyx1 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyx2 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyx3 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyx4 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyx5 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyx6 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyx7 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyx8 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyx9 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyxa | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyxb | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyxc | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyxd | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyxe | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyxf | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyy0 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyy1 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyy2 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyy3 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyy4 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyy5 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyy6 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyy7 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyy8 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyy9 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyya | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyyb | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyyc | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyyd | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyye | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyyf | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyz0 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyz1 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyz2 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyz3 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyz4 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyz5 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyz6 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyz7 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyz8 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyz9 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyza | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyzb | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyzc | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyzd | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ ├── ttyze | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ │ └── uevent | |
| │ │ └── ttyzf | |
| │ │ ├── dev | |
| │ │ ├── power | |
| │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ ├── control | |
| │ │ │ ├── runtime_active_time | |
| │ │ │ ├── runtime_status | |
| │ │ │ └── runtime_suspended_time | |
| │ │ ├── subsystem -> ../../../../class/tty | |
| │ │ └── uevent | |
| │ ├── vc | |
| │ │ ├── vcs | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/vc | |
| │ │ │ └── uevent | |
| │ │ ├── vcs1 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/vc | |
| │ │ │ └── uevent | |
| │ │ ├── vcs2 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/vc | |
| │ │ │ └── uevent | |
| │ │ ├── vcs3 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/vc | |
| │ │ │ └── uevent | |
| │ │ ├── vcs4 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/vc | |
| │ │ │ └── uevent | |
| │ │ ├── vcs5 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/vc | |
| │ │ │ └── uevent | |
| │ │ ├── vcs6 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/vc | |
| │ │ │ └── uevent | |
| │ │ ├── vcsa | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/vc | |
| │ │ │ └── uevent | |
| │ │ ├── vcsa1 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/vc | |
| │ │ │ └── uevent | |
| │ │ ├── vcsa2 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/vc | |
| │ │ │ └── uevent | |
| │ │ ├── vcsa3 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/vc | |
| │ │ │ └── uevent | |
| │ │ ├── vcsa4 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/vc | |
| │ │ │ └── uevent | |
| │ │ ├── vcsa5 | |
| │ │ │ ├── dev | |
| │ │ │ ├── power | |
| │ │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ │ ├── control | |
| │ │ │ │ ├── runtime_active_time | |
| │ │ │ │ ├── runtime_status | |
| │ │ │ │ └── runtime_suspended_time | |
| │ │ │ ├── subsystem -> ../../../../class/vc | |
| │ │ │ └── uevent | |
| │ │ └── vcsa6 | |
| │ │ ├── dev | |
| │ │ ├── power | |
| │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ ├── control | |
| │ │ │ ├── runtime_active_time | |
| │ │ │ ├── runtime_status | |
| │ │ │ └── runtime_suspended_time | |
| │ │ ├── subsystem -> ../../../../class/vc | |
| │ │ └── uevent | |
| │ ├── vtconsole | |
| │ │ └── vtcon0 | |
| │ │ ├── bind | |
| │ │ ├── name | |
| │ │ ├── power | |
| │ │ │ ├── autosuspend_delay_ms | |
| │ │ │ ├── control | |
| │ │ │ ├── runtime_active_time | |
| │ │ │ ├── runtime_status | |
| │ │ │ └── runtime_suspended_time | |
| │ │ ├── subsystem -> ../../../../class/vtconsole | |
| │ │ └── uevent | |
| │ └── workqueue | |
| │ ├── cpumask | |
| │ ├── power | |
| │ │ ├── autosuspend_delay_ms | |
| │ │ ├── control | |
| │ │ ├── runtime_active_time | |
| │ │ ├── runtime_status | |
| │ │ └── runtime_suspended_time | |
| │ ├── uevent | |
| │ └── writeback | |
| │ ├── cpumask | |
| │ ├── max_active | |
| │ ├── nice | |
| │ ├── numa | |
| │ ├── per_cpu | |
| │ ├── pool_ids | |
| │ ├── power | |
| │ │ ├── autosuspend_delay_ms | |
| │ │ ├── control | |
| │ │ ├── runtime_active_time | |
| │ │ ├── runtime_status | |
| │ │ └── runtime_suspended_time | |
| │ ├── subsystem -> ../../../../bus/workqueue | |
| │ └── uevent | |
| ├── firmware | |
| │ ├── devicetree | |
| │ │ └── base | |
| │ │ ├── #address-cells | |
| │ │ ├── aliases | |
| │ │ │ ├── ethernet0 | |
| │ │ │ ├── gpio0 | |
| │ │ │ ├── gpio1 | |
| │ │ │ ├── gpio2 | |
| │ │ │ ├── name | |
| │ │ │ ├── serial0 | |
| │ │ │ ├── serial1 | |
| │ │ │ ├── serial2 | |
| │ │ │ └── serial3 | |
| │ │ ├── chosen | |
| │ │ │ ├── bootargs | |
| │ │ │ ├── linux,initrd-end | |
| │ │ │ ├── linux,initrd-start | |
| │ │ │ └── name | |
| │ │ ├── clocks | |
| │ │ │ ├── mainpll | |
| │ │ │ │ ├── #clock-cells | |
| │ │ │ │ ├── clock-frequency | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── linux,phandle | |
| │ │ │ │ ├── name | |
| │ │ │ │ └── phandle | |
| │ │ │ ├── name | |
| │ │ │ └── oscillator | |
| │ │ │ ├── #clock-cells | |
| │ │ │ ├── clock-frequency | |
| │ │ │ ├── compatible | |
| │ │ │ ├── linux,phandle | |
| │ │ │ ├── name | |
| │ │ │ └── phandle | |
| │ │ ├── compatible | |
| │ │ ├── cpus | |
| │ │ │ ├── #address-cells | |
| │ │ │ ├── cpu@0 | |
| │ │ │ │ ├── clock-latency | |
| │ │ │ │ ├── clocks | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── device_type | |
| │ │ │ │ ├── name | |
| │ │ │ │ └── reg | |
| │ │ │ ├── cpu@1 | |
| │ │ │ │ ├── clock-latency | |
| │ │ │ │ ├── clocks | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── device_type | |
| │ │ │ │ ├── name | |
| │ │ │ │ └── reg | |
| │ │ │ ├── cpu@2 | |
| │ │ │ │ ├── clock-latency | |
| │ │ │ │ ├── clocks | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── device_type | |
| │ │ │ │ ├── name | |
| │ │ │ │ └── reg | |
| │ │ │ ├── cpu@3 | |
| │ │ │ │ ├── clock-latency | |
| │ │ │ │ ├── clocks | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── device_type | |
| │ │ │ │ ├── name | |
| │ │ │ │ └── reg | |
| │ │ │ ├── enable-method | |
| │ │ │ ├── name | |
| │ │ │ └── #size-cells | |
| │ │ ├── memory | |
| │ │ │ ├── device_type | |
| │ │ │ ├── name | |
| │ │ │ └── reg | |
| │ │ ├── model | |
| │ │ ├── name | |
| │ │ ├── pmu | |
| │ │ │ ├── compatible | |
| │ │ │ ├── interrupts-extended | |
| │ │ │ └── name | |
| │ │ ├── #size-cells | |
| │ │ └── soc | |
| │ │ ├── #address-cells | |
| │ │ ├── bootrom | |
| │ │ │ ├── compatible | |
| │ │ │ ├── name | |
| │ │ │ └── reg | |
| │ │ ├── compatible | |
| │ │ ├── controller | |
| │ │ ├── devbus-bootcs | |
| │ │ │ ├── #address-cells | |
| │ │ │ ├── clocks | |
| │ │ │ ├── compatible | |
| │ │ │ ├── devbus,acc-first-ps | |
| │ │ │ ├── devbus,acc-next-ps | |
| │ │ │ ├── devbus,ale-wr-ps | |
| │ │ │ ├── devbus,badr-skew-ps | |
| │ │ │ ├── devbus,bus-width | |
| │ │ │ ├── devbus,rd-hold-ps | |
| │ │ │ ├── devbus,rd-setup-ps | |
| │ │ │ ├── devbus,sync-enable | |
| │ │ │ ├── devbus,turn-off-ps | |
| │ │ │ ├── devbus,wr-high-ps | |
| │ │ │ ├── devbus,wr-low-ps | |
| │ │ │ ├── name | |
| │ │ │ ├── ranges | |
| │ │ │ ├── reg | |
| │ │ │ ├── #size-cells | |
| │ │ │ └── status | |
| │ │ ├── devbus-cs0 | |
| │ │ │ ├── #address-cells | |
| │ │ │ ├── clocks | |
| │ │ │ ├── compatible | |
| │ │ │ ├── name | |
| │ │ │ ├── ranges | |
| │ │ │ ├── reg | |
| │ │ │ ├── #size-cells | |
| │ │ │ └── status | |
| │ │ ├── devbus-cs1 | |
| │ │ │ ├── #address-cells | |
| │ │ │ ├── clocks | |
| │ │ │ ├── compatible | |
| │ │ │ ├── name | |
| │ │ │ ├── ranges | |
| │ │ │ ├── reg | |
| │ │ │ ├── #size-cells | |
| │ │ │ └── status | |
| │ │ ├── devbus-cs2 | |
| │ │ │ ├── #address-cells | |
| │ │ │ ├── clocks | |
| │ │ │ ├── compatible | |
| │ │ │ ├── name | |
| │ │ │ ├── ranges | |
| │ │ │ ├── reg | |
| │ │ │ ├── #size-cells | |
| │ │ │ └── status | |
| │ │ ├── devbus-cs3 | |
| │ │ │ ├── #address-cells | |
| │ │ │ ├── clocks | |
| │ │ │ ├── compatible | |
| │ │ │ ├── name | |
| │ │ │ ├── ranges | |
| │ │ │ ├── reg | |
| │ │ │ ├── #size-cells | |
| │ │ │ └── status | |
| │ │ ├── internal-regs | |
| │ │ │ ├── #address-cells | |
| │ │ │ ├── clock-complex@18700 | |
| │ │ │ │ ├── #clock-cells | |
| │ │ │ │ ├── clocks | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── linux,phandle | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── phandle | |
| │ │ │ │ └── reg | |
| │ │ │ ├── clock-gating-control@18220 | |
| │ │ │ │ ├── #clock-cells | |
| │ │ │ │ ├── clocks | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── linux,phandle | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── phandle | |
| │ │ │ │ └── reg | |
| │ │ │ ├── coherency-fabric@20200 | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── name | |
| │ │ │ │ └── reg | |
| │ │ │ ├── compatible | |
| │ │ │ ├── corediv-clock@18740 | |
| │ │ │ │ ├── #clock-cells | |
| │ │ │ │ ├── clock-output-names | |
| │ │ │ │ ├── clocks | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── linux,phandle | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── phandle | |
| │ │ │ │ └── reg | |
| │ │ │ ├── cpu-config@21000 | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── name | |
| │ │ │ │ └── reg | |
| │ │ │ ├── cpurst@20800 | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── name | |
| │ │ │ │ └── reg | |
| │ │ │ ├── crypto@90000 | |
| │ │ │ │ ├── clock-names | |
| │ │ │ │ ├── clocks | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── interrupts | |
| │ │ │ │ ├── marvell,crypto-srams | |
| │ │ │ │ ├── marvell,crypto-sram-size | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── reg | |
| │ │ │ │ └── reg-names | |
| │ │ │ ├── ethernet@30000 | |
| │ │ │ │ ├── clocks | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── interrupts | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── reg | |
| │ │ │ │ └── status | |
| │ │ │ ├── ethernet@34000 | |
| │ │ │ │ ├── clocks | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── interrupts | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── reg | |
| │ │ │ │ └── status | |
| │ │ │ ├── ethernet@70000 | |
| │ │ │ │ ├── clocks | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── fixed-link | |
| │ │ │ │ ├── interrupts | |
| │ │ │ │ ├── local-mac-address | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── phy-mode | |
| │ │ │ │ ├── reg | |
| │ │ │ │ └── status | |
| │ │ │ ├── ethernet@74000 | |
| │ │ │ │ ├── clocks | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── interrupts | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── reg | |
| │ │ │ │ └── status | |
| │ │ │ ├── gpio@18100 | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── #gpio-cells | |
| │ │ │ │ ├── gpio-controller | |
| │ │ │ │ ├── #interrupt-cells | |
| │ │ │ │ ├── interrupt-controller | |
| │ │ │ │ ├── interrupts | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── ngpios | |
| │ │ │ │ └── reg | |
| │ │ │ ├── gpio@18140 | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── #gpio-cells | |
| │ │ │ │ ├── gpio-controller | |
| │ │ │ │ ├── #interrupt-cells | |
| │ │ │ │ ├── interrupt-controller | |
| │ │ │ │ ├── interrupts | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── ngpios | |
| │ │ │ │ └── reg | |
| │ │ │ ├── gpio@18180 | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── #gpio-cells | |
| │ │ │ │ ├── gpio-controller | |
| │ │ │ │ ├── #interrupt-cells | |
| │ │ │ │ ├── interrupt-controller | |
| │ │ │ │ ├── interrupts | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── ngpios | |
| │ │ │ │ └── reg | |
| │ │ │ ├── i2c@11000 | |
| │ │ │ │ ├── #address-cells | |
| │ │ │ │ ├── clocks | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── interrupts | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── reg | |
| │ │ │ │ ├── #size-cells | |
| │ │ │ │ ├── status | |
| │ │ │ │ └── timeout-ms | |
| │ │ │ ├── i2c@11100 | |
| │ │ │ │ ├── #address-cells | |
| │ │ │ │ ├── clocks | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── interrupts | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── reg | |
| │ │ │ │ ├── #size-cells | |
| │ │ │ │ ├── status | |
| │ │ │ │ └── timeout-ms | |
| │ │ │ ├── interrupt-controller@20a00 | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── #interrupt-cells | |
| │ │ │ │ ├── interrupt-controller | |
| │ │ │ │ ├── linux,phandle | |
| │ │ │ │ ├── msi-controller | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── phandle | |
| │ │ │ │ ├── reg | |
| │ │ │ │ └── #size-cells | |
| │ │ │ ├── l2-cache | |
| │ │ │ │ ├── cache-id-part | |
| │ │ │ │ ├── cache-level | |
| │ │ │ │ ├── cache-unified | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── reg | |
| │ │ │ │ └── wt-override | |
| │ │ │ ├── mbus-controller@20000 | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── linux,phandle | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── phandle | |
| │ │ │ │ └── reg | |
| │ │ │ ├── mdio | |
| │ │ │ │ ├── #address-cells | |
| │ │ │ │ ├── clocks | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── reg | |
| │ │ │ │ └── #size-cells | |
| │ │ │ ├── mvebu-sar@18230 | |
| │ │ │ │ ├── #clock-cells | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── linux,phandle | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── phandle | |
| │ │ │ │ └── reg | |
| │ │ │ ├── mvsdio@d4000 | |
| │ │ │ │ ├── broken-cd | |
| │ │ │ │ ├── bus-width | |
| │ │ │ │ ├── cap-mmc-highspeed | |
| │ │ │ │ ├── cap-sd-highspeed | |
| │ │ │ │ ├── cap-sdio-irq | |
| │ │ │ │ ├── clocks | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── interrupts | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── pinctrl-0 | |
| │ │ │ │ ├── pinctrl-names | |
| │ │ │ │ ├── reg | |
| │ │ │ │ └── status | |
| │ │ │ ├── name | |
| │ │ │ ├── nand@d0000 | |
| │ │ │ │ ├── #address-cells | |
| │ │ │ │ ├── clocks | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── interrupts | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── reg | |
| │ │ │ │ ├── #size-cells | |
| │ │ │ │ └── status | |
| │ │ │ ├── pin-ctrl@18000 | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── ge0-gmii-pins | |
| │ │ │ │ │ ├── marvell,function | |
| │ │ │ │ │ ├── marvell,pins | |
| │ │ │ │ │ └── name | |
| │ │ │ │ ├── ge0-rgmii-pins | |
| │ │ │ │ │ ├── marvell,function | |
| │ │ │ │ │ ├── marvell,pins | |
| │ │ │ │ │ └── name | |
| │ │ │ │ ├── ge1-rgmii-pins | |
| │ │ │ │ │ ├── marvell,function | |
| │ │ │ │ │ ├── marvell,pins | |
| │ │ │ │ │ └── name | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── reg | |
| │ │ │ │ ├── sdio-pins | |
| │ │ │ │ │ ├── linux,phandle | |
| │ │ │ │ │ ├── marvell,function | |
| │ │ │ │ │ ├── marvell,pins | |
| │ │ │ │ │ ├── name | |
| │ │ │ │ │ └── phandle | |
| │ │ │ │ ├── spi0-pins | |
| │ │ │ │ │ ├── linux,phandle | |
| │ │ │ │ │ ├── marvell,function | |
| │ │ │ │ │ ├── marvell,pins | |
| │ │ │ │ │ ├── name | |
| │ │ │ │ │ └── phandle | |
| │ │ │ │ ├── uart2-pins | |
| │ │ │ │ │ ├── linux,phandle | |
| │ │ │ │ │ ├── marvell,function | |
| │ │ │ │ │ ├── marvell,pins | |
| │ │ │ │ │ ├── name | |
| │ │ │ │ │ └── phandle | |
| │ │ │ │ └── uart3-pins | |
| │ │ │ │ ├── linux,phandle | |
| │ │ │ │ ├── marvell,function | |
| │ │ │ │ ├── marvell,pins | |
| │ │ │ │ ├── name | |
| │ │ │ │ └── phandle | |
| │ │ │ ├── pmsu@22000 | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── name | |
| │ │ │ │ └── reg | |
| │ │ │ ├── ranges | |
| │ │ │ ├── rtc@10300 | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── interrupts | |
| │ │ │ │ ├── name | |
| │ │ │ │ └── reg | |
| │ │ │ ├── sata@a0000 | |
| │ │ │ │ ├── clock-names | |
| │ │ │ │ ├── clocks | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── interrupts | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── reg | |
| │ │ │ │ └── status | |
| │ │ │ ├── sdramc@1400 | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── name | |
| │ │ │ │ └── reg | |
| │ │ │ ├── serial@12000 | |
| │ │ │ │ ├── clocks | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── interrupts | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── reg | |
| │ │ │ │ ├── reg-io-width | |
| │ │ │ │ ├── reg-shift | |
| │ │ │ │ └── status | |
| │ │ │ ├── serial@12100 | |
| │ │ │ │ ├── clocks | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── interrupts | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── reg | |
| │ │ │ │ ├── reg-io-width | |
| │ │ │ │ ├── reg-shift | |
| │ │ │ │ └── status | |
| │ │ │ ├── serial@12200 | |
| │ │ │ │ ├── clocks | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── interrupts | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── pinctrl-0 | |
| │ │ │ │ ├── pinctrl-names | |
| │ │ │ │ ├── reg | |
| │ │ │ │ ├── reg-io-width | |
| │ │ │ │ ├── reg-shift | |
| │ │ │ │ └── status | |
| │ │ │ ├── serial@12300 | |
| │ │ │ │ ├── clocks | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── interrupts | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── pinctrl-0 | |
| │ │ │ │ ├── pinctrl-names | |
| │ │ │ │ ├── reg | |
| │ │ │ │ ├── reg-io-width | |
| │ │ │ │ ├── reg-shift | |
| │ │ │ │ └── status | |
| │ │ │ ├── #size-cells | |
| │ │ │ ├── spi@10600 | |
| │ │ │ │ ├── #address-cells | |
| │ │ │ │ ├── cell-index | |
| │ │ │ │ ├── clocks | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── interrupts | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── pinctrl-0 | |
| │ │ │ │ ├── pinctrl-names | |
| │ │ │ │ ├── reg | |
| │ │ │ │ ├── #size-cells | |
| │ │ │ │ └── status | |
| │ │ │ ├── spi@10680 | |
| │ │ │ │ ├── #address-cells | |
| │ │ │ │ ├── cell-index | |
| │ │ │ │ ├── clocks | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── interrupts | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── reg | |
| │ │ │ │ ├── #size-cells | |
| │ │ │ │ └── status | |
| │ │ │ ├── system-controller@18200 | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── name | |
| │ │ │ │ └── reg | |
| │ │ │ ├── thermal@182b0 | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── reg | |
| │ │ │ │ └── status | |
| │ │ │ ├── timer@20300 | |
| │ │ │ │ ├── clock-names | |
| │ │ │ │ ├── clocks | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── interrupts | |
| │ │ │ │ ├── name | |
| │ │ │ │ └── reg | |
| │ │ │ ├── usb@50000 | |
| │ │ │ │ ├── clocks | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── interrupts | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── reg | |
| │ │ │ │ └── status | |
| │ │ │ ├── usb@51000 | |
| │ │ │ │ ├── clocks | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── interrupts | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── reg | |
| │ │ │ │ └── status | |
| │ │ │ ├── usb@52000 | |
| │ │ │ │ ├── clocks | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── interrupts | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── reg | |
| │ │ │ │ └── status | |
| │ │ │ ├── watchdog@20300 | |
| │ │ │ │ ├── clock-names | |
| │ │ │ │ ├── clocks | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── name | |
| │ │ │ │ └── reg | |
| │ │ │ ├── xor@60900 | |
| │ │ │ │ ├── clocks | |
| │ │ │ │ ├── compatible | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── reg | |
| │ │ │ │ ├── status | |
| │ │ │ │ ├── xor10 | |
| │ │ │ │ │ ├── dmacap,memcpy | |
| │ │ │ │ │ ├── dmacap,xor | |
| │ │ │ │ │ ├── interrupts | |
| │ │ │ │ │ └── name | |
| │ │ │ │ └── xor11 | |
| │ │ │ │ ├── dmacap,memcpy | |
| │ │ │ │ ├── dmacap,memset | |
| │ │ │ │ ├── dmacap,xor | |
| │ │ │ │ ├── interrupts | |
| │ │ │ │ └── name | |
| │ │ │ └── xor@f0900 | |
| │ │ │ ├── clocks | |
| │ │ │ ├── compatible | |
| │ │ │ ├── name | |
| │ │ │ ├── reg | |
| │ │ │ ├── status | |
| │ │ │ ├── xor00 | |
| │ │ │ │ ├── dmacap,memcpy | |
| │ │ │ │ ├── dmacap,xor | |
| │ │ │ │ ├── interrupts | |
| │ │ │ │ └── name | |
| │ │ │ └── xor01 | |
| │ │ │ ├── dmacap,memcpy | |
| │ │ │ ├── dmacap,memset | |
| │ │ │ ├── dmacap,xor | |
| │ │ │ ├── interrupts | |
| │ │ │ └── name | |
| │ │ ├── interrupt-parent | |
| │ │ ├── name | |
| │ │ ├── pcie-controller | |
| │ │ │ ├── #address-cells | |
| │ │ │ ├── bus-range | |
| │ │ │ ├── compatible | |
| │ │ │ ├── device_type | |
| │ │ │ ├── msi-parent | |
| │ │ │ ├── name | |
| │ │ │ ├── pcie@1,0 | |
| │ │ │ │ ├── #address-cells | |
| │ │ │ │ ├── assigned-addresses | |
| │ │ │ │ ├── clocks | |
| │ │ │ │ ├── device_type | |
| │ │ │ │ ├── #interrupt-cells | |
| │ │ │ │ ├── interrupt-map | |
| │ │ │ │ ├── interrupt-map-mask | |
| │ │ │ │ ├── marvell,pcie-lane | |
| │ │ │ │ ├── marvell,pcie-port | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── ranges | |
| │ │ │ │ ├── reg | |
| │ │ │ │ ├── #size-cells | |
| │ │ │ │ └── status | |
| │ │ │ ├── pcie@10,0 | |
| │ │ │ │ ├── #address-cells | |
| │ │ │ │ ├── assigned-addresses | |
| │ │ │ │ ├── clocks | |
| │ │ │ │ ├── device_type | |
| │ │ │ │ ├── #interrupt-cells | |
| │ │ │ │ ├── interrupt-map | |
| │ │ │ │ ├── interrupt-map-mask | |
| │ │ │ │ ├── marvell,pcie-lane | |
| │ │ │ │ ├── marvell,pcie-port | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── ranges | |
| │ │ │ │ ├── reg | |
| │ │ │ │ ├── #size-cells | |
| │ │ │ │ └── status | |
| │ │ │ ├── pcie@2,0 | |
| │ │ │ │ ├── #address-cells | |
| │ │ │ │ ├── assigned-addresses | |
| │ │ │ │ ├── clocks | |
| │ │ │ │ ├── device_type | |
| │ │ │ │ ├── #interrupt-cells | |
| │ │ │ │ ├── interrupt-map | |
| │ │ │ │ ├── interrupt-map-mask | |
| │ │ │ │ ├── marvell,pcie-lane | |
| │ │ │ │ ├── marvell,pcie-port | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── ranges | |
| │ │ │ │ ├── reg | |
| │ │ │ │ ├── #size-cells | |
| │ │ │ │ └── status | |
| │ │ │ ├── pcie@3,0 | |
| │ │ │ │ ├── #address-cells | |
| │ │ │ │ ├── assigned-addresses | |
| │ │ │ │ ├── clocks | |
| │ │ │ │ ├── device_type | |
| │ │ │ │ ├── #interrupt-cells | |
| │ │ │ │ ├── interrupt-map | |
| │ │ │ │ ├── interrupt-map-mask | |
| │ │ │ │ ├── marvell,pcie-lane | |
| │ │ │ │ ├── marvell,pcie-port | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── ranges | |
| │ │ │ │ ├── reg | |
| │ │ │ │ ├── #size-cells | |
| │ │ │ │ └── status | |
| │ │ │ ├── pcie@4,0 | |
| │ │ │ │ ├── #address-cells | |
| │ │ │ │ ├── assigned-addresses | |
| │ │ │ │ ├── clocks | |
| │ │ │ │ ├── device_type | |
| │ │ │ │ ├── #interrupt-cells | |
| │ │ │ │ ├── interrupt-map | |
| │ │ │ │ ├── interrupt-map-mask | |
| │ │ │ │ ├── marvell,pcie-lane | |
| │ │ │ │ ├── marvell,pcie-port | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── ranges | |
| │ │ │ │ ├── reg | |
| │ │ │ │ ├── #size-cells | |
| │ │ │ │ └── status | |
| │ │ │ ├── pcie@5,0 | |
| │ │ │ │ ├── #address-cells | |
| │ │ │ │ ├── assigned-addresses | |
| │ │ │ │ ├── clocks | |
| │ │ │ │ ├── device_type | |
| │ │ │ │ ├── #interrupt-cells | |
| │ │ │ │ ├── interrupt-map | |
| │ │ │ │ ├── interrupt-map-mask | |
| │ │ │ │ ├── marvell,pcie-lane | |
| │ │ │ │ ├── marvell,pcie-port | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── ranges | |
| │ │ │ │ ├── reg | |
| │ │ │ │ ├── #size-cells | |
| │ │ │ │ └── status | |
| │ │ │ ├── pcie@6,0 | |
| │ │ │ │ ├── #address-cells | |
| │ │ │ │ ├── assigned-addresses | |
| │ │ │ │ ├── clocks | |
| │ │ │ │ ├── device_type | |
| │ │ │ │ ├── #interrupt-cells | |
| │ │ │ │ ├── interrupt-map | |
| │ │ │ │ ├── interrupt-map-mask | |
| │ │ │ │ ├── marvell,pcie-lane | |
| │ │ │ │ ├── marvell,pcie-port | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── ranges | |
| │ │ │ │ ├── reg | |
| │ │ │ │ ├── #size-cells | |
| │ │ │ │ └── status | |
| │ │ │ ├── pcie@7,0 | |
| │ │ │ │ ├── #address-cells | |
| │ │ │ │ ├── assigned-addresses | |
| │ │ │ │ ├── clocks | |
| │ │ │ │ ├── device_type | |
| │ │ │ │ ├── #interrupt-cells | |
| │ │ │ │ ├── interrupt-map | |
| │ │ │ │ ├── interrupt-map-mask | |
| │ │ │ │ ├── marvell,pcie-lane | |
| │ │ │ │ ├── marvell,pcie-port | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── ranges | |
| │ │ │ │ ├── reg | |
| │ │ │ │ ├── #size-cells | |
| │ │ │ │ └── status | |
| │ │ │ ├── pcie@8,0 | |
| │ │ │ │ ├── #address-cells | |
| │ │ │ │ ├── assigned-addresses | |
| │ │ │ │ ├── clocks | |
| │ │ │ │ ├── device_type | |
| │ │ │ │ ├── #interrupt-cells | |
| │ │ │ │ ├── interrupt-map | |
| │ │ │ │ ├── interrupt-map-mask | |
| │ │ │ │ ├── marvell,pcie-lane | |
| │ │ │ │ ├── marvell,pcie-port | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── ranges | |
| │ │ │ │ ├── reg | |
| │ │ │ │ ├── #size-cells | |
| │ │ │ │ └── status | |
| │ │ │ ├── pcie@9,0 | |
| │ │ │ │ ├── #address-cells | |
| │ │ │ │ ├── assigned-addresses | |
| │ │ │ │ ├── clocks | |
| │ │ │ │ ├── device_type | |
| │ │ │ │ ├── #interrupt-cells | |
| │ │ │ │ ├── interrupt-map | |
| │ │ │ │ ├── interrupt-map-mask | |
| │ │ │ │ ├── marvell,pcie-lane | |
| │ │ │ │ ├── marvell,pcie-port | |
| │ │ │ │ ├── name | |
| │ │ │ │ ├── ranges | |
| │ │ │ │ ├── reg | |
| │ │ │ │ ├── #size-cells | |
| │ │ │ │ └── status | |
| │ │ │ ├── ranges | |
| │ │ │ ├── #size-cells | |
| │ │ │ └── status | |
| │ │ ├── pcie-io-aperture | |
| │ │ ├── pcie-mem-aperture | |
| │ │ ├── ranges | |
| │ │ ├── sa-sram0 | |
| │ │ │ ├── #address-cells | |
| │ │ │ ├── clocks | |
| │ │ │ ├── compatible | |
| │ │ │ ├── linux,phandle | |
| │ │ │ ├── name | |
| │ │ │ ├── phandle | |
| │ │ │ ├── ranges | |
| │ │ │ ├── reg | |
| │ │ │ └── #size-cells | |
| │ │ ├── sa-sram1 | |
| │ │ │ ├── #address-cells | |
| │ │ │ ├── clocks | |
| │ │ │ ├── compatible | |
| │ │ │ ├── linux,phandle | |
| │ │ │ ├── name | |
| │ │ │ ├── phandle | |
| │ │ │ ├── ranges | |
| │ │ │ ├── reg | |
| │ │ │ └── #size-cells | |
| │ │ └── #size-cells | |
| │ └── fdt | |
| ├── fs | |
| │ ├── cgroup | |
| │ │ ├── blkio | |
| │ │ │ ├── blkio.io_merged | |
| │ │ │ ├── blkio.io_merged_recursive | |
| │ │ │ ├── blkio.io_queued | |
| │ │ │ ├── blkio.io_queued_recursive | |
| │ │ │ ├── blkio.io_service_bytes | |
| │ │ │ ├── blkio.io_service_bytes_recursive | |
| │ │ │ ├── blkio.io_serviced | |
| │ │ │ ├── blkio.io_serviced_recursive | |
| │ │ │ ├── blkio.io_service_time | |
| │ │ │ ├── blkio.io_service_time_recursive | |
| │ │ │ ├── blkio.io_wait_time | |
| │ │ │ ├── blkio.io_wait_time_recursive | |
| │ │ │ ├── blkio.leaf_weight | |
| │ │ │ ├── blkio.leaf_weight_device | |
| │ │ │ ├── blkio.reset_stats | |
| │ │ │ ├── blkio.sectors | |
| │ │ │ ├── blkio.sectors_recursive | |
| │ │ │ ├── blkio.throttle.io_service_bytes | |
| │ │ │ ├── blkio.throttle.io_serviced | |
| │ │ │ ├── blkio.throttle.read_bps_device | |
| │ │ │ ├── blkio.throttle.read_iops_device | |
| │ │ │ ├── blkio.throttle.write_bps_device | |
| │ │ │ ├── blkio.throttle.write_iops_device | |
| │ │ │ ├── blkio.time | |
| │ │ │ ├── blkio.time_recursive | |
| │ │ │ ├── blkio.weight | |
| │ │ │ ├── blkio.weight_device | |
| │ │ │ ├── cgroup.clone_children | |
| │ │ │ ├── cgroup.procs | |
| │ │ │ ├── cgroup.sane_behavior | |
| │ │ │ ├── notify_on_release | |
| │ │ │ ├── release_agent | |
| │ │ │ └── tasks | |
| │ │ ├── cpu -> cpu,cpuacct | |
| │ │ ├── cpuacct -> cpu,cpuacct | |
| │ │ ├── cpu,cpuacct | |
| │ │ │ ├── cgroup.clone_children | |
| │ │ │ ├── cgroup.procs | |
| │ │ │ ├── cgroup.sane_behavior | |
| │ │ │ ├── cpuacct.stat | |
| │ │ │ ├── cpuacct.usage | |
| │ │ │ ├── cpuacct.usage_percpu | |
| │ │ │ ├── cpu.shares | |
| │ │ │ ├── notify_on_release | |
| │ │ │ ├── release_agent | |
| │ │ │ └── tasks | |
| │ │ ├── cpuset | |
| │ │ │ ├── cgroup.clone_children | |
| │ │ │ ├── cgroup.procs | |
| │ │ │ ├── cgroup.sane_behavior | |
| │ │ │ ├── cpuset.cpu_exclusive | |
| │ │ │ ├── cpuset.cpus | |
| │ │ │ ├── cpuset.effective_cpus | |
| │ │ │ ├── cpuset.effective_mems | |
| │ │ │ ├── cpuset.mem_exclusive | |
| │ │ │ ├── cpuset.mem_hardwall | |
| │ │ │ ├── cpuset.memory_migrate | |
| │ │ │ ├── cpuset.memory_pressure | |
| │ │ │ ├── cpuset.memory_pressure_enabled | |
| │ │ │ ├── cpuset.memory_spread_page | |
| │ │ │ ├── cpuset.memory_spread_slab | |
| │ │ │ ├── cpuset.mems | |
| │ │ │ ├── cpuset.sched_load_balance | |
| │ │ │ ├── cpuset.sched_relax_domain_level | |
| │ │ │ ├── notify_on_release | |
| │ │ │ ├── release_agent | |
| │ │ │ └── tasks | |
| │ │ ├── devices | |
| │ │ │ ├── cgroup.clone_children | |
| │ │ │ ├── cgroup.procs | |
| │ │ │ ├── cgroup.sane_behavior | |
| │ │ │ ├── devices.allow | |
| │ │ │ ├── devices.deny | |
| │ │ │ ├── devices.list | |
| │ │ │ ├── init.scope | |
| │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ ├── devices.allow | |
| │ │ │ │ ├── devices.deny | |
| │ │ │ │ ├── devices.list | |
| │ │ │ │ ├── notify_on_release | |
| │ │ │ │ └── tasks | |
| │ │ │ ├── notify_on_release | |
| │ │ │ ├── release_agent | |
| │ │ │ ├── system.slice | |
| │ │ │ │ ├── atop.service | |
| │ │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ │ ├── devices.allow | |
| │ │ │ │ │ ├── devices.deny | |
| │ │ │ │ │ ├── devices.list | |
| │ │ │ │ │ ├── notify_on_release | |
| │ │ │ │ │ └── tasks | |
| │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ ├── cron.service | |
| │ │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ │ ├── devices.allow | |
| │ │ │ │ │ ├── devices.deny | |
| │ │ │ │ │ ├── devices.list | |
| │ │ │ │ │ ├── notify_on_release | |
| │ │ │ │ │ └── tasks | |
| │ │ │ │ ├── dbus.service | |
| │ │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ │ ├── devices.allow | |
| │ │ │ │ │ ├── devices.deny | |
| │ │ │ │ │ ├── devices.list | |
| │ │ │ │ │ ├── notify_on_release | |
| │ │ │ │ │ └── tasks | |
| │ │ │ │ ├── devices.allow | |
| │ │ │ │ ├── devices.deny | |
| │ │ │ │ ├── devices.list | |
| │ │ │ │ ├── dev-mqueue.mount | |
| │ │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ │ ├── devices.allow | |
| │ │ │ │ │ ├── devices.deny | |
| │ │ │ │ │ ├── devices.list | |
| │ │ │ │ │ ├── notify_on_release | |
| │ │ │ │ │ └── tasks | |
| │ │ │ │ ├── haveged.service | |
| │ │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ │ ├── devices.allow | |
| │ │ │ │ │ ├── devices.deny | |
| │ │ │ │ │ ├── devices.list | |
| │ │ │ │ │ ├── notify_on_release | |
| │ │ │ │ │ └── tasks | |
| │ │ │ │ ├── [email protected] | |
| │ │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ │ ├── devices.allow | |
| │ │ │ │ │ ├── devices.deny | |
| │ │ │ │ │ ├── devices.list | |
| │ │ │ │ │ ├── notify_on_release | |
| │ │ │ │ │ └── tasks | |
| │ │ │ │ ├── -.mount | |
| │ │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ │ ├── devices.allow | |
| │ │ │ │ │ ├── devices.deny | |
| │ │ │ │ │ ├── devices.list | |
| │ │ │ │ │ ├── notify_on_release | |
| │ │ │ │ │ └── tasks | |
| │ │ │ │ ├── notify_on_release | |
| │ │ │ │ ├── ondemand.service | |
| │ │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ │ ├── devices.allow | |
| │ │ │ │ │ ├── devices.deny | |
| │ │ │ │ │ ├── devices.list | |
| │ │ │ │ │ ├── notify_on_release | |
| │ │ │ │ │ └── tasks | |
| │ │ │ │ ├── rc-local.service | |
| │ │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ │ ├── devices.allow | |
| │ │ │ │ │ ├── devices.deny | |
| │ │ │ │ │ ├── devices.list | |
| │ │ │ │ │ ├── notify_on_release | |
| │ │ │ │ │ └── tasks | |
| │ │ │ │ ├── rsyslog.service | |
| │ │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ │ ├── devices.allow | |
| │ │ │ │ │ ├── devices.deny | |
| │ │ │ │ │ ├── devices.list | |
| │ │ │ │ │ ├── notify_on_release | |
| │ │ │ │ │ └── tasks | |
| │ │ │ │ ├── ssh.service | |
| │ │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ │ ├── devices.allow | |
| │ │ │ │ │ ├── devices.deny | |
| │ │ │ │ │ ├── devices.list | |
| │ │ │ │ │ ├── notify_on_release | |
| │ │ │ │ │ └── tasks | |
| │ │ │ │ ├── sys-kernel-debug.mount | |
| │ │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ │ ├── devices.allow | |
| │ │ │ │ │ ├── devices.deny | |
| │ │ │ │ │ ├── devices.list | |
| │ │ │ │ │ ├── notify_on_release | |
| │ │ │ │ │ └── tasks | |
| │ │ │ │ ├── sysstat.service | |
| │ │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ │ ├── devices.allow | |
| │ │ │ │ │ ├── devices.deny | |
| │ │ │ │ │ ├── devices.list | |
| │ │ │ │ │ ├── notify_on_release | |
| │ │ │ │ │ └── tasks | |
| │ │ │ │ ├── systemd-journald.service | |
| │ │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ │ ├── devices.allow | |
| │ │ │ │ │ ├── devices.deny | |
| │ │ │ │ │ ├── devices.list | |
| │ │ │ │ │ ├── notify_on_release | |
| │ │ │ │ │ └── tasks | |
| │ │ │ │ ├── systemd-journal-flush.service | |
| │ │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ │ ├── devices.allow | |
| │ │ │ │ │ ├── devices.deny | |
| │ │ │ │ │ ├── devices.list | |
| │ │ │ │ │ ├── notify_on_release | |
| │ │ │ │ │ └── tasks | |
| │ │ │ │ ├── systemd-logind.service | |
| │ │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ │ ├── devices.allow | |
| │ │ │ │ │ ├── devices.deny | |
| │ │ │ │ │ ├── devices.list | |
| │ │ │ │ │ ├── notify_on_release | |
| │ │ │ │ │ └── tasks | |
| │ │ │ │ ├── systemd-modules-load.service | |
| │ │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ │ ├── devices.allow | |
| │ │ │ │ │ ├── devices.deny | |
| │ │ │ │ │ ├── devices.list | |
| │ │ │ │ │ ├── notify_on_release | |
| │ │ │ │ │ └── tasks | |
| │ │ │ │ ├── systemd-random-seed.service | |
| │ │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ │ ├── devices.allow | |
| │ │ │ │ │ ├── devices.deny | |
| │ │ │ │ │ ├── devices.list | |
| │ │ │ │ │ ├── notify_on_release | |
| │ │ │ │ │ └── tasks | |
| │ │ │ │ ├── systemd-remount-fs.service | |
| │ │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ │ ├── devices.allow | |
| │ │ │ │ │ ├── devices.deny | |
| │ │ │ │ │ ├── devices.list | |
| │ │ │ │ │ ├── notify_on_release | |
| │ │ │ │ │ └── tasks | |
| │ │ │ │ ├── systemd-sysctl.service | |
| │ │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ │ ├── devices.allow | |
| │ │ │ │ │ ├── devices.deny | |
| │ │ │ │ │ ├── devices.list | |
| │ │ │ │ │ ├── notify_on_release | |
| │ │ │ │ │ └── tasks | |
| │ │ │ │ ├── systemd-tmpfiles-setup-dev.service | |
| │ │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ │ ├── devices.allow | |
| │ │ │ │ │ ├── devices.deny | |
| │ │ │ │ │ ├── devices.list | |
| │ │ │ │ │ ├── notify_on_release | |
| │ │ │ │ │ └── tasks | |
| │ │ │ │ ├── systemd-tmpfiles-setup.service | |
| │ │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ │ ├── devices.allow | |
| │ │ │ │ │ ├── devices.deny | |
| │ │ │ │ │ ├── devices.list | |
| │ │ │ │ │ ├── notify_on_release | |
| │ │ │ │ │ └── tasks | |
| │ │ │ │ ├── systemd-udevd.service | |
| │ │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ │ ├── devices.allow | |
| │ │ │ │ │ ├── devices.deny | |
| │ │ │ │ │ ├── devices.list | |
| │ │ │ │ │ ├── notify_on_release | |
| │ │ │ │ │ └── tasks | |
| │ │ │ │ ├── systemd-udev-trigger.service | |
| │ │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ │ ├── devices.allow | |
| │ │ │ │ │ ├── devices.deny | |
| │ │ │ │ │ ├── devices.list | |
| │ │ │ │ │ ├── notify_on_release | |
| │ │ │ │ │ └── tasks | |
| │ │ │ │ ├── systemd-update-utmp.service | |
| │ │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ │ ├── devices.allow | |
| │ │ │ │ │ ├── devices.deny | |
| │ │ │ │ │ ├── devices.list | |
| │ │ │ │ │ ├── notify_on_release | |
| │ │ │ │ │ └── tasks | |
| │ │ │ │ ├── systemd-user-sessions.service | |
| │ │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ │ ├── devices.allow | |
| │ │ │ │ │ ├── devices.deny | |
| │ │ │ │ │ ├── devices.list | |
| │ │ │ │ │ ├── notify_on_release | |
| │ │ │ │ │ └── tasks | |
| │ │ │ │ ├── system-getty.slice | |
| │ │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ │ ├── devices.allow | |
| │ │ │ │ │ ├── devices.deny | |
| │ │ │ │ │ ├── devices.list | |
| │ │ │ │ │ ├── notify_on_release | |
| │ │ │ │ │ └── tasks | |
| │ │ │ │ ├── system-serial\x2dgetty.slice | |
| │ │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ │ ├── devices.allow | |
| │ │ │ │ │ ├── devices.deny | |
| │ │ │ │ │ ├── devices.list | |
| │ │ │ │ │ ├── notify_on_release | |
| │ │ │ │ │ └── tasks | |
| │ │ │ │ ├── system-tor.slice | |
| │ │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ │ ├── devices.allow | |
| │ │ │ │ │ ├── devices.deny | |
| │ │ │ │ │ ├── devices.list | |
| │ │ │ │ │ ├── notify_on_release | |
| │ │ │ │ │ ├── tasks | |
| │ │ │ │ │ └── [email protected] | |
| │ │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ │ ├── devices.allow | |
| │ │ │ │ │ ├── devices.deny | |
| │ │ │ │ │ ├── devices.list | |
| │ │ │ │ │ ├── notify_on_release | |
| │ │ │ │ │ └── tasks | |
| │ │ │ │ ├── tasks | |
| │ │ │ │ └── tor.service | |
| │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ ├── devices.allow | |
| │ │ │ │ ├── devices.deny | |
| │ │ │ │ ├── devices.list | |
| │ │ │ │ ├── notify_on_release | |
| │ │ │ │ └── tasks | |
| │ │ │ ├── tasks | |
| │ │ │ └── user.slice | |
| │ │ │ ├── cgroup.clone_children | |
| │ │ │ ├── cgroup.procs | |
| │ │ │ ├── devices.allow | |
| │ │ │ ├── devices.deny | |
| │ │ │ ├── devices.list | |
| │ │ │ ├── notify_on_release | |
| │ │ │ └── tasks | |
| │ │ ├── freezer | |
| │ │ │ ├── cgroup.clone_children | |
| │ │ │ ├── cgroup.procs | |
| │ │ │ ├── cgroup.sane_behavior | |
| │ │ │ ├── notify_on_release | |
| │ │ │ ├── release_agent | |
| │ │ │ └── tasks | |
| │ │ ├── memory | |
| │ │ │ ├── cgroup.clone_children | |
| │ │ │ ├── cgroup.event_control | |
| │ │ │ ├── cgroup.procs | |
| │ │ │ ├── cgroup.sane_behavior | |
| │ │ │ ├── memory.failcnt | |
| │ │ │ ├── memory.force_empty | |
| │ │ │ ├── memory.kmem.failcnt | |
| │ │ │ ├── memory.kmem.limit_in_bytes | |
| │ │ │ ├── memory.kmem.max_usage_in_bytes | |
| │ │ │ ├── memory.kmem.slabinfo | |
| │ │ │ ├── memory.kmem.tcp.failcnt | |
| │ │ │ ├── memory.kmem.tcp.limit_in_bytes | |
| │ │ │ ├── memory.kmem.tcp.max_usage_in_bytes | |
| │ │ │ ├── memory.kmem.tcp.usage_in_bytes | |
| │ │ │ ├── memory.kmem.usage_in_bytes | |
| │ │ │ ├── memory.limit_in_bytes | |
| │ │ │ ├── memory.max_usage_in_bytes | |
| │ │ │ ├── memory.memsw.failcnt | |
| │ │ │ ├── memory.memsw.limit_in_bytes | |
| │ │ │ ├── memory.memsw.max_usage_in_bytes | |
| │ │ │ ├── memory.memsw.usage_in_bytes | |
| │ │ │ ├── memory.move_charge_at_immigrate | |
| │ │ │ ├── memory.oom_control | |
| │ │ │ ├── memory.pressure_level | |
| │ │ │ ├── memory.soft_limit_in_bytes | |
| │ │ │ ├── memory.stat | |
| │ │ │ ├── memory.swappiness | |
| │ │ │ ├── memory.usage_in_bytes | |
| │ │ │ ├── memory.use_hierarchy | |
| │ │ │ ├── notify_on_release | |
| │ │ │ ├── release_agent | |
| │ │ │ └── tasks | |
| │ │ ├── net_cls | |
| │ │ │ ├── cgroup.clone_children | |
| │ │ │ ├── cgroup.procs | |
| │ │ │ ├── cgroup.sane_behavior | |
| │ │ │ ├── net_cls.classid | |
| │ │ │ ├── notify_on_release | |
| │ │ │ ├── release_agent | |
| │ │ │ └── tasks | |
| │ │ ├── perf_event | |
| │ │ │ ├── cgroup.clone_children | |
| │ │ │ ├── cgroup.procs | |
| │ │ │ ├── cgroup.sane_behavior | |
| │ │ │ ├── notify_on_release | |
| │ │ │ ├── release_agent | |
| │ │ │ └── tasks | |
| │ │ └── systemd | |
| │ │ ├── cgroup.clone_children | |
| │ │ ├── cgroup.procs | |
| │ │ ├── cgroup.sane_behavior | |
| │ │ ├── init.scope | |
| │ │ │ ├── cgroup.clone_children | |
| │ │ │ ├── cgroup.procs | |
| │ │ │ ├── notify_on_release | |
| │ │ │ └── tasks | |
| │ │ ├── notify_on_release | |
| │ │ ├── release_agent | |
| │ │ ├── system.slice | |
| │ │ │ ├── atop.service | |
| │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ ├── notify_on_release | |
| │ │ │ │ └── tasks | |
| │ │ │ ├── cgroup.clone_children | |
| │ │ │ ├── cgroup.procs | |
| │ │ │ ├── cron.service | |
| │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ ├── notify_on_release | |
| │ │ │ │ └── tasks | |
| │ │ │ ├── dbus.service | |
| │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ ├── notify_on_release | |
| │ │ │ │ └── tasks | |
| │ │ │ ├── dev-mqueue.mount | |
| │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ ├── notify_on_release | |
| │ │ │ │ └── tasks | |
| │ │ │ ├── haveged.service | |
| │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ ├── notify_on_release | |
| │ │ │ │ └── tasks | |
| │ │ │ ├── [email protected] | |
| │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ ├── notify_on_release | |
| │ │ │ │ └── tasks | |
| │ │ │ ├── -.mount | |
| │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ ├── notify_on_release | |
| │ │ │ │ └── tasks | |
| │ │ │ ├── notify_on_release | |
| │ │ │ ├── ondemand.service | |
| │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ ├── notify_on_release | |
| │ │ │ │ └── tasks | |
| │ │ │ ├── rc-local.service | |
| │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ ├── notify_on_release | |
| │ │ │ │ └── tasks | |
| │ │ │ ├── rsyslog.service | |
| │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ ├── notify_on_release | |
| │ │ │ │ └── tasks | |
| │ │ │ ├── ssh.service | |
| │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ ├── notify_on_release | |
| │ │ │ │ └── tasks | |
| │ │ │ ├── sys-kernel-debug.mount | |
| │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ ├── notify_on_release | |
| │ │ │ │ └── tasks | |
| │ │ │ ├── sysstat.service | |
| │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ ├── notify_on_release | |
| │ │ │ │ └── tasks | |
| │ │ │ ├── systemd-journald.service | |
| │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ ├── notify_on_release | |
| │ │ │ │ └── tasks | |
| │ │ │ ├── systemd-journal-flush.service | |
| │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ ├── notify_on_release | |
| │ │ │ │ └── tasks | |
| │ │ │ ├── systemd-logind.service | |
| │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ ├── notify_on_release | |
| │ │ │ │ └── tasks | |
| │ │ │ ├── systemd-modules-load.service | |
| │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ ├── notify_on_release | |
| │ │ │ │ └── tasks | |
| │ │ │ ├── systemd-random-seed.service | |
| │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ ├── notify_on_release | |
| │ │ │ │ └── tasks | |
| │ │ │ ├── systemd-remount-fs.service | |
| │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ ├── notify_on_release | |
| │ │ │ │ └── tasks | |
| │ │ │ ├── systemd-sysctl.service | |
| │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ ├── notify_on_release | |
| │ │ │ │ └── tasks | |
| │ │ │ ├── systemd-tmpfiles-setup-dev.service | |
| │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ ├── notify_on_release | |
| │ │ │ │ └── tasks | |
| │ │ │ ├── systemd-tmpfiles-setup.service | |
| │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ ├── notify_on_release | |
| │ │ │ │ └── tasks | |
| │ │ │ ├── systemd-udevd.service | |
| │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ ├── notify_on_release | |
| │ │ │ │ └── tasks | |
| │ │ │ ├── systemd-udev-trigger.service | |
| │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ ├── notify_on_release | |
| │ │ │ │ └── tasks | |
| │ │ │ ├── systemd-update-utmp.service | |
| │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ ├── notify_on_release | |
| │ │ │ │ └── tasks | |
| │ │ │ ├── systemd-user-sessions.service | |
| │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ ├── notify_on_release | |
| │ │ │ │ └── tasks | |
| │ │ │ ├── system-getty.slice | |
| │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ ├── [email protected] | |
| │ │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ │ ├── notify_on_release | |
| │ │ │ │ │ └── tasks | |
| │ │ │ │ ├── notify_on_release | |
| │ │ │ │ └── tasks | |
| │ │ │ ├── system-serial\x2dgetty.slice | |
| │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ ├── notify_on_release | |
| │ │ │ │ ├── [email protected] | |
| │ │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ │ ├── notify_on_release | |
| │ │ │ │ │ └── tasks | |
| │ │ │ │ └── tasks | |
| │ │ │ ├── system-tor.slice | |
| │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ ├── notify_on_release | |
| │ │ │ │ ├── tasks | |
| │ │ │ │ └── [email protected] | |
| │ │ │ │ ├── cgroup.clone_children | |
| │ │ │ │ ├── cgroup.procs | |
| │ │ │ │ ├── notify_on_release | |
| │ │ │ │ └── tasks | |
| │ │ │ ├── tasks | |
| │ │ │ └── tor.service | |
| │ │ │ ├── cgroup.clone_children | |
| │ │ │ ├── cgroup.procs | |
| │ │ │ ├── notify_on_release | |
| │ │ │ └── tasks | |
| │ │ ├── tasks | |
| │ │ └── user.slice | |
| │ │ ├── cgroup.clone_children | |
| │ │ ├── cgroup.procs | |
| │ │ ├── notify_on_release | |
| │ │ └── tasks | |
| │ └── ext4 | |
| │ ├── features | |
| │ │ ├── batched_discard | |
| │ │ ├── encryption | |
| │ │ ├── lazy_itable_init | |
| │ │ ├── meta_bg_resize | |
| │ │ └── metadata_csum_seed | |
| │ └── nbd0 | |
| │ ├── delayed_allocation_blocks | |
| │ ├── errors_count | |
| │ ├── err_ratelimit_burst | |
| │ ├── err_ratelimit_interval_ms | |
| │ ├── extent_max_zeroout_kb | |
| │ ├── first_error_time | |
| │ ├── inode_goal | |
| │ ├── inode_readahead_blks | |
| │ ├── last_error_time | |
| │ ├── lifetime_write_kbytes | |
| │ ├── max_writeback_mb_bump | |
| │ ├── mb_group_prealloc | |
| │ ├── mb_max_to_scan | |
| │ ├── mb_min_to_scan | |
| │ ├── mb_order2_req | |
| │ ├── mb_stats | |
| │ ├── mb_stream_req | |
| │ ├── msg_ratelimit_burst | |
| │ ├── msg_ratelimit_interval_ms | |
| │ ├── reserved_clusters | |
| │ ├── session_write_kbytes | |
| │ ├── trigger_fs_error | |
| │ ├── warning_ratelimit_burst | |
| │ └── warning_ratelimit_interval_ms | |
| ├── kernel | |
| │ ├── debug | |
| │ │ ├── bdi | |
| │ │ │ ├── 254:0 | |
| │ │ │ │ └── stats | |
| │ │ │ ├── 43:0 | |
| │ │ │ │ └── stats | |
| │ │ │ ├── 43:1 | |
| │ │ │ │ └── stats | |
| │ │ │ ├── 43:10 | |
| │ │ │ │ └── stats | |
| │ │ │ ├── 43:11 | |
| │ │ │ │ └── stats | |
| │ │ │ ├── 43:12 | |
| │ │ │ │ └── stats | |
| │ │ │ ├── 43:13 | |
| │ │ │ │ └── stats | |
| │ │ │ ├── 43:14 | |
| │ │ │ │ └── stats | |
| │ │ │ ├── 43:15 | |
| │ │ │ │ └── stats | |
| │ │ │ ├── 43:2 | |
| │ │ │ │ └── stats | |
| │ │ │ ├── 43:3 | |
| │ │ │ │ └── stats | |
| │ │ │ ├── 43:4 | |
| │ │ │ │ └── stats | |
| │ │ │ ├── 43:5 | |
| │ │ │ │ └── stats | |
| │ │ │ ├── 43:6 | |
| │ │ │ │ └── stats | |
| │ │ │ ├── 43:7 | |
| │ │ │ │ └── stats | |
| │ │ │ ├── 43:8 | |
| │ │ │ │ └── stats | |
| │ │ │ ├── 43:9 | |
| │ │ │ │ └── stats | |
| │ │ │ └── mtd | |
| │ │ │ └── stats | |
| │ │ ├── clk | |
| │ │ │ ├── audio | |
| │ │ │ │ ├── clk_accuracy | |
| │ │ │ │ ├── clk_enable_count | |
| │ │ │ │ ├── clk_flags | |
| │ │ │ │ ├── clk_notifier_count | |
| │ │ │ │ ├── clk_phase | |
| │ │ │ │ ├── clk_prepare_count | |
| │ │ │ │ └── clk_rate | |
| │ │ │ ├── bp | |
| │ │ │ │ ├── clk_accuracy | |
| │ │ │ │ ├── clk_enable_count | |
| │ │ │ │ ├── clk_flags | |
| │ │ │ │ ├── clk_notifier_count | |
| │ │ │ │ ├── clk_phase | |
| │ │ │ │ ├── clk_prepare_count | |
| │ │ │ │ └── clk_rate | |
| │ │ │ ├── clk_dump | |
| │ │ │ ├── clk_orphan_dump | |
| │ │ │ ├── clk_orphan_summary | |
| │ │ │ ├── clk_summary | |
| │ │ │ ├── cpu0 | |
| │ │ │ │ ├── clk_accuracy | |
| │ │ │ │ ├── clk_enable_count | |
| │ │ │ │ ├── clk_flags | |
| │ │ │ │ ├── clk_notifier_count | |
| │ │ │ │ ├── clk_phase | |
| │ │ │ │ ├── clk_prepare_count | |
| │ │ │ │ └── clk_rate | |
| │ │ │ ├── cpu1 | |
| │ │ │ │ ├── clk_accuracy | |
| │ │ │ │ ├── clk_enable_count | |
| │ │ │ │ ├── clk_flags | |
| │ │ │ │ ├── clk_notifier_count | |
| │ │ │ │ ├── clk_phase | |
| │ │ │ │ ├── clk_prepare_count | |
| │ │ │ │ └── clk_rate | |
| │ │ │ ├── cpu2 | |
| │ │ │ │ ├── clk_accuracy | |
| │ │ │ │ ├── clk_enable_count | |
| │ │ │ │ ├── clk_flags | |
| │ │ │ │ ├── clk_notifier_count | |
| │ │ │ │ ├── clk_phase | |
| │ │ │ │ ├── clk_prepare_count | |
| │ │ │ │ └── clk_rate | |
| │ │ │ ├── cpu3 | |
| │ │ │ │ ├── clk_accuracy | |
| │ │ │ │ ├── clk_enable_count | |
| │ │ │ │ ├── clk_flags | |
| │ │ │ │ ├── clk_notifier_count | |
| │ │ │ │ ├── clk_phase | |
| │ │ │ │ ├── clk_prepare_count | |
| │ │ │ │ └── clk_rate | |
| │ │ │ ├── cpuclk | |
| │ │ │ │ ├── clk_accuracy | |
| │ │ │ │ ├── clk_enable_count | |
| │ │ │ │ ├── clk_flags | |
| │ │ │ │ ├── clk_notifier_count | |
| │ │ │ │ ├── clk_phase | |
| │ │ │ │ ├── clk_prepare_count | |
| │ │ │ │ └── clk_rate | |
| │ │ │ ├── crypto | |
| │ │ │ │ ├── clk_accuracy | |
| │ │ │ │ ├── clk_enable_count | |
| │ │ │ │ ├── clk_flags | |
| │ │ │ │ ├── clk_notifier_count | |
| │ │ │ │ ├── clk_phase | |
| │ │ │ │ ├── clk_prepare_count | |
| │ │ │ │ └── clk_rate | |
| │ │ │ ├── dramclk | |
| │ │ │ │ ├── clk_accuracy | |
| │ │ │ │ ├── clk_enable_count | |
| │ │ │ │ ├── clk_flags | |
| │ │ │ │ ├── clk_notifier_count | |
| │ │ │ │ ├── clk_phase | |
| │ │ │ │ ├── clk_prepare_count | |
| │ │ │ │ └── clk_rate | |
| │ │ │ ├── ge0 | |
| │ │ │ │ ├── clk_accuracy | |
| │ │ │ │ ├── clk_enable_count | |
| │ │ │ │ ├── clk_flags | |
| │ │ │ │ ├── clk_notifier_count | |
| │ │ │ │ ├── clk_phase | |
| │ │ │ │ ├── clk_prepare_count | |
| │ │ │ │ └── clk_rate | |
| │ │ │ ├── ge1 | |
| │ │ │ │ ├── clk_accuracy | |
| │ │ │ │ ├── clk_enable_count | |
| │ │ │ │ ├── clk_flags | |
| │ │ │ │ ├── clk_notifier_count | |
| │ │ │ │ ├── clk_phase | |
| │ │ │ │ ├── clk_prepare_count | |
| │ │ │ │ └── clk_rate | |
| │ │ │ ├── ge2 | |
| │ │ │ │ ├── clk_accuracy | |
| │ │ │ │ ├── clk_enable_count | |
| │ │ │ │ ├── clk_flags | |
| │ │ │ │ ├── clk_notifier_count | |
| │ │ │ │ ├── clk_phase | |
| │ │ │ │ ├── clk_prepare_count | |
| │ │ │ │ └── clk_rate | |
| │ │ │ ├── ge3 | |
| │ │ │ │ ├── clk_accuracy | |
| │ │ │ │ ├── clk_enable_count | |
| │ │ │ │ ├── clk_flags | |
| │ │ │ │ ├── clk_notifier_count | |
| │ │ │ │ ├── clk_phase | |
| │ │ │ │ ├── clk_prepare_count | |
| │ │ │ │ └── clk_rate | |
| │ │ │ ├── hclk | |
| │ │ │ │ ├── clk_accuracy | |
| │ │ │ │ ├── clk_enable_count | |
| │ │ │ │ ├── clk_flags | |
| │ │ │ │ ├── clk_notifier_count | |
| │ │ │ │ ├── clk_phase | |
| │ │ │ │ ├── clk_prepare_count | |
| │ │ │ │ └── clk_rate | |
| │ │ │ ├── lcd | |
| │ │ │ │ ├── clk_accuracy | |
| │ │ │ │ ├── clk_enable_count | |
| │ │ │ │ ├── clk_flags | |
| │ │ │ │ ├── clk_notifier_count | |
| │ │ │ │ ├── clk_phase | |
| │ │ │ │ ├── clk_prepare_count | |
| │ │ │ │ └── clk_rate | |
| │ │ │ ├── mainpll | |
| │ │ │ │ ├── clk_accuracy | |
| │ │ │ │ ├── clk_enable_count | |
| │ │ │ │ ├── clk_flags | |
| │ │ │ │ ├── clk_notifier_count | |
| │ │ │ │ ├── clk_phase | |
| │ │ │ │ ├── clk_prepare_count | |
| │ │ │ │ └── clk_rate | |
| │ │ │ ├── nand | |
| │ │ │ │ ├── clk_accuracy | |
| │ │ │ │ ├── clk_enable_count | |
| │ │ │ │ ├── clk_flags | |
| │ │ │ │ ├── clk_notifier_count | |
| │ │ │ │ ├── clk_phase | |
| │ │ │ │ ├── clk_prepare_count | |
| │ │ │ │ └── clk_rate | |
| │ │ │ ├── nbclk | |
| │ │ │ │ ├── clk_accuracy | |
| │ │ │ │ ├── clk_enable_count | |
| │ │ │ │ ├── clk_flags | |
| │ │ │ │ ├── clk_notifier_count | |
| │ │ │ │ ├── clk_phase | |
| │ │ │ │ ├── clk_prepare_count | |
| │ │ │ │ └── clk_rate | |
| │ │ │ ├── oscillator | |
| │ │ │ │ ├── clk_accuracy | |
| │ │ │ │ ├── clk_enable_count | |
| │ │ │ │ ├── clk_flags | |
| │ │ │ │ ├── clk_notifier_count | |
| │ │ │ │ ├── clk_phase | |
| │ │ │ │ ├── clk_prepare_count | |
| │ │ │ │ └── clk_rate | |
| │ │ │ ├── pex00 | |
| │ │ │ │ ├── clk_accuracy | |
| │ │ │ │ ├── clk_enable_count | |
| │ │ │ │ ├── clk_flags | |
| │ │ │ │ ├── clk_notifier_count | |
| │ │ │ │ ├── clk_phase | |
| │ │ │ │ ├── clk_prepare_count | |
| │ │ │ │ └── clk_rate | |
| │ │ │ ├── pex01 | |
| │ │ │ │ ├── clk_accuracy | |
| │ │ │ │ ├── clk_enable_count | |
| │ │ │ │ ├── clk_flags | |
| │ │ │ │ ├── clk_notifier_count | |
| │ │ │ │ ├── clk_phase | |
| │ │ │ │ ├── clk_prepare_count | |
| │ │ │ │ └── clk_rate | |
| │ │ │ ├── pex02 | |
| │ │ │ │ ├── clk_accuracy | |
| │ │ │ │ ├── clk_enable_count | |
| │ │ │ │ ├── clk_flags | |
| │ │ │ │ ├── clk_notifier_count | |
| │ │ │ │ ├── clk_phase | |
| │ │ │ │ ├── clk_prepare_count | |
| │ │ │ │ └── clk_rate | |
| │ │ │ ├── pex03 | |
| │ │ │ │ ├── clk_accuracy | |
| │ │ │ │ ├── clk_enable_count | |
| │ │ │ │ ├── clk_flags | |
| │ │ │ │ ├── clk_notifier_count | |
| │ │ │ │ ├── clk_phase | |
| │ │ │ │ ├── clk_prepare_count | |
| │ │ │ │ └── clk_rate | |
| │ │ │ ├── pex10 | |
| │ │ │ │ ├── clk_accuracy | |
| │ │ │ │ ├── clk_enable_count | |
| │ │ │ │ ├── clk_flags | |
| │ │ │ │ ├── clk_notifier_count | |
| │ │ │ │ ├── clk_phase | |
| │ │ │ │ ├── clk_prepare_count | |
| │ │ │ │ └── clk_rate | |
| │ │ │ ├── pex11 | |
| │ │ │ │ ├── clk_accuracy | |
| │ │ │ │ ├── clk_enable_count | |
| │ │ │ │ ├── clk_flags | |
| │ │ │ │ ├── clk_notifier_count | |
| │ │ │ │ ├── clk_phase | |
| │ │ │ │ ├── clk_prepare_count | |
| │ │ │ │ └── clk_rate | |
| │ │ │ ├── pex12 | |
| │ │ │ │ ├── clk_accuracy | |
| │ │ │ │ ├── clk_enable_count | |
| │ │ │ │ ├── clk_flags | |
| │ │ │ │ ├── clk_notifier_count | |
| │ │ │ │ ├── clk_phase | |
| │ │ │ │ ├── clk_prepare_count | |
| │ │ │ │ └── clk_rate | |
| │ │ │ ├── pex13 | |
| │ │ │ │ ├── clk_accuracy | |
| │ │ │ │ ├── clk_enable_count | |
| │ │ │ │ ├── clk_flags | |
| │ │ │ │ ├── clk_notifier_count | |
| │ │ │ │ ├── clk_phase | |
| │ │ │ │ ├── clk_prepare_count | |
| │ │ │ │ └── clk_rate | |
| │ │ │ ├── pex20 | |
| │ │ │ │ ├── clk_accuracy | |
| │ │ │ │ ├── clk_enable_count | |
| │ │ │ │ ├── clk_flags | |
| │ │ │ │ ├── clk_notifier_count | |
| │ │ │ │ ├── clk_phase | |
| │ │ │ │ ├── clk_prepare_count | |
| │ │ │ │ └── clk_rate | |
| │ │ │ ├── pex30 | |
| │ │ │ │ ├── clk_accuracy | |
| │ │ │ │ ├── clk_enable_count | |
| │ │ │ │ ├── clk_flags | |
| │ │ │ │ ├── clk_notifier_count | |
| │ │ │ │ ├── clk_phase | |
| │ │ │ │ ├── clk_prepare_count | |
| │ │ │ │ └── clk_rate | |
| │ │ │ ├── sata0 | |
| │ │ │ │ ├── clk_accuracy | |
| │ │ │ │ ├── clk_enable_count | |
| │ │ │ │ ├── clk_flags | |
| │ │ │ │ ├── clk_notifier_count | |
| │ │ │ │ ├── clk_phase | |
| │ │ │ │ ├── clk_prepare_count | |
| │ │ │ │ └── clk_rate | |
| │ │ │ ├── sata0lnk | |
| │ │ │ │ ├── clk_accuracy | |
| │ │ │ │ ├── clk_enable_count | |
| │ │ │ │ ├── clk_flags | |
| │ │ │ │ ├── clk_notifier_count | |
| │ │ │ │ ├── clk_phase | |
| │ │ │ │ ├── clk_prepare_count | |
| │ │ │ │ └── clk_rate | |
| │ │ │ ├── sata1 | |
| │ │ │ │ ├── clk_accuracy | |
| │ │ │ │ ├── clk_enable_count | |
| │ │ │ │ ├── clk_flags | |
| │ │ │ │ ├── clk_notifier_count | |
| │ │ │ │ ├── clk_phase | |
| │ │ │ │ ├── clk_prepare_count | |
| │ │ │ │ └── clk_rate | |
| │ │ │ ├── sata1lnk | |
| │ │ │ │ ├── clk_accuracy | |
| │ │ │ │ ├── clk_enable_count | |
| │ │ │ │ ├── clk_flags | |
| │ │ │ │ ├── clk_notifier_count | |
| │ │ │ │ ├── clk_phase | |
| │ │ │ │ ├── clk_prepare_count | |
| │ │ │ │ └── clk_rate | |
| │ │ │ ├── sdio | |
| │ │ │ │ ├── clk_accuracy | |
| │ │ │ │ ├── clk_enable_count | |
| │ │ │ │ ├── clk_flags | |
| │ │ │ │ ├── clk_notifier_count | |
| │ │ │ │ ├── clk_phase | |
| │ │ │ │ ├── clk_prepare_count | |
| │ │ │ │ └── clk_rate | |
| │ │ │ ├── tclk | |
| │ │ │ │ ├── clk_accuracy | |
| │ │ │ │ ├── clk_enable_count | |
| │ │ │ │ ├── clk_flags | |
| │ │ │ │ ├── clk_notifier_count | |
| │ │ │ │ ├── clk_phase | |
| │ │ │ │ ├── clk_prepare_count | |
| │ │ │ │ └── clk_rate | |
| │ │ │ ├── tdm | |
| │ │ │ │ ├── clk_accuracy | |
| │ │ │ │ ├── clk_enable_count | |
| │ │ │ │ ├── clk_flags | |
| │ │ │ │ ├── clk_notifier_count | |
| │ │ │ │ ├── clk_phase | |
| │ │ │ │ ├── clk_prepare_count | |
| │ │ │ │ └── clk_rate | |
| │ │ │ ├── usb0 | |
| │ │ │ │ ├── clk_accuracy | |
| │ │ │ │ ├── clk_enable_count | |
| │ │ │ │ ├── clk_flags | |
| │ │ │ │ ├── clk_notifier_count | |
| │ │ │ │ ├── clk_phase | |
| │ │ │ │ ├── clk_prepare_count | |
| │ │ │ │ └── clk_rate | |
| │ │ │ ├── usb1 | |
| │ │ │ │ ├── clk_accuracy | |
| │ │ │ │ ├── clk_enable_count | |
| │ │ │ │ ├── clk_flags | |
| │ │ │ │ ├── clk_notifier_count | |
| │ │ │ │ ├── clk_phase | |
| │ │ │ │ ├── clk_prepare_count | |
| │ │ │ │ └── clk_rate | |
| │ │ │ ├── usb2 | |
| │ │ │ │ ├── clk_accuracy | |
| │ │ │ │ ├── clk_enable_count | |
| │ │ │ │ ├── clk_flags | |
| │ │ │ │ ├── clk_notifier_count | |
| │ │ │ │ ├── clk_phase | |
| │ │ │ │ ├── clk_prepare_count | |
| │ │ │ │ └── clk_rate | |
| │ │ │ ├── xor0 | |
| │ │ │ │ ├── clk_accuracy | |
| │ │ │ │ ├── clk_enable_count | |
| │ │ │ │ ├── clk_flags | |
| │ │ │ │ ├── clk_notifier_count | |
| │ │ │ │ ├── clk_phase | |
| │ │ │ │ ├── clk_prepare_count | |
| │ │ │ │ └── clk_rate | |
| │ │ │ └── xor1 | |
| │ │ │ ├── clk_accuracy | |
| │ │ │ ├── clk_enable_count | |
| │ │ │ ├── clk_flags | |
| │ │ │ ├── clk_notifier_count | |
| │ │ │ ├── clk_phase | |
| │ │ │ ├── clk_prepare_count | |
| │ │ │ └── clk_rate | |
| │ │ ├── extfrag | |
| │ │ │ ├── extfrag_index | |
| │ │ │ └── unusable_index | |
| │ │ ├── fault_around_bytes | |
| │ │ ├── gpio | |
| │ │ ├── hid | |
| │ │ ├── irq_domain_mapping | |
| │ │ ├── memblock | |
| │ │ │ ├── memory | |
| │ │ │ └── reserved | |
| │ │ ├── mvebu-mbus | |
| │ │ │ ├── devices | |
| │ │ │ └── sdram | |
| │ │ ├── nbd | |
| │ │ │ └── nbd0 | |
| │ │ │ ├── blocksize | |
| │ │ │ ├── flags | |
| │ │ │ ├── size_bytes | |
| │ │ │ ├── tasks | |
| │ │ │ └── timeout | |
| │ │ ├── opp | |
| │ │ │ ├── cpu0 | |
| │ │ │ │ ├── opp:1333000000 | |
| │ │ │ │ │ ├── available | |
| │ │ │ │ │ ├── clock_latency_ns | |
| │ │ │ │ │ ├── dynamic | |
| │ │ │ │ │ ├── rate_hz | |
| │ │ │ │ │ ├── suspend | |
| │ │ │ │ │ ├── turbo | |
| │ │ │ │ │ ├── u_amp | |
| │ │ │ │ │ ├── u_volt_max | |
| │ │ │ │ │ ├── u_volt_min | |
| │ │ │ │ │ └── u_volt_target | |
| │ │ │ │ └── opp:666500000 | |
| │ │ │ │ ├── available | |
| │ │ │ │ ├── clock_latency_ns | |
| │ │ │ │ ├── dynamic | |
| │ │ │ │ ├── rate_hz | |
| │ │ │ │ ├── suspend | |
| │ │ │ │ ├── turbo | |
| │ │ │ │ ├── u_amp | |
| │ │ │ │ ├── u_volt_max | |
| │ │ │ │ ├── u_volt_min | |
| │ │ │ │ └── u_volt_target | |
| │ │ │ ├── cpu1 | |
| │ │ │ │ ├── opp:1333000000 | |
| │ │ │ │ │ ├── available | |
| │ │ │ │ │ ├── clock_latency_ns | |
| │ │ │ │ │ ├── dynamic | |
| │ │ │ │ │ ├── rate_hz | |
| │ │ │ │ │ ├── suspend | |
| │ │ │ │ │ ├── turbo | |
| │ │ │ │ │ ├── u_amp | |
| │ │ │ │ │ ├── u_volt_max | |
| │ │ │ │ │ ├── u_volt_min | |
| │ │ │ │ │ └── u_volt_target | |
| │ │ │ │ └── opp:666500000 | |
| │ │ │ │ ├── available | |
| │ │ │ │ ├── clock_latency_ns | |
| │ │ │ │ ├── dynamic | |
| │ │ │ │ ├── rate_hz | |
| │ │ │ │ ├── suspend | |
| │ │ │ │ ├── turbo | |
| │ │ │ │ ├── u_amp | |
| │ │ │ │ ├── u_volt_max | |
| │ │ │ │ ├── u_volt_min | |
| │ │ │ │ └── u_volt_target | |
| │ │ │ ├── cpu2 | |
| │ │ │ │ ├── opp:1333000000 | |
| │ │ │ │ │ ├── available | |
| │ │ │ │ │ ├── clock_latency_ns | |
| │ │ │ │ │ ├── dynamic | |
| │ │ │ │ │ ├── rate_hz | |
| │ │ │ │ │ ├── suspend | |
| │ │ │ │ │ ├── turbo | |
| │ │ │ │ │ ├── u_amp | |
| │ │ │ │ │ ├── u_volt_max | |
| │ │ │ │ │ ├── u_volt_min | |
| │ │ │ │ │ └── u_volt_target | |
| │ │ │ │ └── opp:666500000 | |
| │ │ │ │ ├── available | |
| │ │ │ │ ├── clock_latency_ns | |
| │ │ │ │ ├── dynamic | |
| │ │ │ │ ├── rate_hz | |
| │ │ │ │ ├── suspend | |
| │ │ │ │ ├── turbo | |
| │ │ │ │ ├── u_amp | |
| │ │ │ │ ├── u_volt_max | |
| │ │ │ │ ├── u_volt_min | |
| │ │ │ │ └── u_volt_target | |
| │ │ │ └── cpu3 | |
| │ │ │ ├── opp:1333000000 | |
| │ │ │ │ ├── available | |
| │ │ │ │ ├── clock_latency_ns | |
| │ │ │ │ ├── dynamic | |
| │ │ │ │ ├── rate_hz | |
| │ │ │ │ ├── suspend | |
| │ │ │ │ ├── turbo | |
| │ │ │ │ ├── u_amp | |
| │ │ │ │ ├── u_volt_max | |
| │ │ │ │ ├── u_volt_min | |
| │ │ │ │ └── u_volt_target | |
| │ │ │ └── opp:666500000 | |
| │ │ │ ├── available | |
| │ │ │ ├── clock_latency_ns | |
| │ │ │ ├── dynamic | |
| │ │ │ ├── rate_hz | |
| │ │ │ ├── suspend | |
| │ │ │ ├── turbo | |
| │ │ │ ├── u_amp | |
| │ │ │ ├── u_volt_max | |
| │ │ │ ├── u_volt_min | |
| │ │ │ └── u_volt_target | |
| │ │ ├── pinctrl | |
| │ │ │ ├── d0018000.pin-ctrl | |
| │ │ │ │ ├── gpio-ranges | |
| │ │ │ │ ├── pinconf-config | |
| │ │ │ │ ├── pinconf-groups | |
| │ │ │ │ ├── pinconf-pins | |
| │ │ │ │ ├── pingroups | |
| │ │ │ │ ├── pinmux-functions | |
| │ │ │ │ ├── pinmux-pins | |
| │ │ │ │ └── pins | |
| │ │ │ ├── pinctrl-devices | |
| │ │ │ ├── pinctrl-handles | |
| │ │ │ └── pinctrl-maps | |
| │ │ ├── pm_qos | |
| │ │ │ ├── cpu_dma_latency | |
| │ │ │ ├── memory_bandwidth | |
| │ │ │ ├── network_latency | |
| │ │ │ └── network_throughput | |
| │ │ ├── regmap | |
| │ │ ├── sleep_time | |
| │ │ ├── suspend_stats | |
| │ │ ├── usb | |
| │ │ │ └── devices | |
| │ │ └── wakeup_sources | |
| │ ├── fscaps | |
| │ ├── kexec_crash_loaded | |
| │ ├── kexec_crash_size | |
| │ ├── kexec_loaded | |
| │ ├── mm | |
| │ ├── notes | |
| │ ├── rcu_expedited | |
| │ ├── rcu_normal | |
| │ ├── slab | |
| │ │ ├── aio_kiocb -> :t-0000128 | |
| │ │ ├── anon_vma | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── anon_vma_chain -> :tA-0000032 | |
| │ │ ├── :at-0000016 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :at-0000032 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :at-0000040 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :at-0000064 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :at-0000072 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :at-0000104 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :at-0000112 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :at-0000192 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :atA-0000136 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── bdev_cache | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── bio-0 -> :t-0000192 | |
| │ │ ├── bio_integrity_payload -> :t-0000128 | |
| │ │ ├── biovec-128 -> :t-0001536 | |
| │ │ ├── biovec-16 -> :t-0000192 | |
| │ │ ├── biovec-256 -> :t-0003072 | |
| │ │ ├── biovec-64 -> :t-0000768 | |
| │ │ ├── blkdev_ioc -> :t-0000064 | |
| │ │ ├── blkdev_requests -> :t-0000240 | |
| │ │ ├── bridge_fdb_cache -> :t-0000064 | |
| │ │ ├── bsg_cmd -> :t-0000288 | |
| │ │ ├── btree_node -> :t-0000128 | |
| │ │ ├── buffer_head -> :at-0000064 | |
| │ │ ├── can_gw -> :t-0000480 | |
| │ │ ├── can_receiver -> :t-0000040 | |
| │ │ ├── cfq_io_cq -> :t-0000064 | |
| │ │ ├── cfq_queue -> :t-0000152 | |
| │ │ ├── cred_jar -> :tA-0000128 | |
| │ │ ├── dentry -> :atA-0000136 | |
| │ │ ├── dio -> :t-0000384 | |
| │ │ ├── dmaengine-unmap-2 -> :t-0000032 | |
| │ │ ├── dnotify_mark -> :t-0000056 | |
| │ │ ├── dnotify_struct -> :t-0000024 | |
| │ │ ├── dquot -> :at-0000192 | |
| │ │ ├── eventpoll_epi -> :t-0000128 | |
| │ │ ├── eventpoll_pwq -> :t-0000040 | |
| │ │ ├── ext4_allocation_context -> :at-0000104 | |
| │ │ ├── ext4_extent_status -> :at-0000032 | |
| │ │ ├── ext4_free_data -> :at-0000040 | |
| │ │ ├── ext4_groupinfo_4k -> :at-0000112 | |
| │ │ ├── ext4_inode_cache | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── ext4_io_end -> :at-0000040 | |
| │ │ ├── ext4_prealloc_space -> :at-0000072 | |
| │ │ ├── ext4_system_zone -> :t-0000032 | |
| │ │ ├── fanotify_event_info -> :t-0000032 | |
| │ │ ├── fasync_cache -> :t-0000032 | |
| │ │ ├── fat_cache | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── fat_inode_cache | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── fib6_nodes -> :t-0000032 | |
| │ │ ├── file_lock_cache -> :t-0000128 | |
| │ │ ├── file_lock_ctx -> :t-0000032 | |
| │ │ ├── files_cache -> :tA-0000256 | |
| │ │ ├── filp -> :t-0000192 | |
| │ │ ├── flow_cache -> :t-0000104 | |
| │ │ ├── fs_cache -> :tA-0000064 | |
| │ │ ├── fsnotify_mark -> :t-0000048 | |
| │ │ ├── idr_layer_cache -> :t-0001072 | |
| │ │ ├── inet_peer_cache -> :t-0000128 | |
| │ │ ├── inode_cache | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── inotify_inode_mark -> :t-0000056 | |
| │ │ ├── ip4-frags -> :t-0000152 | |
| │ │ ├── ip6_dst_cache -> :t-0000256 | |
| │ │ ├── ip6-frags -> :t-0000168 | |
| │ │ ├── ip6_mrt_cache -> :t-0000128 | |
| │ │ ├── ip_dst_cache -> :t-0000128 | |
| │ │ ├── ip_fib_alias -> :t-0000032 | |
| │ │ ├── ip_fib_trie -> :t-0000032 | |
| │ │ ├── ip_vs_conn -> :t-0000256 | |
| │ │ ├── isofs_inode_cache | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── jbd2_inode -> :t-0000024 | |
| │ │ ├── jbd2_journal_handle -> :at-0000032 | |
| │ │ ├── jbd2_journal_head | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── jbd2_revoke_record_s -> :at-0000032 | |
| │ │ ├── jbd2_revoke_table_s -> :at-0000016 | |
| │ │ ├── jbd2_transaction_s -> :at-0000192 | |
| │ │ ├── kernfs_node_cache -> :t-0000080 | |
| │ │ ├── key_jar -> :t-0000128 | |
| │ │ ├── kioctx -> :t-0000448 | |
| │ │ ├── kmalloc-1024 -> :t-0001024 | |
| │ │ ├── kmalloc-128 -> :t-0000128 | |
| │ │ ├── kmalloc-192 -> :t-0000192 | |
| │ │ ├── kmalloc-2048 -> :t-0002048 | |
| │ │ ├── kmalloc-256 -> :t-0000256 | |
| │ │ ├── kmalloc-4096 -> :t-0004096 | |
| │ │ ├── kmalloc-512 -> :t-0000512 | |
| │ │ ├── kmalloc-64 -> :t-0000064 | |
| │ │ ├── kmalloc-8192 -> :t-0008192 | |
| │ │ ├── kmem_cache | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── kmem_cache_node | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── mm_struct -> :tA-0000448 | |
| │ │ ├── mnt_cache -> :t-0000192 | |
| │ │ ├── mqueue_inode_cache | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── names_cache -> :t-0004096 | |
| │ │ ├── nbd0 -> :at-0000064 | |
| │ │ ├── net_namespace -> :t-0003904 | |
| │ │ ├── nf_conntrack_1 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── nf_conntrack_2 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── nf_conntrack_expect -> :t-0000184 | |
| │ │ ├── nsproxy -> :t-0000024 | |
| │ │ ├── pid -> :tA-0000064 | |
| │ │ ├── pid_namespace -> :t-0000104 | |
| │ │ ├── PING -> :t-0000704 | |
| │ │ ├── PINGv6 -> :t-0000832 | |
| │ │ ├── pool_workqueue -> :t-0000256 | |
| │ │ ├── posix_timers_cache -> :t-0000176 | |
| │ │ ├── proc_inode_cache | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── radix_tree_node | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── RAW -> :t-0000704 | |
| │ │ ├── RAWv6 -> :t-0000832 | |
| │ │ ├── request_queue -> :t-0001400 | |
| │ │ ├── request_sock_TCP | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── request_sock_TCPv6 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── scsi_data_buffer -> :t-0000024 | |
| │ │ ├── sd_ext_cdb -> :t-0000032 | |
| │ │ ├── secpath_cache -> :t-0000032 | |
| │ │ ├── sgpool-128 -> :t-0002048 | |
| │ │ ├── sgpool-16 -> :t-0000256 | |
| │ │ ├── sgpool-32 -> :t-0000512 | |
| │ │ ├── sgpool-64 -> :t-0001024 | |
| │ │ ├── sgpool-8 -> :t-0000128 | |
| │ │ ├── shmem_inode_cache | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── sighand_cache | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── signal_cache -> :tA-0000704 | |
| │ │ ├── sigqueue -> :t-0000144 | |
| │ │ ├── skbuff_fclone_cache -> :t-0000384 | |
| │ │ ├── skbuff_head_cache -> :t-0000192 | |
| │ │ ├── sock_inode_cache | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :t-0000024 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :t-0000032 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :t-0000040 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :t-0000048 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :t-0000056 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :t-0000064 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :t-0000080 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :t-0000104 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :t-0000128 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :t-0000144 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :t-0000152 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :t-0000168 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :t-0000176 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :t-0000184 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :t-0000192 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :t-0000232 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :t-0000240 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :t-0000256 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :t-0000288 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :t-0000320 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :t-0000328 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :t-0000384 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :t-0000448 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :t-0000480 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :t-0000512 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :t-0000704 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :t-0000768 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :t-0000832 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :t-0001024 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :t-0001072 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :t-0001400 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :t-0001536 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :t-0002048 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :t-0003072 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :t-0003904 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :t-0004096 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :t-0008192 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :tA-0000032 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :tA-0000064 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :tA-0000088 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :tA-0000128 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :tA-0000256 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :tA-0000448 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :tA-0000704 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── :tA-0001536 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── task_delay_info -> :tA-0000064 | |
| │ │ ├── task_group -> :t-0000192 | |
| │ │ ├── taskstats -> :t-0000328 | |
| │ │ ├── task_struct -> :tA-0001536 | |
| │ │ ├── TCP | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── tcp_bind_bucket -> :t-0000032 | |
| │ │ ├── TCPv6 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── tw_sock_TCP | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── tw_sock_TCPv6 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── UDP | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── UDP-Lite | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── UDPLITEv6 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── UDPv6 | |
| │ │ │ ├── aliases | |
| │ │ │ ├── align | |
| │ │ │ ├── alloc_calls | |
| │ │ │ ├── cgroup | |
| │ │ │ ├── cpu_partial | |
| │ │ │ ├── cpu_slabs | |
| │ │ │ ├── ctor | |
| │ │ │ ├── destroy_by_rcu | |
| │ │ │ ├── free_calls | |
| │ │ │ ├── hwcache_align | |
| │ │ │ ├── min_partial | |
| │ │ │ ├── objects | |
| │ │ │ ├── object_size | |
| │ │ │ ├── objects_partial | |
| │ │ │ ├── objs_per_slab | |
| │ │ │ ├── order | |
| │ │ │ ├── partial | |
| │ │ │ ├── poison | |
| │ │ │ ├── reclaim_account | |
| │ │ │ ├── red_zone | |
| │ │ │ ├── reserved | |
| │ │ │ ├── sanity_checks | |
| │ │ │ ├── shrink | |
| │ │ │ ├── slabs | |
| │ │ │ ├── slabs_cpu_partial | |
| │ │ │ ├── slab_size | |
| │ │ │ ├── store_user | |
| │ │ │ ├── total_objects | |
| │ │ │ ├── trace | |
| │ │ │ └── validate | |
| │ │ ├── uid_cache -> :t-0000128 | |
| │ │ ├── UNIX -> :t-0000704 | |
| │ │ ├── user_namespace -> :t-0000232 | |
| │ │ ├── vm_area_struct -> :tA-0000088 | |
| │ │ └── xfrm_dst_cache -> :t-0000320 | |
| │ ├── uevent_helper | |
| │ ├── uevent_seqnum | |
| │ └── vmcoreinfo | |
| ├── module | |
| │ ├── 8021q | |
| │ │ ├── uevent | |
| │ │ └── version | |
| │ ├── 8250 | |
| │ │ ├── parameters | |
| │ │ │ ├── nr_uarts | |
| │ │ │ ├── share_irqs | |
| │ │ │ └── skip_txen_test | |
| │ │ └── uevent | |
| │ ├── 8250_core | |
| │ │ ├── parameters | |
| │ │ │ ├── nr_uarts | |
| │ │ │ ├── share_irqs | |
| │ │ │ └── skip_txen_test | |
| │ │ └── uevent | |
| │ ├── block | |
| │ │ ├── parameters | |
| │ │ │ └── events_dfl_poll_msecs | |
| │ │ └── uevent | |
| │ ├── bridge | |
| │ │ ├── uevent | |
| │ │ └── version | |
| │ ├── can | |
| │ │ ├── parameters | |
| │ │ │ └── stats_timer | |
| │ │ └── uevent | |
| │ ├── can_gw | |
| │ │ ├── parameters | |
| │ │ │ └── max_hops | |
| │ │ └── uevent | |
| │ ├── cpuidle | |
| │ │ ├── parameters | |
| │ │ │ └── off | |
| │ │ └── uevent | |
| │ ├── ehci_hcd | |
| │ │ ├── parameters | |
| │ │ │ ├── ignore_oc | |
| │ │ │ ├── log2_irq_thresh | |
| │ │ │ └── park | |
| │ │ └── uevent | |
| │ ├── ext4 | |
| │ │ ├── parameters | |
| │ │ │ ├── num_prealloc_crypto_ctxs | |
| │ │ │ └── num_prealloc_crypto_pages | |
| │ │ └── uevent | |
| │ ├── firmware_class | |
| │ │ ├── parameters | |
| │ │ │ └── path | |
| │ │ └── uevent | |
| │ ├── hid | |
| │ │ ├── parameters | |
| │ │ │ ├── debug | |
| │ │ │ └── ignore_special_drivers | |
| │ │ └── uevent | |
| │ ├── ip_set | |
| │ │ ├── parameters | |
| │ │ │ └── max_sets | |
| │ │ └── uevent | |
| │ ├── ipv6 | |
| │ │ ├── parameters | |
| │ │ │ ├── autoconf | |
| │ │ │ ├── disable | |
| │ │ │ └── disable_ipv6 | |
| │ │ └── uevent | |
| │ ├── ip_vs | |
| │ │ ├── parameters | |
| │ │ │ └── conn_tab_bits | |
| │ │ └── uevent | |
| │ ├── kernel | |
| │ │ ├── parameters | |
| │ │ │ ├── alignment | |
| │ │ │ ├── consoleblank | |
| │ │ │ ├── ignore_rlimit_data | |
| │ │ │ ├── initcall_debug | |
| │ │ │ ├── irqtime | |
| │ │ │ ├── panic | |
| │ │ │ ├── panic_on_warn | |
| │ │ │ └── pause_on_oops | |
| │ │ └── uevent | |
| │ ├── keyboard | |
| │ │ ├── parameters | |
| │ │ │ ├── brl_nbchords | |
| │ │ │ └── brl_timeout | |
| │ │ └── uevent | |
| │ ├── libahci | |
| │ │ ├── parameters | |
| │ │ │ ├── ahci_em_messages | |
| │ │ │ ├── devslp_idle_timeout | |
| │ │ │ ├── ignore_sss | |
| │ │ │ └── skip_host_reset | |
| │ │ └── uevent | |
| │ ├── libata | |
| │ │ ├── parameters | |
| │ │ │ ├── allow_tpm | |
| │ │ │ ├── atapi_an | |
| │ │ │ ├── atapi_dmadir | |
| │ │ │ ├── atapi_enabled | |
| │ │ │ ├── atapi_passthru16 | |
| │ │ │ ├── ata_probe_timeout | |
| │ │ │ ├── dma | |
| │ │ │ ├── fua | |
| │ │ │ ├── ignore_hpa | |
| │ │ │ └── noacpi | |
| │ │ ├── uevent | |
| │ │ └── version | |
| │ ├── marvell_cesa | |
| │ │ ├── parameters | |
| │ │ │ └── allhwsupport | |
| │ │ └── uevent | |
| │ ├── module | |
| │ │ ├── parameters | |
| │ │ │ └── sig_enforce | |
| │ │ └── uevent | |
| │ ├── mousedev | |
| │ │ ├── parameters | |
| │ │ │ ├── tap_time | |
| │ │ │ ├── xres | |
| │ │ │ └── yres | |
| │ │ └── uevent | |
| │ ├── mvneta | |
| │ │ ├── parameters | |
| │ │ │ ├── rx_copybreak | |
| │ │ │ ├── rxq_def | |
| │ │ │ ├── rxq_number | |
| │ │ │ └── txq_number | |
| │ │ └── uevent | |
| │ ├── nbd | |
| │ │ ├── parameters | |
| │ │ │ ├── max_part | |
| │ │ │ └── nbds_max | |
| │ │ └── uevent | |
| │ ├── netpoll | |
| │ │ ├── parameters | |
| │ │ │ └── carrier_timeout | |
| │ │ └── uevent | |
| │ ├── nf_conntrack | |
| │ │ ├── parameters | |
| │ │ │ ├── acct | |
| │ │ │ ├── expect_hashsize | |
| │ │ │ ├── hashsize | |
| │ │ │ └── nf_conntrack_helper | |
| │ │ └── uevent | |
| │ ├── printk | |
| │ │ ├── parameters | |
| │ │ │ ├── always_kmsg_dump | |
| │ │ │ ├── console_suspend | |
| │ │ │ ├── ignore_loglevel | |
| │ │ │ └── time | |
| │ │ └── uevent | |
| │ ├── psmouse | |
| │ │ ├── drivers | |
| │ │ │ └── serio:psmouse -> ../../../bus/serio/drivers/psmouse | |
| │ │ ├── parameters | |
| │ │ │ ├── proto | |
| │ │ │ ├── rate | |
| │ │ │ ├── resetafter | |
| │ │ │ ├── resolution | |
| │ │ │ ├── resync_time | |
| │ │ │ └── smartscroll | |
| │ │ └── uevent | |
| │ ├── pxa3xx_nand | |
| │ │ ├── parameters | |
| │ │ │ └── use_dma | |
| │ │ └── uevent | |
| │ ├── rcupdate | |
| │ │ ├── parameters | |
| │ │ │ ├── rcu_cpu_stall_suppress | |
| │ │ │ └── rcu_cpu_stall_timeout | |
| │ │ └── uevent | |
| │ ├── rcutree | |
| │ │ ├── parameters | |
| │ │ │ ├── blimit | |
| │ │ │ ├── dump_tree | |
| │ │ │ ├── jiffies_till_first_fqs | |
| │ │ │ ├── jiffies_till_next_fqs | |
| │ │ │ ├── jiffies_till_sched_qs | |
| │ │ │ ├── kthread_prio | |
| │ │ │ ├── qhimark | |
| │ │ │ ├── qlowmark | |
| │ │ │ ├── rcu_fanout_exact | |
| │ │ │ └── rcu_fanout_leaf | |
| │ │ └── uevent | |
| │ ├── sata_mv | |
| │ │ ├── drivers | |
| │ │ │ └── pci:sata_mv -> ../../../bus/pci/drivers/sata_mv | |
| │ │ ├── parameters | |
| │ │ │ ├── irq_coalescing_io_count | |
| │ │ │ ├── irq_coalescing_usecs | |
| │ │ │ └── msi | |
| │ │ ├── uevent | |
| │ │ └── version | |
| │ ├── scsi_mod | |
| │ │ ├── parameters | |
| │ │ │ ├── default_dev_flags | |
| │ │ │ ├── eh_deadline | |
| │ │ │ ├── inq_timeout | |
| │ │ │ ├── max_luns | |
| │ │ │ ├── scan | |
| │ │ │ ├── scsi_logging_level | |
| │ │ │ └── use_blk_mq | |
| │ │ └── uevent | |
| │ ├── scsi_transport_fc | |
| │ │ ├── parameters | |
| │ │ │ └── dev_loss_tmo | |
| │ │ └── uevent | |
| │ ├── spurious | |
| │ │ ├── parameters | |
| │ │ │ ├── irqfixup | |
| │ │ │ └── noirqdebug | |
| │ │ └── uevent | |
| │ ├── sysrq | |
| │ │ ├── parameters | |
| │ │ │ ├── reset_seq | |
| │ │ │ └── sysrq_downtime_ms | |
| │ │ └── uevent | |
| │ ├── tcp_cubic | |
| │ │ ├── parameters | |
| │ │ │ ├── beta | |
| │ │ │ ├── bic_scale | |
| │ │ │ ├── fast_convergence | |
| │ │ │ ├── hystart | |
| │ │ │ ├── hystart_ack_delta | |
| │ │ │ ├── hystart_detect | |
| │ │ │ ├── hystart_low_window | |
| │ │ │ ├── initial_ssthresh | |
| │ │ │ └── tcp_friendliness | |
| │ │ ├── uevent | |
| │ │ └── version | |
| │ ├── usbcore | |
| │ │ ├── drivers | |
| │ │ │ ├── usb:hub -> ../../../bus/usb/drivers/hub | |
| │ │ │ └── usb:usbfs -> ../../../bus/usb/drivers/usbfs | |
| │ │ ├── parameters | |
| │ │ │ ├── authorized_default | |
| │ │ │ ├── autosuspend | |
| │ │ │ ├── blinkenlights | |
| │ │ │ ├── initial_descriptor_timeout | |
| │ │ │ ├── nousb | |
| │ │ │ ├── old_scheme_first | |
| │ │ │ ├── usbfs_memory_mb | |
| │ │ │ ├── usbfs_snoop | |
| │ │ │ ├── usbfs_snoop_max | |
| │ │ │ └── use_both_schemes | |
| │ │ └── uevent | |
| │ ├── usbhid | |
| │ │ ├── drivers | |
| │ │ │ └── usb:usbhid -> ../../../bus/usb/drivers/usbhid | |
| │ │ ├── parameters | |
| │ │ │ ├── ignoreled | |
| │ │ │ ├── mousepoll | |
| │ │ │ └── quirks | |
| │ │ └── uevent | |
| │ ├── usb_storage | |
| │ │ ├── drivers | |
| │ │ │ └── usb:usb-storage -> ../../../bus/usb/drivers/usb-storage | |
| │ │ ├── parameters | |
| │ │ │ ├── delay_use | |
| │ │ │ ├── option_zero_cd | |
| │ │ │ ├── quirks | |
| │ │ │ └── swi_tru_install | |
| │ │ └── uevent | |
| │ ├── vt | |
| │ │ ├── parameters | |
| │ │ │ ├── color | |
| │ │ │ ├── cur_default | |
| │ │ │ ├── default_blu | |
| │ │ │ ├── default_grn | |
| │ │ │ ├── default_red | |
| │ │ │ ├── default_utf8 | |
| │ │ │ ├── global_cursor_default | |
| │ │ │ ├── italic | |
| │ │ │ └── underline | |
| │ │ └── uevent | |
| │ ├── workqueue | |
| │ │ ├── parameters | |
| │ │ │ ├── debug_force_rr_cpu | |
| │ │ │ ├── disable_numa | |
| │ │ │ └── power_efficient | |
| │ │ └── uevent | |
| │ └── xhci_hcd | |
| │ ├── parameters | |
| │ │ ├── link_quirk | |
| │ │ └── quirks | |
| │ └── uevent | |
| └── power | |
| ├── pm_async | |
| ├── pm_freeze_timeout | |
| ├── state | |
| └── wakeup_count | |
| 4616 directories, 10966 files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment