Script started on 2025-04-15 12:56:08-05:00 [TERM="xterm-256color" TTY="/dev/pts/1" COLUMNS="106" LINES="25"]
[12:56 20250415]$ docker run -it --rm alpine


/ # ls
bin    etc    lib    mnt    proc   run    srv    tmp    var
dev    home   media  opt    root   sbin   sys    usr
/ # ls ho
/ # ls home/
/ # ls bi
/ # ls bin/
arch           dd             getopt         linux64        mountpoint     reformime      su
ash            df             grep           ln             mpstat         rev            sync
base64         dmesg          gunzip         login          mv             rm             tar
bbconfig       dnsdomainname  gzip           ls             netstat        rmdir          touch
busybox        dumpkmap       hostname       lsattr         nice           run-parts      true
cat            echo           ionice         lzop           pidof          sed            umount
chattr         egrep          iostat         makemime       ping           setpriv        uname
chgrp          false          ipcalc         mkdir          ping6          setserial      usleep
chmod          fatattr        kbd_mode       mknod          pipe_progress  sh             watch
chown          fdflush        kill           mktemp         printenv       sleep          zcat
cp             fgrep          link           more           ps             stat
date           fsync          linux32        mount          pwd            stty
/ # nano
/bin/sh: nano: not found
/ # code
/bin/sh: code: not found
/ # apt install cod
/bin/sh: apt: not found
/ # apk add py3
fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/community/x86_64/APKINDEX.tar.gz
ERROR: unable to select packages:
  py3 (no such package):
    required by: world[py3]
/ # 
/ # apk add py3thony3
(1/17) Installing libbz2 (1.0.8-r6)
  0%                                                                                                     (2/17) Installing libexpat (2.7.0-r0)
  0%                                                                                                     (3/17) Installing libffi (3.4.7-r0)
  0%                                                                                                     (4/17) Installing gdbm (1.24-r0)
  0%                                                                                                     (5/17) Installing xz-libs (5.6.3-r1)
  0%                                                                                                     (6/17) Installing libgcc (14.2.0-r4)
  1% #                                                                                                   (7/17) Installing libstdc++ (14.2.0-r4)
  1% #                                                                                                     6% ######                                                                                              (8/17) Installing mpdecimal (4.0.0-r0)
  8% ########                                                                                            (9/17) Installing ncurses-terminfo-base (6.5_p20241006-r3)
  9% #########                                                                                           (10/17) Installing libncursesw (6.5_p20241006-r3)
  9% #########                                                                                           (11/17) Installing libpanelw (6.5_p20241006-r3)
 10% ##########                                                                                          (12/17) Installing readline (8.2.13-r0)
 10% ##########                                                                                          (13/17) Installing sqlite-libs (3.48.0-r1)
 10% ##########                                                                                          (14/17) Installing python3 (3.12.10-r0)
 14% ##############                                                                                       15% ###############                                                                                      20% ####################                                                                                 25% #########################                                                                            30% ##############################                                                                       31% ###############################                                                                      32% ################################                                                                     33% #################################                                                                    34% ##################################                                                                   35% ###################################                                                                  36% ####################################                                                                 37% #####################################                                                                38% ######################################                                                               39% #######################################                                                              40% ########################################                                                             41% #########################################                                                            42% ##########################################                                                           47% ###############################################                                                      48% ################################################                                                     49% #################################################                                                    50% ##################################################                                                   51% ###################################################                                                  52% ####################################################                                                 53% #####################################################                                                54% ######################################################                                               55% #######################################################                                              56% ########################################################                                             57% #########################################################                                            58% ##########################################################                                           59% ###########################################################                                          60% ############################################################                                         62% ##############################################################                                       63% ###############################################################                                      64% ################################################################                                     65% #################################################################                                    66% ##################################################################                                   67% ###################################################################                                  68% ####################################################################                                 69% #####################################################################                                70% ######################################################################                               71% #######################################################################                              72% ########################################################################                             73% #########################################################################                           (15/17) Installing python3-pycache-pyc0 (3.12.10-r0)
 73% #########################################################################                            74% ##########################################################################                           75% ###########################################################################                          76% ############################################################################                         77% #############################################################################                        78% ##############################################################################                       79% ###############################################################################                      80% ################################################################################                     81% #################################################################################                    82% ##################################################################################                   83% ###################################################################################                  84% ####################################################################################                 85% #####################################################################################                86% ######################################################################################               87% #######################################################################################              88% ########################################################################################             89% #########################################################################################            90% ##########################################################################################           91% ###########################################################################################          92% ############################################################################################         93% #############################################################################################        94% ##############################################################################################       95% ###############################################################################################      96% ################################################################################################     97% #################################################################################################    98% ##################################################################################################   99% ################################################################################################### (16/17) Installing pyc (3.12.10-r0)
 99% ################################################################################################### (17/17) Installing python3-pyc (3.12.10-r0)
 99% ################################################################################################### 100% ####################################################################################################Executing busybox-1.37.0-r12.trigger
OK: 45 MiB in 32 packages
/ # python3
Python 3.12.10 (main, Apr 10 2025, 15:27:01) [GCC 14.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import random()
>>> random.randrange(1000)
138
>>> random.randrange(1000)
338
>>> random.randrange(1000)
520
>>> 
/ # exit
[12:59 20250415]$ docker run -it --rm alpine


/ # python3
/bin/sh: python3: not found
/ # 
[13:01 20250415]$ docker imagesdocker image


Usage:  docker image COMMAND

Manage images

Commands:
  build       Build an image from a Dockerfile
  history     Show the history of an image
  import      Import the contents from a tarball to create a filesystem image
  inspect     Display detailed information on one or more images
  load        Load an image from a tar archive or STDIN
  ls          List images
  prune       Remove unused images
  pull        Download an image from a registry
  push        Upload an image to a registry
  rm          Remove one or more images
  save        Save one or more images to a tar archive (streamed to STDOUT by default)
  tag         Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE

Run 'docker image COMMAND --help' for more information on a command.
[13:02 20250415]$ docker images


REPOSITORY   TAG       IMAGE ID       CREATED        SIZE
alpine       latest    aded1e1a5b37   2 months ago   7.83MB
[13:02 20250415]$ docker imagescontainer ls


CONTAINER ID   IMAGE     COMMAND   CREATED   STATUS    PORTS     NAMES
[13:02 20250415]$ docker container lsimages --all


REPOSITORY   TAG       IMAGE ID       CREATED        SIZE
alpine       latest    aded1e1a5b37   2 months ago   7.83MB
[13:03 20250415]$ docker images --allcontainer ls --all


CONTAINER ID   IMAGE     COMMAND   CREATED   STATUS    PORTS     NAMES
[13:03 20250415]$ docker container ls --allimagecontainer lsimagesrun -it --rm alpine alpine alpine alpine alpinealpine


/ # ls
bin    etc    lib    mnt    proc   run    srv    tmp    var
dev    home   media  opt    root   sbin   sys    usr
/ # cd ho
/ # cd home/
/home # echo 'this is a test' > textxt
/home # ls
text
/home # 
[13:04 20250415]$ docker run -i -t alpinecontainer ls --allimageontainer l


CONTAINER ID   IMAGE     COMMAND     CREATED          STATUS                     PORTS     NAMES
9f3c268b1c13   alpine    "/bin/sh"   16 seconds ago   Exited (0) 2 seconds ago             busy_leakey
[13:04 20250415]$ docker container ls --allrun -i -t alpine


/ # 
[13:05 20250415]$ docker run -i -t alpine


/ # 
[13:05 20250415]$ docker run -i -t alpinecontainer ls --all


CONTAINER ID   IMAGE     COMMAND     CREATED          STATUS                      PORTS     NAMES
490bcc92e1a2   alpine    "/bin/sh"   1 second ago     Exited (0) 1 second ago               frosty_ganguly
1da9da886c4b   alpine    "/bin/sh"   3 seconds ago    Exited (0) 2 seconds ago              beautiful_volhard
9f3c268b1c13   alpine    "/bin/sh"   42 seconds ago   Exited (0) 28 seconds ago             busy_leakey
[13:05 20250415]$ docker container rm frosty_ganulyguly


frosty_ganguly
[13:06 20250415]$ docker container rm frosty_gangulyls --all


CONTAINER ID   IMAGE     COMMAND     CREATED              STATUS                          PORTS     NAMES
1da9da886c4b   alpine    "/bin/sh"   About a minute ago   Exited (0) About a minute ago             beautiful_volhard
9f3c268b1c13   alpine    "/bin/sh"   About a minute ago   Exited (0) About a minute ago             busy_leakey
[13:06 20250415]$ docker container ls --allprineune


WARNING! This will remove all stopped containers.
Are you sure you want to continue? [y/N] y
Deleted Containers:
1da9da886c4b6360da3be7fd0237b3e9bd948962fc330704e0bd429967012193
9f3c268b1c137b511362f7cb91f83620f66fde39462c80027a61cc38708ea592

Total reclaimed space: 59B
[13:06 20250415]$ docker container prunels --allrm frosty_gangulyls --allrm frosty_gangulyls --allrun -i -t alpinecontainer ls --all


CONTAINER ID   IMAGE     COMMAND   CREATED   STATUS    PORTS     NAMES
[13:06 20250415]$ docker container ls --allprunels --allrm frosty_gangulyls --allrun -i -t alpinecontainer ls --allrun -i -t alpine alpine alpinealpine alpine- alpinei alpinet alpine alpine- alpine- alpine alpine alpinealpine alpine alpine alpinei alpinet alpine alpine- alpine- alpiner alpinem alpine


/ # ls
bin    etc    lib    mnt    proc   run    srv    tmp    var
dev    home   media  opt    root   sbin   sys    usr
/ # ls -R
.:
bin    etc    lib    mnt    proc   run    srv    tmp    var
dev    home   media  opt    root   sbin   sys    usr

./bin:
arch           dd             getopt         linux64        mountpoint     reformime      su
ash            df             grep           ln             mpstat         rev            sync
base64         dmesg          gunzip         login          mv             rm             tar
bbconfig       dnsdomainname  gzip           ls             netstat        rmdir          touch
busybox        dumpkmap       hostname       lsattr         nice           run-parts      true
cat            echo           ionice         lzop           pidof          sed            umount
chattr         egrep          iostat         makemime       ping           setpriv        uname
chgrp          false          ipcalc         mkdir          ping6          setserial      usleep
chmod          fatattr        kbd_mode       mknod          pipe_progress  sh             watch
chown          fdflush        kill           mktemp         printenv       sleep          zcat
cp             fgrep          link           more           ps             stat
date           fsync          linux32        mount          pwd            stty

./dev:
console  fd       mqueue   ptmx     random   stderr   stdout   urandom
core     full     null     pts      shm      stdin    tty      zero

./dev/mqueue:

./dev/pts:
0     ptmx

./dev/shm:

./etc:
alpine-release   hostname         modules          opt              protocols        shells
apk              hosts            modules-load.d   os-release       resolv.conf      ssl
busybox-paths.d  inittab          motd             passwd           secfixes.d       ssl1.1
crontabs         issue            mtab             periodic         securetty        sysctl.conf
fstab            logrotate.d      network          profile          services         sysctl.d
group            modprobe.d       nsswitch.conf    profile.d        shadow           udhcpc

./etc/apk:
arch               keys               protected_paths.d  repositories       world

./etc/apk/keys:
alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub
alpine-devel@lists.alpinelinux.org-5243ef4b.rsa.pub
alpine-devel@lists.alpinelinux.org-5261cecb.rsa.pub
alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
alpine-devel@lists.alpinelinux.org-61666e3f.rsa.pub

./etc/apk/protected_paths.d:

./etc/busybox-paths.d:
busybox

./etc/crontabs:
root

./etc/logrotate.d:
acpid

./etc/modprobe.d:
aliases.conf    blacklist.conf  i386.conf       kms.conf

./etc/modules-load.d:

./etc/network:
if-down.d       if-post-down.d  if-post-up.d    if-pre-down.d   if-pre-up.d     if-up.d

./etc/network/if-down.d:

./etc/network/if-post-down.d:

./etc/network/if-post-up.d:

./etc/network/if-pre-down.d:

./etc/network/if-pre-up.d:

./etc/network/if-up.d:
dad

./etc/opt:

./etc/periodic:
15min    daily    hourly   monthly  weekly

./etc/periodic/15min:

./etc/periodic/daily:

./etc/periodic/hourly:

./etc/periodic/monthly:

./etc/periodic/weekly:

./etc/profile.d:
20locale.sh               README                    color_prompt.sh.disabled

./etc/secfixes.d:
alpine

./etc/ssl:
cert.pem              ct_log_list.cnf       openssl.cnf           private
certs                 ct_log_list.cnf.dist  openssl.cnf.dist

./etc/ssl/certs:
ca-certificates.crt

./etc/ssl/private:

./etc/ssl1.1:
cert.pem  certs

./etc/sysctl.d:

./etc/udhcpc:
udhcpc.conf

./home:

./lib:
apk                    ld-musl-x86_64.so.1    modules-load.d
firmware               libc.musl-x86_64.so.1  sysctl.d

./lib/apk:
db    exec

./lib/apk/db:
installed    lock         scripts.tar  triggers

./lib/apk/exec:

./lib/firmware:

./lib/modules-load.d:

./lib/sysctl.d:

./media:
cdrom   floppy  usb

./media/cdrom:

./media/floppy:

./media/usb:

./mnt:

./opt:

./proc:
1              consoles       filesystems    kmsg           mtd            softirqs       version
8              cpuinfo        fs             kpagecgroup    mtrr           stat           vmallocinfo
acpi           crypto         interrupts     kpagecount     net            swaps          vmstat
asound         devices        iomem          kpageflags     pagetypeinfo   sys            zoneinfo
bootconfig     diskstats      ioports        loadavg        partitions     sysrq-trigger
buddyinfo      dma            irq            locks          pressure       sysvipc
bus            driver         kallsyms       meminfo        schedstat      thread-self
cgroups        dynamic_debug  kcore          misc           scsi           timer_list
cmdline        execdomains    key-users      modules        self           tty
config.gz      fb             keys           mounts         slabinfo       uptime

./proc/1:
arch_status         cwd                 map_files           oom_score_adj       stack
attr                environ             maps                pagemap             stat
autogroup           exe                 mem                 personality         statm
auxv                fd                  mountinfo           projid_map          status
cgroup              fdinfo              mounts              root                syscall
clear_refs          gid_map             mountstats          sched               task
cmdline             io                  net                 schedstat           timens_offsets
comm                ksm_merging_pages   ns                  sessionid           timers
coredump_filter     ksm_stat            numa_maps           setgroups           timerslack_ns
cpu_resctrl_groups  limits              oom_adj             smaps               uid_map
cpuset              loginuid            oom_score           smaps_rollup        wchan

./proc/1/attr:
apparmor    current     exec        fscreate    keycreate   prev        smack       sockcreate

./proc/1/attr/apparmor:
current  exec     prev

./proc/1/attr/smack:
current

./proc/1/fd:
0   1   10  2

./proc/1/fdinfo:
0   1   10  2

./proc/1/map_files:
5fb1b70a4000-5fb1b70aa000  5fb1b716a000-5fb1b716b000  7e1203a0d000-7e1203a0e000
5fb1b70aa000-5fb1b7144000  7e120396c000-7e1203980000  7e1203a0e000-7e1203a0f000
5fb1b7144000-5fb1b7166000  7e1203980000-7e12039d7000
5fb1b7166000-5fb1b716a000  7e12039d7000-7e1203a0d000

./proc/1/net:
anycast6             ip6_flowlabel        mcfilter             raw6                 tcp6
arp                  ip6_mr_cache         mcfilter6            route                udp
dev                  ip6_mr_vif           netfilter            rt6_stats            udp6
dev_mcast            ip6_tables_matches   netlink              rt_acct              udplite
dev_snmp6            ip6_tables_names     netstat              rt_cache             udplite6
fib_trie             ip6_tables_targets   nf_conntrack         snmp                 unix
fib_triestat         ip_mr_cache          nf_conntrack_expect  snmp6                wireless
icmp                 ip_mr_vif            packet               sockstat             xfrm_stat
icmp6                ip_tables_matches    protocols            sockstat6
if_inet6             ip_tables_names      psched               softnet_stat
igmp                 ip_tables_targets    ptype                stat
igmp6                ipv6_route           raw                  tcp

./proc/1/net/dev_snmp6:
eth0  lo

./proc/1/net/netfilter:
nf_log

./proc/1/net/stat:
nf_conntrack  rt_cache

./proc/1/ns:
cgroup             mnt                pid                time               user
ipc                net                pid_for_children   time_for_children  uts

./proc/1/task:
1

./proc/1/task/1:
arch_status         cwd                 loginuid            oom_score_adj       smaps_rollup
attr                environ             maps                pagemap             stack
auxv                exe                 mem                 personality         stat
cgroup              fd                  mountinfo           projid_map          statm
children            fdinfo              mounts              root                status
clear_refs          gid_map             net                 sched               syscall
cmdline             io                  ns                  schedstat           uid_map
comm                ksm_merging_pages   numa_maps           sessionid           wchan
cpu_resctrl_groups  ksm_stat            oom_adj             setgroups
cpuset              limits              oom_score           smaps

./proc/1/task/1/attr:
apparmor    current     exec        fscreate    keycreate   prev        smack       sockcreate

./proc/1/task/1/attr/apparmor:
current  exec     prev

./proc/1/task/1/attr/smack:
current

./proc/1/task/1/fd:
0   1   10  2

./proc/1/task/1/fdinfo:
0   1   10  2

./proc/1/task/1/net:
anycast6             ip6_flowlabel        mcfilter             raw6                 tcp6
arp                  ip6_mr_cache         mcfilter6            route                udp
dev                  ip6_mr_vif           netfilter            rt6_stats            udp6
dev_mcast            ip6_tables_matches   netlink              rt_acct              udplite
dev_snmp6            ip6_tables_names     netstat              rt_cache             udplite6
fib_trie             ip6_tables_targets   nf_conntrack         snmp                 unix
fib_triestat         ip_mr_cache          nf_conntrack_expect  snmp6                wireless
icmp                 ip_mr_vif            packet               sockstat             xfrm_stat
icmp6                ip_tables_matches    protocols            sockstat6
if_inet6             ip_tables_names      psched               softnet_stat
igmp                 ip_tables_targets    ptype                stat
igmp6                ipv6_route           raw                  tcp

./proc/1/task/1/net/dev_snmp6:
eth0  lo

./proc/1/task/1/net/netfilter:
nf_log

./proc/1/task/1/net/stat:
nf_conntrack  rt_cache

./proc/1/task/1/ns:
cgroup             mnt                pid                time               user
ipc                net                pid_for_children   time_for_children  uts

./proc/8:
arch_status         cwd                 map_files           oom_score_adj       stack
attr                environ             maps                pagemap             stat
autogroup           exe                 mem                 personality         statm
auxv                fd                  mountinfo           projid_map          status
cgroup              fdinfo              mounts              root                syscall
clear_refs          gid_map             mountstats          sched               task
cmdline             io                  net                 schedstat           timens_offsets
comm                ksm_merging_pages   ns                  sessionid           timers
coredump_filter     ksm_stat            numa_maps           setgroups           timerslack_ns
cpu_resctrl_groups  limits              oom_adj             smaps               uid_map
cpuset              loginuid            oom_score           smaps_rollup        wchan

./proc/8/attr:
apparmor    current     exec        fscreate    keycreate   prev        smack       sockcreate

./proc/8/attr/apparmor:
current  exec     prev

./proc/8/attr/smack:
current

./proc/8/fd:
0  1  2  3

./proc/8/fdinfo:
0  1  2  3

./proc/8/map_files:
64053ffad000-64053ffb3000  640540073000-640540074000  721c5a731000-721c5a732000
64053ffb3000-64054004d000  721c5a690000-721c5a6a4000  721c5a732000-721c5a733000
64054004d000-64054006f000  721c5a6a4000-721c5a6fb000
64054006f000-640540073000  721c5a6fb000-721c5a731000

./proc/8/net:
anycast6             ip6_flowlabel        mcfilter             raw6                 tcp6
arp                  ip6_mr_cache         mcfilter6            route                udp
dev                  ip6_mr_vif           netfilter            rt6_stats            udp6
dev_mcast            ip6_tables_matches   netlink              rt_acct              udplite
dev_snmp6            ip6_tables_names     netstat              rt_cache             udplite6
fib_trie             ip6_tables_targets   nf_conntrack         snmp                 unix
fib_triestat         ip_mr_cache          nf_conntrack_expect  snmp6                wireless
icmp                 ip_mr_vif            packet               sockstat             xfrm_stat
icmp6                ip_tables_matches    protocols            sockstat6
if_inet6             ip_tables_names      psched               softnet_stat
igmp                 ip_tables_targets    ptype                stat
igmp6                ipv6_route           raw                  tcp

./proc/8/net/dev_snmp6:
eth0  lo

./proc/8/net/netfilter:
nf_log

./proc/8/net/stat:
nf_conntrack  rt_cache

./proc/8/ns:
cgroup             mnt                pid                time               user
ipc                net                pid_for_children   time_for_children  uts

./proc/8/task:
8

./proc/8/task/8:
arch_status         cwd                 loginuid            oom_score_adj       smaps_rollup
attr                environ             maps                pagemap             stack
auxv                exe                 mem                 personality         stat
cgroup              fd                  mountinfo           projid_map          statm
children            fdinfo              mounts              root                status
clear_refs          gid_map             net                 sched               syscall
cmdline             io                  ns                  schedstat           uid_map
comm                ksm_merging_pages   numa_maps           sessionid           wchan
cpu_resctrl_groups  ksm_stat            oom_adj             setgroups
cpuset              limits              oom_score           smaps

./proc/8/task/8/attr:
apparmor    current     exec        fscreate    keycreate   prev        smack       sockcreate

./proc/8/task/8/attr/apparmor:
current  exec     prev

./proc/8/task/8/attr/smack:
current

./proc/8/task/8/fd:
0  1  2  3

./proc/8/task/8/fdinfo:
0  1  2  3

./proc/8/task/8/net:
anycast6             ip6_flowlabel        mcfilter             raw6                 tcp6
arp                  ip6_mr_cache         mcfilter6            route                udp
dev                  ip6_mr_vif           netfilter            rt6_stats            udp6
dev_mcast            ip6_tables_matches   netlink              rt_acct              udplite
dev_snmp6            ip6_tables_names     netstat              rt_cache             udplite6
fib_trie             ip6_tables_targets   nf_conntrack         snmp                 unix
fib_triestat         ip_mr_cache          nf_conntrack_expect  snmp6                wireless
icmp                 ip_mr_vif            packet               sockstat             xfrm_stat
icmp6                ip_tables_matches    protocols            sockstat6
if_inet6             ip_tables_names      psched               softnet_stat
igmp                 ip_tables_targets    ptype                stat
igmp6                ipv6_route           raw                  tcp

./proc/8/task/8/net/dev_snmp6:
eth0  lo

./proc/8/task/8/net/netfilter:
nf_log

./proc/8/task/8/net/stat:
nf_conntrack  rt_cache

./proc/8/task/8/ns:
cgroup             mnt                pid                time               user
ipc                net                pid_for_children   time_for_children  uts

./proc/acpi:

./proc/asound:

./proc/bus:
input  pci

./proc/bus/input:
devices   handlers

./proc/bus/pci:
00       04       devices

./proc/bus/pci/00:
00.0  04.0  07.0  08.0  0d.2  12.0  14.2  15.0  16.0  1f.3  1f.5
02.0  06.0  07.2  0d.0  0d.3  14.0  14.3  15.1  1f.0  1f.4  1f.6

./proc/bus/pci/04:
00.0

./proc/driver:
nvram  rtc

./proc/dynamic_debug:
control

./proc/fs:
ext4  jbd2  nfsd

./proc/fs/ext4:
nvme0n1p2

./proc/fs/ext4/nvme0n1p2:
es_shrinker_info    mb_groups           mb_structs_summary
fc_info             mb_stats            options

./proc/fs/jbd2:
nvme0n1p2-8

./proc/fs/jbd2/nvme0n1p2-8:
info

./proc/fs/nfsd:

./proc/irq:
0                     135                   155                   197
1                     14                    16                    2
10                    143                   170                   27
11                    144                   171                   3
118                   145                   172                   4
12                    146                   173                   40
120                   147                   174                   5
121                   148                   175                   6
122                   149                   176                   7
123                   15                    177                   8
124                   150                   178                   9
125                   151                   179                   default_smp_affinity
126                   152                   180
127                   153                   181
13                    154                   182

./proc/irq/0:
affinity_hint            effective_affinity_list  smp_affinity             spurious
effective_affinity       node                     smp_affinity_list

./proc/irq/1:
affinity_hint            effective_affinity_list  node                     smp_affinity_list
effective_affinity       i8042                    smp_affinity             spurious

./proc/irq/1/i8042:

./proc/irq/10:
affinity_hint            effective_affinity_list  smp_affinity             spurious
effective_affinity       node                     smp_affinity_list

./proc/irq/11:
affinity_hint            effective_affinity_list  smp_affinity             spurious
effective_affinity       node                     smp_affinity_list

./proc/irq/118:
ELAN0676:00              effective_affinity       node                     smp_affinity_list
affinity_hint            effective_affinity_list  smp_affinity             spurious

./proc/irq/118/ELAN0676:00:

./proc/irq/12:
affinity_hint            effective_affinity_list  node                     smp_affinity_list
effective_affinity       i8042                    smp_affinity             spurious

./proc/irq/12/i8042:

./proc/irq/120:
affinity_hint            effective_affinity       node                     smp_affinity_list
dmar2                    effective_affinity_list  smp_affinity             spurious

./proc/irq/120/dmar2:

./proc/irq/121:
affinity_hint            effective_affinity       node                     smp_affinity_list
dmar1                    effective_affinity_list  smp_affinity             spurious

./proc/irq/121/dmar1:

./proc/irq/122:
affinity_hint            effective_affinity       node                     smp_affinity_list
dmar0                    effective_affinity_list  smp_affinity             spurious

./proc/irq/122/dmar0:

./proc/irq/123:
affinity_hint            effective_affinity       node                     smp_affinity_list
dmar3                    effective_affinity_list  smp_affinity             spurious

./proc/irq/123/dmar3:

./proc/irq/124:
PCIe PME                 effective_affinity       node                     smp_affinity_list
affinity_hint            effective_affinity_list  smp_affinity             spurious

./proc/irq/124/PCIe PME:

./proc/irq/125:
PCIe PME                 effective_affinity_list  smp_affinity
affinity_hint            node                     smp_affinity_list
effective_affinity       pciehp                   spurious

./proc/irq/125/PCIe PME:

./proc/irq/125/pciehp:

./proc/irq/126:
PCIe PME                 effective_affinity_list  smp_affinity
affinity_hint            node                     smp_affinity_list
effective_affinity       pciehp                   spurious

./proc/irq/126/PCIe PME:

./proc/irq/126/pciehp:

./proc/irq/127:
affinity_hint            effective_affinity_list  smp_affinity             spurious
effective_affinity       node                     smp_affinity_list        xhci_hcd

./proc/irq/127/xhci_hcd:

./proc/irq/13:
affinity_hint            effective_affinity_list  smp_affinity             spurious
effective_affinity       node                     smp_affinity_list

./proc/irq/135:
affinity_hint            effective_affinity_list  smp_affinity             spurious
effective_affinity       node                     smp_affinity_list        xhci_hcd

./proc/irq/135/xhci_hcd:

./proc/irq/14:
INT34C5:00               effective_affinity       node                     smp_affinity_list
affinity_hint            effective_affinity_list  smp_affinity             spurious

./proc/irq/14/INT34C5:00:

./proc/irq/143:
affinity_hint            effective_affinity_list  node                     smp_affinity_list
effective_affinity       mei_me                   smp_affinity             spurious

./proc/irq/143/mei_me:

./proc/irq/144:
affinity_hint            effective_affinity_list  nvme0q0                  smp_affinity_list
effective_affinity       node                     smp_affinity             spurious

./proc/irq/144/nvme0q0:

./proc/irq/145:
affinity_hint            effective_affinity_list  nvme0q1                  smp_affinity_list
effective_affinity       node                     smp_affinity             spurious

./proc/irq/145/nvme0q1:

./proc/irq/146:
affinity_hint            effective_affinity_list  nvme0q2                  smp_affinity_list
effective_affinity       node                     smp_affinity             spurious

./proc/irq/146/nvme0q2:

./proc/irq/147:
affinity_hint            effective_affinity_list  nvme0q3                  smp_affinity_list
effective_affinity       node                     smp_affinity             spurious

./proc/irq/147/nvme0q3:

./proc/irq/148:
affinity_hint            effective_affinity_list  nvme0q4                  smp_affinity_list
effective_affinity       node                     smp_affinity             spurious

./proc/irq/148/nvme0q4:

./proc/irq/149:
affinity_hint            effective_affinity_list  nvme0q5                  smp_affinity_list
effective_affinity       node                     smp_affinity             spurious

./proc/irq/149/nvme0q5:

./proc/irq/15:
affinity_hint            effective_affinity_list  smp_affinity             spurious
effective_affinity       node                     smp_affinity_list

./proc/irq/150:
affinity_hint            effective_affinity_list  nvme0q6                  smp_affinity_list
effective_affinity       node                     smp_affinity             spurious

./proc/irq/150/nvme0q6:

./proc/irq/151:
affinity_hint            effective_affinity_list  nvme0q7                  smp_affinity_list
effective_affinity       node                     smp_affinity             spurious

./proc/irq/151/nvme0q7:

./proc/irq/152:
affinity_hint            effective_affinity_list  node                     smp_affinity_list
effective_affinity       i915                     smp_affinity             spurious

./proc/irq/152/i915:

./proc/irq/153:
affinity_hint            effective_affinity_list  nvme0q8                  smp_affinity_list
effective_affinity       node                     smp_affinity             spurious

./proc/irq/153/nvme0q8:

./proc/irq/154:
affinity_hint            effective_affinity_list  smp_affinity             spurious
effective_affinity       node                     smp_affinity_list        thunderbolt

./proc/irq/154/thunderbolt:

./proc/irq/155:
affinity_hint            effective_affinity_list  smp_affinity             spurious
effective_affinity       node                     smp_affinity_list        thunderbolt

./proc/irq/155/thunderbolt:

./proc/irq/16:
affinity_hint            i801_smbus               smp_affinity
effective_affinity       intel_ish_ipc            smp_affinity_list
effective_affinity_list  node                     spurious

./proc/irq/16/i801_smbus:

./proc/irq/16/intel_ish_ipc:

./proc/irq/170:
affinity_hint            effective_affinity_list  node                     smp_affinity_list
effective_affinity       enp0s31f6                smp_affinity             spurious

./proc/irq/170/enp0s31f6:

./proc/irq/171:
affinity_hint            effective_affinity_list  node                     smp_affinity_list
effective_affinity       iwlwifi:default_queue    smp_affinity             spurious

./proc/irq/171/iwlwifi:default_queue:

./proc/irq/172:
affinity_hint            effective_affinity_list  node                     smp_affinity_list
effective_affinity       iwlwifi:queue_1          smp_affinity             spurious

./proc/irq/172/iwlwifi:queue_1:

./proc/irq/173:
affinity_hint            effective_affinity_list  node                     smp_affinity_list
effective_affinity       iwlwifi:queue_2          smp_affinity             spurious

./proc/irq/173/iwlwifi:queue_2:

./proc/irq/174:
affinity_hint            effective_affinity_list  node                     smp_affinity_list
effective_affinity       iwlwifi:queue_3          smp_affinity             spurious

./proc/irq/174/iwlwifi:queue_3:

./proc/irq/175:
affinity_hint            effective_affinity_list  node                     smp_affinity_list
effective_affinity       iwlwifi:queue_4          smp_affinity             spurious

./proc/irq/175/iwlwifi:queue_4:

./proc/irq/176:
affinity_hint            effective_affinity_list  node                     smp_affinity_list
effective_affinity       iwlwifi:queue_5          smp_affinity             spurious

./proc/irq/176/iwlwifi:queue_5:

./proc/irq/177:
affinity_hint            effective_affinity_list  node                     smp_affinity_list
effective_affinity       iwlwifi:queue_6          smp_affinity             spurious

./proc/irq/177/iwlwifi:queue_6:

./proc/irq/178:
affinity_hint            effective_affinity_list  node                     smp_affinity_list
effective_affinity       iwlwifi:queue_7          smp_affinity             spurious

./proc/irq/178/iwlwifi:queue_7:

./proc/irq/179:
affinity_hint            effective_affinity_list  node                     smp_affinity_list
effective_affinity       iwlwifi:queue_8          smp_affinity             spurious

./proc/irq/179/iwlwifi:queue_8:

./proc/irq/180:
affinity_hint            effective_affinity_list  node                     smp_affinity_list
effective_affinity       iwlwifi:exception        smp_affinity             spurious

./proc/irq/180/iwlwifi:exception:

./proc/irq/181:
affinity_hint            effective_affinity_list  smp_affinity             spurious
effective_affinity       node                     smp_affinity_list        thunderbolt

./proc/irq/181/thunderbolt:

./proc/irq/182:
affinity_hint            effective_affinity_list  smp_affinity             spurious
effective_affinity       node                     smp_affinity_list        thunderbolt

./proc/irq/182/thunderbolt:

./proc/irq/197:
AudioDSP                 effective_affinity       node                     smp_affinity_list
affinity_hint            effective_affinity_list  smp_affinity             spurious

./proc/irq/197/AudioDSP:

./proc/irq/2:
affinity_hint            effective_affinity_list  smp_affinity             spurious
effective_affinity       node                     smp_affinity_list

./proc/irq/27:
affinity_hint            i2c_designware.0         smp_affinity
effective_affinity       idma64.0                 smp_affinity_list
effective_affinity_list  node                     spurious

./proc/irq/27/i2c_designware.0:

./proc/irq/27/idma64.0:

./proc/irq/3:
affinity_hint            effective_affinity_list  smp_affinity             spurious
effective_affinity       node                     smp_affinity_list

./proc/irq/4:
affinity_hint            effective_affinity_list  smp_affinity             spurious
effective_affinity       node                     smp_affinity_list

./proc/irq/40:
affinity_hint            i2c_designware.1         smp_affinity
effective_affinity       idma64.1                 smp_affinity_list
effective_affinity_list  node                     spurious

./proc/irq/40/i2c_designware.1:

./proc/irq/40/idma64.1:

./proc/irq/5:
affinity_hint            effective_affinity_list  smp_affinity             spurious
effective_affinity       node                     smp_affinity_list

./proc/irq/6:
affinity_hint            effective_affinity_list  smp_affinity             spurious
effective_affinity       node                     smp_affinity_list

./proc/irq/7:
affinity_hint            effective_affinity_list  smp_affinity             spurious
effective_affinity       node                     smp_affinity_list

./proc/irq/8:
affinity_hint            effective_affinity_list  rtc0                     smp_affinity_list
effective_affinity       node                     smp_affinity             spurious

./proc/irq/8/rtc0:

./proc/irq/9:
acpi                     effective_affinity       node                     smp_affinity_list
affinity_hint            effective_affinity_list  smp_affinity             spurious

./proc/irq/9/acpi:

./proc/pressure:
cpu     io      irq     memory

./proc/scsi:

./proc/sys:
abi     debug   dev     fs      kernel  net     user    vm

./proc/sys/abi:
vsyscall32

./proc/sys/debug:
exception-trace       kprobes-optimization

./proc/sys/dev:
hpet     i915     mac_hid  scsi     tty      xe

./proc/sys/dev/hpet:
max-user-freq

./proc/sys/dev/i915:
oa_max_sample_rate    perf_stream_paranoid

./proc/sys/dev/mac_hid:
mouse_button2_keycode   mouse_button3_keycode   mouse_button_emulation

./proc/sys/dev/scsi:
logging_level

./proc/sys/dev/tty:
ldisc_autoload  legacy_tiocsti

./proc/sys/dev/xe:
observation_paranoid

./proc/sys/fs:
aio-max-nr            file-nr               nr_open               protected_regular
aio-nr                inode-nr              overflowgid           protected_symlinks
binfmt_misc           inode-state           overflowuid           quota
dentry-state          inotify               pipe-max-size         suid_dumpable
dir-notify-enable     lease-break-time      pipe-user-pages-hard  verity
epoll                 leases-enable         pipe-user-pages-soft
fanotify              mount-max             protected_fifos
file-max              mqueue                protected_hardlinks

./proc/sys/fs/binfmt_misc:

./proc/sys/fs/epoll:
max_user_watches

./proc/sys/fs/fanotify:
max_queued_events  max_user_groups    max_user_marks

./proc/sys/fs/inotify:
max_queued_events   max_user_instances  max_user_watches

./proc/sys/fs/mqueue:
msg_default      msg_max          msgsize_default  msgsize_max      queues_max

./proc/sys/fs/quota:
allocated_dquots  drops             lookups           syncs
cache_hits        free_dquots       reads             writes

./proc/sys/fs/verity:
require_signatures

./proc/sys/kernel:
acct                                    perf_cpu_time_max_percent
acpi_video_flags                        perf_event_max_contexts_per_stack
arch                                    perf_event_max_sample_rate
auto_msgmni                             perf_event_max_stack
bootloader_type                         perf_event_mlock_kb
bootloader_version                      perf_event_paranoid
bpf_stats_enabled                       pid_max
cad_pid                                 poweroff_cmd
cap_last_cap                            print-fatal-signals
core_file_note_size_limit               printk
core_pattern                            printk_delay
core_pipe_limit                         printk_devkmsg
core_sort_vma                           printk_ratelimit
core_uses_pid                           printk_ratelimit_burst
ctrl-alt-del                            pty
dmesg_restrict                          random
domainname                              randomize_va_space
ftrace_dump_on_oops                     real-root-dev
ftrace_enabled                          sched_autogroup_enabled
hardlockup_all_cpu_backtrace            sched_cfs_bandwidth_slice_us
hardlockup_panic                        sched_deadline_period_max_us
hostname                                sched_deadline_period_min_us
hung_task_all_cpu_backtrace             sched_energy_aware
hung_task_check_count                   sched_rr_timeslice_ms
hung_task_check_interval_secs           sched_rt_period_us
hung_task_panic                         sched_rt_runtime_us
hung_task_timeout_secs                  sched_schedstats
hung_task_warnings                      sched_util_clamp_max
io_delay_type                           sched_util_clamp_min
io_uring_disabled                       sched_util_clamp_min_rt_default
io_uring_group                          seccomp
kexec_load_disabled                     sem
kexec_load_limit_panic                  sem_next_id
kexec_load_limit_reboot                 shm_next_id
keys                                    shm_rmid_forced
kptr_restrict                           shmall
max_lock_depth                          shmmax
max_rcu_stall_to_panic                  shmmni
modprobe                                soft_watchdog
modules_disabled                        softlockup_all_cpu_backtrace
msg_next_id                             softlockup_panic
msgmax                                  split_lock_mitigate
msgmnb                                  stack_tracer_enabled
msgmni                                  sysctl_writes_strict
ngroups_max                             sysrq
nmi_watchdog                            tainted
ns_last_pid                             task_delayacct
numa_balancing                          threads-max
numa_balancing_promote_rate_limit_MBps  timer_migration
oops_all_cpu_backtrace                  traceoff_on_warning
oops_limit                              tracepoint_printk
osrelease                               unknown_nmi_panic
ostype                                  unprivileged_bpf_disabled
overflowgid                             unprivileged_userns_clone
overflowuid                             user_events_max
panic                                   usermodehelper
panic_on_io_nmi                         version
panic_on_oops                           warn_limit
panic_on_rcu_stall                      watchdog
panic_on_unrecovered_nmi                watchdog_cpumask
panic_on_warn                           watchdog_thresh
panic_print                             yama

./proc/sys/kernel/keys:
gc_delay                   maxkeys                    root_maxbytes
maxbytes                   persistent_keyring_expiry  root_maxkeys

./proc/sys/kernel/pty:
max      nr       reserve

./proc/sys/kernel/random:
boot_id                  poolsize                 uuid
entropy_avail            urandom_min_reseed_secs  write_wakeup_threshold

./proc/sys/kernel/seccomp:
actions_avail   actions_logged

./proc/sys/kernel/usermodehelper:
bset         inheritable

./proc/sys/kernel/yama:
ptrace_scope

./proc/sys/net:
core       ipv4       ipv6       mptcp      netfilter  unix

./proc/sys/net/core:
optmem_max          rps_default_mask    wmem_default        xfrm_aevent_etime
rmem_default        somaxconn           wmem_max            xfrm_aevent_rseqth
rmem_max            txrehash            xfrm_acq_expires    xfrm_larval_drop

./proc/sys/net/ipv4:
conf                                tcp_fin_timeout
fib_multipath_hash_fields           tcp_frto
fib_multipath_hash_policy           tcp_fwmark_accept
fib_multipath_hash_seed             tcp_invalid_ratelimit
fib_multipath_use_neigh             tcp_keepalive_intvl
fib_notify_on_flag_change           tcp_keepalive_probes
fwmark_reflect                      tcp_keepalive_time
icmp_echo_enable_probe              tcp_l3mdev_accept
icmp_echo_ignore_all                tcp_limit_output_bytes
icmp_echo_ignore_broadcasts         tcp_max_reordering
icmp_errors_use_inbound_ifaddr      tcp_max_syn_backlog
icmp_ignore_bogus_error_responses   tcp_max_tw_buckets
icmp_msgs_burst                     tcp_migrate_req
icmp_msgs_per_sec                   tcp_min_rtt_wlen
icmp_ratelimit                      tcp_min_snd_mss
icmp_ratemask                       tcp_min_tso_segs
igmp_link_local_mcast_reports       tcp_moderate_rcvbuf
igmp_max_memberships                tcp_mtu_probe_floor
igmp_max_msf                        tcp_mtu_probing
igmp_qrv                            tcp_no_metrics_save
ip_autobind_reuse                   tcp_no_ssthresh_metrics_save
ip_default_ttl                      tcp_notsent_lowat
ip_dynaddr                          tcp_orphan_retries
ip_early_demux                      tcp_pacing_ca_ratio
ip_forward                          tcp_pacing_ss_ratio
ip_forward_update_priority          tcp_pingpong_thresh
ip_forward_use_pmtu                 tcp_plb_cong_thresh
ip_local_port_range                 tcp_plb_enabled
ip_local_reserved_ports             tcp_plb_idle_rehash_rounds
ip_no_pmtu_disc                     tcp_plb_rehash_rounds
ip_nonlocal_bind                    tcp_plb_suspend_rto_sec
ip_unprivileged_port_start          tcp_probe_interval
ipfrag_high_thresh                  tcp_probe_threshold
ipfrag_low_thresh                   tcp_recovery
ipfrag_max_dist                     tcp_reflect_tos
ipfrag_time                         tcp_reordering
neigh                               tcp_retrans_collapse
nexthop_compat_mode                 tcp_retries1
ping_group_range                    tcp_retries2
raw_l3mdev_accept                   tcp_rfc1337
route                               tcp_rmem
tcp_abort_on_overflow               tcp_rto_min_us
tcp_adv_win_scale                   tcp_sack
tcp_allowed_congestion_control      tcp_shrink_window
tcp_app_win                         tcp_slow_start_after_idle
tcp_autocorking                     tcp_stdurg
tcp_available_congestion_control    tcp_syn_linear_timeouts
tcp_backlog_ack_defer               tcp_syn_retries
tcp_base_mss                        tcp_synack_retries
tcp_challenge_ack_limit             tcp_syncookies
tcp_child_ehash_entries             tcp_thin_linear_timeouts
tcp_comp_sack_delay_ns              tcp_timestamps
tcp_comp_sack_nr                    tcp_tso_rtt_log
tcp_comp_sack_slack_ns              tcp_tso_win_divisor
tcp_congestion_control              tcp_tw_reuse
tcp_dsack                           tcp_window_scaling
tcp_early_demux                     tcp_wmem
tcp_early_retrans                   tcp_workaround_signed_windows
tcp_ecn                             udp_child_hash_entries
tcp_ecn_fallback                    udp_early_demux
tcp_ehash_entries                   udp_hash_entries
tcp_fack                            udp_l3mdev_accept
tcp_fastopen                        udp_rmem_min
tcp_fastopen_blackhole_timeout_sec  udp_wmem_min
tcp_fastopen_key                    xfrm4_gc_thresh

./proc/sys/net/ipv4/conf:
all      default  eth0     lo

./proc/sys/net/ipv4/conf/all:
accept_local                        igmpv2_unsolicited_report_interval
accept_redirects                    igmpv3_unsolicited_report_interval
accept_source_route                 ignore_routes_with_linkdown
arp_accept                          log_martians
arp_announce                        mc_forwarding
arp_evict_nocarrier                 medium_id
arp_filter                          promote_secondaries
arp_ignore                          proxy_arp
arp_notify                          proxy_arp_pvlan
bc_forwarding                       route_localnet
bootp_relay                         rp_filter
disable_policy                      secure_redirects
disable_xfrm                        send_redirects
drop_gratuitous_arp                 shared_media
drop_unicast_in_l2_multicast        src_valid_mark
force_igmp_version                  tag
forwarding

./proc/sys/net/ipv4/conf/default:
accept_local                        igmpv2_unsolicited_report_interval
accept_redirects                    igmpv3_unsolicited_report_interval
accept_source_route                 ignore_routes_with_linkdown
arp_accept                          log_martians
arp_announce                        mc_forwarding
arp_evict_nocarrier                 medium_id
arp_filter                          promote_secondaries
arp_ignore                          proxy_arp
arp_notify                          proxy_arp_pvlan
bc_forwarding                       route_localnet
bootp_relay                         rp_filter
disable_policy                      secure_redirects
disable_xfrm                        send_redirects
drop_gratuitous_arp                 shared_media
drop_unicast_in_l2_multicast        src_valid_mark
force_igmp_version                  tag
forwarding

./proc/sys/net/ipv4/conf/eth0:
accept_local                        igmpv2_unsolicited_report_interval
accept_redirects                    igmpv3_unsolicited_report_interval
accept_source_route                 ignore_routes_with_linkdown
arp_accept                          log_martians
arp_announce                        mc_forwarding
arp_evict_nocarrier                 medium_id
arp_filter                          promote_secondaries
arp_ignore                          proxy_arp
arp_notify                          proxy_arp_pvlan
bc_forwarding                       route_localnet
bootp_relay                         rp_filter
disable_policy                      secure_redirects
disable_xfrm                        send_redirects
drop_gratuitous_arp                 shared_media
drop_unicast_in_l2_multicast        src_valid_mark
force_igmp_version                  tag
forwarding

./proc/sys/net/ipv4/conf/lo:
accept_local                        igmpv2_unsolicited_report_interval
accept_redirects                    igmpv3_unsolicited_report_interval
accept_source_route                 ignore_routes_with_linkdown
arp_accept                          log_martians
arp_announce                        mc_forwarding
arp_evict_nocarrier                 medium_id
arp_filter                          promote_secondaries
arp_ignore                          proxy_arp
arp_notify                          proxy_arp_pvlan
bc_forwarding                       route_localnet
bootp_relay                         rp_filter
disable_policy                      secure_redirects
disable_xfrm                        send_redirects
drop_gratuitous_arp                 shared_media
drop_unicast_in_l2_multicast        src_valid_mark
force_igmp_version                  tag
forwarding

./proc/sys/net/ipv4/neigh:
eth0  lo

./proc/sys/net/ipv4/neigh/eth0:
anycast_delay           gc_stale_time           proxy_delay             unres_qlen
app_solicit             interval_probe_time_ms  proxy_qlen              unres_qlen_bytes
base_reachable_time     locktime                retrans_time
base_reachable_time_ms  mcast_resolicit         retrans_time_ms
delay_first_probe_time  mcast_solicit           ucast_solicit

./proc/sys/net/ipv4/neigh/lo:
anycast_delay           gc_stale_time           proxy_delay             unres_qlen
app_solicit             interval_probe_time_ms  proxy_qlen              unres_qlen_bytes
base_reachable_time     locktime                retrans_time
base_reachable_time_ms  mcast_resolicit         retrans_time_ms
delay_first_probe_time  mcast_solicit           ucast_solicit

./proc/sys/net/ipv4/route:
flush        min_adv_mss  min_pmtu     mtu_expires

./proc/sys/net/ipv6:
anycast_src_echo_reply     fwmark_reflect             max_dst_opts_length
auto_flowlabels            icmp                       max_dst_opts_number
bindv6only                 idgen_delay                max_hbh_length
conf                       idgen_retries              max_hbh_opts_number
fib_multipath_hash_fields  ioam6_id                   neigh
fib_multipath_hash_policy  ioam6_id_wide              route
fib_notify_on_flag_change  ip6frag_high_thresh        seg6_flowlabel
flowlabel_consistency      ip6frag_low_thresh         xfrm6_gc_thresh
flowlabel_reflect          ip6frag_time
flowlabel_state_ranges     ip_nonlocal_bind

./proc/sys/net/ipv6/conf:
all      default  eth0     lo

./proc/sys/net/ipv6/conf/all:
accept_dad                         enhanced_dad                       ra_defrtr_metric
accept_ra                          force_mld_version                  ra_honor_pio_life
accept_ra_defrtr                   force_tllao                        ra_honor_pio_pflag
accept_ra_from_local               forwarding                         regen_max_retry
accept_ra_min_hop_limit            hop_limit                          regen_min_advance
accept_ra_min_lft                  ignore_routes_with_linkdown        router_probe_interval
accept_ra_mtu                      ioam6_enabled                      router_solicitation_delay
accept_ra_pinfo                    ioam6_id                           router_solicitation_interval
accept_ra_rt_info_max_plen         ioam6_id_wide                      router_solicitation_max_interval
accept_ra_rt_info_min_plen         keep_addr_on_down                  router_solicitations
accept_ra_rtr_pref                 max_addresses                      rpl_seg_enabled
accept_redirects                   max_desync_factor                  seg6_enabled
accept_source_route                mc_forwarding                      seg6_require_hmac
accept_untracked_na                mldv1_unsolicited_report_interval  stable_secret
addr_gen_mode                      mldv2_unsolicited_report_interval  suppress_frag_ndisc
autoconf                           mtu                                temp_prefered_lft
dad_transmits                      ndisc_evict_nocarrier              temp_valid_lft
disable_ipv6                       ndisc_notify                       use_oif_addrs_only
disable_policy                     ndisc_tclass                       use_optimistic
drop_unicast_in_l2_multicast       optimistic_dad                     use_tempaddr
drop_unsolicited_na                proxy_ndp

./proc/sys/net/ipv6/conf/default:
accept_dad                         enhanced_dad                       ra_defrtr_metric
accept_ra                          force_mld_version                  ra_honor_pio_life
accept_ra_defrtr                   force_tllao                        ra_honor_pio_pflag
accept_ra_from_local               forwarding                         regen_max_retry
accept_ra_min_hop_limit            hop_limit                          regen_min_advance
accept_ra_min_lft                  ignore_routes_with_linkdown        router_probe_interval
accept_ra_mtu                      ioam6_enabled                      router_solicitation_delay
accept_ra_pinfo                    ioam6_id                           router_solicitation_interval
accept_ra_rt_info_max_plen         ioam6_id_wide                      router_solicitation_max_interval
accept_ra_rt_info_min_plen         keep_addr_on_down                  router_solicitations
accept_ra_rtr_pref                 max_addresses                      rpl_seg_enabled
accept_redirects                   max_desync_factor                  seg6_enabled
accept_source_route                mc_forwarding                      seg6_require_hmac
accept_untracked_na                mldv1_unsolicited_report_interval  stable_secret
addr_gen_mode                      mldv2_unsolicited_report_interval  suppress_frag_ndisc
autoconf                           mtu                                temp_prefered_lft
dad_transmits                      ndisc_evict_nocarrier              temp_valid_lft
disable_ipv6                       ndisc_notify                       use_oif_addrs_only
disable_policy                     ndisc_tclass                       use_optimistic
drop_unicast_in_l2_multicast       optimistic_dad                     use_tempaddr
drop_unsolicited_na                proxy_ndp

./proc/sys/net/ipv6/conf/eth0:
accept_dad                         enhanced_dad                       ra_defrtr_metric
accept_ra                          force_mld_version                  ra_honor_pio_life
accept_ra_defrtr                   force_tllao                        ra_honor_pio_pflag
accept_ra_from_local               forwarding                         regen_max_retry
accept_ra_min_hop_limit            hop_limit                          regen_min_advance
accept_ra_min_lft                  ignore_routes_with_linkdown        router_probe_interval
accept_ra_mtu                      ioam6_enabled                      router_solicitation_delay
accept_ra_pinfo                    ioam6_id                           router_solicitation_interval
accept_ra_rt_info_max_plen         ioam6_id_wide                      router_solicitation_max_interval
accept_ra_rt_info_min_plen         keep_addr_on_down                  router_solicitations
accept_ra_rtr_pref                 max_addresses                      rpl_seg_enabled
accept_redirects                   max_desync_factor                  seg6_enabled
accept_source_route                mc_forwarding                      seg6_require_hmac
accept_untracked_na                mldv1_unsolicited_report_interval  stable_secret
addr_gen_mode                      mldv2_unsolicited_report_interval  suppress_frag_ndisc
autoconf                           mtu                                temp_prefered_lft
dad_transmits                      ndisc_evict_nocarrier              temp_valid_lft
disable_ipv6                       ndisc_notify                       use_oif_addrs_only
disable_policy                     ndisc_tclass                       use_optimistic
drop_unicast_in_l2_multicast       optimistic_dad                     use_tempaddr
drop_unsolicited_na                proxy_ndp

./proc/sys/net/ipv6/conf/lo:
accept_dad                         enhanced_dad                       ra_defrtr_metric
accept_ra                          force_mld_version                  ra_honor_pio_life
accept_ra_defrtr                   force_tllao                        ra_honor_pio_pflag
accept_ra_from_local               forwarding                         regen_max_retry
accept_ra_min_hop_limit            hop_limit                          regen_min_advance
accept_ra_min_lft                  ignore_routes_with_linkdown        router_probe_interval
accept_ra_mtu                      ioam6_enabled                      router_solicitation_delay
accept_ra_pinfo                    ioam6_id                           router_solicitation_interval
accept_ra_rt_info_max_plen         ioam6_id_wide                      router_solicitation_max_interval
accept_ra_rt_info_min_plen         keep_addr_on_down                  router_solicitations
accept_ra_rtr_pref                 max_addresses                      rpl_seg_enabled
accept_redirects                   max_desync_factor                  seg6_enabled
accept_source_route                mc_forwarding                      seg6_require_hmac
accept_untracked_na                mldv1_unsolicited_report_interval  stable_secret
addr_gen_mode                      mldv2_unsolicited_report_interval  suppress_frag_ndisc
autoconf                           mtu                                temp_prefered_lft
dad_transmits                      ndisc_evict_nocarrier              temp_valid_lft
disable_ipv6                       ndisc_notify                       use_oif_addrs_only
disable_policy                     ndisc_tclass                       use_optimistic
drop_unicast_in_l2_multicast       optimistic_dad                     use_tempaddr
drop_unsolicited_na                proxy_ndp

./proc/sys/net/ipv6/icmp:
echo_ignore_all           echo_ignore_multicast     ratelimit
echo_ignore_anycast       error_anycast_as_unicast  ratemask

./proc/sys/net/ipv6/neigh:
eth0  lo

./proc/sys/net/ipv6/neigh/eth0:
anycast_delay           gc_stale_time           proxy_delay             unres_qlen
app_solicit             interval_probe_time_ms  proxy_qlen              unres_qlen_bytes
base_reachable_time     locktime                retrans_time
base_reachable_time_ms  mcast_resolicit         retrans_time_ms
delay_first_probe_time  mcast_solicit           ucast_solicit

./proc/sys/net/ipv6/neigh/lo:
anycast_delay           gc_stale_time           proxy_delay             unres_qlen
app_solicit             interval_probe_time_ms  proxy_qlen              unres_qlen_bytes
base_reachable_time     locktime                retrans_time
base_reachable_time_ms  mcast_resolicit         retrans_time_ms
delay_first_probe_time  mcast_solicit           ucast_solicit

./proc/sys/net/ipv6/route:
flush                    gc_min_interval          gc_timeout               mtu_expires
gc_elasticity            gc_min_interval_ms       max_size                 skip_notify_on_dev_down
gc_interval              gc_thresh                min_adv_mss

./proc/sys/net/mptcp:
add_addr_timeout              checksum_enabled              scheduler
allow_join_initial_addr_port  close_timeout                 stale_loss_cnt
available_schedulers          enabled
blackhole_timeout             pm_type

./proc/sys/net/netfilter:
nf_conntrack_acct                            nf_conntrack_sctp_timeout_established
nf_conntrack_buckets                         nf_conntrack_sctp_timeout_heartbeat_sent
nf_conntrack_checksum                        nf_conntrack_sctp_timeout_shutdown_ack_sent
nf_conntrack_count                           nf_conntrack_sctp_timeout_shutdown_recd
nf_conntrack_dccp_loose                      nf_conntrack_sctp_timeout_shutdown_sent
nf_conntrack_dccp_timeout_closereq           nf_conntrack_tcp_be_liberal
nf_conntrack_dccp_timeout_closing            nf_conntrack_tcp_ignore_invalid_rst
nf_conntrack_dccp_timeout_open               nf_conntrack_tcp_loose
nf_conntrack_dccp_timeout_partopen           nf_conntrack_tcp_max_retrans
nf_conntrack_dccp_timeout_request            nf_conntrack_tcp_timeout_close
nf_conntrack_dccp_timeout_respond            nf_conntrack_tcp_timeout_close_wait
nf_conntrack_dccp_timeout_timewait           nf_conntrack_tcp_timeout_established
nf_conntrack_events                          nf_conntrack_tcp_timeout_fin_wait
nf_conntrack_expect_max                      nf_conntrack_tcp_timeout_last_ack
nf_conntrack_frag6_high_thresh               nf_conntrack_tcp_timeout_max_retrans
nf_conntrack_frag6_low_thresh                nf_conntrack_tcp_timeout_syn_recv
nf_conntrack_frag6_timeout                   nf_conntrack_tcp_timeout_syn_sent
nf_conntrack_generic_timeout                 nf_conntrack_tcp_timeout_time_wait
nf_conntrack_gre_timeout                     nf_conntrack_tcp_timeout_unacknowledged
nf_conntrack_gre_timeout_stream              nf_conntrack_timestamp
nf_conntrack_icmp_timeout                    nf_conntrack_udp_timeout
nf_conntrack_icmpv6_timeout                  nf_conntrack_udp_timeout_stream
nf_conntrack_log_invalid                     nf_flowtable_tcp_timeout
nf_conntrack_max                             nf_flowtable_udp_timeout
nf_conntrack_sctp_timeout_closed             nf_hooks_lwtunnel
nf_conntrack_sctp_timeout_cookie_echoed      nf_log
nf_conntrack_sctp_timeout_cookie_wait

./proc/sys/net/netfilter/nf_log:
0   1   10  2   3   4   5   6   7   8   9

./proc/sys/net/unix:
max_dgram_qlen

./proc/sys/user:
max_cgroup_namespaces  max_inotify_instances  max_mnt_namespaces     max_time_namespaces
max_fanotify_groups    max_inotify_watches    max_net_namespaces     max_user_namespaces
max_fanotify_marks     max_ipc_namespaces     max_pid_namespaces     max_uts_namespaces

./proc/sys/vm:
admin_reserve_kbytes           lowmem_reserve_ratio           overcommit_kbytes
compact_memory                 max_map_count                  overcommit_memory
compact_unevictable_allowed    memfd_noexec                   overcommit_ratio
compaction_proactiveness       memory_failure_early_kill      page-cluster
dirty_background_bytes         memory_failure_recovery        page_lock_unfairness
dirty_background_ratio         min_free_kbytes                panic_on_oom
dirty_bytes                    min_slab_ratio                 percpu_pagelist_high_fraction
dirty_expire_centisecs         min_unmapped_ratio             stat_interval
dirty_ratio                    mmap_min_addr                  stat_refresh
dirty_writeback_centisecs      mmap_rnd_bits                  swappiness
dirtytime_expire_seconds       mmap_rnd_compat_bits           unprivileged_userfaultfd
drop_caches                    nr_hugepages                   user_reserve_kbytes
enable_soft_offline            nr_hugepages_mempolicy         vfs_cache_pressure
extfrag_threshold              nr_overcommit_hugepages        watermark_boost_factor
hugetlb_optimize_vmemmap       numa_stat                      watermark_scale_factor
hugetlb_shm_group              numa_zonelist_order            zone_reclaim_mode
laptop_mode                    oom_dump_tasks
legacy_va_layout               oom_kill_allocating_task

./proc/sysvipc:
msg  sem  shm

./proc/tty:
driver   drivers  ldisc    ldiscs

./proc/tty/driver:
serial     usbserial

./proc/tty/ldisc:

./root:

./run:
lock

./run/lock:

./sbin:
acpid        fdisk        ifdown       iplink       logread      modprobe     route        tunctl
adjtimex     findfs       ifenslave    ipneigh      losetup      nameif       setconsole   udhcpc
apk          fsck         ifup         iproute      lsmod        nologin      slattach     vconfig
arp          fstrim       init         iprule       mdev         pivot_root   swapoff      watchdog
blkid        getty        inotifyd     iptunnel     mkdosfs      poweroff     swapon       zcip
blockdev     halt         insmod       klogd        mkfs.vfat    raidautorun  switch_root
depmod       hwclock      ip           ldconfig     mkswap       reboot       sysctl
fbsplash     ifconfig     ipaddr       loadkmap     modinfo      rmmod        syslogd

./srv:

./sys:
block       class       devices     fs          kernel      power
bus         dev         firmware    hypervisor  module

./sys/block:
nvme0n1  sda

./sys/bus:
ac97            dax             ishtp           node            serial-base     usb
acpi            edac            machinecheck    nvmem           serio           usb-serial
auxiliary       event_source    mdio_bus        pci             snd_seq         virtio
cec             gpio            media           pci_express     soc             wmi
clockevents     hdaudio         mei             platform        soundwire       workqueue
clocksource     hid             memory          pnp             spi             xen
container       i2c             memory_tiering  scsi            thunderbolt     xen-backend
cpu             isa             mipi-dsi        serial          typec

./sys/bus/ac97:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/ac97/devices:

./sys/bus/ac97/drivers:

./sys/bus/acpi:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/acpi/devices:
ACPI0003:00  LNXCPU:09    LNXTHERM:00  device:02    device:24    device:46    device:68    device:8a
ACPI000C:00  LNXCPU:0a    LNXVIDEO:00  device:03    device:25    device:47    device:69    device:8b
ACPI000E:00  LNXCPU:0b    NXP1001:00   device:04    device:26    device:48    device:6a    device:8c
ELAN0676:00  LNXCPU:0c    PNP0000:00   device:05    device:27    device:49    device:6b    device:8d
IFX0785:00   LNXCPU:0d    PNP0100:00   device:06    device:28    device:4a    device:6c    device:8e
INT0E0C:00   LNXCPU:0e    PNP0103:00   device:07    device:29    device:4b    device:6d    device:8f
INT33A1:00   LNXCPU:0f    PNP0800:00   device:08    device:2a    device:4c    device:6e    device:90
INT33E1:00   LNXCPU:10    PNP0A08:00   device:09    device:2b    device:4d    device:6f    device:91
INT3420:00   LNXCPU:11    PNP0B00:00   device:0a    device:2c    device:4e    device:70    device:92
INT34C5:00   LNXCPU:12    PNP0C01:00   device:0b    device:2d    device:4f    device:71    device:93
INT3519:00   LNXCPU:13    PNP0C02:00   device:0c    device:2e    device:50    device:72    device:94
INT3F0D:00   LNXCPU:14    PNP0C02:01   device:0d    device:2f    device:51    device:73    device:95
INTC1001:00  LNXCPU:15    PNP0C02:02   device:0e    device:30    device:52    device:74    device:96
INTC1040:00  LNXCPU:16    PNP0C02:03   device:0f    device:31    device:53    device:75    device:97
INTC1043:00  LNXCPU:17    PNP0C02:04   device:10    device:32    device:54    device:76    device:98
INTC1043:01  LNXPOWER:00  PNP0C02:05   device:11    device:33    device:55    device:77    device:99
INTC1051:00  LNXPOWER:01  PNP0C04:00   device:12    device:34    device:56    device:78    device:9a
LEN0071:00   LNXPOWER:02  PNP0C09:00   device:13    device:35    device:57    device:79    device:9b
LEN009F:00   LNXPOWER:03  PNP0C0A:00   device:14    device:36    device:58    device:7a    device:9c
LEN0100:00   LNXPOWER:04  PNP0C0D:00   device:15    device:37    device:59    device:7b    device:9d
LEN0111:00   LNXPOWER:05  PNP0C0E:00   device:16    device:38    device:5a    device:7c    device:9e
LEN0112:00   LNXPOWER:06  PNP0C14:00   device:17    device:39    device:5b    device:7d    device:9f
LEN0130:00   LNXPOWER:07  PNP0C14:01   device:18    device:3a    device:5c    device:7e    device:a0
LEN0268:00   LNXPOWER:08  PNP0C14:02   device:19    device:3b    device:5d    device:7f    device:a1
LEN0307:00   LNXPOWER:09  PNP0C14:03   device:1a    device:3c    device:5e    device:80    device:a2
LNXCPU:00    LNXPOWER:0a  PNP0C14:04   device:1b    device:3d    device:5f    device:81    device:a3
LNXCPU:01    LNXPOWER:0b  PNP0C14:05   device:1c    device:3e    device:60    device:82    device:a4
LNXCPU:02    LNXPOWER:0c  PNP0C14:06   device:1d    device:3f    device:61    device:83    device:a5
LNXCPU:03    LNXPOWER:0d  PRP00001:00  device:1e    device:40    device:62    device:84    device:a6
LNXCPU:04    LNXPOWER:0e  PRP00001:01  device:1f    device:41    device:63    device:85    device:a7
LNXCPU:05    LNXPWRBN:00  USBC000:00   device:20    device:42    device:64    device:86    device:a8
LNXCPU:06    LNXSYBUS:00  XXXX0000:00  device:21    device:43    device:65    device:87    device:a9
LNXCPU:07    LNXSYBUS:01  device:00    device:22    device:44    device:66    device:88    device:aa
LNXCPU:08    LNXSYSTM:00  device:01    device:23    device:45    device:67    device:89    device:ab

./sys/bus/acpi/drivers:
battery                hardware_error_device  thinkpad_hotkey
button                 hpet                   tpm_crb
ec                     thermal                video

./sys/bus/acpi/drivers/battery:
PNP0C0A:00  bind        uevent      unbind

./sys/bus/acpi/drivers/button:
LNXPWRBN:00  PNP0C0D:00   PNP0C0E:00   bind         uevent       unbind

./sys/bus/acpi/drivers/ec:
PNP0C09:00  bind        uevent      unbind

./sys/bus/acpi/drivers/hardware_error_device:
bind    uevent  unbind

./sys/bus/acpi/drivers/hpet:
bind    uevent  unbind

./sys/bus/acpi/drivers/thermal:
LNXTHERM:00  bind         uevent       unbind

./sys/bus/acpi/drivers/thinkpad_hotkey:
LEN0268:00  bind        module      uevent      unbind

./sys/bus/acpi/drivers/tpm_crb:
bind    uevent  unbind

./sys/bus/acpi/drivers/video:
LNXVIDEO:00  bind         module       uevent       unbind

./sys/bus/auxiliary:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/auxiliary/devices:
snd_sof.hda-probes.0

./sys/bus/auxiliary/drivers:
pmt_telemetry    snd_sof_probes   soundwire_intel

./sys/bus/auxiliary/drivers/pmt_telemetry:
bind    module  uevent  unbind

./sys/bus/auxiliary/drivers/snd_sof_probes:
bind    module  uevent  unbind

./sys/bus/auxiliary/drivers/soundwire_intel:
bind    module  uevent  unbind

./sys/bus/cec:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/cec/devices:

./sys/bus/cec/drivers:

./sys/bus/clockevents:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/clockevents/devices:
broadcast    clockevent1  clockevent3  clockevent5  clockevent7
clockevent0  clockevent2  clockevent4  clockevent6

./sys/bus/clockevents/drivers:

./sys/bus/clocksource:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/clocksource/devices:
clocksource0

./sys/bus/clocksource/drivers:

./sys/bus/container:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/container/devices:
PRP00001:00  PRP00001:01

./sys/bus/container/drivers:

./sys/bus/cpu:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/cpu/devices:
cpu0  cpu1  cpu2  cpu3  cpu4  cpu5  cpu6  cpu7

./sys/bus/cpu/drivers:
processor

./sys/bus/cpu/drivers/processor:
bind    cpu0    cpu1    cpu2    cpu3    cpu4    cpu5    cpu6    cpu7    uevent  unbind

./sys/bus/dax:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/dax/devices:

./sys/bus/dax/drivers:

./sys/bus/edac:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/edac/devices:
mc

./sys/bus/edac/drivers:

./sys/bus/event_source:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/event_source/devices:
breakpoint                 kprobe                     uncore_cbox_1
cpu                        msr                        uncore_cbox_2
cstate_core                power                      uncore_cbox_3
cstate_pkg                 software                   uncore_clock
i915                       tracepoint                 uncore_imc_free_running_0
intel_bts                  uncore_arb                 uncore_imc_free_running_1
intel_pt                   uncore_cbox_0              uprobe

./sys/bus/event_source/drivers:

./sys/bus/gpio:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/gpio/devices:
gpiochip0

./sys/bus/gpio/drivers:
gpio_stub_drv

./sys/bus/gpio/drivers/gpio_stub_drv:
bind    uevent  unbind

./sys/bus/hdaudio:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/hdaudio/devices:
ehdaudio0D0  ehdaudio0D2

./sys/bus/hdaudio/drivers:
snd_hda_codec_generic  snd_hda_codec_hdmi     snd_hda_codec_realtek

./sys/bus/hdaudio/drivers/snd_hda_codec_generic:
bind    module  uevent  unbind

./sys/bus/hdaudio/drivers/snd_hda_codec_hdmi:
bind         ehdaudio0D2  module       uevent       unbind

./sys/bus/hdaudio/drivers/snd_hda_codec_realtek:
bind         ehdaudio0D0  module       uevent       unbind

./sys/bus/hid:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/hid/devices:
0003:056A:0357.0009  0003:056A:0357.000A  0018:04F3:3195.0002  001F:8087:0AC2.0003

./sys/bus/hid/drivers:
hid-generic     hid-multitouch  hid-sensor-hub  wacom

./sys/bus/hid/drivers/hid-generic:
bind    module  new_id  uevent  unbind

./sys/bus/hid/drivers/hid-multitouch:
0018:04F3:3195.0002  module               uevent
bind                 new_id               unbind

./sys/bus/hid/drivers/hid-sensor-hub:
001F:8087:0AC2.0003  module               uevent
bind                 new_id               unbind

./sys/bus/hid/drivers/wacom:
0003:056A:0357.0009  bind                 new_id               unbind
0003:056A:0357.000A  module               uevent

./sys/bus/i2c:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/i2c/devices:
i2c-0            i2c-11           i2c-14           i2c-2            i2c-5            i2c-8
i2c-1            i2c-12           i2c-15           i2c-3            i2c-6            i2c-9
i2c-10           i2c-13           i2c-16           i2c-4            i2c-7            i2c-ELAN0676:00

./sys/bus/i2c/drivers:
88PM860x               da903x                 max8925                tps6586x
CHT Whiskey Cove PMIC  da9052                 max8997                tps65910
WM8400                 da9055-pmic            max8998                twl
aat2870                dummy                  rc5t583                twl6040
adp5520                i2c_hid_acpi           smbus_alert            wm831x
as3711                 lp8788                 sx150x-pinctrl         wm8350
crystal_cove_i2c       max77843               tps65090

./sys/bus/i2c/drivers/88PM860x:
bind    uevent  unbind

./sys/bus/i2c/drivers/CHT Whiskey Cove PMIC:
bind    uevent  unbind

./sys/bus/i2c/drivers/WM8400:
bind    uevent  unbind

./sys/bus/i2c/drivers/aat2870:
uevent

./sys/bus/i2c/drivers/adp5520:
uevent

./sys/bus/i2c/drivers/as3711:
bind    uevent  unbind

./sys/bus/i2c/drivers/crystal_cove_i2c:
bind    uevent  unbind

./sys/bus/i2c/drivers/da903x:
bind    uevent  unbind

./sys/bus/i2c/drivers/da9052:
bind    uevent  unbind

./sys/bus/i2c/drivers/da9055-pmic:
bind    uevent  unbind

./sys/bus/i2c/drivers/dummy:
bind    uevent  unbind

./sys/bus/i2c/drivers/i2c_hid_acpi:
bind             i2c-ELAN0676:00  module           uevent           unbind

./sys/bus/i2c/drivers/lp8788:
bind    uevent  unbind

./sys/bus/i2c/drivers/max77843:
uevent

./sys/bus/i2c/drivers/max8925:
bind    uevent  unbind

./sys/bus/i2c/drivers/max8997:
uevent

./sys/bus/i2c/drivers/max8998:
uevent

./sys/bus/i2c/drivers/rc5t583:
bind    uevent  unbind

./sys/bus/i2c/drivers/smbus_alert:
bind    module  uevent  unbind

./sys/bus/i2c/drivers/sx150x-pinctrl:
bind    uevent  unbind

./sys/bus/i2c/drivers/tps65090:
uevent

./sys/bus/i2c/drivers/tps6586x:
bind    uevent  unbind

./sys/bus/i2c/drivers/tps65910:
bind    uevent  unbind

./sys/bus/i2c/drivers/twl:
bind    uevent  unbind

./sys/bus/i2c/drivers/twl6040:
bind    uevent  unbind

./sys/bus/i2c/drivers/wm831x:
uevent

./sys/bus/i2c/drivers/wm8350:
uevent

./sys/bus/isa:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/isa/devices:

./sys/bus/isa/drivers:

./sys/bus/ishtp:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/ishtp/devices:
{1F050626-D505-4E94-B189-535D7DE19CF2}  {BB579A2E-CC54-4450-B1D0-5E7520DCAD25}
{28536C54-CF99-4F27-A6F3-499741BAADFE}  {C1CC78B9-B693-4E54-9191-5169CB027C25}
{33AECD58-B679-4E54-9BD9-A04D34F0C226}

./sys/bus/ishtp/drivers:
ish-hid

./sys/bus/ishtp/drivers/ish-hid:
bind                                    unbind
module                                  {33AECD58-B679-4E54-9BD9-A04D34F0C226}
uevent

./sys/bus/machinecheck:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/machinecheck/devices:
machinecheck0  machinecheck2  machinecheck4  machinecheck6
machinecheck1  machinecheck3  machinecheck5  machinecheck7

./sys/bus/machinecheck/drivers:

./sys/bus/mdio_bus:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/mdio_bus/devices:

./sys/bus/mdio_bus/drivers:
Generic Clause 45 PHY  Generic PHY

./sys/bus/mdio_bus/drivers/Generic Clause 45 PHY:
bind    module  uevent  unbind

./sys/bus/mdio_bus/drivers/Generic PHY:
bind    module  uevent  unbind

./sys/bus/media:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/media/devices:
media0  media1

./sys/bus/media/drivers:

./sys/bus/mei:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/mei/devices:
0000:00:16.0-082ee5a7-7c25-470a-9643-0c06f0466ea1  0000:00:16.0-6861ec7b-d07a-4673-856c-7f22b4d55769
0000:00:16.0-309dcde8-ccb1-4062-8f78-600115a34327  0000:00:16.0-8c2f4425-77d6-4755-aca3-891fdbc66a58
0000:00:16.0-3c4852d6-d47b-4f46-b05e-b5edc1aa440e  0000:00:16.0-8e6a6715-9abc-4043-88ef-9e39c6f63e0f
0000:00:16.0-42b3ce2f-bd9f-485a-96ae-26406230b1ff  0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04
0000:00:16.0-4fcc395c-a9e5-4647-bc68-47bad7cc6bd3  0000:00:16.0-dba4d603-d7ed-4931-8823-17ad585705d5
0000:00:16.0-55213584-9a29-4916-badf-0fb7ed682aeb  0000:00:16.0-dd17041c-09ea-4b17-a271-5b989867ec65
0000:00:16.0-5565a099-7fe2-45c1-a22b-d7e9dfea9a2e  0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1

./sys/bus/mei/drivers:
mei_hdcp  mei_pxp

./sys/bus/mei/drivers/mei_hdcp:
0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04  uevent
bind                                               unbind
module

./sys/bus/mei/drivers/mei_pxp:
0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1  uevent
bind                                               unbind
module

./sys/bus/memory:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/memory/devices:
memory0    memory111  memory125  memory139  memory39   memory52   memory66   memory8    memory93
memory1    memory112  memory126  memory14   memory4    memory53   memory67   memory80   memory94
memory10   memory113  memory127  memory15   memory40   memory54   memory68   memory81   memory95
memory100  memory114  memory128  memory16   memory41   memory55   memory69   memory82   memory96
memory101  memory115  memory129  memory17   memory42   memory56   memory7    memory83   memory97
memory102  memory116  memory13   memory18   memory43   memory57   memory70   memory84   memory98
memory103  memory117  memory130  memory2    memory44   memory58   memory71   memory85   memory99
memory104  memory118  memory131  memory3    memory45   memory59   memory72   memory86
memory105  memory119  memory132  memory32   memory46   memory6    memory73   memory87
memory106  memory12   memory133  memory33   memory47   memory60   memory74   memory88
memory107  memory120  memory134  memory34   memory48   memory61   memory75   memory89
memory108  memory121  memory135  memory35   memory49   memory62   memory76   memory9
memory109  memory122  memory136  memory36   memory5    memory63   memory77   memory90
memory11   memory123  memory137  memory37   memory50   memory64   memory78   memory91
memory110  memory124  memory138  memory38   memory51   memory65   memory79   memory92

./sys/bus/memory/drivers:

./sys/bus/memory_tiering:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/memory_tiering/devices:
memory_tier4

./sys/bus/memory_tiering/drivers:

./sys/bus/mipi-dsi:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/mipi-dsi/devices:

./sys/bus/mipi-dsi/drivers:

./sys/bus/node:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/node/devices:
node0

./sys/bus/node/drivers:

./sys/bus/nvmem:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/nvmem/devices:
cmos_nvram0  mtd0         mtd1

./sys/bus/nvmem/drivers:

./sys/bus/pci:
devices             drivers_autoprobe   rescan              slots
drivers             drivers_probe       resource_alignment  uevent

./sys/bus/pci/devices:
0000:00:00.0  0000:00:07.0  0000:00:0d.2  0000:00:14.2  0000:00:16.0  0000:00:1f.5
0000:00:02.0  0000:00:07.2  0000:00:0d.3  0000:00:14.3  0000:00:1f.0  0000:00:1f.6
0000:00:04.0  0000:00:08.0  0000:00:12.0  0000:00:15.0  0000:00:1f.3  0000:04:00.0
0000:00:06.0  0000:00:0d.0  0000:00:14.0  0000:00:15.1  0000:00:1f.4

./sys/bus/pci/drivers:
ahci                     intel-spi                pci-stub                 thunderbolt
dw_dmac_pci              intel_ish_ipc            pcieport                 uhci_hcd
e1000e                   intel_scu                proc_thermal             virtio-pci
ehci-pci                 intel_vsec               serial                   xe
i2c-designware-pci       iosf_mbi_pci             shpchp                   xen-platform-pci
i801_smbus               iwlwifi                  snd_hda_intel            xhci_hcd
i915                     mei_me                   snd_soc_avs
igen6_edac               nvme                     sof-audio-pci-intel-cnl
intel-lpss               ohci-pci                 sof-audio-pci-intel-tgl

./sys/bus/pci/drivers/ahci:
bind       new_id     remove_id  uevent     unbind

./sys/bus/pci/drivers/dw_dmac_pci:
bind       new_id     remove_id  uevent     unbind

./sys/bus/pci/drivers/e1000e:
0000:00:1f.6  bind          module        new_id        remove_id     uevent        unbind

./sys/bus/pci/drivers/ehci-pci:
bind       new_id     remove_id  uevent     unbind

./sys/bus/pci/drivers/i2c-designware-pci:
bind       new_id     remove_id  uevent     unbind

./sys/bus/pci/drivers/i801_smbus:
0000:00:1f.4  bind          module        new_id        remove_id     uevent        unbind

./sys/bus/pci/drivers/i915:
0000:00:02.0  bind          module        new_id        remove_id     uevent        unbind

./sys/bus/pci/drivers/igen6_edac:
bind       module     new_id     remove_id  uevent     unbind

./sys/bus/pci/drivers/intel-lpss:
0000:00:15.0  bind          new_id        uevent
0000:00:15.1  module        remove_id     unbind

./sys/bus/pci/drivers/intel-spi:
0000:00:1f.5  bind          module        new_id        remove_id     uevent        unbind

./sys/bus/pci/drivers/intel_ish_ipc:
0000:00:12.0  bind          module        new_id        remove_id     uevent        unbind

./sys/bus/pci/drivers/intel_scu:
new_id     remove_id  uevent

./sys/bus/pci/drivers/intel_vsec:
bind       module     new_id     remove_id  uevent     unbind

./sys/bus/pci/drivers/iosf_mbi_pci:
bind       new_id     remove_id  uevent     unbind

./sys/bus/pci/drivers/iwlwifi:
0000:00:14.3  bind          module        new_id        remove_id     uevent        unbind

./sys/bus/pci/drivers/mei_me:
0000:00:16.0  bind          module        new_id        remove_id     uevent        unbind

./sys/bus/pci/drivers/nvme:
0000:04:00.0  bind          module        new_id        remove_id     uevent        unbind

./sys/bus/pci/drivers/ohci-pci:
bind       new_id     remove_id  uevent     unbind

./sys/bus/pci/drivers/pci-stub:
bind       new_id     remove_id  uevent     unbind

./sys/bus/pci/drivers/pcieport:
0000:00:06.0  0000:00:07.2  new_id        uevent
0000:00:07.0  bind          remove_id     unbind

./sys/bus/pci/drivers/proc_thermal:
0000:00:04.0  bind          module        new_id        remove_id     uevent        unbind

./sys/bus/pci/drivers/serial:
bind       new_id     remove_id  uevent     unbind

./sys/bus/pci/drivers/shpchp:
bind       new_id     remove_id  uevent     unbind

./sys/bus/pci/drivers/snd_hda_intel:
bind       module     new_id     remove_id  uevent     unbind

./sys/bus/pci/drivers/snd_soc_avs:
bind       module     new_id     remove_id  uevent     unbind

./sys/bus/pci/drivers/sof-audio-pci-intel-cnl:
bind       module     new_id     remove_id  uevent     unbind

./sys/bus/pci/drivers/sof-audio-pci-intel-tgl:
0000:00:1f.3  bind          module        new_id        remove_id     uevent        unbind

./sys/bus/pci/drivers/thunderbolt:
0000:00:0d.2  bind          new_id        uevent
0000:00:0d.3  module        remove_id     unbind

./sys/bus/pci/drivers/uhci_hcd:
bind       new_id     remove_id  uevent     unbind

./sys/bus/pci/drivers/virtio-pci:
bind       new_id     remove_id  uevent     unbind

./sys/bus/pci/drivers/xe:
bind       module     new_id     remove_id  uevent     unbind

./sys/bus/pci/drivers/xen-platform-pci:
bind       new_id     remove_id  uevent     unbind

./sys/bus/pci/drivers/xhci_hcd:
0000:00:0d.0  0000:00:14.0  bind          new_id        remove_id     uevent        unbind

./sys/bus/pci/slots:
0    0-1

./sys/bus/pci/slots/0:
adapter        address        cur_bus_speed  max_bus_speed  power

./sys/bus/pci/slots/0-1:
adapter        address        cur_bus_speed  max_bus_speed  power

./sys/bus/pci_express:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/pci_express/devices:
0000:00:06.0:pcie001  0000:00:07.0:pcie001  0000:00:07.0:pcie010  0000:00:07.2:pcie004
0000:00:06.0:pcie010  0000:00:07.0:pcie004  0000:00:07.2:pcie001  0000:00:07.2:pcie010

./sys/bus/pci_express/drivers:
aer       dpc       pcie_pme  pciehp

./sys/bus/pci_express/drivers/aer:
bind    uevent  unbind

./sys/bus/pci_express/drivers/dpc:
bind    uevent  unbind

./sys/bus/pci_express/drivers/pcie_pme:
0000:00:06.0:pcie001  0000:00:07.2:pcie001  uevent
0000:00:07.0:pcie001  bind                  unbind

./sys/bus/pci_express/drivers/pciehp:
0000:00:07.0:pcie004  bind                  unbind
0000:00:07.2:pcie004  uevent

./sys/bus/platform:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/platform/devices:
ACPI0003:00               INTC1051:00               PNP0C14:03                idma64.1
ACPI000C:00               LEN0100:00                PNP0C14:04                intel_rapl_msr.0
ACPI000E:00               LEN0111:00                PNP0C14:05                microcode
HID-SENSOR-200001.1.auto  LEN0112:00                PNP0C14:06                pcspkr
HID-SENSOR-2000e1.2.auto  LEN0130:00                USBC000:00                reg-dummy
HID-SENSOR-2000e1.3.auto  LEN0268:00                acpi-cpufreq              regulatory.0
HID-SENSOR-2000e1.4.auto  PNP0103:00                alarmtimer.0.auto         rtc-efi.0
HID-SENSOR-2000e1.5.auto  PNP0800:00                coretemp.0                rtc_cmos
HID-SENSOR-2000e1.6.auto  PNP0C09:00                dmic-codec                serial8250
IFX0785:00                PNP0C0A:00                efivars.0                 skl_hda_dsp_generic
INT33A1:00                PNP0C0D:00                i2c_designware.0          snd-soc-dummy
INT34C5:00                PNP0C0E:00                i2c_designware.1          thinkpad_acpi
INTC1040:00               PNP0C14:00                i8042                     thinkpad_hwmon
INTC1043:00               PNP0C14:01                iTCO_wdt
INTC1043:01               PNP0C14:02                idma64.0

./sys/bus/platform/drivers:
ac                       clk-lpss-atom            intel_rapl_msr           syscon
acpi-fan                 clk-pmc-atom             lgm-dma                  thinkpad_acpi
acpi-ged                 dmic-codec               mt6323-pwrc              thinkpad_hwmon
acpi-tad                 dw-pcie                  palmas-gpio              tigerlake-pinctrl
acpi-wmi                 efi-framebuffer          pcspkr                   tpm_tis
alarmtimer               gpio-clk                 poweroff-restart         tps65086-restart
amd_gpio                 hid_sensor_custom        processor_aggregator     tps6586x-gpio
axp288_pmic_acpi         i2c_designware           rc5t583-gpio             tps65910-gpio
bxt_whiskey_cove_pmic    i8042                    reg-dummy                tps68470_pmic_opregion
byt_crystal_cove_pmic    iTCO_wdt                 rproc-virtio             twl4030-audio
byt_gpio                 idma64                   rtc_cmos                 ucsi_acpi
cherryview-pinctrl       int3400 thermal          serial8250               vesa-framebuffer
cht_crystal_cove_pmic    int3403 thermal          simple-framebuffer       vmgenid
cht_dollar_cove_ti_pmic  intel-hid                skl_hda_dsp_generic
cht_whiskey_cove_pmic    intel_pmc_bxt            snd-soc-dummy
clk-fch                  intel_pmc_core           soc-audio

./sys/bus/platform/drivers/ac:
ACPI0003:00  bind         uevent       unbind

./sys/bus/platform/drivers/acpi-fan:
bind    uevent  unbind

./sys/bus/platform/drivers/acpi-ged:
bind    uevent  unbind

./sys/bus/platform/drivers/acpi-tad:
ACPI000E:00  bind         module       uevent       unbind

./sys/bus/platform/drivers/acpi-wmi:
PNP0C14:00  PNP0C14:02  PNP0C14:04  PNP0C14:06  module      unbind
PNP0C14:01  PNP0C14:03  PNP0C14:05  bind        uevent

./sys/bus/platform/drivers/alarmtimer:
alarmtimer.0.auto  bind               uevent             unbind

./sys/bus/platform/drivers/amd_gpio:
bind    uevent  unbind

./sys/bus/platform/drivers/axp288_pmic_acpi:
bind    uevent  unbind

./sys/bus/platform/drivers/bxt_whiskey_cove_pmic:
bind    uevent  unbind

./sys/bus/platform/drivers/byt_crystal_cove_pmic:
bind    uevent  unbind

./sys/bus/platform/drivers/byt_gpio:
uevent

./sys/bus/platform/drivers/cherryview-pinctrl:
bind    uevent  unbind

./sys/bus/platform/drivers/cht_crystal_cove_pmic:
bind    uevent  unbind

./sys/bus/platform/drivers/cht_dollar_cove_ti_pmic:
bind    uevent  unbind

./sys/bus/platform/drivers/cht_whiskey_cove_pmic:
bind    uevent  unbind

./sys/bus/platform/drivers/clk-fch:
uevent

./sys/bus/platform/drivers/clk-lpss-atom:
bind    uevent  unbind

./sys/bus/platform/drivers/clk-pmc-atom:
bind    uevent  unbind

./sys/bus/platform/drivers/dmic-codec:
bind        dmic-codec  module      uevent      unbind

./sys/bus/platform/drivers/dw-pcie:
uevent

./sys/bus/platform/drivers/efi-framebuffer:
bind    uevent  unbind

./sys/bus/platform/drivers/gpio-clk:
bind    uevent  unbind

./sys/bus/platform/drivers/hid_sensor_custom:
HID-SENSOR-2000e1.2.auto  HID-SENSOR-2000e1.5.auto  module
HID-SENSOR-2000e1.3.auto  HID-SENSOR-2000e1.6.auto  uevent
HID-SENSOR-2000e1.4.auto  bind                      unbind

./sys/bus/platform/drivers/i2c_designware:
bind              i2c_designware.0  i2c_designware.1  uevent            unbind

./sys/bus/platform/drivers/i8042:
bind    i8042   module  uevent  unbind

./sys/bus/platform/drivers/iTCO_wdt:
bind      iTCO_wdt  module    uevent    unbind

./sys/bus/platform/drivers/idma64:
bind      idma64.0  idma64.1  module    uevent    unbind

./sys/bus/platform/drivers/int3400 thermal:
INTC1040:00  bind         module       uevent       unbind

./sys/bus/platform/drivers/int3403 thermal:
INTC1043:00  INTC1043:01  bind         module       uevent       unbind

./sys/bus/platform/drivers/intel-hid:
INTC1051:00  bind         module       uevent       unbind

./sys/bus/platform/drivers/intel_pmc_bxt:
bind    module  uevent  unbind

./sys/bus/platform/drivers/intel_pmc_core:
INT33A1:00  bind        module      uevent      unbind

./sys/bus/platform/drivers/intel_rapl_msr:
bind              intel_rapl_msr.0  module            uevent            unbind

./sys/bus/platform/drivers/lgm-dma:
bind    uevent  unbind

./sys/bus/platform/drivers/mt6323-pwrc:
bind    uevent  unbind

./sys/bus/platform/drivers/palmas-gpio:
bind    uevent  unbind

./sys/bus/platform/drivers/pcspkr:
bind    module  pcspkr  uevent  unbind

./sys/bus/platform/drivers/poweroff-restart:
bind    uevent  unbind

./sys/bus/platform/drivers/processor_aggregator:
ACPI000C:00  bind         module       uevent       unbind

./sys/bus/platform/drivers/rc5t583-gpio:
bind    uevent  unbind

./sys/bus/platform/drivers/reg-dummy:
bind       reg-dummy  uevent     unbind

./sys/bus/platform/drivers/rproc-virtio:
bind    uevent  unbind

./sys/bus/platform/drivers/rtc_cmos:
rtc_cmos  uevent

./sys/bus/platform/drivers/serial8250:
bind        serial8250  uevent      unbind

./sys/bus/platform/drivers/simple-framebuffer:
bind    uevent  unbind

./sys/bus/platform/drivers/skl_hda_dsp_generic:
bind                 module               skl_hda_dsp_generic  uevent               unbind

./sys/bus/platform/drivers/snd-soc-dummy:
bind           module         snd-soc-dummy  uevent         unbind

./sys/bus/platform/drivers/soc-audio:
bind    module  uevent  unbind

./sys/bus/platform/drivers/syscon:
bind    uevent  unbind

./sys/bus/platform/drivers/thinkpad_acpi:
bind               interface_version  thinkpad_acpi      unbind
debug_level        module             uevent             version

./sys/bus/platform/drivers/thinkpad_hwmon:
bind            fan_watchdog    module          thinkpad_hwmon  uevent          unbind

./sys/bus/platform/drivers/tigerlake-pinctrl:
INT34C5:00  bind        module      uevent      unbind

./sys/bus/platform/drivers/tpm_tis:
IFX0785:00  bind        uevent      unbind

./sys/bus/platform/drivers/tps65086-restart:
bind    uevent  unbind

./sys/bus/platform/drivers/tps6586x-gpio:
bind    uevent  unbind

./sys/bus/platform/drivers/tps65910-gpio:
bind    uevent  unbind

./sys/bus/platform/drivers/tps68470_pmic_opregion:
bind    uevent  unbind

./sys/bus/platform/drivers/twl4030-audio:
bind    uevent  unbind

./sys/bus/platform/drivers/ucsi_acpi:
USBC000:00  bind        module      uevent      unbind

./sys/bus/platform/drivers/vesa-framebuffer:
bind    uevent  unbind

./sys/bus/platform/drivers/vmgenid:
bind    uevent  unbind

./sys/bus/pnp:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/pnp/devices:
00:00  00:01  00:02  00:03  00:04  00:05  00:06  00:07  00:08  00:09

./sys/bus/pnp/drivers:
i8042 aux  i8042 kbd  rtc_cmos   serial     system     tpm_tis

./sys/bus/pnp/drivers/i8042 aux:
00:03   uevent

./sys/bus/pnp/drivers/i8042 kbd:
00:02   uevent

./sys/bus/pnp/drivers/rtc_cmos:
bind    uevent  unbind

./sys/bus/pnp/drivers/serial:
bind    uevent  unbind

./sys/bus/pnp/drivers/system:
00:00   00:01   00:04   00:05   00:06   00:07   00:08   00:09   bind    uevent  unbind

./sys/bus/pnp/drivers/tpm_tis:
bind    uevent  unbind

./sys/bus/scsi:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/scsi/devices:
0:0:0:0      host0        target0:0:0

./sys/bus/scsi/drivers:
sd

./sys/bus/scsi/drivers/sd:
0:0:0:0  bind     uevent   unbind

./sys/bus/serial:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/serial/devices:

./sys/bus/serial/drivers:

./sys/bus/serial-base:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/serial-base/devices:
serial8250:0     serial8250:0.13  serial8250:0.19  serial8250:0.24  serial8250:0.3   serial8250:0.7
serial8250:0.0   serial8250:0.14  serial8250:0.2   serial8250:0.25  serial8250:0.30  serial8250:0.8
serial8250:0.1   serial8250:0.15  serial8250:0.20  serial8250:0.26  serial8250:0.31  serial8250:0.9
serial8250:0.10  serial8250:0.16  serial8250:0.21  serial8250:0.27  serial8250:0.4
serial8250:0.11  serial8250:0.17  serial8250:0.22  serial8250:0.28  serial8250:0.5
serial8250:0.12  serial8250:0.18  serial8250:0.23  serial8250:0.29  serial8250:0.6

./sys/bus/serial-base/drivers:
ctrl  port

./sys/bus/serial-base/drivers/ctrl:
serial8250:0  uevent

./sys/bus/serial-base/drivers/port:
serial8250:0.0   serial8250:0.14  serial8250:0.2   serial8250:0.25  serial8250:0.30  serial8250:0.8
serial8250:0.1   serial8250:0.15  serial8250:0.20  serial8250:0.26  serial8250:0.31  serial8250:0.9
serial8250:0.10  serial8250:0.16  serial8250:0.21  serial8250:0.27  serial8250:0.4   uevent
serial8250:0.11  serial8250:0.17  serial8250:0.22  serial8250:0.28  serial8250:0.5
serial8250:0.12  serial8250:0.18  serial8250:0.23  serial8250:0.29  serial8250:0.6
serial8250:0.13  serial8250:0.19  serial8250:0.24  serial8250:0.3   serial8250:0.7

./sys/bus/serio:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/serio/devices:
serio0  serio1

./sys/bus/serio/drivers:
atkbd      psmouse    serio_raw

./sys/bus/serio/drivers/atkbd:
bind         bind_mode    description  module       serio0       uevent       unbind

./sys/bus/serio/drivers/psmouse:
bind         bind_mode    description  module       serio1       uevent       unbind

./sys/bus/serio/drivers/serio_raw:
bind         bind_mode    description  module       uevent       unbind

./sys/bus/snd_seq:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/snd_seq/devices:

./sys/bus/snd_seq/drivers:

./sys/bus/soc:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/soc/devices:

./sys/bus/soc/drivers:

./sys/bus/soundwire:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/soundwire/devices:

./sys/bus/soundwire/drivers:

./sys/bus/spi:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/spi/devices:
spi0.0

./sys/bus/spi/drivers:
da9052    ezx-pcap  spi-nor   wm831x

./sys/bus/spi/drivers/da9052:
bind    uevent  unbind

./sys/bus/spi/drivers/ezx-pcap:
bind    uevent  unbind

./sys/bus/spi/drivers/spi-nor:
bind    module  spi0.0  uevent  unbind

./sys/bus/spi/drivers/wm831x:
uevent

./sys/bus/thunderbolt:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/thunderbolt/devices:
0-0      1-0      domain0  domain1

./sys/bus/thunderbolt/drivers:

./sys/bus/typec:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/typec/devices:

./sys/bus/typec/drivers:

./sys/bus/usb:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/usb/devices:
1-0:1.0   3-10      3-3       3-4:1.0   3-4:1.3   3-7:1.1   4-0:1.0   usb3
2-0:1.0   3-10:1.0  3-3:1.0   3-4:1.1   3-7       3-7:1.2   usb1      usb4
3-0:1.0   3-10:1.1  3-4       3-4:1.2   3-7:1.0   3-7:1.3   usb2

./sys/bus/usb/drivers:
btusb              cdc_wdm            snd-usb-audio      usbfs
cdc_ether          hub                uas                usbhid
cdc_mbim           r8152              usb                usbserial_generic
cdc_ncm            r8152-cfgselector  usb-storage        uvcvideo

./sys/bus/usb/drivers/btusb:
3-10:1.0   3-10:1.1   bind       module     new_id     remove_id  uevent     unbind

./sys/bus/usb/drivers/cdc_ether:
bind       module     new_id     remove_id  uevent     unbind

./sys/bus/usb/drivers/cdc_mbim:
bind       module     new_id     remove_id  uevent     unbind

./sys/bus/usb/drivers/cdc_ncm:
bind       module     new_id     remove_id  uevent     unbind

./sys/bus/usb/drivers/cdc_wdm:
bind       module     new_id     remove_id  uevent     unbind

./sys/bus/usb/drivers/hub:
1-0:1.0    2-0:1.0    3-0:1.0    4-0:1.0    bind       new_id     remove_id  uevent     unbind

./sys/bus/usb/drivers/r8152:
bind       module     new_id     remove_id  uevent     unbind

./sys/bus/usb/drivers/r8152-cfgselector:
bind    module  uevent  unbind

./sys/bus/usb/drivers/snd-usb-audio:
bind       module     new_id     remove_id  uevent     unbind

./sys/bus/usb/drivers/uas:
bind       module     new_id     remove_id  uevent     unbind

./sys/bus/usb/drivers/usb:
3-10    3-3     3-4     3-7     bind    uevent  unbind  usb1    usb2    usb3    usb4

./sys/bus/usb/drivers/usb-storage:
3-7:1.3    bind       module     new_id     remove_id  uevent     unbind

./sys/bus/usb/drivers/usbfs:
bind       new_id     remove_id  uevent     unbind

./sys/bus/usb/drivers/usbhid:
3-7:1.0    3-7:1.2    bind       module     new_id     remove_id  uevent     unbind

./sys/bus/usb/drivers/usbserial_generic:
bind    uevent  unbind

./sys/bus/usb/drivers/uvcvideo:
3-4:1.0    3-4:1.2    bind       new_id     uevent
3-4:1.1    3-4:1.3    module     remove_id  unbind

./sys/bus/usb-serial:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/usb-serial/devices:

./sys/bus/usb-serial/drivers:
generic

./sys/bus/usb-serial/drivers/generic:
new_id  uevent

./sys/bus/virtio:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/virtio/devices:

./sys/bus/virtio/drivers:
virtiofs

./sys/bus/virtio/drivers/virtiofs:
bind    uevent  unbind

./sys/bus/wmi:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/wmi/devices:
02928077-AD0A-4CC7-96B4-2B8983C43804    7370EBA6-7E73-409C-9A89-829795313D78
05901221-D566-11D1-B2F0-00A0C9062910    7430019A-DCE9-4548-BAB0-9FDE0935CAFF
05901221-D566-11D1-B2F0-00A0C9062910-1  74F1EBB6-927A-4C7D-95DF-698E21E80EB5
05901221-D566-11D1-B2F0-00A0C9062910-2  7E94A589-4665-47DE-BE2B-DDE4A280AD47
05901221-D566-11D1-B2F0-00A0C9062910-3  7EEF04FF-4328-447C-B5BB-D449925D538D
05901221-D566-11D1-B2F0-00A0C9062910-4  7FF47003-3B6C-4E5E-A227-E979824A85D1
05901221-D566-11D1-B2F0-00A0C9062910-5  8584BB57-5E31-46C4-BC8E-5E94563AE415
05901221-D566-11D1-B2F0-00A0C9062910-6  85D2E869-365A-4ACE-A4D3-CD692B1698A0
1F13AB7F-6220-4210-8F8E-8BB5E71EE969    8ADB159E-1E32-455C-BC93-308A7ED98246
1F505761-1F4A-4B78-8BD7-BB52FA7E4F37    8F4D3679-749E-4479-9B16-C62601FD25F0
2042EFBF-9AF9-47DF-B71A-287C030C91CF    98479A64-33F5-4E33-A707-8E251EBBC3A1
2651D9FD-911C-4B69-B94E-D0DED5963BD7    A6FEA33E-DABF-46F5-BFC8-460D961BEC9F
2895C284-0084-419E-AEF6-8DCBBB55B0B1    B79EB45E-85B3-41D5-A965-CC17D22A6D8B
2B94D2ED-2548-4FDE-AC72-96CA99C6BFE6    BE11ADCC-9923-45AD-9E74-CB5FB104BE9D
2BC49DEF-7B15-4F05-8BB7-EE37B9547C0B    D931B4CF-F54E-4D07-9420-42858CC6A234
48E081C2-187E-43E1-8BB1-62F482CC669C    DFDDEF2C-57D4-48CE-B196-0FB787D90836
51F5230E-9677-46CD-A1CF-C0B23EE34DB7    E2BE5EE3-42DA-49DB-8378-1F5247388202
6A4B54EF-A5ED-4D33-9455-B0D9B48DF4B3    E702E2B8-4112-4776-98B3-CC1B0C7392B4
7364651A-132F-4FE7-ADAA-40C6C7EE2E3B    FCB424F1-075A-4E0E-BFC4-62F3E71771FA

./sys/bus/wmi/drivers:
think-lmi  wmi-bmof

./sys/bus/wmi/drivers/think-lmi:
51F5230E-9677-46CD-A1CF-C0B23EE34DB7  uevent
bind                                  unbind
module

./sys/bus/wmi/drivers/wmi-bmof:
05901221-D566-11D1-B2F0-00A0C9062910    05901221-D566-11D1-B2F0-00A0C9062910-6
05901221-D566-11D1-B2F0-00A0C9062910-1  bind
05901221-D566-11D1-B2F0-00A0C9062910-2  module
05901221-D566-11D1-B2F0-00A0C9062910-3  uevent
05901221-D566-11D1-B2F0-00A0C9062910-4  unbind
05901221-D566-11D1-B2F0-00A0C9062910-5

./sys/bus/workqueue:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/workqueue/devices:
blkcg_punt_bio  nvme-delete-wq  nvme-wq         writeback
nvme-auth-wq    nvme-reset-wq   scsi_tmf_0

./sys/bus/workqueue/drivers:

./sys/bus/xen:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/xen/devices:

./sys/bus/xen/drivers:

./sys/bus/xen-backend:
devices            drivers            drivers_autoprobe  drivers_probe      uevent

./sys/bus/xen-backend/devices:

./sys/bus/xen-backend/drivers:

./sys/class:
accel                dmi                  mdio_bus             pwm                  tty
ata_device           drm                  mei                  rc                   typec
ata_link             drm_dp_aux_dev       mem                  regulator            typec_mux
ata_port             extcon               misc                 remoteproc           usb_power_delivery
backlight            firmware             msr                  retimer              usb_role
bdi                  firmware-attributes  mtd                  rfkill               usbmisc
block                graphics             net                  rtc                  vc
bluetooth            hidraw               nvme                 scsi_device          video4linux
bsg                  hwmon                nvme-generic         scsi_disk            vtconsole
cpuid                ieee80211            nvme-subsystem       scsi_host            wakeup
devcoredump          input                pci_bus              sound                watchdog
devfreq              intel_pmt            phy                  spi_master           wmi_bus
devfreq-event        intel_scu_ipc        power_supply         spi_slave
devlink              iommu                powercap             thermal
dma                  leds                 pps                  tpm
dma_heap             lirc                 ptp                  tpmrm

./sys/class/accel:

./sys/class/ata_device:

./sys/class/ata_link:

./sys/class/ata_port:

./sys/class/backlight:
intel_backlight

./sys/class/bdi:
0:54   0:57   259:0  8:0    mtd-0

./sys/class/block:
nvme0n1    nvme0n1p1  nvme0n1p2  nvme0n1p3  sda

./sys/class/bluetooth:
hci0

./sys/class/bsg:
0:0:0:0

./sys/class/cpuid:
cpu0  cpu1  cpu2  cpu3  cpu4  cpu5  cpu6  cpu7

./sys/class/devcoredump:
disabled

./sys/class/devfreq:

./sys/class/devfreq-event:

./sys/class/devlink:
mei:0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1--pci:0000:00:02.0
pci:0000:00:02.0--pci:0000:00:1f.3
platform:PNP0C14:00--wmi:05901221-D566-11D1-B2F0-00A0C9062910
platform:PNP0C14:00--wmi:2BC49DEF-7B15-4F05-8BB7-EE37B9547C0B
platform:PNP0C14:00--wmi:A6FEA33E-DABF-46F5-BFC8-460D961BEC9F
platform:PNP0C14:01--wmi:05901221-D566-11D1-B2F0-00A0C9062910-1
platform:PNP0C14:01--wmi:1F13AB7F-6220-4210-8F8E-8BB5E71EE969
platform:PNP0C14:02--wmi:05901221-D566-11D1-B2F0-00A0C9062910-2
platform:PNP0C14:02--wmi:2651D9FD-911C-4B69-B94E-D0DED5963BD7
platform:PNP0C14:02--wmi:51F5230E-9677-46CD-A1CF-C0B23EE34DB7
platform:PNP0C14:02--wmi:6A4B54EF-A5ED-4D33-9455-B0D9B48DF4B3
platform:PNP0C14:02--wmi:7364651A-132F-4FE7-ADAA-40C6C7EE2E3B
platform:PNP0C14:02--wmi:7370EBA6-7E73-409C-9A89-829795313D78
platform:PNP0C14:02--wmi:74F1EBB6-927A-4C7D-95DF-698E21E80EB5
platform:PNP0C14:02--wmi:7E94A589-4665-47DE-BE2B-DDE4A280AD47
platform:PNP0C14:02--wmi:7EEF04FF-4328-447C-B5BB-D449925D538D
platform:PNP0C14:02--wmi:8ADB159E-1E32-455C-BC93-308A7ED98246
platform:PNP0C14:02--wmi:98479A64-33F5-4E33-A707-8E251EBBC3A1
platform:PNP0C14:02--wmi:DFDDEF2C-57D4-48CE-B196-0FB787D90836
platform:PNP0C14:03--wmi:05901221-D566-11D1-B2F0-00A0C9062910-3
platform:PNP0C14:03--wmi:7430019A-DCE9-4548-BAB0-9FDE0935CAFF
platform:PNP0C14:03--wmi:7FF47003-3B6C-4E5E-A227-E979824A85D1
platform:PNP0C14:03--wmi:E2BE5EE3-42DA-49DB-8378-1F5247388202
platform:PNP0C14:03--wmi:FCB424F1-075A-4E0E-BFC4-62F3E71771FA
platform:PNP0C14:04--wmi:05901221-D566-11D1-B2F0-00A0C9062910-4
platform:PNP0C14:04--wmi:85D2E869-365A-4ACE-A4D3-CD692B1698A0
platform:PNP0C14:04--wmi:8F4D3679-749E-4479-9B16-C62601FD25F0
platform:PNP0C14:05--wmi:05901221-D566-11D1-B2F0-00A0C9062910-5
platform:PNP0C14:05--wmi:8584BB57-5E31-46C4-BC8E-5E94563AE415
platform:PNP0C14:06--wmi:02928077-AD0A-4CC7-96B4-2B8983C43804
platform:PNP0C14:06--wmi:05901221-D566-11D1-B2F0-00A0C9062910-6
platform:PNP0C14:06--wmi:1F505761-1F4A-4B78-8BD7-BB52FA7E4F37
platform:PNP0C14:06--wmi:2042EFBF-9AF9-47DF-B71A-287C030C91CF
platform:PNP0C14:06--wmi:2895C284-0084-419E-AEF6-8DCBBB55B0B1
platform:PNP0C14:06--wmi:2B94D2ED-2548-4FDE-AC72-96CA99C6BFE6
platform:PNP0C14:06--wmi:48E081C2-187E-43E1-8BB1-62F482CC669C
platform:PNP0C14:06--wmi:B79EB45E-85B3-41D5-A965-CC17D22A6D8B
platform:PNP0C14:06--wmi:BE11ADCC-9923-45AD-9E74-CB5FB104BE9D
platform:PNP0C14:06--wmi:D931B4CF-F54E-4D07-9420-42858CC6A234
platform:PNP0C14:06--wmi:E702E2B8-4112-4776-98B3-CC1B0C7392B4

./sys/class/dma:
dma0chan0  dma0chan1  dma1chan0  dma1chan1

./sys/class/dma_heap:
system

./sys/class/dmi:
id

./sys/class/drm:
card1           card1-DP-2      card1-DP-4      card1-eDP-1     version
card1-DP-1      card1-DP-3      card1-HDMI-A-1  renderD128

./sys/class/drm_dp_aux_dev:
drm_dp_aux0  drm_dp_aux1  drm_dp_aux2  drm_dp_aux3  drm_dp_aux4

./sys/class/extcon:

./sys/class/firmware:

./sys/class/firmware-attributes:
thinklmi

./sys/class/graphics:
fb0    fbcon

./sys/class/hidraw:
hidraw0  hidraw1  hidraw2  hidraw3

./sys/class/hwmon:
hwmon0  hwmon1  hwmon2  hwmon3  hwmon4  hwmon5  hwmon6  hwmon7  hwmon8  hwmon9

./sys/class/ieee80211:

./sys/class/input:
event0   event13  event18  event6   input1   input18  input27  input7   mouse0
event1   event14  event2   event7   input13  input19  input29  input8   mouse1
event10  event15  event3   event8   input15  input2   input3   input9   mouse2
event11  event16  event4   event9   input16  input20  input4   js0      mouse3
event12  event17  event5   input0   input17  input25  input6   mice     mouse4

./sys/class/intel_pmt:

./sys/class/intel_scu_ipc:

./sys/class/iommu:
dmar0  dmar1  dmar2  dmar3

./sys/class/leds:
input27::wacom-0.0     input3::capslock       platform::micmute      tpacpi::power
input27::wacom-0.1     input3::numlock        platform::mute         tpacpi::standby
input27::wacom-0.2     input3::scrolllock     tpacpi::kbd_backlight  tpacpi::thinklight
input27::wacom-0.3     phy0-led               tpacpi::lid_logo_dot   tpacpi::thinkvantage

./sys/class/lirc:

./sys/class/mdio_bus:

./sys/class/mei:
mei0

./sys/class/mem:
full     kmsg     mem      null     port     random   urandom  zero

./sys/class/misc:
HID-SENSOR-2000e1.2.auto  autofs                    kvm                       tun
HID-SENSOR-2000e1.3.auto  cpu_dma_latency           loop-control              udmabuf
HID-SENSOR-2000e1.4.auto  device-mapper             nvram                     userfaultfd
HID-SENSOR-2000e1.5.auto  fuse                      psaux                     vga_arbiter
HID-SENSOR-2000e1.6.auto  hpet                      rfkill                    watchdog
acpi_thermal_rel          hw_random                 snapshot

./sys/class/msr:
msr0  msr1  msr2  msr3  msr4  msr5  msr6  msr7

./sys/class/mtd:
mtd0    mtd0ro  mtd1    mtd1ro

./sys/class/net:
eth0  lo

./sys/class/nvme:
nvme0

./sys/class/nvme-generic:
ng0n1

./sys/class/nvme-subsystem:
nvme-subsys0

./sys/class/pci_bus:
0000:00  0000:04  0000:20  0000:50

./sys/class/phy:

./sys/class/power_supply:
AC                           ucsi-source-psy-USBC000:001  wacom_battery_0
BAT0                         ucsi-source-psy-USBC000:002

./sys/class/powercap:
intel-rapl         intel-rapl-mmio:0  intel-rapl:0:0     intel-rapl:1
intel-rapl-mmio    intel-rapl:0       intel-rapl:0:1

./sys/class/pps:

./sys/class/ptp:
ptp0  ptp1

./sys/class/pwm:

./sys/class/rc:

./sys/class/regulator:
regulator.0

./sys/class/remoteproc:

./sys/class/retimer:

./sys/class/rfkill:
rfkill0  rfkill1  rfkill2

./sys/class/rtc:
rtc0

./sys/class/scsi_device:
0:0:0:0

./sys/class/scsi_disk:
0:0:0:0

./sys/class/scsi_host:
host0

./sys/class/sound:
card0      ctl-led    hwC0D2     pcmC0D0p   pcmC0D3p   pcmC0D5p   pcmC0D7c
controlC0  hwC0D0     pcmC0D0c   pcmC0D31p  pcmC0D4p   pcmC0D6c   timer

./sys/class/spi_master:
spi0

./sys/class/spi_slave:

./sys/class/thermal:
cooling_device0  cooling_device3  cooling_device6  cooling_device9  thermal_zone2    thermal_zone5
cooling_device1  cooling_device4  cooling_device7  thermal_zone0    thermal_zone3    thermal_zone6
cooling_device2  cooling_device5  cooling_device8  thermal_zone1    thermal_zone4

./sys/class/tpm:
tpm0

./sys/class/tpmrm:
tpmrm0

./sys/class/tty:
console  tty14    tty22    tty30    tty39    tty47    tty55    tty63    ttyS13   ttyS21   ttyS3
ptmx     tty15    tty23    tty31    tty4     tty48    tty56    tty7     ttyS14   ttyS22   ttyS30
tty      tty16    tty24    tty32    tty40    tty49    tty57    tty8     ttyS15   ttyS23   ttyS31
tty0     tty17    tty25    tty33    tty41    tty5     tty58    tty9     ttyS16   ttyS24   ttyS4
tty1     tty18    tty26    tty34    tty42    tty50    tty59    ttyS0    ttyS17   ttyS25   ttyS5
tty10    tty19    tty27    tty35    tty43    tty51    tty6     ttyS1    ttyS18   ttyS26   ttyS6
tty11    tty2     tty28    tty36    tty44    tty52    tty60    ttyS10   ttyS19   ttyS27   ttyS7
tty12    tty20    tty29    tty37    tty45    tty53    tty61    ttyS11   ttyS2    ttyS28   ttyS8
tty13    tty21    tty3     tty38    tty46    tty54    tty62    ttyS12   ttyS20   ttyS29   ttyS9

./sys/class/typec:
port0          port0-partner  port1

./sys/class/typec_mux:

./sys/class/usb_power_delivery:
pd0  pd1  pd2

./sys/class/usb_role:

./sys/class/usbmisc:

./sys/class/vc:
vcs    vcs2   vcs4   vcs6   vcsa   vcsa2  vcsa4  vcsa6  vcsu   vcsu2  vcsu4  vcsu6
vcs1   vcs3   vcs5   vcs7   vcsa1  vcsa3  vcsa5  vcsa7  vcsu1  vcsu3  vcsu5  vcsu7

./sys/class/video4linux:
video0  video1  video2  video3

./sys/class/vtconsole:
vtcon0  vtcon1

./sys/class/wakeup:
wakeup0   wakeup15  wakeup21  wakeup28  wakeup34  wakeup40  wakeup47  wakeup53  wakeup6   wakeup7
wakeup1   wakeup16  wakeup22  wakeup29  wakeup35  wakeup41  wakeup48  wakeup54  wakeup60  wakeup8
wakeup10  wakeup17  wakeup23  wakeup3   wakeup36  wakeup42  wakeup49  wakeup55  wakeup61  wakeup9
wakeup11  wakeup18  wakeup24  wakeup30  wakeup37  wakeup43  wakeup5   wakeup56  wakeup62
wakeup12  wakeup19  wakeup25  wakeup31  wakeup38  wakeup44  wakeup50  wakeup57  wakeup63
wakeup13  wakeup2   wakeup26  wakeup32  wakeup39  wakeup45  wakeup51  wakeup58  wakeup64
wakeup14  wakeup20  wakeup27  wakeup33  wakeup4   wakeup46  wakeup52  wakeup59  wakeup65

./sys/class/watchdog:
watchdog0

./sys/class/wmi_bus:
wmi_bus-PNP0C14:00  wmi_bus-PNP0C14:02  wmi_bus-PNP0C14:04  wmi_bus-PNP0C14:06
wmi_bus-PNP0C14:01  wmi_bus-PNP0C14:03  wmi_bus-PNP0C14:05

./sys/dev:
block  char

./sys/dev/block:
259:0  259:1  259:2  259:3  8:0

./sys/dev/char:
10:1       116:3      13:77      202:6      246:0      4:28       4:53       4:79       7:132
10:118     116:33     13:78      202:7      247:0      4:29       4:54       4:8        7:133
10:119     116:4      13:79      203:0      250:0      4:3        4:55       4:80       7:134
10:120     116:5      13:80      203:1      251:0      4:30       4:56       4:81       7:135
10:121     116:6      13:81      203:2      253:65536  4:31       4:57       4:82       7:2
10:122     116:7      13:82      203:3      254:0      4:32       4:58       4:83       7:3
10:123     116:8      189:0      203:4      29:0       4:33       4:59       4:84       7:4
10:124     116:9      189:128    203:5      4:0        4:34       4:6        4:85       7:5
10:125     13:0       189:256    203:6      4:1        4:35       4:60       4:86       7:6
10:126     13:32      189:258    203:7      4:10       4:36       4:61       4:87       7:64
10:127     13:33      189:263    226:1      4:11       4:37       4:62       4:88       7:65
10:130     13:34      189:272    226:128    4:12       4:38       4:63       4:89       7:66
10:144     13:35      189:273    235:0      4:13       4:39       4:64       4:9        7:67
10:183     13:36      189:384    235:1      4:14       4:4        4:65       4:90       7:68
10:200     13:63      1:1        236:0      4:15       4:40       4:66       4:91       7:69
10:224     13:64      1:11       236:1      4:16       4:41       4:67       4:92       7:7
10:228     13:65      1:3        237:0      4:17       4:42       4:68       4:93       7:70
10:229     13:66      1:4        239:0      4:18       4:43       4:69       4:94       7:71
10:231     13:67      1:5        240:0      4:19       4:44       4:7        4:95       81:0
10:232     13:68      1:7        241:0      4:2        4:45       4:70       5:0        81:1
10:235     13:69      1:8        241:1      4:20       4:46       4:71       5:1        81:2
10:236     13:70      1:9        241:2      4:21       4:47       4:72       5:2        81:3
10:237     13:71      202:0      241:3      4:22       4:48       4:73       7:0        90:0
10:242     13:72      202:1      241:4      4:23       4:49       4:74       7:1        90:1
116:10     13:73      202:2      244:0      4:24       4:5        4:75       7:128      90:2
116:11     13:74      202:3      244:1      4:25       4:50       4:76       7:129      90:3
116:12     13:75      202:4      244:2      4:26       4:51       4:77       7:130
116:2      13:76      202:5      244:3      4:27       4:52       4:78       7:131

./sys/devices:
LNXSYSTM:00                msr                        uncore_cbox_1
breakpoint                 pci0000:00                 uncore_cbox_2
cpu                        platform                   uncore_cbox_3
cstate_core                pnp0                       uncore_clock
cstate_pkg                 power                      uncore_imc_free_running_0
i915                       software                   uncore_imc_free_running_1
intel_bts                  system                     uprobe
intel_pt                   tracepoint                 virtual
isa                        uncore_arb
kprobe                     uncore_cbox_0

./sys/devices/LNXSYSTM:00:
INT3420:00   LNXPOWER:0e  LNXSYBUS:00  hid          path         subsystem
LNXPOWER:0d  LNXPWRBN:00  LNXSYBUS:01  modalias     power        uevent

./sys/devices/LNXSYSTM:00/INT3420:00:
description  modalias     power        subsystem    uid
hid          path         status       uevent

./sys/devices/LNXSYSTM:00/INT3420:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXPOWER:0d:
hid              path             resource_in_use  subsystem
modalias         power            status           uevent

./sys/devices/LNXSYSTM:00/LNXPOWER:0d/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXPOWER:0e:
hid              path             resource_in_use  subsystem
modalias         power            status           uevent

./sys/devices/LNXSYSTM:00/LNXPOWER:0e/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXPWRBN:00:
driver     hid        input      modalias   power      subsystem  uevent     wakeup

./sys/devices/LNXSYSTM:00/LNXPWRBN:00/input:
input2

./sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2:
capabilities  event2        inhibited     name          power         subsystem     uniq
device        id            modalias      phys          properties    uevent

./sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/capabilities:
abs  ev   ff   key  led  msc  rel  snd  sw

./sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2:
dev        device     power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/id:
bustype  product  vendor   version

./sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXPWRBN:00/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/LNXSYSTM:00/LNXPWRBN:00/wakeup:
wakeup24

./sys/devices/LNXSYSTM:00/LNXPWRBN:00/wakeup/wakeup24:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00:
ACPI000C:00  INTC1001:00  LNXCPU:03    LNXCPU:0a    LNXCPU:11    PNP0A08:00   PNP0C14:00   USBC000:00
ACPI000E:00  INTC1040:00  LNXCPU:04    LNXCPU:0b    LNXCPU:12    PNP0C01:00   PNP0C14:01   hid
IFX0785:00   INTC1051:00  LNXCPU:05    LNXCPU:0c    LNXCPU:13    PNP0C02:03   PNP0C14:02   modalias
INT0E0C:00   LEN009F:00   LNXCPU:06    LNXCPU:0d    LNXCPU:14    PNP0C02:04   PNP0C14:03   path
INT33A1:00   LNXCPU:00    LNXCPU:07    LNXCPU:0e    LNXCPU:15    PNP0C02:05   PNP0C14:04   power
INT34C5:00   LNXCPU:01    LNXCPU:08    LNXCPU:0f    LNXCPU:16    PNP0C0D:00   PNP0C14:05   subsystem
INT3519:00   LNXCPU:02    LNXCPU:09    LNXCPU:10    LNXCPU:17    PNP0C0E:00   PNP0C14:06   uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI000C:00:
hid            path           power          subsystem      wakeup
modalias       physical_node  status         uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI000C:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI000C:00/wakeup:
wakeup45

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI000C:00/wakeup/wakeup45:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI000E:00:
hid            path           power          subsystem      wakeup
modalias       physical_node  status         uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI000E:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI000E:00/wakeup:
wakeup43

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI000E:00/wakeup/wakeup43:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/IFX0785:00:
description    modalias       physical_node  status         uevent
hid            path           power          subsystem      wakeup

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/IFX0785:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/IFX0785:00/wakeup:
wakeup29

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/IFX0785:00/wakeup/wakeup29:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/INT0E0C:00:
description  hid          modalias     path         power        status       subsystem    uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/INT0E0C:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/INT33A1:00:
hid            path           power          subsystem      uid
modalias       physical_node  status         uevent         wakeup

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/INT33A1:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/INT33A1:00/wakeup:
wakeup51

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/INT33A1:00/wakeup/wakeup51:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/INT34C5:00:
hid             path            physical_node1  status          uevent
modalias        physical_node   power           subsystem       wakeup

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/INT34C5:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/INT34C5:00/wakeup:
wakeup48

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/INT34C5:00/wakeup/wakeup48:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/INT3519:00:
description  hid          modalias     path         power        status       subsystem    uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/INT3519:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/INTC1001:00:
hid        modalias   path       power      status     subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/INTC1001:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/INTC1040:00:
hid            path           power          subsystem      wakeup
modalias       physical_node  status         uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/INTC1040:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/INTC1040:00/wakeup:
wakeup47

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/INTC1040:00/wakeup/wakeup47:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/INTC1051:00:
hid            path           power          subsystem      wakeup
modalias       physical_node  status         uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/INTC1051:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/INTC1051:00/wakeup:
wakeup46

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/INTC1051:00/wakeup/wakeup46:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LEN009F:00:
hid        modalias   path       power      status     subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LEN009F:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:00:
hid              path             power            thermal_cooling
modalias         physical_node    subsystem        uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:01:
hid              path             power            thermal_cooling
modalias         physical_node    subsystem        uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:01/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:02:
hid              path             power            thermal_cooling
modalias         physical_node    subsystem        uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:02/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:03:
hid              path             power            thermal_cooling
modalias         physical_node    subsystem        uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:03/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:04:
hid              path             power            thermal_cooling
modalias         physical_node    subsystem        uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:04/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:05:
hid              path             power            thermal_cooling
modalias         physical_node    subsystem        uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:05/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:06:
hid              path             power            thermal_cooling
modalias         physical_node    subsystem        uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:06/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:07:
hid              path             power            thermal_cooling
modalias         physical_node    subsystem        uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:07/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:08:
hid        modalias   path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:08/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:09:
hid        modalias   path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:09/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:0a:
hid        modalias   path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:0a/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:0b:
hid        modalias   path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:0b/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:0c:
hid        modalias   path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:0c/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:0d:
hid        modalias   path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:0d/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:0e:
hid        modalias   path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:0e/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:0f:
hid        modalias   path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:0f/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:10:
hid        modalias   path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:10/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:11:
hid        modalias   path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:11/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:12:
hid        modalias   path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:12/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:13:
hid        modalias   path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:13/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:14:
hid        modalias   path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:14/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:15:
hid        modalias   path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:15/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:16:
hid        modalias   path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:16/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:17:
hid        modalias   path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/LNXCPU:17/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00:
LNXPOWER:00    device:1a      device:45      device:5f      device:7d      device:8a      device:a4
LNXPOWER:03    device:1b      device:47      device:61      device:7e      device:8b      device:a6
LNXPOWER:0a    device:1c      device:49      device:63      device:7f      device:8c      device:a8
LNXPOWER:0b    device:1d      device:4b      device:65      device:80      device:8d      hid
LNXPOWER:0c    device:1e      device:4d      device:67      device:81      device:91      modalias
LNXVIDEO:00    device:36      device:4f      device:69      device:82      device:95      path
PNP0C02:02     device:37      device:51      device:76      device:83      device:96      physical_node
adr            device:39      device:53      device:77      device:84      device:97      power
device:00      device:3b      device:55      device:78      device:85      device:98      subsystem
device:03      device:3d      device:57      device:79      device:86      device:99      uevent
device:05      device:3f      device:59      device:7a      device:87      device:a0      uid
device:18      device:41      device:5b      device:7b      device:88      device:a1      wakeup
device:19      device:43      device:5d      device:7c      device:89      device:a2

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXPOWER:00:
hid              path             resource_in_use  subsystem
modalias         power            status           uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXPOWER:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXPOWER:03:
hid              path             resource_in_use  subsystem
modalias         power            status           uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXPOWER:03/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXPOWER:0a:
hid              path             resource_in_use  subsystem
modalias         power            status           uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXPOWER:0a/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXPOWER:0b:
hid              path             resource_in_use  subsystem
modalias         power            status           uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXPOWER:0b/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXPOWER:0c:
hid              path             resource_in_use  subsystem
modalias         power            status           uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXPOWER:0c/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00:
adr            device:0b      device:10      device:15      input          power_state
device:07      device:0c      device:11      device:16      modalias       subsystem
device:08      device:0d      device:12      device:17      path           uevent
device:09      device:0e      device:13      driver         physical_node  wakeup
device:0a      device:0f      device:14      hid            power

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:07:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:07/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:08:
adr            path           physical_node  power          subsystem      uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:08/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:09:
adr            path           physical_node  power          subsystem      uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:09/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:0a:
adr            path           physical_node  power          subsystem      uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:0a/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:0b:
adr            path           physical_node  power          subsystem      uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:0b/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:0c:
adr            path           physical_node  power          subsystem      uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:0c/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:0d:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:0d/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:0e:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:0e/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:0f:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:0f/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:10:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:10/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:11:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:11/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:12:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:12/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:13:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:13/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:14:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:14/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:15:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:15/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:16:
adr            path           physical_node  power          subsystem      uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:16/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:17:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/device:17/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input:
input6

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6:
capabilities  event5        inhibited     name          power         subsystem     uniq
device        id            modalias      phys          properties    uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6/capabilities:
abs  ev   ff   key  led  msc  rel  snd  sw

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6/event5:
dev        device     power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6/event5/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6/id:
bustype  product  vendor   version

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/wakeup:
wakeup0

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/wakeup/wakeup0:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:02:
hid            path           power          uevent
modalias       physical_node  subsystem      uid

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/PNP0C02:02/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00:
adr                    power                  real_power_state       wakeup
device:01              power_resources_D0     status
path                   power_resources_D3hot  subsystem
physical_node          power_state            uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/device:01:
adr            path           power          subsystem      wakeup
device:02      physical_node  power_state    uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/device:01/device:02:
adr        path       power      status     subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/device:01/device:02/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/device:01/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/device:01/wakeup:
wakeup22

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/device:01/wakeup/wakeup22:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/power_resources_D0:
LNXPOWER:00

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/power_resources_D3hot:
LNXPOWER:00

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/wakeup:
wakeup2

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/wakeup/wakeup2:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03:
adr        device:04  path       power      status     subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/device:04:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/device:04/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:03/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:05:
adr        device:06  path       power      status     subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:05/device:06:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:05/device:06/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:05/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18:
adr            physical_node  status         uevent
path           power          subsystem      wakeup

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/wakeup:
wakeup1

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/wakeup/wakeup1:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1a:
adr            path           physical_node  power          subsystem      uevent         wakeup

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1a/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1a/wakeup:
wakeup8

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1a/wakeup/wakeup8:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b:
INT3F0D:00     PNP0000:00     PNP0800:00     PNP0C02:01     adr            power          wakeup
LEN0071:00     PNP0100:00     PNP0B00:00     PNP0C04:00     path           subsystem
LEN0307:00     PNP0103:00     PNP0C02:00     PNP0C09:00     physical_node  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/INT3F0D:00:
hid            path           power          subsystem
modalias       physical_node  status         uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/INT3F0D:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/LEN0071:00:
hid             path            physical_node1  subsystem
modalias        physical_node   power           uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/LEN0071:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/LEN0307:00:
hid            path           power          subsystem
modalias       physical_node  status         uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/LEN0307:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0000:00:
hid        modalias   path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0000:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0100:00:
hid        modalias   path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0100:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0103:00:
hid            path           power          subsystem      uid
modalias       physical_node  status         uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0103:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0800:00:
hid            modalias       path           physical_node  power          subsystem      uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0800:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0B00:00:
hid        modalias   path       power      status     subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0B00:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C02:00:
hid            path           power          uevent
modalias       physical_node  subsystem      uid

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C02:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C02:01:
hid            path           power          uevent
modalias       physical_node  subsystem      uid

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C02:01/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C04:00:
hid        modalias   path       power      status     subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C04:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C09:00:
ACPI0003:00    LEN0100:00     LEN0130:00     PNP0C0A:00     modalias       power          uid
INTC1043:00    LEN0111:00     LEN0268:00     driver         path           subsystem
INTC1043:01    LEN0112:00     LNXPOWER:01    hid            physical_node  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C09:00/ACPI0003:00:
hid            path           power          subsystem      uid
modalias       physical_node  status         uevent         wakeup

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C09:00/ACPI0003:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C09:00/ACPI0003:00/wakeup:
wakeup27

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C09:00/ACPI0003:00/wakeup/wakeup27:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C09:00/INTC1043:00:
description    modalias       physical_node  status         uevent         wakeup
hid            path           power          subsystem      uid

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C09:00/INTC1043:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C09:00/INTC1043:00/wakeup:
wakeup50

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C09:00/INTC1043:00/wakeup/wakeup50:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C09:00/INTC1043:01:
description    modalias       physical_node  status         uevent         wakeup
hid            path           power          subsystem      uid

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C09:00/INTC1043:01/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C09:00/INTC1043:01/wakeup:
wakeup52

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C09:00/INTC1043:01/wakeup/wakeup52:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C09:00/LEN0100:00:
hid            path           power          subsystem
modalias       physical_node  status         uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C09:00/LEN0100:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C09:00/LEN0111:00:
hid            path           power          subsystem
modalias       physical_node  status         uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C09:00/LEN0111:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C09:00/LEN0112:00:
hid            path           power          subsystem
modalias       physical_node  status         uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C09:00/LEN0112:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C09:00/LEN0130:00:
hid            path           power          subsystem
modalias       physical_node  status         uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C09:00/LEN0130:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C09:00/LEN0268:00:
driver         modalias       physical_node  status         uevent
hid            path           power          subsystem

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C09:00/LEN0268:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C09:00/LNXPOWER:01:
hid              path             resource_in_use  subsystem
modalias         power            status           uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C09:00/LNXPOWER:01/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C09:00/PNP0C0A:00:
driver         modalias       physical_node  power_supply   subsystem      uid
hid            path           power          status         uevent         wakeup

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C09:00/PNP0C0A:00/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C09:00/PNP0C0A:00/power_supply:
BAT0

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C09:00/PNP0C0A:00/power_supply/BAT0:
alarm                           device                          present
capacity                        energy_full                     serial_number
capacity_level                  energy_full_design              status
charge_behaviour                energy_now                      subsystem
charge_control_end_threshold    hwmon2                          technology
charge_control_start_threshold  manufacturer                    type
charge_start_threshold          model_name                      uevent
charge_stop_threshold           power                           voltage_min_design
cycle_count                     power_now                       voltage_now

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/hwmon2:
device        in0_input     name          power         power1_input  subsystem     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/hwmon2/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C09:00/PNP0C0A:00/power_supply/BAT0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C09:00/PNP0C0A:00/wakeup:
wakeup30

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C09:00/PNP0C0A:00/wakeup/wakeup30:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/PNP0C09:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/wakeup:
wakeup18

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1b/wakeup/wakeup18:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c:
adr             physical_node   power           uevent
path            physical_node1  subsystem       wakeup

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c/wakeup:
wakeup20

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1c/wakeup/wakeup20:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d:
adr            path           physical_node  power          subsystem      uevent         wakeup

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/wakeup:
wakeup21

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1d/wakeup/wakeup21:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e:
adr                     power                   power_resources_wakeup  uevent
device:1f               power_resources_D0      power_state             wakeup
path                    power_resources_D1      real_power_state
physical_node           power_resources_D2      subsystem

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f:
adr             device:26       device:2b       device:30       device:35       physical_node3
device:20       device:27       device:2c       device:31       path            power
device:21       device:28       device:2d       device:32       physical_node   power_state
device:22       device:29       device:2e       device:33       physical_node1  subsystem
device:23       device:2a       device:2f       device:34       physical_node2  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:20:
adr            path           physical_node  power          subsystem      uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:20/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:21:
adr            path           physical_node  power          subsystem      uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:21/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:22:
adr             physical_node   physical_node2  subsystem
path            physical_node1  power           uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:22/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:23:
adr             path            physical_node2  physical_node5  uevent
device:24       physical_node   physical_node3  power
device:25       physical_node1  physical_node4  subsystem

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:23/device:24:
adr        path       power      status     subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:23/device:24/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:23/device:25:
adr        path       power      status     subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:23/device:25/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:23/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:26:
adr            path           physical_node  power          subsystem      uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:26/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:27:
adr            path           physical_node  power          subsystem      uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:27/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:28:
adr             physical_node1  physical_node4  physical_node7  uevent
path            physical_node2  physical_node5  power
physical_node   physical_node3  physical_node6  subsystem

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:28/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:29:
adr            path           physical_node  power          subsystem      uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:29/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:2a:
adr            path           physical_node  power          subsystem      uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:2a/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:2b:
adr            path           physical_node  power          subsystem      uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:2b/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:2c:
adr            path           physical_node  power          subsystem      uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:2c/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:2d:
adr            path           physical_node  power          subsystem      uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:2d/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:2e:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:2e/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:2f:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:2f/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:30:
adr            path           physical_node  power          subsystem      uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:30/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:31:
LNXPOWER:02     path            physical_node1  physical_node3  subsystem
adr             physical_node   physical_node2  power           uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:31/LNXPOWER:02:
hid              path             resource_in_use  subsystem
modalias         power            status           uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:31/LNXPOWER:02/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:31/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:32:
adr            path           physical_node  power          subsystem      uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:32/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:33:
adr            path           physical_node  power          subsystem      uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:33/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:34:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:34/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:35:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/device:35/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/device:1f/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/power_resources_D0:
LNXPOWER:01

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/power_resources_D1:
LNXPOWER:01

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/power_resources_D2:
LNXPOWER:01

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/power_resources_wakeup:
LNXPOWER:01

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/wakeup:
wakeup13

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1e/wakeup/wakeup13:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:36:
adr          description  path         power        subsystem    uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:36/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:37:
PRP00001:00    adr            path           power          subsystem      wakeup
PRP00001:01    device:38      physical_node  power_state    uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:37/PRP00001:00:
adr                            mipi-sdw-link-3-subproperties  status
hid                            modalias                       subsystem
mipi-sdw-link-0-subproperties  path                           uevent
mipi-sdw-link-1-subproperties  physical_node
mipi-sdw-link-2-subproperties  power

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:37/PRP00001:00/mipi-sdw-link-0-subproperties:
path

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:37/PRP00001:00/mipi-sdw-link-1-subproperties:
path

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:37/PRP00001:00/mipi-sdw-link-2-subproperties:
path

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:37/PRP00001:00/mipi-sdw-link-3-subproperties:
path

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:37/PRP00001:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:37/PRP00001:01:
adr                path               status             uaol-descriptor-1
hid                physical_node      subsystem          uevent
modalias           power              uaol-descriptor-0

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:37/PRP00001:01/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:37/PRP00001:01/uaol-descriptor-0:
path

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:37/PRP00001:01/uaol-descriptor-1:
path

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:37/device:38:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:37/device:38/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:37/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:37/wakeup:
wakeup19

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:37/wakeup/wakeup19:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:39:
adr                    power                  power_state            uevent
device:3a              power_resources_D0     real_power_state
path                   power_resources_D3hot  subsystem

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:39/device:3a:
LNXPOWER:04  LNXPOWER:05  adr          path         power        subsystem    uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:39/device:3a/LNXPOWER:04:
hid              path             resource_in_use  subsystem
modalias         power            status           uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:39/device:3a/LNXPOWER:04/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:39/device:3a/LNXPOWER:05:
hid              path             resource_in_use  subsystem
modalias         power            status           uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:39/device:3a/LNXPOWER:05/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:39/device:3a/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:39/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:39/power_resources_D0:
LNXPOWER:03

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:39/power_resources_D3hot:
LNXPOWER:03

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3b:
adr        device:3c  path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3b/device:3c:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3b/device:3c/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3b/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3d:
adr        device:3e  path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3d/device:3e:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3d/device:3e/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3d/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3f:
adr        device:40  path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3f/device:40:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3f/device:40/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3f/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:41:
adr        device:42  path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:41/device:42:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:41/device:42/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:41/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:43:
adr        device:44  path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:43/device:44:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:43/device:44/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:43/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:45:
adr        device:46  path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:45/device:46:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:45/device:46/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:45/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:47:
adr        device:48  path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:47/device:48:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:47/device:48/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:47/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:49:
adr        device:4a  path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:49/device:4a:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:49/device:4a/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:49/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4b:
adr        device:4c  path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4b/device:4c:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4b/device:4c/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4b/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4d:
adr        device:4e  path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4d/device:4e:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4d/device:4e/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4d/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4f:
adr        device:50  path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4f/device:50:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4f/device:50/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:4f/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:51:
adr        device:52  path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:51/device:52:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:51/device:52/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:51/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:53:
adr        device:54  path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:53/device:54:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:53/device:54/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:53/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:55:
adr        device:56  path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:55/device:56:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:55/device:56/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:55/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:57:
adr        device:58  path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:57/device:58:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:57/device:58/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:57/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:59:
adr        device:5a  path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:59/device:5a:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:59/device:5a/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:59/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:5b:
adr        device:5c  path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:5b/device:5c:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:5b/device:5c/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:5b/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:5d:
adr        device:5e  path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:5d/device:5e:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:5d/device:5e/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:5d/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:5f:
adr        device:60  path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:5f/device:60:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:5f/device:60/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:5f/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:61:
adr        device:62  path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:61/device:62:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:61/device:62/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:61/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:63:
adr        device:64  path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:63/device:64:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:63/device:64/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:63/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:65:
adr        device:66  path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:65/device:66:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:65/device:66/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:65/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:67:
adr        device:68  path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:67/device:68:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:67/device:68/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:67/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:69:
LNXPOWER:06  adr          device:6c    device:6f    device:72    device:75    power_state
LNXPOWER:07  device:6a    device:6d    device:70    device:73    path         subsystem
LNXPOWER:08  device:6b    device:6e    device:71    device:74    power        uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:69/LNXPOWER:06:
hid              path             resource_in_use  subsystem
modalias         power            status           uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:69/LNXPOWER:06/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:69/LNXPOWER:07:
hid              path             resource_in_use  subsystem
modalias         power            status           uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:69/LNXPOWER:07/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:69/LNXPOWER:08:
hid              path             resource_in_use  subsystem
modalias         power            status           uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:69/LNXPOWER:08/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:69/device:6a:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:69/device:6a/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:69/device:6b:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:69/device:6b/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:69/device:6c:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:69/device:6c/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:69/device:6d:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:69/device:6d/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:69/device:6e:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:69/device:6e/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:69/device:6f:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:69/device:6f/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:69/device:70:
adr          path         power        power_state  subsystem    uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:69/device:70/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:69/device:71:
adr          path         power        power_state  subsystem    uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:69/device:71/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:69/device:72:
adr          path         power        power_state  subsystem    uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:69/device:72/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:69/device:73:
adr                    power_resources_D0     real_power_state
path                   power_resources_D3hot  subsystem
power                  power_state            uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:69/device:73/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:69/device:73/power_resources_D0:
LNXPOWER:06

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:69/device:73/power_resources_D3hot:
LNXPOWER:06

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:69/device:74:
adr                    power_resources_D0     real_power_state
path                   power_resources_D3hot  subsystem
power                  power_state            uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:69/device:74/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:69/device:74/power_resources_D0:
LNXPOWER:07

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:69/device:74/power_resources_D3hot:
LNXPOWER:07

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:69/device:75:
adr                    power_resources_D0     real_power_state
path                   power_resources_D3hot  subsystem
power                  power_state            uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:69/device:75/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:69/device:75/power_resources_D0:
LNXPOWER:08

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:69/device:75/power_resources_D3hot:
LNXPOWER:08

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:69/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:76:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:76/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:77:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:77/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:78:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:78/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:79:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:79/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:7a:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:7a/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:7b:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:7b/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:7c:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:7c/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:7d:
ELAN0676:00     path            physical_node1  physical_node3  power_state     uevent
adr             physical_node   physical_node2  power           subsystem       wakeup

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:7d/ELAN0676:00:
hid            path           power          subsystem      wakeup
modalias       physical_node  status         uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:7d/ELAN0676:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:7d/ELAN0676:00/wakeup:
wakeup55

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:7d/ELAN0676:00/wakeup/wakeup55:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:7d/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:7d/wakeup:
wakeup15

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:7d/wakeup/wakeup15:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:7e:
XXXX0000:00     path            physical_node1  physical_node3  power_state     uevent
adr             physical_node   physical_node2  power           subsystem       wakeup

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:7e/XXXX0000:00:
hid        modalias   path       power      status     subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:7e/XXXX0000:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:7e/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:7e/wakeup:
wakeup16

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:7e/wakeup/wakeup16:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:7f:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:7f/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:80:
NXP1001:00  adr         path        power       subsystem   uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:80/NXP1001:00:
adr        hid        modalias   path       power      status     subsystem  uevent     uid

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:80/NXP1001:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:80/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:81:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:81/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:82:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:82/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:83:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:83/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:84:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:84/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:85:
INT33E1:00   adr          path         power        power_state  subsystem    uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:85/INT33E1:00:
hid        modalias   path       power      status     subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:85/INT33E1:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:85/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:86:
adr          path         power        power_state  subsystem    uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:86/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:87:
adr          path         power        power_state  subsystem    uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:87/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:88:
adr          path         power        power_state  subsystem    uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:88/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:89:
adr          path         power        power_state  subsystem    uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:89/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:8a:
adr          path         power        power_state  subsystem    uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:8a/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:8b:
adr          path         power        power_state  subsystem    uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:8b/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:8c:
adr            path           physical_node  power          subsystem      uevent         wakeup

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:8c/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:8c/wakeup:
wakeup12

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:8c/wakeup/wakeup12:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:8d:
adr        device:8e  device:8f  device:90  path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:8d/device:8e:
adr        path       power      status     subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:8d/device:8e/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:8d/device:8f:
adr        path       power      status     subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:8d/device:8f/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:8d/device:90:
adr        path       power      status     subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:8d/device:90/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:8d/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:91:
adr        device:92  device:93  device:94  path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:91/device:92:
adr        path       power      status     subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:91/device:92/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:91/device:93:
adr        path       power      status     subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:91/device:93/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:91/device:94:
adr        path       power      status     subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:91/device:94/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:91/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:95:
adr            path           physical_node  power          subsystem      uevent         wakeup

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:95/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:95/wakeup:
wakeup17

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:95/wakeup/wakeup17:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:96:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:96/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:97:
LNXPOWER:09    path           power          subsystem      wakeup
adr            physical_node  power_state    uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:97/LNXPOWER:09:
hid              path             resource_in_use  subsystem
modalias         power            status           uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:97/LNXPOWER:09/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:97/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:97/wakeup:
wakeup14

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:97/wakeup/wakeup14:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:98:
adr        path       power      status     subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:98/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:99:
adr                    physical_node          power_state            uevent
description            power                  real_power_state       wakeup
device:9a              power_resources_D0     status
path                   power_resources_D3hot  subsystem

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:99/device:9a:
adr             device:9d       path            physical_node2  power_state
device:9b       device:9e       physical_node   physical_node3  subsystem
device:9c       device:9f       physical_node1  power           uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:99/device:9a/device:9b:
adr            path           physical_node  power          subsystem      uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:99/device:9a/device:9b/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:99/device:9a/device:9c:
adr            path           physical_node  power          subsystem      uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:99/device:9a/device:9c/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:99/device:9a/device:9d:
adr            path           physical_node  power          subsystem      uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:99/device:9a/device:9d/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:99/device:9a/device:9e:
adr            path           physical_node  power          subsystem      uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:99/device:9a/device:9e/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:99/device:9a/device:9f:
adr            path           physical_node  power          subsystem      uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:99/device:9a/device:9f/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:99/device:9a/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:99/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:99/power_resources_D0:
LNXPOWER:0c

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:99/power_resources_D3hot:
LNXPOWER:0c

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:99/wakeup:
wakeup9

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:99/wakeup/wakeup9:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:a0:
adr                    power                  real_power_state       wakeup
description            power_resources_D0     status
path                   power_resources_D3hot  subsystem
physical_node          power_state            uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:a0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:a0/power_resources_D0:
LNXPOWER:0a  LNXPOWER:0c

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:a0/power_resources_D3hot:
LNXPOWER:0a  LNXPOWER:0c

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:a0/wakeup:
wakeup10

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:a0/wakeup/wakeup10:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:a1:
adr                    power                  real_power_state       wakeup
description            power_resources_D0     status
path                   power_resources_D3hot  subsystem
physical_node          power_state            uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:a1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:a1/power_resources_D0:
LNXPOWER:0b  LNXPOWER:0c

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:a1/power_resources_D3hot:
LNXPOWER:0b  LNXPOWER:0c

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:a1/wakeup:
wakeup11

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:a1/wakeup/wakeup11:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:a2:
adr                    power                  status
device:a3              power_resources_D0     subsystem
path                   power_resources_D3hot  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:a2/device:a3:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:a2/device:a3/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:a2/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:a2/power_resources_D0:
LNXPOWER:0a  LNXPOWER:0c

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:a2/power_resources_D3hot:
LNXPOWER:0a  LNXPOWER:0c

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:a4:
adr                    power                  real_power_state       wakeup
device:a5              power_resources_D0     status
path                   power_resources_D3hot  subsystem
physical_node          power_state            uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:a4/device:a5:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:a4/device:a5/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:a4/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:a4/power_resources_D0:
LNXPOWER:0a  LNXPOWER:0c

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:a4/power_resources_D3hot:
LNXPOWER:0a  LNXPOWER:0c

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:a4/wakeup:
wakeup4

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:a4/wakeup/wakeup4:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:a6:
adr                    power                  real_power_state       wakeup
device:a7              power_resources_D0     status
path                   power_resources_D3hot  subsystem
physical_node          power_state            uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:a6/device:a7:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:a6/device:a7/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:a6/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:a6/power_resources_D0:
LNXPOWER:0b  LNXPOWER:0c

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:a6/power_resources_D3hot:
LNXPOWER:0b  LNXPOWER:0c

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:a6/wakeup:
wakeup6

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:a6/wakeup/wakeup6:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:a8:
adr                    power                  status
device:a9              power_resources_D0     subsystem
path                   power_resources_D3hot  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:a8/device:a9:
adr        path       power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:a8/device:a9/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:a8/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:a8/power_resources_D0:
LNXPOWER:0b  LNXPOWER:0c

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:a8/power_resources_D3hot:
LNXPOWER:0b  LNXPOWER:0c

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/wakeup:
wakeup23

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/wakeup/wakeup23:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C01:00:
hid            modalias       path           physical_node  power          subsystem      uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C01:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:03:
hid            path           power          subsystem      uid
modalias       physical_node  status         uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:03/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:04:
hid            path           power          uevent
modalias       physical_node  subsystem      uid

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:04/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:05:
hid            path           power          subsystem      uid
modalias       physical_node  status         uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C02:05/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00:
driver         input          path           power          uevent
hid            modalias       physical_node  subsystem      wakeup

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input:
input1

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1:
capabilities  event1        inhibited     name          power         subsystem     uniq
device        id            modalias      phys          properties    uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1/capabilities:
abs  ev   ff   key  led  msc  rel  snd  sw

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1/event1:
dev        device     power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1/event1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1/id:
bustype  product  vendor   version

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/wakeup:
wakeup26

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/wakeup/wakeup26:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00:
driver         input          path           power          uevent
hid            modalias       physical_node  subsystem      wakeup

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input:
input0

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0:
capabilities  event0        inhibited     name          power         subsystem     uniq
device        id            modalias      phys          properties    uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/capabilities:
abs  ev   ff   key  led  msc  rel  snd  sw

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0:
dev        device     power      subsystem  uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/id:
bustype  product  vendor   version

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/wakeup:
wakeup25

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/wakeup/wakeup25:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:00:
hid            path           power          uevent         wakeup
modalias       physical_node  subsystem      uid

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:00/wakeup:
wakeup35

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:00/wakeup/wakeup35:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:01:
hid            path           power          uevent         wakeup
modalias       physical_node  subsystem      uid

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:01/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:01/wakeup:
wakeup36

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:01/wakeup/wakeup36:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:02:
hid            path           power          uevent         wakeup
modalias       physical_node  subsystem      uid

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:02/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:02/wakeup:
wakeup37

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:02/wakeup/wakeup37:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:03:
hid            path           power          uevent         wakeup
modalias       physical_node  subsystem      uid

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:03/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:03/wakeup:
wakeup38

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:03/wakeup/wakeup38:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:04:
hid            path           power          uevent         wakeup
modalias       physical_node  subsystem      uid

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:04/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:04/wakeup:
wakeup39

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:04/wakeup/wakeup39:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:05:
hid            path           power          uevent         wakeup
modalias       physical_node  subsystem      uid

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:05/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:05/wakeup:
wakeup40

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:05/wakeup/wakeup40:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:06:
hid            path           power          uevent         wakeup
modalias       physical_node  subsystem      uid

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:06/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:06/wakeup:
wakeup41

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C14:06/wakeup/wakeup41:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/USBC000:00:
adr            device:ab      modalias       physical_node  status         uevent         wakeup
device:aa      hid            path           power          subsystem      uid

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/USBC000:00/device:aa:
adr            path           physical_node  power          subsystem      uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/USBC000:00/device:aa/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/USBC000:00/device:ab:
adr            path           physical_node  power          subsystem      uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/USBC000:00/device:ab/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/USBC000:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/USBC000:00/wakeup:
wakeup53

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/USBC000:00/wakeup/wakeup53:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:01:
LNXTHERM:00  hid          modalias     path         power        subsystem    uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:01/LNXTHERM:00:
driver        modalias      power         thermal_zone
hid           path          subsystem     uevent

./sys/devices/LNXSYSTM:00/LNXSYBUS:01/LNXTHERM:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/LNXSYBUS:01/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/LNXSYSTM:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/breakpoint:
perf_event_mux_interval_ms  subsystem                   uevent
power                       type

./sys/devices/breakpoint/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/cpu:
caps                        perf_event_mux_interval_ms  type
events                      power                       uevent
format                      rdpmc
freeze_on_smi               subsystem

./sys/devices/cpu/caps:
branches     max_precise  pmu_name

./sys/devices/cpu/events:
branch-instructions  cache-misses         instructions         ref-cycles           topdown-be-bound
branch-misses        cache-references     mem-loads            slots                topdown-fe-bound
bus-cycles           cpu-cycles           mem-stores           topdown-bad-spec     topdown-retiring

./sys/devices/cpu/format:
cmask        event        inv          offcore_rsp  umask
edge         frontend     ldlat        pc

./sys/devices/cpu/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/cstate_core:
cpumask                     perf_event_mux_interval_ms  type
events                      power                       uevent
format                      subsystem

./sys/devices/cstate_core/events:
c6-residency  c7-residency

./sys/devices/cstate_core/format:
event

./sys/devices/cstate_core/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/cstate_pkg:
cpumask                     perf_event_mux_interval_ms  type
events                      power                       uevent
format                      subsystem

./sys/devices/cstate_pkg/events:
c10-residency  c2-residency   c3-residency   c6-residency   c7-residency   c8-residency   c9-residency

./sys/devices/cstate_pkg/format:
event

./sys/devices/cstate_pkg/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/i915:
cpumask                     perf_event_mux_interval_ms  type
events                      power                       uevent
format                      subsystem

./sys/devices/i915/events:
actual-frequency             rcs0-sema                    vcs0-wait.unit
actual-frequency.unit        rcs0-sema.unit               vcs1-busy
bcs0-busy                    rcs0-wait                    vcs1-busy.unit
bcs0-busy.unit               rcs0-wait.unit               vcs1-sema
bcs0-sema                    requested-frequency          vcs1-sema.unit
bcs0-sema.unit               requested-frequency.unit     vcs1-wait
bcs0-wait                    software-gt-awake-time       vcs1-wait.unit
bcs0-wait.unit               software-gt-awake-time.unit  vecs0-busy
interrupts                   vcs0-busy                    vecs0-busy.unit
rc6-residency                vcs0-busy.unit               vecs0-sema
rc6-residency.unit           vcs0-sema                    vecs0-sema.unit
rcs0-busy                    vcs0-sema.unit               vecs0-wait
rcs0-busy.unit               vcs0-wait                    vecs0-wait.unit

./sys/devices/i915/format:
i915_eventid

./sys/devices/i915/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/intel_bts:
perf_event_mux_interval_ms  subsystem                   uevent
power                       type

./sys/devices/intel_bts/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/intel_pt:
caps                        perf_event_mux_interval_ms  type
format                      power                       uevent
max_nonturbo_ratio          subsystem
nr_addr_filters             tsc_art_ratio

./sys/devices/intel_pt/caps:
cr3_filtering          mtc                    power_event_trace      tnt_disable
cycle_thresholds       mtc_periods            psb_cyc                topa_multiple_entries
event_trace            num_address_ranges     psb_periods            topa_output
ip_filtering           output_subsys          ptwrite
max_subleaf            payloads_lip           single_range_output

./sys/devices/intel_pt/format:
branch      cyc_thresh  fup_on_ptw  mtc_period  notnt       pt          pwr_evt
cyc         event       mtc         noretcomp   psb_period  ptw         tsc

./sys/devices/intel_pt/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/isa:
power   uevent

./sys/devices/isa/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/kprobe:
format                      power                       type
perf_event_mux_interval_ms  subsystem                   uevent

./sys/devices/kprobe/format:
retprobe

./sys/devices/kprobe/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/msr:
events                      power                       uevent
format                      subsystem
perf_event_mux_interval_ms  type

./sys/devices/msr/events:
aperf                        cpu_thermal_margin.unit      smi
cpu_thermal_margin           mperf                        tsc
cpu_thermal_margin.snapshot  pperf

./sys/devices/msr/format:
event

./sys/devices/msr/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00:
0000:00:00.0          0000:00:0d.0          0000:00:15.0          0000:00:1f.6
0000:00:02.0          0000:00:0d.2          0000:00:15.1          firmware_node
0000:00:04.0          0000:00:0d.3          0000:00:16.0          pci_bus
0000:00:06.0          0000:00:12.0          0000:00:1f.0          power
0000:00:07.0          0000:00:14.0          0000:00:1f.3          uevent
0000:00:07.2          0000:00:14.2          0000:00:1f.4          waiting_for_supplier
0000:00:08.0          0000:00:14.3          0000:00:1f.5

./sys/devices/pci0000:00/0000:00:00.0:
ari_enabled               driver_override           modalias                  revision
broken_parity_status      enable                    msi_bus                   subsystem
class                     iommu                     numa_node                 subsystem_device
config                    iommu_group               power                     subsystem_vendor
consistent_dma_mask_bits  irq                       power_state               uevent
d3cold_allowed            link                      remove                    vendor
device                    local_cpulist             rescan
dma_mask_bits             local_cpus                resource

./sys/devices/pci0000:00/0000:00:00.0/link:

./sys/devices/pci0000:00/0000:00:00.0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:02.0:
ari_enabled
boot_vga
broken_parity_status
class
config
consistent_dma_mask_bits
consumer:pci:0000:00:1f.3
current_link_speed
current_link_width
d3cold_allowed
device
dma_mask_bits
driver
driver_override
drm
enable
firmware_node
graphics
i2c-0
i2c-1
i2c-2
i2c-3
i2c-4
i2c-5
i2c-6
i2c-7
i2c-8
iommu
iommu_group
irq
link
local_cpulist
local_cpus
max_link_speed
max_link_width
modalias
msi_bus
msi_irqs
numa_node
power
power_state
remove
rescan
reset
reset_method
resource
resource0
resource2
resource2_wc
resource4
revision
rom
sriov_drivers_autoprobe
sriov_numvfs
sriov_offset
sriov_stride
sriov_totalvfs
sriov_vf_device
sriov_vf_total_msix
subsystem
subsystem_device
subsystem_vendor
supplier:mei:0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1
uevent
vendor

./sys/devices/pci0000:00/0000:00:02.0/drm:
card1       controlD65  renderD128

./sys/devices/pci0000:00/0000:00:02.0/drm/card1:
card1-DP-1         card1-eDP-1        gt                 gt_boost_freq_mhz  power
card1-DP-2         dev                gt_RP0_freq_mhz    gt_cur_freq_mhz    subsystem
card1-DP-3         device             gt_RP1_freq_mhz    gt_max_freq_mhz    uevent
card1-DP-4         engine             gt_RPn_freq_mhz    gt_min_freq_mhz
card1-HDMI-A-1     error              gt_act_freq_mhz    metrics

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-DP-1:
connector_id          drm_dp_aux1           i2c-10                subsystem
ddc                   edid                  modes                 uevent
device                enabled               power                 waiting_for_supplier
dpms                  firmware_node         status

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-DP-1/drm_dp_aux1:
dev        device     name       power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-DP-1/drm_dp_aux1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-DP-1/i2c-10:
delete_device  name           new_device     power          subsystem      uevent

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-DP-1/i2c-10/power:

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-DP-1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-DP-2:
connector_id          drm_dp_aux2           i2c-11                subsystem
ddc                   edid                  modes                 uevent
device                enabled               power                 waiting_for_supplier
dpms                  firmware_node         status

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-DP-2/drm_dp_aux2:
dev        device     name       power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-DP-2/drm_dp_aux2/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-DP-2/i2c-11:
delete_device  name           new_device     power          subsystem      uevent

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-DP-2/i2c-11/power:

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-DP-2/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-DP-3:
connector_id          drm_dp_aux3           i2c-12                subsystem
ddc                   edid                  modes                 uevent
device                enabled               power                 waiting_for_supplier
dpms                  firmware_node         status

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-DP-3/drm_dp_aux3:
dev        device     name       power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-DP-3/drm_dp_aux3/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-DP-3/i2c-12:
delete_device  name           new_device     power          subsystem      uevent

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-DP-3/i2c-12/power:

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-DP-3/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-DP-4:
connector_id          drm_dp_aux4           i2c-13                subsystem
ddc                   edid                  modes                 uevent
device                enabled               power                 waiting_for_supplier
dpms                  firmware_node         status

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-DP-4/drm_dp_aux4:
dev        device     name       power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-DP-4/drm_dp_aux4/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-DP-4/i2c-13:
delete_device  name           new_device     power          subsystem      uevent

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-DP-4/i2c-13/power:

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-DP-4/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-HDMI-A-1:
connector_id          edid                  power                 waiting_for_supplier
ddc                   enabled               status
device                firmware_node         subsystem
dpms                  modes                 uevent

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-HDMI-A-1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-eDP-1:
connector_id          edid                  modes                 uevent
ddc                   enabled               physical_location     waiting_for_supplier
device                firmware_node         power
dpms                  i2c-9                 status
drm_dp_aux0           intel_backlight       subsystem

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-eDP-1/drm_dp_aux0:
dev        device     name       power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-eDP-1/drm_dp_aux0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-eDP-1/i2c-9:
delete_device  name           new_device     power          subsystem      uevent

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-eDP-1/i2c-9/power:

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-eDP-1/intel_backlight:
actual_brightness  brightness         max_brightness     scale              type
bl_power           device             power              subsystem          uevent

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-eDP-1/intel_backlight/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-eDP-1/physical_location:
dock                 horizontal_position  lid                  panel                vertical_position

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/card1-eDP-1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/engine:
bcs0   rcs0   vcs0   vcs1   vecs0

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/engine/bcs0:
capabilities              instance                  mmio_base                 stop_timeout_ms
class                     known_capabilities        name                      timeslice_duration_ms
heartbeat_interval_ms     max_busywait_duration_ns  preempt_timeout_ms

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/engine/rcs0:
capabilities              instance                  mmio_base                 stop_timeout_ms
class                     known_capabilities        name                      timeslice_duration_ms
heartbeat_interval_ms     max_busywait_duration_ns  preempt_timeout_ms

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/engine/vcs0:
capabilities              instance                  mmio_base                 stop_timeout_ms
class                     known_capabilities        name                      timeslice_duration_ms
heartbeat_interval_ms     max_busywait_duration_ns  preempt_timeout_ms

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/engine/vcs1:
capabilities              instance                  mmio_base                 stop_timeout_ms
class                     known_capabilities        name                      timeslice_duration_ms
heartbeat_interval_ms     max_busywait_duration_ns  preempt_timeout_ms

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/engine/vecs0:
capabilities              instance                  mmio_base                 stop_timeout_ms
class                     known_capabilities        name                      timeslice_duration_ms
heartbeat_interval_ms     max_busywait_duration_ns  preempt_timeout_ms

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/gt:
gt0

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/gt/gt0:
id                             rps_boost_freq_mhz             throttle_reason_pl4
punit_req_freq_mhz             rps_cur_freq_mhz               throttle_reason_prochot
rc6_enable                     rps_down_threshold_pct         throttle_reason_ratl
rc6_residency_ms               rps_max_freq_mhz               throttle_reason_status
rps_RP0_freq_mhz               rps_min_freq_mhz               throttle_reason_thermal
rps_RP1_freq_mhz               rps_up_threshold_pct           throttle_reason_vr_tdc
rps_RPn_freq_mhz               throttle_reason_pl1            throttle_reason_vr_thermalert
rps_act_freq_mhz               throttle_reason_pl2

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/metrics:
0c3c3235-2e91-4ef0-8562-4ea1501e8612  6f02479c-e9ca-4c2b-b1e6-216a9e1c5ef7
0dde1bb6-340f-4350-b398-2b0228573967  7e1c6469-9de7-491a-a7c5-1bd8f9966826
0fc397c0-4833-492c-9ccd-4929d574d5b8  7e6e555c-aa5b-4c8d-992a-454a5a335c6e
17e2be13-39fe-45f0-867c-0f83fcc51654  7e809cb4-6e90-44cc-9c57-6eff58ad360a
19fe64eb-ac4f-45c6-b2b9-af728b21753b  8ecaeff2-78f4-4e29-b331-d757e6a74ed0
1fbbd218-693c-4035-b4c0-ce4dd139d828  a43f80cd-5cc1-4a2c-a750-40594af2b661
30cd8433-f679-401e-b578-19e22975e84f  c0d2cd0a-e2be-4b12-916d-2f3aba0ebf9e
397a46d9-03dd-4696-8196-270362e1c575  d5890d02-b2be-4742-a16e-17190a92a301
3a4c7510-7725-4bf8-9eae-59115a2431c6  e0efab61-c904-4354-9fc5-35e8b8bc7d20
4066ad45-4a68-4acf-86b2-fa5a6a914db7  ee6f5fa3-13a8-4842-8b34-f7541a0f76a3
414ff049-80d3-48c0-b79a-bd8eed097a06  f1577929-9215-488b-9899-d12b6e799743
6607f034-d053-40d1-8215-67c07f3041bb  f3723f39-ecf4-4ff2-a4c4-80e87876b86f
684ed715-a0ca-499b-89e0-25d1cdf0c737  fb65c819-7ac2-4c69-aa9d-b72a18440705

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/metrics/0c3c3235-2e91-4ef0-8562-4ea1501e8612:
id

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/metrics/0dde1bb6-340f-4350-b398-2b0228573967:
id

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/metrics/0fc397c0-4833-492c-9ccd-4929d574d5b8:
id

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/metrics/17e2be13-39fe-45f0-867c-0f83fcc51654:
id

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/metrics/19fe64eb-ac4f-45c6-b2b9-af728b21753b:
id

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/metrics/1fbbd218-693c-4035-b4c0-ce4dd139d828:
id

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/metrics/30cd8433-f679-401e-b578-19e22975e84f:
id

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/metrics/397a46d9-03dd-4696-8196-270362e1c575:
id

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/metrics/3a4c7510-7725-4bf8-9eae-59115a2431c6:
id

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/metrics/4066ad45-4a68-4acf-86b2-fa5a6a914db7:
id

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/metrics/414ff049-80d3-48c0-b79a-bd8eed097a06:
id

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/metrics/6607f034-d053-40d1-8215-67c07f3041bb:
id

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/metrics/684ed715-a0ca-499b-89e0-25d1cdf0c737:
id

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/metrics/6f02479c-e9ca-4c2b-b1e6-216a9e1c5ef7:
id

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/metrics/7e1c6469-9de7-491a-a7c5-1bd8f9966826:
id

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/metrics/7e6e555c-aa5b-4c8d-992a-454a5a335c6e:
id

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/metrics/7e809cb4-6e90-44cc-9c57-6eff58ad360a:
id

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/metrics/8ecaeff2-78f4-4e29-b331-d757e6a74ed0:
id

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/metrics/a43f80cd-5cc1-4a2c-a750-40594af2b661:
id

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/metrics/c0d2cd0a-e2be-4b12-916d-2f3aba0ebf9e:
id

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/metrics/d5890d02-b2be-4742-a16e-17190a92a301:
id

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/metrics/e0efab61-c904-4354-9fc5-35e8b8bc7d20:
id

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/metrics/ee6f5fa3-13a8-4842-8b34-f7541a0f76a3:
id

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/metrics/f1577929-9215-488b-9899-d12b6e799743:
id

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/metrics/f3723f39-ecf4-4ff2-a4c4-80e87876b86f:
id

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/metrics/fb65c819-7ac2-4c69-aa9d-b72a18440705:
id

./sys/devices/pci0000:00/0000:00:02.0/drm/card1/power:
autosuspend_delay_ms    rc6_enable              runtime_active_time     runtime_suspended_time
control                 rc6_residency_ms        runtime_status

./sys/devices/pci0000:00/0000:00:02.0/drm/renderD128:
dev        device     power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:02.0/drm/renderD128/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:02.0/graphics:
fb0

./sys/devices/pci0000:00/0000:00:02.0/graphics/fb0:
bits_per_pixel  cursor          mode            pan             state           uevent
blank           dev             modes           power           stride          virtual_size
console         device          name            rotate          subsystem

./sys/devices/pci0000:00/0000:00:02.0/graphics/fb0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:02.0/i2c-0:
delete_device  name           new_device     power          subsystem      uevent

./sys/devices/pci0000:00/0000:00:02.0/i2c-0/power:

./sys/devices/pci0000:00/0000:00:02.0/i2c-1:
delete_device  name           new_device     power          subsystem      uevent

./sys/devices/pci0000:00/0000:00:02.0/i2c-1/power:

./sys/devices/pci0000:00/0000:00:02.0/i2c-2:
delete_device  name           new_device     power          subsystem      uevent

./sys/devices/pci0000:00/0000:00:02.0/i2c-2/power:

./sys/devices/pci0000:00/0000:00:02.0/i2c-3:
delete_device  name           new_device     power          subsystem      uevent

./sys/devices/pci0000:00/0000:00:02.0/i2c-3/power:

./sys/devices/pci0000:00/0000:00:02.0/i2c-4:
delete_device  name           new_device     power          subsystem      uevent

./sys/devices/pci0000:00/0000:00:02.0/i2c-4/power:

./sys/devices/pci0000:00/0000:00:02.0/i2c-5:
delete_device  name           new_device     power          subsystem      uevent

./sys/devices/pci0000:00/0000:00:02.0/i2c-5/power:

./sys/devices/pci0000:00/0000:00:02.0/i2c-6:
delete_device  name           new_device     power          subsystem      uevent

./sys/devices/pci0000:00/0000:00:02.0/i2c-6/power:

./sys/devices/pci0000:00/0000:00:02.0/i2c-7:
delete_device  name           new_device     power          subsystem      uevent

./sys/devices/pci0000:00/0000:00:02.0/i2c-7/power:

./sys/devices/pci0000:00/0000:00:02.0/i2c-8:
delete_device  name           new_device     power          subsystem      uevent

./sys/devices/pci0000:00/0000:00:02.0/i2c-8/power:

./sys/devices/pci0000:00/0000:00:02.0/link:

./sys/devices/pci0000:00/0000:00:02.0/msi_irqs:
152

./sys/devices/pci0000:00/0000:00:02.0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:04.0:
ari_enabled                iommu                      rescan
broken_parity_status       iommu_group                resource
class                      irq                        resource0
config                     link                       revision
consistent_dma_mask_bits   local_cpulist              subsystem
d3cold_allowed             local_cpus                 subsystem_device
device                     modalias                   subsystem_vendor
dma_mask_bits              msi_bus                    tcc_offset_degree_celsius
driver                     numa_node                  uevent
driver_override            power                      vendor
enable                     power_limits               workload_request
firmware_node              power_state
fivr                       remove

./sys/devices/pci0000:00/0000:00:04.0/fivr:
fivr_fffc_rev               spread_spectrum_clk_enable  vco_ref_code_hi
rfi_vco_ref_code            spread_spectrum_pct         vco_ref_code_lo

./sys/devices/pci0000:00/0000:00:04.0/link:

./sys/devices/pci0000:00/0000:00:04.0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:04.0/power_limits:
power_limit_0_max_uw   power_limit_0_tmax_us  power_limit_1_min_uw   power_limit_1_tmin_us
power_limit_0_min_uw   power_limit_0_tmin_us  power_limit_1_step_uw
power_limit_0_step_uw  power_limit_1_max_uw   power_limit_1_tmax_us

./sys/devices/pci0000:00/0000:00:04.0/workload_request:
workload_available_types  workload_type

./sys/devices/pci0000:00/0000:00:06.0:
0000:00:06.0:pcie001             dma_mask_bits                    power
0000:00:06.0:pcie010             driver                           power_state
0000:04:00.0                     driver_override                  remove
aer_dev_correctable              enable                           rescan
aer_dev_fatal                    firmware_node                    reset
aer_dev_nonfatal                 iommu                            reset_method
aer_rootport_total_err_cor       iommu_group                      reset_subordinate
aer_rootport_total_err_fatal     irq                              resource
aer_rootport_total_err_nonfatal  link                             revision
ari_enabled                      local_cpulist                    secondary_bus_number
broken_parity_status             local_cpus                       subordinate_bus_number
class                            max_link_speed                   subsystem
config                           max_link_width                   subsystem_device
consistent_dma_mask_bits         modalias                         subsystem_vendor
current_link_speed               msi_bus                          uevent
current_link_width               msi_irqs                         vendor
d3cold_allowed                   numa_node                        wakeup
device                           pci_bus

./sys/devices/pci0000:00/0000:00:06.0/0000:00:06.0:pcie001:
driver     power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:06.0/0000:00:06.0:pcie001/power:

./sys/devices/pci0000:00/0000:00:06.0/0000:00:06.0:pcie010:
power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:06.0/0000:00:06.0:pcie010/power:

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0:
aer_dev_correctable       dma_mask_bits             max_link_width            reset_method
aer_dev_fatal             driver                    modalias                  resource
aer_dev_nonfatal          driver_override           msi_bus                   resource0
ari_enabled               enable                    msi_irqs                  resource2
broken_parity_status      firmware_node             numa_node                 resource3
class                     iommu                     nvme                      revision
config                    iommu_group               pools                     subsystem
consistent_dma_mask_bits  irq                       power                     subsystem_device
current_link_speed        link                      power_state               subsystem_vendor
current_link_width        local_cpulist             remove                    uevent
d3cold_allowed            local_cpus                rescan                    vendor
device                    max_link_speed            reset

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/link:

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/msi_irqs:
144  145  146  147  148  149  150  151  153

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme:
nvme0

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0:
address                   hwmon4                    power                     subsysnqn
cntlid                    kato                      queue_count               subsystem
cntrltype                 model                     rescan_controller         transport
dctype                    ng0n1                     reset_controller          uevent
dev                       numa_node                 serial
device                    nvme0n1                   sqsize
firmware_rev              passthru_err_log_enabled  state

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0/hwmon4:
device       subsystem    temp1_input  temp1_min    temp2_max    temp3_label  uevent
name         temp1_alarm  temp1_label  temp2_input  temp2_min    temp3_max
power        temp1_crit   temp1_max    temp2_label  temp3_input  temp3_min

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0/hwmon4/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0/ng0n1:
dev        device     power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0/ng0n1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0/nvme0n1:
alignment_offset          events_poll_msecs         nvme0n1p1                 size
bdi                       ext_range                 nvme0n1p2                 slaves
capability                hidden                    nvme0n1p3                 stat
csi                       holders                   partscan                  subsystem
dev                       inflight                  passthru_err_log_enabled  trace
device                    integrity                 power                     uevent
discard_alignment         metadata_bytes            queue                     wwid
diskseq                   mq                        range
events                    nsid                      removable
events_async              nuse                      ro

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0/nvme0n1/holders:

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0/nvme0n1/integrity:
device_is_integrity_capable  protection_interval_bytes    tag_size
format                       read_verify                  write_generate

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0/nvme0n1/mq:
0  1  2  3  4  5  6  7

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0/nvme0n1/mq/0:
cpu0              cpu_list          nr_reserved_tags  nr_tags

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0/nvme0n1/mq/0/cpu0:

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0/nvme0n1/mq/1:
cpu1              cpu_list          nr_reserved_tags  nr_tags

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0/nvme0n1/mq/1/cpu1:

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0/nvme0n1/mq/2:
cpu2              cpu_list          nr_reserved_tags  nr_tags

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0/nvme0n1/mq/2/cpu2:

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0/nvme0n1/mq/3:
cpu3              cpu_list          nr_reserved_tags  nr_tags

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0/nvme0n1/mq/3/cpu3:

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0/nvme0n1/mq/4:
cpu4              cpu_list          nr_reserved_tags  nr_tags

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0/nvme0n1/mq/4/cpu4:

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0/nvme0n1/mq/5:
cpu5              cpu_list          nr_reserved_tags  nr_tags

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0/nvme0n1/mq/5/cpu5:

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0/nvme0n1/mq/6:
cpu6              cpu_list          nr_reserved_tags  nr_tags

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0/nvme0n1/mq/6/cpu6:

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0/nvme0n1/mq/7:
cpu7              cpu_list          nr_reserved_tags  nr_tags

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0/nvme0n1/mq/7/cpu7:

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0/nvme0n1/nvme0n1p1:
alignment_offset   holders            power              start              trace
dev                inflight           ro                 stat               uevent
discard_alignment  partition          size               subsystem

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0/nvme0n1/nvme0n1p1/holders:

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0/nvme0n1/nvme0n1p1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0/nvme0n1/nvme0n1p1/trace:
act_mask   enable     end_lba    pid        start_lba

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0/nvme0n1/nvme0n1p2:
alignment_offset   holders            power              start              trace
dev                inflight           ro                 stat               uevent
discard_alignment  partition          size               subsystem

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0/nvme0n1/nvme0n1p2/holders:

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0/nvme0n1/nvme0n1p2/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0/nvme0n1/nvme0n1p2/trace:
act_mask   enable     end_lba    pid        start_lba

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0/nvme0n1/nvme0n1p3:
alignment_offset   holders            power              start              trace
dev                inflight           ro                 stat               uevent
discard_alignment  partition          size               subsystem

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0/nvme0n1/nvme0n1p3/holders:

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0/nvme0n1/nvme0n1p3/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0/nvme0n1/nvme0n1p3/trace:
act_mask   enable     end_lba    pid        start_lba

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0/nvme0n1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0/nvme0n1/queue:
add_random                   io_poll_delay                physical_block_size
atomic_write_boundary_bytes  io_timeout                   read_ahead_kb
atomic_write_max_bytes       iostats                      rotational
atomic_write_unit_max_bytes  logical_block_size           rq_affinity
atomic_write_unit_min_bytes  max_discard_segments         scheduler
chunk_sectors                max_hw_sectors_kb            stable_writes
dax                          max_integrity_segments       virt_boundary_mask
discard_granularity          max_sectors_kb               wbt_lat_usec
discard_max_bytes            max_segment_size             write_cache
discard_max_hw_bytes         max_segments                 write_same_max_bytes
discard_zeroes_data          minimum_io_size              write_zeroes_max_bytes
dma_alignment                nomerges                     zone_append_max_bytes
fua                          nr_requests                  zone_write_granularity
hw_sector_size               nr_zones                     zoned
io_poll                      optimal_io_size

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0/nvme0n1/slaves:

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0/nvme0n1/trace:
act_mask   enable     end_lba    pid        start_lba

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/nvme/nvme0/power:
autosuspend_delay_ms         pm_qos_latency_tolerance_us  runtime_status
control                      runtime_active_time          runtime_suspended_time

./sys/devices/pci0000:00/0000:00:06.0/0000:04:00.0/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/pci0000:00/0000:00:06.0/link:

./sys/devices/pci0000:00/0000:00:06.0/msi_irqs:
124

./sys/devices/pci0000:00/0000:00:06.0/pci_bus:
0000:04

./sys/devices/pci0000:00/0000:00:06.0/pci_bus/0000:04:
cpuaffinity      device           rescan           uevent
cpulistaffinity  power            subsystem

./sys/devices/pci0000:00/0000:00:06.0/pci_bus/0000:04/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:06.0/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/pci0000:00/0000:00:06.0/wakeup:
wakeup3

./sys/devices/pci0000:00/0000:00:06.0/wakeup/wakeup3:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/pci0000:00/0000:00:07.0:
0000:00:07.0:pcie001      dma_mask_bits             max_link_width            reset_subordinate
0000:00:07.0:pcie004      driver                    modalias                  resource
0000:00:07.0:pcie010      driver_override           msi_bus                   revision
ari_enabled               enable                    msi_irqs                  secondary_bus_number
broken_parity_status      firmware_node             numa_node                 subordinate_bus_number
class                     iommu                     pci_bus                   subsystem
config                    iommu_group               power                     subsystem_device
consistent_dma_mask_bits  irq                       power_state               subsystem_vendor
current_link_speed        link                      remove                    uevent
current_link_width        local_cpulist             rescan                    vendor
d3cold_allowed            local_cpus                reset                     wakeup
device                    max_link_speed            reset_method

./sys/devices/pci0000:00/0000:00:07.0/0000:00:07.0:pcie001:
driver     power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:07.0/0000:00:07.0:pcie001/power:

./sys/devices/pci0000:00/0000:00:07.0/0000:00:07.0:pcie004:
driver     power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:07.0/0000:00:07.0:pcie004/power:

./sys/devices/pci0000:00/0000:00:07.0/0000:00:07.0:pcie010:
power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:07.0/0000:00:07.0:pcie010/power:

./sys/devices/pci0000:00/0000:00:07.0/link:

./sys/devices/pci0000:00/0000:00:07.0/msi_irqs:
125

./sys/devices/pci0000:00/0000:00:07.0/pci_bus:
0000:20

./sys/devices/pci0000:00/0000:00:07.0/pci_bus/0000:20:
cpuaffinity      device           rescan           uevent
cpulistaffinity  power            subsystem

./sys/devices/pci0000:00/0000:00:07.0/pci_bus/0000:20/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:07.0/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/pci0000:00/0000:00:07.0/wakeup:
wakeup5

./sys/devices/pci0000:00/0000:00:07.0/wakeup/wakeup5:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/pci0000:00/0000:00:07.2:
0000:00:07.2:pcie001      dma_mask_bits             max_link_width            reset_subordinate
0000:00:07.2:pcie004      driver                    modalias                  resource
0000:00:07.2:pcie010      driver_override           msi_bus                   revision
ari_enabled               enable                    msi_irqs                  secondary_bus_number
broken_parity_status      firmware_node             numa_node                 subordinate_bus_number
class                     iommu                     pci_bus                   subsystem
config                    iommu_group               power                     subsystem_device
consistent_dma_mask_bits  irq                       power_state               subsystem_vendor
current_link_speed        link                      remove                    uevent
current_link_width        local_cpulist             rescan                    vendor
d3cold_allowed            local_cpus                reset                     wakeup
device                    max_link_speed            reset_method

./sys/devices/pci0000:00/0000:00:07.2/0000:00:07.2:pcie001:
driver     power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:07.2/0000:00:07.2:pcie001/power:

./sys/devices/pci0000:00/0000:00:07.2/0000:00:07.2:pcie004:
driver     power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:07.2/0000:00:07.2:pcie004/power:

./sys/devices/pci0000:00/0000:00:07.2/0000:00:07.2:pcie010:
power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:07.2/0000:00:07.2:pcie010/power:

./sys/devices/pci0000:00/0000:00:07.2/link:

./sys/devices/pci0000:00/0000:00:07.2/msi_irqs:
126

./sys/devices/pci0000:00/0000:00:07.2/pci_bus:
0000:50

./sys/devices/pci0000:00/0000:00:07.2/pci_bus/0000:50:
cpuaffinity      device           rescan           uevent
cpulistaffinity  power            subsystem

./sys/devices/pci0000:00/0000:00:07.2/pci_bus/0000:50/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:07.2/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/pci0000:00/0000:00:07.2/wakeup:
wakeup7

./sys/devices/pci0000:00/0000:00:07.2/wakeup/wakeup7:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/pci0000:00/0000:00:08.0:
ari_enabled               enable                    msi_bus                   resource0
broken_parity_status      firmware_node             numa_node                 revision
class                     iommu                     power                     subsystem
config                    iommu_group               power_state               subsystem_device
consistent_dma_mask_bits  irq                       remove                    subsystem_vendor
d3cold_allowed            link                      rescan                    uevent
device                    local_cpulist             reset                     vendor
dma_mask_bits             local_cpus                reset_method              waiting_for_supplier
driver_override           modalias                  resource

./sys/devices/pci0000:00/0000:00:08.0/link:

./sys/devices/pci0000:00/0000:00:08.0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:0d.0:
ari_enabled               dbc_poll_interval_ms      local_cpulist             resource
broken_parity_status      device                    local_cpus                resource0
class                     dma_mask_bits             modalias                  revision
config                    driver                    msi_bus                   subsystem
consistent_dma_mask_bits  driver_override           msi_irqs                  subsystem_device
d3cold_allowed            enable                    numa_node                 subsystem_vendor
dbc                       firmware_node             pools                     uevent
dbc_bInterfaceProtocol    iommu                     power                     usb1
dbc_bcdDevice             iommu_group               power_state               usb2
dbc_idProduct             irq                       remove                    vendor
dbc_idVendor              link                      rescan                    wakeup

./sys/devices/pci0000:00/0000:00:0d.0/link:

./sys/devices/pci0000:00/0000:00:0d.0/msi_irqs:
127  128  129  130  131  132  133  134

./sys/devices/pci0000:00/0000:00:0d.0/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/pci0000:00/0000:00:0d.0/usb1:
1-0:1.0                       busnum                        maxchild
authorized                    configuration                 power
authorized_default            descriptors                   product
avoid_reset_quirk             dev                           quirks
bConfigurationValue           devnum                        removable
bDeviceClass                  devpath                       remove
bDeviceProtocol               driver                        rx_lanes
bDeviceSubClass               ep_00                         serial
bMaxPacketSize0               firmware_node                 speed
bMaxPower                     idProduct                     subsystem
bNumConfigurations            idVendor                      tx_lanes
bNumInterfaces                interface_authorized_default  uevent
bcdDevice                     ltm_capable                   urbnum
bmAttributes                  manufacturer                  version

./sys/devices/pci0000:00/0000:00:0d.0/usb1/1-0:1.0:
authorized            bInterfaceProtocol    ep_81                 subsystem
bAlternateSetting     bInterfaceSubClass    firmware_node         supports_autosuspend
bInterfaceClass       bNumEndpoints         modalias              uevent
bInterfaceNumber      driver                power                 usb1-port1

./sys/devices/pci0000:00/0000:00:0d.0/usb1/1-0:1.0/ep_81:
bEndpointAddress  bLength           direction         power             uevent
bInterval         bmAttributes      interval          type              wMaxPacketSize

./sys/devices/pci0000:00/0000:00:0d.0/usb1/1-0:1.0/ep_81/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:0d.0/usb1/1-0:1.0/power:

./sys/devices/pci0000:00/0000:00:0d.0/usb1/1-0:1.0/usb1-port1:
connect_type          firmware_node         physical_location     state
disable               location              power                 uevent
early_stop            over_current_count    quirks                waiting_for_supplier

./sys/devices/pci0000:00/0000:00:0d.0/usb1/1-0:1.0/usb1-port1/physical_location:
dock                 horizontal_position  lid                  panel                vertical_position

./sys/devices/pci0000:00/0000:00:0d.0/usb1/1-0:1.0/usb1-port1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:0d.0/usb1/ep_00:
bEndpointAddress  bLength           direction         power             uevent
bInterval         bmAttributes      interval          type              wMaxPacketSize

./sys/devices/pci0000:00/0000:00:0d.0/usb1/ep_00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:0d.0/usb1/power:
active_duration         level                   wakeup_abort_count      wakeup_last_time_ms
autosuspend             runtime_active_time     wakeup_active           wakeup_max_time_ms
autosuspend_delay_ms    runtime_status          wakeup_active_count     wakeup_total_time_ms
connected_duration      runtime_suspended_time  wakeup_count
control                 wakeup                  wakeup_expire_count

./sys/devices/pci0000:00/0000:00:0d.0/usb2:
2-0:1.0                       busnum                        power
authorized                    configuration                 product
authorized_default            descriptors                   quirks
avoid_reset_quirk             dev                           removable
bConfigurationValue           devnum                        remove
bDeviceClass                  devpath                       rx_lanes
bDeviceProtocol               driver                        serial
bDeviceSubClass               ep_00                         speed
bMaxPacketSize0               firmware_node                 subsystem
bMaxPower                     idProduct                     tx_lanes
bNumConfigurations            idVendor                      uevent
bNumInterfaces                interface_authorized_default  urbnum
bcdDevice                     ltm_capable                   version
bmAttributes                  manufacturer
bos_descriptors               maxchild

./sys/devices/pci0000:00/0000:00:0d.0/usb2/2-0:1.0:
authorized            bInterfaceSubClass    modalias              usb2-port1
bAlternateSetting     bNumEndpoints         power                 usb2-port2
bInterfaceClass       driver                subsystem             usb2-port3
bInterfaceNumber      ep_81                 supports_autosuspend  usb2-port4
bInterfaceProtocol    firmware_node         uevent

./sys/devices/pci0000:00/0000:00:0d.0/usb2/2-0:1.0/ep_81:
bEndpointAddress  bLength           direction         power             uevent
bInterval         bmAttributes      interval          type              wMaxPacketSize

./sys/devices/pci0000:00/0000:00:0d.0/usb2/2-0:1.0/ep_81/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:0d.0/usb2/2-0:1.0/power:

./sys/devices/pci0000:00/0000:00:0d.0/usb2/2-0:1.0/usb2-port1:
connect_type          location              quirks                waiting_for_supplier
disable               over_current_count    state
early_stop            physical_location     uevent
firmware_node         power                 usb3_lpm_permit

./sys/devices/pci0000:00/0000:00:0d.0/usb2/2-0:1.0/usb2-port1/physical_location:
dock                 horizontal_position  lid                  panel                vertical_position

./sys/devices/pci0000:00/0000:00:0d.0/usb2/2-0:1.0/usb2-port1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:0d.0/usb2/2-0:1.0/usb2-port2:
connect_type          firmware_node         power                 usb3_lpm_permit
connector             location              quirks                waiting_for_supplier
disable               over_current_count    state
early_stop            physical_location     uevent

./sys/devices/pci0000:00/0000:00:0d.0/usb2/2-0:1.0/usb2-port2/physical_location:
dock                 horizontal_position  lid                  panel                vertical_position

./sys/devices/pci0000:00/0000:00:0d.0/usb2/2-0:1.0/usb2-port2/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:0d.0/usb2/2-0:1.0/usb2-port3:
connect_type          firmware_node         power                 usb3_lpm_permit
connector             location              quirks                waiting_for_supplier
disable               over_current_count    state
early_stop            physical_location     uevent

./sys/devices/pci0000:00/0000:00:0d.0/usb2/2-0:1.0/usb2-port3/physical_location:
dock                 horizontal_position  lid                  panel                vertical_position

./sys/devices/pci0000:00/0000:00:0d.0/usb2/2-0:1.0/usb2-port3/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:0d.0/usb2/2-0:1.0/usb2-port4:
connect_type          location              quirks                waiting_for_supplier
disable               over_current_count    state
early_stop            physical_location     uevent
firmware_node         power                 usb3_lpm_permit

./sys/devices/pci0000:00/0000:00:0d.0/usb2/2-0:1.0/usb2-port4/physical_location:
dock                 horizontal_position  lid                  panel                vertical_position

./sys/devices/pci0000:00/0000:00:0d.0/usb2/2-0:1.0/usb2-port4/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:0d.0/usb2/ep_00:
bEndpointAddress  bLength           direction         power             uevent
bInterval         bmAttributes      interval          type              wMaxPacketSize

./sys/devices/pci0000:00/0000:00:0d.0/usb2/ep_00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:0d.0/usb2/power:
active_duration         level                   usb3_hardware_lpm_u2    wakeup_count
autosuspend             runtime_active_time     wakeup                  wakeup_expire_count
autosuspend_delay_ms    runtime_status          wakeup_abort_count      wakeup_last_time_ms
connected_duration      runtime_suspended_time  wakeup_active           wakeup_max_time_ms
control                 usb3_hardware_lpm_u1    wakeup_active_count     wakeup_total_time_ms

./sys/devices/pci0000:00/0000:00:0d.0/wakeup:
wakeup31

./sys/devices/pci0000:00/0000:00:0d.0/wakeup/wakeup31:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/pci0000:00/0000:00:0d.2:
ari_enabled               driver_override           msi_bus                   resource2
broken_parity_status      enable                    msi_irqs                  revision
class                     firmware_node             numa_node                 subsystem
config                    iommu                     pools                     subsystem_device
consistent_dma_mask_bits  iommu_group               power                     subsystem_vendor
d3cold_allowed            irq                       power_state               uevent
device                    link                      remove                    vendor
dma_mask_bits             local_cpulist             rescan                    wakeup
domain0                   local_cpus                resource
driver                    modalias                  resource0

./sys/devices/pci0000:00/0000:00:0d.2/domain0:
0-0                   iommu_dma_protection  security              uevent
deauthorization       power                 subsystem             wakeup

./sys/devices/pci0000:00/0000:00:0d.2/domain0/0-0:
authorized  generation  power       subsystem   uevent      unique_id   wakeup

./sys/devices/pci0000:00/0000:00:0d.2/domain0/0-0/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/pci0000:00/0000:00:0d.2/domain0/0-0/wakeup:
wakeup57

./sys/devices/pci0000:00/0000:00:0d.2/domain0/0-0/wakeup/wakeup57:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/pci0000:00/0000:00:0d.2/domain0/power:
wakeup                wakeup_active_count   wakeup_last_time_ms
wakeup_abort_count    wakeup_count          wakeup_max_time_ms
wakeup_active         wakeup_expire_count   wakeup_total_time_ms

./sys/devices/pci0000:00/0000:00:0d.2/domain0/wakeup:
wakeup58

./sys/devices/pci0000:00/0000:00:0d.2/domain0/wakeup/wakeup58:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/pci0000:00/0000:00:0d.2/link:

./sys/devices/pci0000:00/0000:00:0d.2/msi_irqs:
154  155  156  157  158  159  160  161  162  163  164  165  166  167  168  169

./sys/devices/pci0000:00/0000:00:0d.2/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/pci0000:00/0000:00:0d.2/wakeup:
wakeup59

./sys/devices/pci0000:00/0000:00:0d.2/wakeup/wakeup59:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/pci0000:00/0000:00:0d.3:
ari_enabled               driver_override           msi_bus                   resource2
broken_parity_status      enable                    msi_irqs                  revision
class                     firmware_node             numa_node                 subsystem
config                    iommu                     pools                     subsystem_device
consistent_dma_mask_bits  iommu_group               power                     subsystem_vendor
d3cold_allowed            irq                       power_state               uevent
device                    link                      remove                    vendor
dma_mask_bits             local_cpulist             rescan                    wakeup
domain1                   local_cpus                resource
driver                    modalias                  resource0

./sys/devices/pci0000:00/0000:00:0d.3/domain1:
1-0                   iommu_dma_protection  security              uevent
deauthorization       power                 subsystem             wakeup

./sys/devices/pci0000:00/0000:00:0d.3/domain1/1-0:
authorized  generation  power       subsystem   uevent      unique_id   wakeup

./sys/devices/pci0000:00/0000:00:0d.3/domain1/1-0/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/pci0000:00/0000:00:0d.3/domain1/1-0/wakeup:
wakeup61

./sys/devices/pci0000:00/0000:00:0d.3/domain1/1-0/wakeup/wakeup61:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/pci0000:00/0000:00:0d.3/domain1/power:
wakeup                wakeup_active_count   wakeup_last_time_ms
wakeup_abort_count    wakeup_count          wakeup_max_time_ms
wakeup_active         wakeup_expire_count   wakeup_total_time_ms

./sys/devices/pci0000:00/0000:00:0d.3/domain1/wakeup:
wakeup62

./sys/devices/pci0000:00/0000:00:0d.3/domain1/wakeup/wakeup62:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/pci0000:00/0000:00:0d.3/link:

./sys/devices/pci0000:00/0000:00:0d.3/msi_irqs:
181  182  183  184  185  186  187  188  189  190  191  192  193  194  195  196

./sys/devices/pci0000:00/0000:00:0d.3/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/pci0000:00/0000:00:0d.3/wakeup:
wakeup63

./sys/devices/pci0000:00/0000:00:0d.3/wakeup/wakeup63:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/pci0000:00/0000:00:12.0:
ari_enabled                             msi_bus
broken_parity_status                    numa_node
class                                   power
config                                  power_state
consistent_dma_mask_bits                remove
d3cold_allowed                          rescan
device                                  resource
dma_mask_bits                           resource0
driver                                  revision
driver_override                         subsystem
enable                                  subsystem_device
firmware_node                           subsystem_vendor
iommu                                   uevent
iommu_group                             vendor
irq                                     {1F050626-D505-4E94-B189-535D7DE19CF2}
link                                    {28536C54-CF99-4F27-A6F3-499741BAADFE}
local_cpulist                           {33AECD58-B679-4E54-9BD9-A04D34F0C226}
local_cpus                              {BB579A2E-CC54-4450-B1D0-5E7520DCAD25}
modalias                                {C1CC78B9-B693-4E54-9191-5169CB027C25}

./sys/devices/pci0000:00/0000:00:12.0/link:

./sys/devices/pci0000:00/0000:00:12.0/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/pci0000:00/0000:00:12.0/{1F050626-D505-4E94-B189-535D7DE19CF2}:
modalias   power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:12.0/{1F050626-D505-4E94-B189-535D7DE19CF2}/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:12.0/{28536C54-CF99-4F27-A6F3-499741BAADFE}:
modalias   power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:12.0/{28536C54-CF99-4F27-A6F3-499741BAADFE}/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}:
001F:8087:0AC2.0003  modalias             subsystem
driver               power                uevent

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003:
HID-SENSOR-200001.1.auto  HID-SENSOR-2000e1.5.auto  hidraw                    subsystem
HID-SENSOR-2000e1.2.auto  HID-SENSOR-2000e1.6.auto  modalias                  uevent
HID-SENSOR-2000e1.3.auto  country                   power
HID-SENSOR-2000e1.4.auto  driver                    report_descriptor

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-200001.1.auto:
driver_override  modalias         power            subsystem        uevent

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-200001.1.auto/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.2.auto:
driver            feature-4-200304  feature-b-20031a  input-3-20055e    modalias
driver_override   feature-5-20030e  feature-c-20031b  input-4-200529    power
enable_sensor     feature-6-200308  feature-d-200302  input-5-20052b    subsystem
feature-0-200316  feature-7-200307  feature-e-2014b2  input-6-2004b1    uevent
feature-1-200201  feature-8-200306  input-0-200201    input-7-2004b2
feature-2-200309  feature-9-200305  input-1-200202    input-8-200544
feature-3-200319  feature-a-200301  input-2-20055f    input-9-200541

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.2.auto/feature-0-200316:
feature-0-200316-maximum    feature-0-200316-size       feature-0-200316-value
feature-0-200316-minimum    feature-0-200316-unit-expo
feature-0-200316-name       feature-0-200316-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.2.auto/feature-1-200201:
feature-1-200201-maximum    feature-1-200201-size       feature-1-200201-value
feature-1-200201-minimum    feature-1-200201-unit-expo
feature-1-200201-name       feature-1-200201-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.2.auto/feature-2-200309:
feature-2-200309-maximum    feature-2-200309-size       feature-2-200309-value
feature-2-200309-minimum    feature-2-200309-unit-expo
feature-2-200309-name       feature-2-200309-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.2.auto/feature-3-200319:
feature-3-200319-maximum    feature-3-200319-size       feature-3-200319-value
feature-3-200319-minimum    feature-3-200319-unit-expo
feature-3-200319-name       feature-3-200319-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.2.auto/feature-4-200304:
feature-4-200304-maximum    feature-4-200304-size       feature-4-200304-value
feature-4-200304-minimum    feature-4-200304-unit-expo
feature-4-200304-name       feature-4-200304-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.2.auto/feature-5-20030e:
feature-5-20030e-maximum    feature-5-20030e-size       feature-5-20030e-value
feature-5-20030e-minimum    feature-5-20030e-unit-expo
feature-5-20030e-name       feature-5-20030e-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.2.auto/feature-6-200308:
feature-6-200308-maximum    feature-6-200308-size       feature-6-200308-value
feature-6-200308-minimum    feature-6-200308-unit-expo
feature-6-200308-name       feature-6-200308-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.2.auto/feature-7-200307:
feature-7-200307-maximum    feature-7-200307-size       feature-7-200307-value
feature-7-200307-minimum    feature-7-200307-unit-expo
feature-7-200307-name       feature-7-200307-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.2.auto/feature-8-200306:
feature-8-200306-maximum    feature-8-200306-size       feature-8-200306-value
feature-8-200306-minimum    feature-8-200306-unit-expo
feature-8-200306-name       feature-8-200306-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.2.auto/feature-9-200305:
feature-9-200305-maximum    feature-9-200305-size       feature-9-200305-value
feature-9-200305-minimum    feature-9-200305-unit-expo
feature-9-200305-name       feature-9-200305-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.2.auto/feature-a-200301:
feature-a-200301-maximum    feature-a-200301-size       feature-a-200301-value
feature-a-200301-minimum    feature-a-200301-unit-expo
feature-a-200301-name       feature-a-200301-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.2.auto/feature-b-20031a:
feature-b-20031a-maximum    feature-b-20031a-size       feature-b-20031a-value
feature-b-20031a-minimum    feature-b-20031a-unit-expo
feature-b-20031a-name       feature-b-20031a-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.2.auto/feature-c-20031b:
feature-c-20031b-maximum    feature-c-20031b-size       feature-c-20031b-value
feature-c-20031b-minimum    feature-c-20031b-unit-expo
feature-c-20031b-name       feature-c-20031b-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.2.auto/feature-d-200302:
feature-d-200302-maximum    feature-d-200302-size       feature-d-200302-value
feature-d-200302-minimum    feature-d-200302-unit-expo
feature-d-200302-name       feature-d-200302-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.2.auto/feature-e-2014b2:
feature-e-2014b2-maximum    feature-e-2014b2-size       feature-e-2014b2-value
feature-e-2014b2-minimum    feature-e-2014b2-unit-expo
feature-e-2014b2-name       feature-e-2014b2-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.2.auto/input-0-200201:
input-0-200201-maximum    input-0-200201-name       input-0-200201-unit-expo  input-0-200201-value
input-0-200201-minimum    input-0-200201-size       input-0-200201-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.2.auto/input-1-200202:
input-1-200202-maximum    input-1-200202-name       input-1-200202-unit-expo  input-1-200202-value
input-1-200202-minimum    input-1-200202-size       input-1-200202-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.2.auto/input-2-20055f:
input-2-20055f-maximum    input-2-20055f-name       input-2-20055f-unit-expo  input-2-20055f-value
input-2-20055f-minimum    input-2-20055f-size       input-2-20055f-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.2.auto/input-3-20055e:
input-3-20055e-maximum    input-3-20055e-name       input-3-20055e-unit-expo  input-3-20055e-value
input-3-20055e-minimum    input-3-20055e-size       input-3-20055e-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.2.auto/input-4-200529:
input-4-200529-maximum    input-4-200529-name       input-4-200529-unit-expo  input-4-200529-value
input-4-200529-minimum    input-4-200529-size       input-4-200529-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.2.auto/input-5-20052b:
input-5-20052b-maximum    input-5-20052b-name       input-5-20052b-unit-expo  input-5-20052b-value
input-5-20052b-minimum    input-5-20052b-size       input-5-20052b-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.2.auto/input-6-2004b1:
input-6-2004b1-maximum    input-6-2004b1-name       input-6-2004b1-unit-expo  input-6-2004b1-value
input-6-2004b1-minimum    input-6-2004b1-size       input-6-2004b1-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.2.auto/input-7-2004b2:
input-7-2004b2-maximum    input-7-2004b2-name       input-7-2004b2-unit-expo  input-7-2004b2-value
input-7-2004b2-minimum    input-7-2004b2-size       input-7-2004b2-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.2.auto/input-8-200544:
input-8-200544-maximum    input-8-200544-name       input-8-200544-unit-expo  input-8-200544-value
input-8-200544-minimum    input-8-200544-size       input-8-200544-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.2.auto/input-9-200541:
input-9-200541-maximum    input-9-200541-name       input-9-200541-unit-expo  input-9-200541-value
input-9-200541-minimum    input-9-200541-size       input-9-200541-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.2.auto/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.3.auto:
driver            feature-3-200319  feature-9-200305  input-0-200201    input-6-200544
driver_override   feature-4-200304  feature-a-200301  input-1-200202    input-7-200541
enable_sensor     feature-5-20030e  feature-b-20031a  input-2-20055f    modalias
feature-0-200316  feature-6-200308  feature-c-20031b  input-3-20055e    power
feature-1-200201  feature-7-200307  feature-d-200302  input-4-200529    subsystem
feature-2-200309  feature-8-200306  feature-e-201544  input-5-20052b    uevent

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.3.auto/feature-0-200316:
feature-0-200316-maximum    feature-0-200316-size       feature-0-200316-value
feature-0-200316-minimum    feature-0-200316-unit-expo
feature-0-200316-name       feature-0-200316-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.3.auto/feature-1-200201:
feature-1-200201-maximum    feature-1-200201-size       feature-1-200201-value
feature-1-200201-minimum    feature-1-200201-unit-expo
feature-1-200201-name       feature-1-200201-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.3.auto/feature-2-200309:
feature-2-200309-maximum    feature-2-200309-size       feature-2-200309-value
feature-2-200309-minimum    feature-2-200309-unit-expo
feature-2-200309-name       feature-2-200309-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.3.auto/feature-3-200319:
feature-3-200319-maximum    feature-3-200319-size       feature-3-200319-value
feature-3-200319-minimum    feature-3-200319-unit-expo
feature-3-200319-name       feature-3-200319-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.3.auto/feature-4-200304:
feature-4-200304-maximum    feature-4-200304-size       feature-4-200304-value
feature-4-200304-minimum    feature-4-200304-unit-expo
feature-4-200304-name       feature-4-200304-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.3.auto/feature-5-20030e:
feature-5-20030e-maximum    feature-5-20030e-size       feature-5-20030e-value
feature-5-20030e-minimum    feature-5-20030e-unit-expo
feature-5-20030e-name       feature-5-20030e-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.3.auto/feature-6-200308:
feature-6-200308-maximum    feature-6-200308-size       feature-6-200308-value
feature-6-200308-minimum    feature-6-200308-unit-expo
feature-6-200308-name       feature-6-200308-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.3.auto/feature-7-200307:
feature-7-200307-maximum    feature-7-200307-size       feature-7-200307-value
feature-7-200307-minimum    feature-7-200307-unit-expo
feature-7-200307-name       feature-7-200307-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.3.auto/feature-8-200306:
feature-8-200306-maximum    feature-8-200306-size       feature-8-200306-value
feature-8-200306-minimum    feature-8-200306-unit-expo
feature-8-200306-name       feature-8-200306-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.3.auto/feature-9-200305:
feature-9-200305-maximum    feature-9-200305-size       feature-9-200305-value
feature-9-200305-minimum    feature-9-200305-unit-expo
feature-9-200305-name       feature-9-200305-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.3.auto/feature-a-200301:
feature-a-200301-maximum    feature-a-200301-size       feature-a-200301-value
feature-a-200301-minimum    feature-a-200301-unit-expo
feature-a-200301-name       feature-a-200301-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.3.auto/feature-b-20031a:
feature-b-20031a-maximum    feature-b-20031a-size       feature-b-20031a-value
feature-b-20031a-minimum    feature-b-20031a-unit-expo
feature-b-20031a-name       feature-b-20031a-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.3.auto/feature-c-20031b:
feature-c-20031b-maximum    feature-c-20031b-size       feature-c-20031b-value
feature-c-20031b-minimum    feature-c-20031b-unit-expo
feature-c-20031b-name       feature-c-20031b-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.3.auto/feature-d-200302:
feature-d-200302-maximum    feature-d-200302-size       feature-d-200302-value
feature-d-200302-minimum    feature-d-200302-unit-expo
feature-d-200302-name       feature-d-200302-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.3.auto/feature-e-201544:
feature-e-201544-maximum    feature-e-201544-size       feature-e-201544-value
feature-e-201544-minimum    feature-e-201544-unit-expo
feature-e-201544-name       feature-e-201544-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.3.auto/input-0-200201:
input-0-200201-maximum    input-0-200201-name       input-0-200201-unit-expo  input-0-200201-value
input-0-200201-minimum    input-0-200201-size       input-0-200201-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.3.auto/input-1-200202:
input-1-200202-maximum    input-1-200202-name       input-1-200202-unit-expo  input-1-200202-value
input-1-200202-minimum    input-1-200202-size       input-1-200202-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.3.auto/input-2-20055f:
input-2-20055f-maximum    input-2-20055f-name       input-2-20055f-unit-expo  input-2-20055f-value
input-2-20055f-minimum    input-2-20055f-size       input-2-20055f-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.3.auto/input-3-20055e:
input-3-20055e-maximum    input-3-20055e-name       input-3-20055e-unit-expo  input-3-20055e-value
input-3-20055e-minimum    input-3-20055e-size       input-3-20055e-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.3.auto/input-4-200529:
input-4-200529-maximum    input-4-200529-name       input-4-200529-unit-expo  input-4-200529-value
input-4-200529-minimum    input-4-200529-size       input-4-200529-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.3.auto/input-5-20052b:
input-5-20052b-maximum    input-5-20052b-name       input-5-20052b-unit-expo  input-5-20052b-value
input-5-20052b-minimum    input-5-20052b-size       input-5-20052b-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.3.auto/input-6-200544:
input-6-200544-maximum    input-6-200544-name       input-6-200544-unit-expo  input-6-200544-value
input-6-200544-minimum    input-6-200544-size       input-6-200544-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.3.auto/input-7-200541:
input-7-200541-maximum    input-7-200541-name       input-7-200541-unit-expo  input-7-200541-value
input-7-200541-minimum    input-7-200541-size       input-7-200541-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.3.auto/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.4.auto:
driver            feature-4-200304  feature-b-20031a  input-3-20055e    modalias
driver_override   feature-5-20030e  feature-c-20031b  input-4-200529    power
enable_sensor     feature-6-200308  feature-d-200302  input-5-20052b    subsystem
feature-0-200316  feature-7-200307  feature-e-201544  input-6-200544    uevent
feature-1-200201  feature-8-200306  input-0-200201    input-7-200545
feature-2-200309  feature-9-200305  input-1-200202    input-8-200546
feature-3-200319  feature-a-200301  input-2-20055f    input-9-200541

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.4.auto/feature-0-200316:
feature-0-200316-maximum    feature-0-200316-size       feature-0-200316-value
feature-0-200316-minimum    feature-0-200316-unit-expo
feature-0-200316-name       feature-0-200316-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.4.auto/feature-1-200201:
feature-1-200201-maximum    feature-1-200201-size       feature-1-200201-value
feature-1-200201-minimum    feature-1-200201-unit-expo
feature-1-200201-name       feature-1-200201-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.4.auto/feature-2-200309:
feature-2-200309-maximum    feature-2-200309-size       feature-2-200309-value
feature-2-200309-minimum    feature-2-200309-unit-expo
feature-2-200309-name       feature-2-200309-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.4.auto/feature-3-200319:
feature-3-200319-maximum    feature-3-200319-size       feature-3-200319-value
feature-3-200319-minimum    feature-3-200319-unit-expo
feature-3-200319-name       feature-3-200319-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.4.auto/feature-4-200304:
feature-4-200304-maximum    feature-4-200304-size       feature-4-200304-value
feature-4-200304-minimum    feature-4-200304-unit-expo
feature-4-200304-name       feature-4-200304-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.4.auto/feature-5-20030e:
feature-5-20030e-maximum    feature-5-20030e-size       feature-5-20030e-value
feature-5-20030e-minimum    feature-5-20030e-unit-expo
feature-5-20030e-name       feature-5-20030e-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.4.auto/feature-6-200308:
feature-6-200308-maximum    feature-6-200308-size       feature-6-200308-value
feature-6-200308-minimum    feature-6-200308-unit-expo
feature-6-200308-name       feature-6-200308-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.4.auto/feature-7-200307:
feature-7-200307-maximum    feature-7-200307-size       feature-7-200307-value
feature-7-200307-minimum    feature-7-200307-unit-expo
feature-7-200307-name       feature-7-200307-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.4.auto/feature-8-200306:
feature-8-200306-maximum    feature-8-200306-size       feature-8-200306-value
feature-8-200306-minimum    feature-8-200306-unit-expo
feature-8-200306-name       feature-8-200306-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.4.auto/feature-9-200305:
feature-9-200305-maximum    feature-9-200305-size       feature-9-200305-value
feature-9-200305-minimum    feature-9-200305-unit-expo
feature-9-200305-name       feature-9-200305-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.4.auto/feature-a-200301:
feature-a-200301-maximum    feature-a-200301-size       feature-a-200301-value
feature-a-200301-minimum    feature-a-200301-unit-expo
feature-a-200301-name       feature-a-200301-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.4.auto/feature-b-20031a:
feature-b-20031a-maximum    feature-b-20031a-size       feature-b-20031a-value
feature-b-20031a-minimum    feature-b-20031a-unit-expo
feature-b-20031a-name       feature-b-20031a-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.4.auto/feature-c-20031b:
feature-c-20031b-maximum    feature-c-20031b-size       feature-c-20031b-value
feature-c-20031b-minimum    feature-c-20031b-unit-expo
feature-c-20031b-name       feature-c-20031b-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.4.auto/feature-d-200302:
feature-d-200302-maximum    feature-d-200302-size       feature-d-200302-value
feature-d-200302-minimum    feature-d-200302-unit-expo
feature-d-200302-name       feature-d-200302-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.4.auto/feature-e-201544:
feature-e-201544-maximum    feature-e-201544-size       feature-e-201544-value
feature-e-201544-minimum    feature-e-201544-unit-expo
feature-e-201544-name       feature-e-201544-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.4.auto/input-0-200201:
input-0-200201-maximum    input-0-200201-name       input-0-200201-unit-expo  input-0-200201-value
input-0-200201-minimum    input-0-200201-size       input-0-200201-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.4.auto/input-1-200202:
input-1-200202-maximum    input-1-200202-name       input-1-200202-unit-expo  input-1-200202-value
input-1-200202-minimum    input-1-200202-size       input-1-200202-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.4.auto/input-2-20055f:
input-2-20055f-maximum    input-2-20055f-name       input-2-20055f-unit-expo  input-2-20055f-value
input-2-20055f-minimum    input-2-20055f-size       input-2-20055f-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.4.auto/input-3-20055e:
input-3-20055e-maximum    input-3-20055e-name       input-3-20055e-unit-expo  input-3-20055e-value
input-3-20055e-minimum    input-3-20055e-size       input-3-20055e-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.4.auto/input-4-200529:
input-4-200529-maximum    input-4-200529-name       input-4-200529-unit-expo  input-4-200529-value
input-4-200529-minimum    input-4-200529-size       input-4-200529-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.4.auto/input-5-20052b:
input-5-20052b-maximum    input-5-20052b-name       input-5-20052b-unit-expo  input-5-20052b-value
input-5-20052b-minimum    input-5-20052b-size       input-5-20052b-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.4.auto/input-6-200544:
input-6-200544-maximum    input-6-200544-name       input-6-200544-unit-expo  input-6-200544-value
input-6-200544-minimum    input-6-200544-size       input-6-200544-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.4.auto/input-7-200545:
input-7-200545-maximum    input-7-200545-name       input-7-200545-unit-expo  input-7-200545-value
input-7-200545-minimum    input-7-200545-size       input-7-200545-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.4.auto/input-8-200546:
input-8-200546-maximum    input-8-200546-name       input-8-200546-unit-expo  input-8-200546-value
input-8-200546-minimum    input-8-200546-size       input-8-200546-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.4.auto/input-9-200541:
input-9-200541-maximum    input-9-200541-name       input-9-200541-unit-expo  input-9-200541-value
input-9-200541-minimum    input-9-200541-size       input-9-200541-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.4.auto/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.5.auto:
driver            feature-4-200304  feature-b-20031a  input-3-20055e    modalias
driver_override   feature-5-20030e  feature-c-20031b  input-4-200529    power
enable_sensor     feature-6-200308  feature-d-200302  input-5-20052b    subsystem
feature-0-200316  feature-7-200307  feature-e-201544  input-6-200544    uevent
feature-1-200201  feature-8-200306  input-0-200201    input-7-200545
feature-2-200309  feature-9-200305  input-1-200202    input-8-200546
feature-3-200319  feature-a-200301  input-2-20055f    input-9-200547

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.5.auto/feature-0-200316:
feature-0-200316-maximum    feature-0-200316-size       feature-0-200316-value
feature-0-200316-minimum    feature-0-200316-unit-expo
feature-0-200316-name       feature-0-200316-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.5.auto/feature-1-200201:
feature-1-200201-maximum    feature-1-200201-size       feature-1-200201-value
feature-1-200201-minimum    feature-1-200201-unit-expo
feature-1-200201-name       feature-1-200201-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.5.auto/feature-2-200309:
feature-2-200309-maximum    feature-2-200309-size       feature-2-200309-value
feature-2-200309-minimum    feature-2-200309-unit-expo
feature-2-200309-name       feature-2-200309-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.5.auto/feature-3-200319:
feature-3-200319-maximum    feature-3-200319-size       feature-3-200319-value
feature-3-200319-minimum    feature-3-200319-unit-expo
feature-3-200319-name       feature-3-200319-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.5.auto/feature-4-200304:
feature-4-200304-maximum    feature-4-200304-size       feature-4-200304-value
feature-4-200304-minimum    feature-4-200304-unit-expo
feature-4-200304-name       feature-4-200304-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.5.auto/feature-5-20030e:
feature-5-20030e-maximum    feature-5-20030e-size       feature-5-20030e-value
feature-5-20030e-minimum    feature-5-20030e-unit-expo
feature-5-20030e-name       feature-5-20030e-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.5.auto/feature-6-200308:
feature-6-200308-maximum    feature-6-200308-size       feature-6-200308-value
feature-6-200308-minimum    feature-6-200308-unit-expo
feature-6-200308-name       feature-6-200308-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.5.auto/feature-7-200307:
feature-7-200307-maximum    feature-7-200307-size       feature-7-200307-value
feature-7-200307-minimum    feature-7-200307-unit-expo
feature-7-200307-name       feature-7-200307-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.5.auto/feature-8-200306:
feature-8-200306-maximum    feature-8-200306-size       feature-8-200306-value
feature-8-200306-minimum    feature-8-200306-unit-expo
feature-8-200306-name       feature-8-200306-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.5.auto/feature-9-200305:
feature-9-200305-maximum    feature-9-200305-size       feature-9-200305-value
feature-9-200305-minimum    feature-9-200305-unit-expo
feature-9-200305-name       feature-9-200305-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.5.auto/feature-a-200301:
feature-a-200301-maximum    feature-a-200301-size       feature-a-200301-value
feature-a-200301-minimum    feature-a-200301-unit-expo
feature-a-200301-name       feature-a-200301-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.5.auto/feature-b-20031a:
feature-b-20031a-maximum    feature-b-20031a-size       feature-b-20031a-value
feature-b-20031a-minimum    feature-b-20031a-unit-expo
feature-b-20031a-name       feature-b-20031a-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.5.auto/feature-c-20031b:
feature-c-20031b-maximum    feature-c-20031b-size       feature-c-20031b-value
feature-c-20031b-minimum    feature-c-20031b-unit-expo
feature-c-20031b-name       feature-c-20031b-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.5.auto/feature-d-200302:
feature-d-200302-maximum    feature-d-200302-size       feature-d-200302-value
feature-d-200302-minimum    feature-d-200302-unit-expo
feature-d-200302-name       feature-d-200302-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.5.auto/feature-e-201544:
feature-e-201544-maximum    feature-e-201544-size       feature-e-201544-value
feature-e-201544-minimum    feature-e-201544-unit-expo
feature-e-201544-name       feature-e-201544-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.5.auto/input-0-200201:
input-0-200201-maximum    input-0-200201-name       input-0-200201-unit-expo  input-0-200201-value
input-0-200201-minimum    input-0-200201-size       input-0-200201-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.5.auto/input-1-200202:
input-1-200202-maximum    input-1-200202-name       input-1-200202-unit-expo  input-1-200202-value
input-1-200202-minimum    input-1-200202-size       input-1-200202-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.5.auto/input-2-20055f:
input-2-20055f-maximum    input-2-20055f-name       input-2-20055f-unit-expo  input-2-20055f-value
input-2-20055f-minimum    input-2-20055f-size       input-2-20055f-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.5.auto/input-3-20055e:
input-3-20055e-maximum    input-3-20055e-name       input-3-20055e-unit-expo  input-3-20055e-value
input-3-20055e-minimum    input-3-20055e-size       input-3-20055e-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.5.auto/input-4-200529:
input-4-200529-maximum    input-4-200529-name       input-4-200529-unit-expo  input-4-200529-value
input-4-200529-minimum    input-4-200529-size       input-4-200529-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.5.auto/input-5-20052b:
input-5-20052b-maximum    input-5-20052b-name       input-5-20052b-unit-expo  input-5-20052b-value
input-5-20052b-minimum    input-5-20052b-size       input-5-20052b-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.5.auto/input-6-200544:
input-6-200544-maximum    input-6-200544-name       input-6-200544-unit-expo  input-6-200544-value
input-6-200544-minimum    input-6-200544-size       input-6-200544-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.5.auto/input-7-200545:
input-7-200545-maximum    input-7-200545-name       input-7-200545-unit-expo  input-7-200545-value
input-7-200545-minimum    input-7-200545-size       input-7-200545-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.5.auto/input-8-200546:
input-8-200546-maximum    input-8-200546-name       input-8-200546-unit-expo  input-8-200546-value
input-8-200546-minimum    input-8-200546-size       input-8-200546-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.5.auto/input-9-200547:
input-9-200547-maximum    input-9-200547-name       input-9-200547-unit-expo  input-9-200547-value
input-9-200547-minimum    input-9-200547-size       input-9-200547-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.5.auto/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.6.auto:
driver            feature-3-200319  feature-9-200305  input-0-200201    input-6-200544
driver_override   feature-4-200304  feature-a-200301  input-1-200202    modalias
enable_sensor     feature-5-20030e  feature-b-20031a  input-2-20055f    power
feature-0-200316  feature-6-200308  feature-c-20031b  input-3-20055e    subsystem
feature-1-200201  feature-7-200307  feature-d-200302  input-4-200529    uevent
feature-2-200309  feature-8-200306  feature-e-201544  input-5-20052b

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.6.auto/feature-0-200316:
feature-0-200316-maximum    feature-0-200316-size       feature-0-200316-value
feature-0-200316-minimum    feature-0-200316-unit-expo
feature-0-200316-name       feature-0-200316-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.6.auto/feature-1-200201:
feature-1-200201-maximum    feature-1-200201-size       feature-1-200201-value
feature-1-200201-minimum    feature-1-200201-unit-expo
feature-1-200201-name       feature-1-200201-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.6.auto/feature-2-200309:
feature-2-200309-maximum    feature-2-200309-size       feature-2-200309-value
feature-2-200309-minimum    feature-2-200309-unit-expo
feature-2-200309-name       feature-2-200309-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.6.auto/feature-3-200319:
feature-3-200319-maximum    feature-3-200319-size       feature-3-200319-value
feature-3-200319-minimum    feature-3-200319-unit-expo
feature-3-200319-name       feature-3-200319-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.6.auto/feature-4-200304:
feature-4-200304-maximum    feature-4-200304-size       feature-4-200304-value
feature-4-200304-minimum    feature-4-200304-unit-expo
feature-4-200304-name       feature-4-200304-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.6.auto/feature-5-20030e:
feature-5-20030e-maximum    feature-5-20030e-size       feature-5-20030e-value
feature-5-20030e-minimum    feature-5-20030e-unit-expo
feature-5-20030e-name       feature-5-20030e-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.6.auto/feature-6-200308:
feature-6-200308-maximum    feature-6-200308-size       feature-6-200308-value
feature-6-200308-minimum    feature-6-200308-unit-expo
feature-6-200308-name       feature-6-200308-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.6.auto/feature-7-200307:
feature-7-200307-maximum    feature-7-200307-size       feature-7-200307-value
feature-7-200307-minimum    feature-7-200307-unit-expo
feature-7-200307-name       feature-7-200307-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.6.auto/feature-8-200306:
feature-8-200306-maximum    feature-8-200306-size       feature-8-200306-value
feature-8-200306-minimum    feature-8-200306-unit-expo
feature-8-200306-name       feature-8-200306-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.6.auto/feature-9-200305:
feature-9-200305-maximum    feature-9-200305-size       feature-9-200305-value
feature-9-200305-minimum    feature-9-200305-unit-expo
feature-9-200305-name       feature-9-200305-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.6.auto/feature-a-200301:
feature-a-200301-maximum    feature-a-200301-size       feature-a-200301-value
feature-a-200301-minimum    feature-a-200301-unit-expo
feature-a-200301-name       feature-a-200301-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.6.auto/feature-b-20031a:
feature-b-20031a-maximum    feature-b-20031a-size       feature-b-20031a-value
feature-b-20031a-minimum    feature-b-20031a-unit-expo
feature-b-20031a-name       feature-b-20031a-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.6.auto/feature-c-20031b:
feature-c-20031b-maximum    feature-c-20031b-size       feature-c-20031b-value
feature-c-20031b-minimum    feature-c-20031b-unit-expo
feature-c-20031b-name       feature-c-20031b-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.6.auto/feature-d-200302:
feature-d-200302-maximum    feature-d-200302-size       feature-d-200302-value
feature-d-200302-minimum    feature-d-200302-unit-expo
feature-d-200302-name       feature-d-200302-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.6.auto/feature-e-201544:
feature-e-201544-maximum    feature-e-201544-size       feature-e-201544-value
feature-e-201544-minimum    feature-e-201544-unit-expo
feature-e-201544-name       feature-e-201544-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.6.auto/input-0-200201:
input-0-200201-maximum    input-0-200201-name       input-0-200201-unit-expo  input-0-200201-value
input-0-200201-minimum    input-0-200201-size       input-0-200201-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.6.auto/input-1-200202:
input-1-200202-maximum    input-1-200202-name       input-1-200202-unit-expo  input-1-200202-value
input-1-200202-minimum    input-1-200202-size       input-1-200202-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.6.auto/input-2-20055f:
input-2-20055f-maximum    input-2-20055f-name       input-2-20055f-unit-expo  input-2-20055f-value
input-2-20055f-minimum    input-2-20055f-size       input-2-20055f-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.6.auto/input-3-20055e:
input-3-20055e-maximum    input-3-20055e-name       input-3-20055e-unit-expo  input-3-20055e-value
input-3-20055e-minimum    input-3-20055e-size       input-3-20055e-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.6.auto/input-4-200529:
input-4-200529-maximum    input-4-200529-name       input-4-200529-unit-expo  input-4-200529-value
input-4-200529-minimum    input-4-200529-size       input-4-200529-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.6.auto/input-5-20052b:
input-5-20052b-maximum    input-5-20052b-name       input-5-20052b-unit-expo  input-5-20052b-value
input-5-20052b-minimum    input-5-20052b-size       input-5-20052b-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.6.auto/input-6-200544:
input-6-200544-maximum    input-6-200544-name       input-6-200544-unit-expo  input-6-200544-value
input-6-200544-minimum    input-6-200544-size       input-6-200544-units

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/HID-SENSOR-2000e1.6.auto/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/hidraw:
hidraw2

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/hidraw/hidraw2:
dev        device     power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/hidraw/hidraw2/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/001F:8087:0AC2.0003/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:12.0/{33AECD58-B679-4E54-9BD9-A04D34F0C226}/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:12.0/{BB579A2E-CC54-4450-B1D0-5E7520DCAD25}:
modalias   power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:12.0/{BB579A2E-CC54-4450-B1D0-5E7520DCAD25}/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:12.0/{C1CC78B9-B693-4E54-9191-5169CB027C25}:
modalias   power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:12.0/{C1CC78B9-B693-4E54-9191-5169CB027C25}/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0:
ari_enabled               dbc_poll_interval_ms      local_cpulist             resource
broken_parity_status      device                    local_cpus                resource0
class                     dma_mask_bits             modalias                  revision
config                    driver                    msi_bus                   subsystem
consistent_dma_mask_bits  driver_override           msi_irqs                  subsystem_device
d3cold_allowed            enable                    numa_node                 subsystem_vendor
dbc                       firmware_node             pools                     uevent
dbc_bInterfaceProtocol    iommu                     power                     usb3
dbc_bcdDevice             iommu_group               power_state               usb4
dbc_idProduct             irq                       remove                    vendor
dbc_idVendor              link                      rescan                    wakeup

./sys/devices/pci0000:00/0000:00:14.0/link:

./sys/devices/pci0000:00/0000:00:14.0/msi_irqs:
135  136  137  138  139  140  141  142

./sys/devices/pci0000:00/0000:00:14.0/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/pci0000:00/0000:00:14.0/usb3:
3-0:1.0                       bcdDevice                     maxchild
3-10                          bmAttributes                  power
3-3                           busnum                        product
3-4                           configuration                 quirks
3-7                           descriptors                   removable
authorized                    dev                           remove
authorized_default            devnum                        rx_lanes
avoid_reset_quirk             devpath                       serial
bConfigurationValue           driver                        speed
bDeviceClass                  ep_00                         subsystem
bDeviceProtocol               firmware_node                 tx_lanes
bDeviceSubClass               idProduct                     uevent
bMaxPacketSize0               idVendor                      urbnum
bMaxPower                     interface_authorized_default  version
bNumConfigurations            ltm_capable
bNumInterfaces                manufacturer

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0:
authorized            driver                uevent                usb3-port4
bAlternateSetting     ep_81                 usb3-port1            usb3-port5
bInterfaceClass       firmware_node         usb3-port10           usb3-port6
bInterfaceNumber      modalias              usb3-port11           usb3-port7
bInterfaceProtocol    power                 usb3-port12           usb3-port8
bInterfaceSubClass    subsystem             usb3-port2            usb3-port9
bNumEndpoints         supports_autosuspend  usb3-port3

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0/ep_81:
bEndpointAddress  bLength           direction         power             uevent
bInterval         bmAttributes      interval          type              wMaxPacketSize

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0/ep_81/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0/power:

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0/usb3-port1:
connect_type          location              power                 waiting_for_supplier
disable               over_current_count    quirks
early_stop            peer                  state
firmware_node         physical_location     uevent

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0/usb3-port1/physical_location:
dock                 horizontal_position  lid                  panel                vertical_position

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0/usb3-port1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0/usb3-port10:
connect_type          firmware_node         power                 waiting_for_supplier
device                location              quirks
disable               over_current_count    state
early_stop            physical_location     uevent

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0/usb3-port10/physical_location:
dock                 horizontal_position  lid                  panel                vertical_position

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0/usb3-port10/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0/usb3-port11:
connect_type          firmware_node         physical_location     state
disable               location              power                 uevent
early_stop            over_current_count    quirks                waiting_for_supplier

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0/usb3-port11/physical_location:
dock                 horizontal_position  lid                  panel                vertical_position

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0/usb3-port11/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0/usb3-port12:
connect_type          firmware_node         physical_location     state
disable               location              power                 uevent
early_stop            over_current_count    quirks                waiting_for_supplier

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0/usb3-port12/physical_location:
dock                 horizontal_position  lid                  panel                vertical_position

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0/usb3-port12/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0/usb3-port2:
connect_type          firmware_node         physical_location     state
disable               location              power                 uevent
early_stop            over_current_count    quirks                waiting_for_supplier

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0/usb3-port2/physical_location:
dock                 horizontal_position  lid                  panel                vertical_position

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0/usb3-port2/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0/usb3-port3:
connect_type          firmware_node         power                 waiting_for_supplier
device                location              quirks
disable               over_current_count    state
early_stop            physical_location     uevent

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0/usb3-port3/physical_location:
dock                 horizontal_position  lid                  panel                vertical_position

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0/usb3-port3/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0/usb3-port4:
connect_type          firmware_node         power                 waiting_for_supplier
device                location              quirks
disable               over_current_count    state
early_stop            physical_location     uevent

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0/usb3-port4/physical_location:
dock                 horizontal_position  lid                  panel                vertical_position

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0/usb3-port4/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0/usb3-port5:
connect_type          firmware_node         power                 waiting_for_supplier
connector             location              quirks
disable               over_current_count    state
early_stop            physical_location     uevent

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0/usb3-port5/physical_location:
dock                 horizontal_position  lid                  panel                vertical_position

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0/usb3-port5/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0/usb3-port6:
connect_type          firmware_node         power                 waiting_for_supplier
connector             location              quirks
disable               over_current_count    state
early_stop            physical_location     uevent

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0/usb3-port6/physical_location:
dock                 horizontal_position  lid                  panel                vertical_position

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0/usb3-port6/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0/usb3-port7:
connect_type          firmware_node         physical_location     uevent
device                location              power                 waiting_for_supplier
disable               over_current_count    quirks
early_stop            peer                  state

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0/usb3-port7/physical_location:
dock                 horizontal_position  lid                  panel                vertical_position

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0/usb3-port7/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0/usb3-port8:
connect_type          firmware_node         physical_location     state
disable               location              power                 uevent
early_stop            over_current_count    quirks                waiting_for_supplier

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0/usb3-port8/physical_location:
dock                 horizontal_position  lid                  panel                vertical_position

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0/usb3-port8/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0/usb3-port9:
connect_type          firmware_node         physical_location     state
disable               location              power                 uevent
early_stop            over_current_count    quirks                waiting_for_supplier

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0/usb3-port9/physical_location:
dock                 horizontal_position  lid                  panel                vertical_position

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0/usb3-port9/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-10:
3-10:1.0             bMaxPower            dev                  maxchild             subsystem
3-10:1.1             bNumConfigurations   devnum               physical_location    tx_lanes
authorized           bNumInterfaces       devpath              port                 uevent
avoid_reset_quirk    bcdDevice            driver               power                urbnum
bConfigurationValue  bmAttributes         ep_00                quirks               version
bDeviceClass         bos_descriptors      firmware_node        removable
bDeviceProtocol      busnum               idProduct            remove
bDeviceSubClass      configuration        idVendor             rx_lanes
bMaxPacketSize0      descriptors          ltm_capable          speed

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.0:
authorized            bInterfaceSubClass    ep_02                 physical_location
bAlternateSetting     bNumEndpoints         ep_81                 power
bInterfaceClass       bluetooth             ep_82                 subsystem
bInterfaceNumber      coredump              firmware_node         supports_autosuspend
bInterfaceProtocol    driver                modalias              uevent

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.0/bluetooth:
hci0

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.0/bluetooth/hci0:
device     power      rfkill2    subsystem  uevent

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.0/bluetooth/hci0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.0/bluetooth/hci0/rfkill2:
device              index               power               subsystem
hard                name                soft                type
hard_block_reasons  persistent          state               uevent

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.0/bluetooth/hci0/rfkill2/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.0/ep_02:
bEndpointAddress  bLength           direction         power             uevent
bInterval         bmAttributes      interval          type              wMaxPacketSize

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.0/ep_02/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.0/ep_81:
bEndpointAddress  bLength           direction         power             uevent
bInterval         bmAttributes      interval          type              wMaxPacketSize

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.0/ep_81/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.0/ep_82:
bEndpointAddress  bLength           direction         power             uevent
bInterval         bmAttributes      interval          type              wMaxPacketSize

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.0/ep_82/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.0/physical_location:
dock                 horizontal_position  lid                  panel                vertical_position

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.0/power:

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.1:
authorized            bInterfaceSubClass    ep_83                 subsystem
bAlternateSetting     bNumEndpoints         firmware_node         supports_autosuspend
bInterfaceClass       coredump              modalias              uevent
bInterfaceNumber      driver                physical_location
bInterfaceProtocol    ep_03                 power

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.1/ep_03:
bEndpointAddress  bLength           direction         power             uevent
bInterval         bmAttributes      interval          type              wMaxPacketSize

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.1/ep_03/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.1/ep_83:
bEndpointAddress  bLength           direction         power             uevent
bInterval         bmAttributes      interval          type              wMaxPacketSize

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.1/ep_83/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.1/physical_location:
dock                 horizontal_position  lid                  panel                vertical_position

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10:1.1/power:

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-10/ep_00:
bEndpointAddress  bLength           direction         power             uevent
bInterval         bmAttributes      interval          type              wMaxPacketSize

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-10/ep_00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-10/physical_location:
dock                 horizontal_position  lid                  panel                vertical_position

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-10/power:
active_duration         persist                 usb2_lpm_l1_timeout     wakeup_expire_count
autosuspend             runtime_active_time     wakeup                  wakeup_last_time_ms
autosuspend_delay_ms    runtime_status          wakeup_abort_count      wakeup_max_time_ms
connected_duration      runtime_suspended_time  wakeup_active           wakeup_total_time_ms
control                 usb2_hardware_lpm       wakeup_active_count
level                   usb2_lpm_besl           wakeup_count

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-3:
3-3:1.0              bMaxPower            dev                  ltm_capable          rx_lanes
authorized           bNumConfigurations   devnum               maxchild             serial
avoid_reset_quirk    bNumInterfaces       devpath              physical_location    speed
bConfigurationValue  bcdDevice            driver               port                 subsystem
bDeviceClass         bmAttributes         ep_00                power                tx_lanes
bDeviceProtocol      busnum               firmware_node        quirks               uevent
bDeviceSubClass      configuration        idProduct            removable            urbnum
bMaxPacketSize0      descriptors          idVendor             remove               version

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0:
authorized            bInterfaceSubClass    firmware_node         supports_autosuspend
bAlternateSetting     bNumEndpoints         modalias              uevent
bInterfaceClass       ep_01                 physical_location     waiting_for_supplier
bInterfaceNumber      ep_81                 power
bInterfaceProtocol    ep_83                 subsystem

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/ep_01:
bEndpointAddress  bLength           direction         power             uevent
bInterval         bmAttributes      interval          type              wMaxPacketSize

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/ep_01/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/ep_81:
bEndpointAddress  bLength           direction         power             uevent
bInterval         bmAttributes      interval          type              wMaxPacketSize

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/ep_81/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/ep_83:
bEndpointAddress  bLength           direction         power             uevent
bInterval         bmAttributes      interval          type              wMaxPacketSize

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/ep_83/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/physical_location:
dock                 horizontal_position  lid                  panel                vertical_position

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/power:

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/ep_00:
bEndpointAddress  bLength           direction         power             uevent
bInterval         bmAttributes      interval          type              wMaxPacketSize

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/ep_00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/physical_location:
dock                 horizontal_position  lid                  panel                vertical_position

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/power:
active_duration         level                   wakeup                  wakeup_expire_count
autosuspend             persist                 wakeup_abort_count      wakeup_last_time_ms
autosuspend_delay_ms    runtime_active_time     wakeup_active           wakeup_max_time_ms
connected_duration      runtime_status          wakeup_active_count     wakeup_total_time_ms
control                 runtime_suspended_time  wakeup_count

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-4:
3-4:1.0              bMaxPacketSize0      dev                  maxchild             speed
3-4:1.1              bMaxPower            devnum               physical_location    subsystem
3-4:1.2              bNumConfigurations   devpath              port                 tx_lanes
3-4:1.3              bNumInterfaces       driver               power                uevent
authorized           bcdDevice            ep_00                product              urbnum
avoid_reset_quirk    bmAttributes         firmware_node        quirks               version
bConfigurationValue  bos_descriptors      idProduct            removable
bDeviceClass         busnum               idVendor             remove
bDeviceProtocol      configuration        ltm_capable          rx_lanes
bDeviceSubClass      descriptors          manufacturer         serial

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0:
authorized             bNumEndpoints          iad_bFunctionProtocol  physical_location
bAlternateSetting      driver                 iad_bFunctionSubClass  power
bInterfaceClass        ep_87                  iad_bInterfaceCount    subsystem
bInterfaceNumber       firmware_node          interface              supports_autosuspend
bInterfaceProtocol     iad_bFirstInterface    media0                 uevent
bInterfaceSubClass     iad_bFunctionClass     modalias               video4linux

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/ep_87:
bEndpointAddress  bLength           direction         power             uevent
bInterval         bmAttributes      interval          type              wMaxPacketSize

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/ep_87/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/media0:
dev        model      power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/media0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/physical_location:
dock                 horizontal_position  lid                  panel                vertical_position

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/power:

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/video4linux:
video0  video1

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/video4linux/video0:
dev        dev_debug  device     index      name       power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/video4linux/video0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/video4linux/video1:
dev        dev_debug  device     index      name       power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/video4linux/video1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.1:
authorized             bInterfaceSubClass     iad_bFunctionClass     physical_location
bAlternateSetting      bNumEndpoints          iad_bFunctionProtocol  power
bInterfaceClass        driver                 iad_bFunctionSubClass  subsystem
bInterfaceNumber       firmware_node          iad_bInterfaceCount    supports_autosuspend
bInterfaceProtocol     iad_bFirstInterface    modalias               uevent

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.1/physical_location:
dock                 horizontal_position  lid                  panel                vertical_position

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.1/power:

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.2:
authorized             bNumEndpoints          iad_bFunctionProtocol  physical_location
bAlternateSetting      driver                 iad_bFunctionSubClass  power
bInterfaceClass        ep_84                  iad_bInterfaceCount    subsystem
bInterfaceNumber       firmware_node          interface              supports_autosuspend
bInterfaceProtocol     iad_bFirstInterface    media1                 uevent
bInterfaceSubClass     iad_bFunctionClass     modalias               video4linux

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.2/ep_84:
bEndpointAddress  bLength           direction         power             uevent
bInterval         bmAttributes      interval          type              wMaxPacketSize

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.2/ep_84/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.2/media1:
dev        model      power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.2/media1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.2/physical_location:
dock                 horizontal_position  lid                  panel                vertical_position

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.2/power:

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.2/video4linux:
video2  video3

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.2/video4linux/video2:
dev        dev_debug  device     index      name       power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.2/video4linux/video2/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.2/video4linux/video3:
dev        dev_debug  device     index      name       power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.2/video4linux/video3/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.3:
authorized             bInterfaceSubClass     iad_bFunctionClass     physical_location
bAlternateSetting      bNumEndpoints          iad_bFunctionProtocol  power
bInterfaceClass        driver                 iad_bFunctionSubClass  subsystem
bInterfaceNumber       firmware_node          iad_bInterfaceCount    supports_autosuspend
bInterfaceProtocol     iad_bFirstInterface    modalias               uevent

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.3/physical_location:
dock                 horizontal_position  lid                  panel                vertical_position

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.3/power:

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/ep_00:
bEndpointAddress  bLength           direction         power             uevent
bInterval         bmAttributes      interval          type              wMaxPacketSize

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/ep_00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/physical_location:
dock                 horizontal_position  lid                  panel                vertical_position

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/power:
active_duration         connected_duration      persist                 runtime_suspended_time
autosuspend             control                 runtime_active_time
autosuspend_delay_ms    level                   runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7:
3-7:1.0              bDeviceSubClass      descriptors          ltm_capable          remove
3-7:1.1              bMaxPacketSize0      dev                  manufacturer         rx_lanes
3-7:1.2              bMaxPower            devnum               maxchild             serial
3-7:1.3              bNumConfigurations   devpath              physical_location    speed
authorized           bNumInterfaces       driver               port                 subsystem
avoid_reset_quirk    bcdDevice            ep_00                power                tx_lanes
bConfigurationValue  bmAttributes         firmware_node        product              uevent
bDeviceClass         busnum               idProduct            quirks               urbnum
bDeviceProtocol      configuration        idVendor             removable            version

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0:
0003:056A:0357.0009   bInterfaceProtocol    firmware_node         supports_autosuspend
authorized            bInterfaceSubClass    modalias              uevent
bAlternateSetting     bNumEndpoints         physical_location
bInterfaceClass       driver                power
bInterfaceNumber      ep_81                 subsystem

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:056A:0357.0009:
country            hidraw             physical_location  report_descriptor  wacom_led
driver             input              power              subsystem
firmware_node      modalias           power_supply       uevent

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:056A:0357.0009/hidraw:
hidraw0

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:056A:0357.0009/hidraw/hidraw0:
dev        device     power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:056A:0357.0009/hidraw/hidraw0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:056A:0357.0009/input:
input25  input27

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:056A:0357.0009/input/input25:
capabilities  event16       inhibited     mouse3        phys          properties    uevent
device        id            modalias      name          power         subsystem     uniq

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:056A:0357.0009/input/input25/capabilities:
abs  ev   ff   key  led  msc  rel  snd  sw

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:056A:0357.0009/input/input25/event16:
dev        device     power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:056A:0357.0009/input/input25/event16/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:056A:0357.0009/input/input25/id:
bustype  product  vendor   version

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:056A:0357.0009/input/input25/mouse3:
dev        device     power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:056A:0357.0009/input/input25/mouse3/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:056A:0357.0009/input/input25/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:056A:0357.0009/input/input27:
capabilities        inhibited           input27::wacom-0.3  phys                uevent
device              input27::wacom-0.0  js0                 power               uniq
event17             input27::wacom-0.1  modalias            properties
id                  input27::wacom-0.2  name                subsystem

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:056A:0357.0009/input/input27/capabilities:
abs  ev   ff   key  led  msc  rel  snd  sw

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:056A:0357.0009/input/input27/event17:
dev        device     power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:056A:0357.0009/input/input27/event17/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:056A:0357.0009/input/input27/id:
bustype  product  vendor   version

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:056A:0357.0009/input/input27/input27::wacom-0.0:
brightness      max_brightness  subsystem       uevent
device          power           trigger

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:056A:0357.0009/input/input27/input27::wacom-0.0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:056A:0357.0009/input/input27/input27::wacom-0.1:
brightness      max_brightness  subsystem       uevent
device          power           trigger

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:056A:0357.0009/input/input27/input27::wacom-0.1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:056A:0357.0009/input/input27/input27::wacom-0.2:
brightness      max_brightness  subsystem       uevent
device          power           trigger

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:056A:0357.0009/input/input27/input27::wacom-0.2/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:056A:0357.0009/input/input27/input27::wacom-0.3:
brightness      max_brightness  subsystem       uevent
device          power           trigger

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:056A:0357.0009/input/input27/input27::wacom-0.3/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:056A:0357.0009/input/input27/js0:
dev        device     power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:056A:0357.0009/input/input27/js0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:056A:0357.0009/input/input27/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:056A:0357.0009/physical_location:
dock                 horizontal_position  lid                  panel                vertical_position

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:056A:0357.0009/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:056A:0357.0009/power_supply:
wacom_battery_0

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:056A:0357.0009/power_supply/wacom_battery_0:
capacity    hwmon9      power       present     status      type        wakeup64
device      model_name  powers      scope       subsystem   uevent

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:056A:0357.0009/power_supply/wacom_battery_0/hwmon9:
device     name       power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:056A:0357.0009/power_supply/wacom_battery_0/hwmon9/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:056A:0357.0009/power_supply/wacom_battery_0/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:056A:0357.0009/power_supply/wacom_battery_0/wakeup64:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/0003:056A:0357.0009/wacom_led:
status0_luminance   status_led0_select

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/ep_81:
bEndpointAddress  bLength           direction         power             uevent
bInterval         bmAttributes      interval          type              wMaxPacketSize

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/ep_81/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/physical_location:
dock                 horizontal_position  lid                  panel                vertical_position

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.0/power:

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.1:
authorized            bInterfaceProtocol    firmware_node         subsystem
bAlternateSetting     bInterfaceSubClass    modalias              supports_autosuspend
bInterfaceClass       bNumEndpoints         physical_location     uevent
bInterfaceNumber      ep_82                 power                 waiting_for_supplier

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.1/ep_82:
bEndpointAddress  bLength           direction         power             uevent
bInterval         bmAttributes      interval          type              wMaxPacketSize

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.1/ep_82/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.1/physical_location:
dock                 horizontal_position  lid                  panel                vertical_position

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.1/power:

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.2:
0003:056A:0357.000A   bInterfaceProtocol    firmware_node         supports_autosuspend
authorized            bInterfaceSubClass    modalias              uevent
bAlternateSetting     bNumEndpoints         physical_location
bInterfaceClass       driver                power
bInterfaceNumber      ep_85                 subsystem

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.2/0003:056A:0357.000A:
country            hidraw             physical_location  subsystem
driver             input              power              uevent
firmware_node      modalias           report_descriptor

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.2/0003:056A:0357.000A/hidraw:
hidraw3

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.2/0003:056A:0357.000A/hidraw/hidraw3:
dev        device     power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.2/0003:056A:0357.000A/hidraw/hidraw3/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.2/0003:056A:0357.000A/input:
input29

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.2/0003:056A:0357.000A/input/input29:
capabilities  event18       inhibited     mouse4        phys          properties    uevent
device        id            modalias      name          power         subsystem     uniq

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.2/0003:056A:0357.000A/input/input29/capabilities:
abs  ev   ff   key  led  msc  rel  snd  sw

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.2/0003:056A:0357.000A/input/input29/event18:
dev        device     power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.2/0003:056A:0357.000A/input/input29/event18/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.2/0003:056A:0357.000A/input/input29/id:
bustype  product  vendor   version

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.2/0003:056A:0357.000A/input/input29/mouse4:
dev        device     power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.2/0003:056A:0357.000A/input/input29/mouse4/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.2/0003:056A:0357.000A/input/input29/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.2/0003:056A:0357.000A/physical_location:
dock                 horizontal_position  lid                  panel                vertical_position

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.2/0003:056A:0357.000A/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.2/ep_85:
bEndpointAddress  bLength           direction         power             uevent
bInterval         bmAttributes      interval          type              wMaxPacketSize

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.2/ep_85/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.2/physical_location:
dock                 horizontal_position  lid                  panel                vertical_position

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.2/power:

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3:
authorized            bInterfaceSubClass    firmware_node         subsystem
bAlternateSetting     bNumEndpoints         host0                 supports_autosuspend
bInterfaceClass       driver                modalias              uevent
bInterfaceNumber      ep_04                 physical_location
bInterfaceProtocol    ep_83                 power

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/ep_04:
bEndpointAddress  bLength           direction         power             uevent
bInterval         bmAttributes      interval          type              wMaxPacketSize

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/ep_04/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/ep_83:
bEndpointAddress  bLength           direction         power             uevent
bInterval         bmAttributes      interval          type              wMaxPacketSize

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/ep_83/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/host0:
power        scsi_host    subsystem    target0:0:0  uevent

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/host0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/host0/scsi_host:
host0

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/host0/scsi_host/host0:
active_mode        host_busy          prot_capabilities  state              use_blk_mq
can_queue          host_reset         prot_guard_type    subsystem
cmd_per_lun        nr_hw_queues       scan               supported_mode
device             power              sg_prot_tablesize  uevent
eh_deadline        proc_name          sg_tablesize       unique_id

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/host0/scsi_host/host0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/host0/target0:0:0:
0:0:0:0    power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/host0/target0:0:0/0:0:0:0:
access_state                        iorequest_cnt
blacklist                           iotmo_cnt
block                               max_sectors
bsg                                 modalias
cdl_enable                          model
cdl_supported                       power
delete                              preferred_path
device_blocked                      queue_depth
device_busy                         queue_type
dh_state                            rescan
driver                              rev
eh_timeout                          scsi_device
evt_capacity_change_reported        scsi_disk
evt_inquiry_change_reported         scsi_level
evt_lun_change_reported             state
evt_media_change                    subsystem
evt_mode_parameter_change_reported  timeout
evt_soft_threshold_reached          type
inquiry                             uevent
iocounterbits                       vendor
iodone_cnt                          wwid
ioerr_cnt

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/host0/target0:0:0/0:0:0:0/block:
sda

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/host0/target0:0:0/0:0:0:0/block/sda:
alignment_offset   diskseq            holders            queue              stat
bdi                events             inflight           range              subsystem
capability         events_async       integrity          removable          trace
dev                events_poll_msecs  mq                 ro                 uevent
device             ext_range          partscan           size
discard_alignment  hidden             power              slaves

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/host0/target0:0:0/0:0:0:0/block/sda/holders:

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/host0/target0:0:0/0:0:0:0/block/sda/integrity:
device_is_integrity_capable  protection_interval_bytes    tag_size
format                       read_verify                  write_generate

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/host0/target0:0:0/0:0:0:0/block/sda/mq:
0

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/host0/target0:0:0/0:0:0:0/block/sda/mq/0:
cpu0              cpu3              cpu6              nr_reserved_tags
cpu1              cpu4              cpu7              nr_tags
cpu2              cpu5              cpu_list

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/host0/target0:0:0/0:0:0:0/block/sda/mq/0/cpu0:

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/host0/target0:0:0/0:0:0:0/block/sda/mq/0/cpu1:

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/host0/target0:0:0/0:0:0:0/block/sda/mq/0/cpu2:

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/host0/target0:0:0/0:0:0:0/block/sda/mq/0/cpu3:

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/host0/target0:0:0/0:0:0:0/block/sda/mq/0/cpu4:

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/host0/target0:0:0/0:0:0:0/block/sda/mq/0/cpu5:

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/host0/target0:0:0/0:0:0:0/block/sda/mq/0/cpu6:

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/host0/target0:0:0/0:0:0:0/block/sda/mq/0/cpu7:

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/host0/target0:0:0/0:0:0:0/block/sda/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/host0/target0:0:0/0:0:0:0/block/sda/queue:
add_random                   io_poll_delay                optimal_io_size
atomic_write_boundary_bytes  io_timeout                   physical_block_size
atomic_write_max_bytes       iosched                      read_ahead_kb
atomic_write_unit_max_bytes  iostats                      rotational
atomic_write_unit_min_bytes  logical_block_size           rq_affinity
chunk_sectors                max_discard_segments         scheduler
dax                          max_hw_sectors_kb            stable_writes
discard_granularity          max_integrity_segments       virt_boundary_mask
discard_max_bytes            max_sectors_kb               wbt_lat_usec
discard_max_hw_bytes         max_segment_size             write_cache
discard_zeroes_data          max_segments                 write_same_max_bytes
dma_alignment                minimum_io_size              write_zeroes_max_bytes
fua                          nomerges                     zone_append_max_bytes
hw_sector_size               nr_requests                  zone_write_granularity
io_poll                      nr_zones                     zoned

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/host0/target0:0:0/0:0:0:0/block/sda/queue/iosched:
async_depth        front_merges       read_expire        writes_starved
fifo_batch         prio_aging_expire  write_expire

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/host0/target0:0:0/0:0:0:0/block/sda/slaves:

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/host0/target0:0:0/0:0:0:0/block/sda/trace:
act_mask   enable     end_lba    pid        start_lba

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/host0/target0:0:0/0:0:0:0/bsg:
0:0:0:0

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/host0/target0:0:0/0:0:0:0/bsg/0:0:0:0:
dev        device     power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/host0/target0:0:0/0:0:0:0/bsg/0:0:0:0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/host0/target0:0:0/0:0:0:0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/host0/target0:0:0/0:0:0:0/scsi_device:
0:0:0:0

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/host0/target0:0:0/0:0:0:0/scsi_device/0:0:0:0:
device     power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/host0/target0:0:0/0:0:0:0/scsi_device/0:0:0:0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/host0/target0:0:0/0:0:0:0/scsi_disk:
0:0:0:0

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/host0/target0:0:0/0:0:0:0/scsi_disk/0:0:0:0:
FUA                         manage_start_stop           protection_type
allow_restart               manage_system_start_stop    provisioning_mode
app_tag_own                 max_medium_access_timeouts  subsystem
cache_type                  max_retries                 thin_provisioning
device                      max_write_same_blocks       uevent
manage_runtime_start_stop   power                       zeroing_mode
manage_shutdown             protection_mode             zoned_cap

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/host0/target0:0:0/0:0:0:0/scsi_disk/0:0:0:0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/host0/target0:0:0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/physical_location:
dock                 horizontal_position  lid                  panel                vertical_position

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/3-7:1.3/power:

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/ep_00:
bEndpointAddress  bLength           direction         power             uevent
bInterval         bmAttributes      interval          type              wMaxPacketSize

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/ep_00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/physical_location:
dock                 horizontal_position  lid                  panel                vertical_position

./sys/devices/pci0000:00/0000:00:14.0/usb3/3-7/power:
active_duration         connected_duration      persist                 runtime_suspended_time
autosuspend             control                 runtime_active_time
autosuspend_delay_ms    level                   runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/ep_00:
bEndpointAddress  bLength           direction         power             uevent
bInterval         bmAttributes      interval          type              wMaxPacketSize

./sys/devices/pci0000:00/0000:00:14.0/usb3/ep_00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb3/power:
active_duration         level                   wakeup_abort_count      wakeup_last_time_ms
autosuspend             runtime_active_time     wakeup_active           wakeup_max_time_ms
autosuspend_delay_ms    runtime_status          wakeup_active_count     wakeup_total_time_ms
connected_duration      runtime_suspended_time  wakeup_count
control                 wakeup                  wakeup_expire_count

./sys/devices/pci0000:00/0000:00:14.0/usb4:
4-0:1.0                       busnum                        power
authorized                    configuration                 product
authorized_default            descriptors                   quirks
avoid_reset_quirk             dev                           removable
bConfigurationValue           devnum                        remove
bDeviceClass                  devpath                       rx_lanes
bDeviceProtocol               driver                        serial
bDeviceSubClass               ep_00                         speed
bMaxPacketSize0               firmware_node                 subsystem
bMaxPower                     idProduct                     tx_lanes
bNumConfigurations            idVendor                      uevent
bNumInterfaces                interface_authorized_default  urbnum
bcdDevice                     ltm_capable                   version
bmAttributes                  manufacturer
bos_descriptors               maxchild

./sys/devices/pci0000:00/0000:00:14.0/usb4/4-0:1.0:
authorized            bInterfaceSubClass    modalias              usb4-port1
bAlternateSetting     bNumEndpoints         power                 usb4-port2
bInterfaceClass       driver                subsystem             usb4-port3
bInterfaceNumber      ep_81                 supports_autosuspend  usb4-port4
bInterfaceProtocol    firmware_node         uevent

./sys/devices/pci0000:00/0000:00:14.0/usb4/4-0:1.0/ep_81:
bEndpointAddress  bLength           direction         power             uevent
bInterval         bmAttributes      interval          type              wMaxPacketSize

./sys/devices/pci0000:00/0000:00:14.0/usb4/4-0:1.0/ep_81/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb4/4-0:1.0/power:

./sys/devices/pci0000:00/0000:00:14.0/usb4/4-0:1.0/usb4-port1:
connect_type          location              power                 usb3_lpm_permit
disable               over_current_count    quirks                waiting_for_supplier
early_stop            peer                  state
firmware_node         physical_location     uevent

./sys/devices/pci0000:00/0000:00:14.0/usb4/4-0:1.0/usb4-port1/physical_location:
dock                 horizontal_position  lid                  panel                vertical_position

./sys/devices/pci0000:00/0000:00:14.0/usb4/4-0:1.0/usb4-port1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb4/4-0:1.0/usb4-port2:
connect_type          location              power                 usb3_lpm_permit
disable               over_current_count    quirks                waiting_for_supplier
early_stop            peer                  state
firmware_node         physical_location     uevent

./sys/devices/pci0000:00/0000:00:14.0/usb4/4-0:1.0/usb4-port2/physical_location:
dock                 horizontal_position  lid                  panel                vertical_position

./sys/devices/pci0000:00/0000:00:14.0/usb4/4-0:1.0/usb4-port2/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb4/4-0:1.0/usb4-port3:
connect_type          location              quirks                waiting_for_supplier
disable               over_current_count    state
early_stop            physical_location     uevent
firmware_node         power                 usb3_lpm_permit

./sys/devices/pci0000:00/0000:00:14.0/usb4/4-0:1.0/usb4-port3/physical_location:
dock                 horizontal_position  lid                  panel                vertical_position

./sys/devices/pci0000:00/0000:00:14.0/usb4/4-0:1.0/usb4-port3/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb4/4-0:1.0/usb4-port4:
connect_type          location              quirks                waiting_for_supplier
disable               over_current_count    state
early_stop            physical_location     uevent
firmware_node         power                 usb3_lpm_permit

./sys/devices/pci0000:00/0000:00:14.0/usb4/4-0:1.0/usb4-port4/physical_location:
dock                 horizontal_position  lid                  panel                vertical_position

./sys/devices/pci0000:00/0000:00:14.0/usb4/4-0:1.0/usb4-port4/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb4/ep_00:
bEndpointAddress  bLength           direction         power             uevent
bInterval         bmAttributes      interval          type              wMaxPacketSize

./sys/devices/pci0000:00/0000:00:14.0/usb4/ep_00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.0/usb4/power:
active_duration         level                   usb3_hardware_lpm_u2    wakeup_count
autosuspend             runtime_active_time     wakeup                  wakeup_expire_count
autosuspend_delay_ms    runtime_status          wakeup_abort_count      wakeup_last_time_ms
connected_duration      runtime_suspended_time  wakeup_active           wakeup_max_time_ms
control                 usb3_hardware_lpm_u1    wakeup_active_count     wakeup_total_time_ms

./sys/devices/pci0000:00/0000:00:14.0/wakeup:
wakeup32

./sys/devices/pci0000:00/0000:00:14.0/wakeup/wakeup32:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/pci0000:00/0000:00:14.2:
ari_enabled               driver_override           modalias                  resource0
broken_parity_status      enable                    msi_bus                   resource2
class                     iommu                     numa_node                 revision
config                    iommu_group               power                     subsystem
consistent_dma_mask_bits  irq                       power_state               subsystem_device
d3cold_allowed            link                      remove                    subsystem_vendor
device                    local_cpulist             rescan                    uevent
dma_mask_bits             local_cpus                resource                  vendor

./sys/devices/pci0000:00/0000:00:14.2/link:

./sys/devices/pci0000:00/0000:00:14.2/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.3:
ari_enabled               enable                    modalias                  reset_method
broken_parity_status      firmware_node             msi_bus                   resource
class                     ieee80211                 msi_irqs                  resource0
config                    iommu                     net                       revision
consistent_dma_mask_bits  iommu_group               numa_node                 subsystem
current_link_speed        irq                       pools                     subsystem_device
current_link_width        leds                      power                     subsystem_vendor
d3cold_allowed            link                      power_state               uevent
device                    local_cpulist             ptp                       vendor
dma_mask_bits             local_cpus                remove
driver                    max_link_speed            rescan
driver_override           max_link_width            reset

./sys/devices/pci0000:00/0000:00:14.3/ieee80211:

./sys/devices/pci0000:00/0000:00:14.3/leds:
phy0-led

./sys/devices/pci0000:00/0000:00:14.3/leds/phy0-led:
brightness      max_brightness  subsystem       uevent
device          power           trigger

./sys/devices/pci0000:00/0000:00:14.3/leds/phy0-led/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:14.3/link:

./sys/devices/pci0000:00/0000:00:14.3/msi_irqs:
171  172  173  174  175  176  177  178  179  180

./sys/devices/pci0000:00/0000:00:14.3/net:

./sys/devices/pci0000:00/0000:00:14.3/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/pci0000:00/0000:00:14.3/ptp:
ptp1

./sys/devices/pci0000:00/0000:00:14.3/ptp/ptp1:
clock_name             max_vclocks            n_programmable_pins    subsystem
dev                    n_alarms               n_vclocks              uevent
device                 n_external_timestamps  power
max_adjustment         n_periodic_outputs     pps_available

./sys/devices/pci0000:00/0000:00:14.3/ptp/ptp1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:15.0:
ari_enabled               driver                    link                      rescan
broken_parity_status      driver_override           local_cpulist             resource
class                     enable                    local_cpus                resource0
config                    firmware_node             modalias                  revision
consistent_dma_mask_bits  i2c_designware.0          msi_bus                   subsystem
d3cold_allowed            idma64.0                  numa_node                 subsystem_device
device                    iommu                     power                     subsystem_vendor
dma                       iommu_group               power_state               uevent
dma_mask_bits             irq                       remove                    vendor

./sys/devices/pci0000:00/0000:00:15.0/dma:
dma0chan0  dma0chan1

./sys/devices/pci0000:00/0000:00:15.0/dma/dma0chan0:
bytes_transferred  in_use             power              uevent
device             memcpy_count       subsystem

./sys/devices/pci0000:00/0000:00:15.0/dma/dma0chan0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:15.0/dma/dma0chan1:
bytes_transferred  in_use             power              uevent
device             memcpy_count       subsystem

./sys/devices/pci0000:00/0000:00:15.0/dma/dma0chan1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0:
driver           firmware_node    modalias         software_node    uevent
driver_override  i2c-14           power            subsystem

./sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14:
delete_device         name                  software_node         waiting_for_supplier
firmware_node         new_device            subsystem
i2c-ELAN0676:00       power                 uevent

./sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-ELAN0676:00:
0018:04F3:3195.0002  firmware_node        name                 subsystem            wakeup
driver               modalias             power                uevent

./sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-ELAN0676:00/0018:04F3:3195.0002:
country            hidraw             modalias           quirks             subsystem
driver             input              power              report_descriptor  uevent

./sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-ELAN0676:00/0018:04F3:3195.0002/hidraw:
hidraw1

./sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-ELAN0676:00/0018:04F3:3195.0002/hidraw/hidraw1:
dev        device     power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-ELAN0676:00/0018:04F3:3195.0002/hidraw/hidraw1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-ELAN0676:00/0018:04F3:3195.0002/input:
input13  input15

./sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-ELAN0676:00/0018:04F3:3195.0002/input/input13:
capabilities  event8        inhibited     mouse0        phys          properties    uevent
device        id            modalias      name          power         subsystem     uniq

./sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-ELAN0676:00/0018:04F3:3195.0002/input/input13/capabilities:
abs  ev   ff   key  led  msc  rel  snd  sw

./sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-ELAN0676:00/0018:04F3:3195.0002/input/input13/event8:
dev        device     power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-ELAN0676:00/0018:04F3:3195.0002/input/input13/event8/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-ELAN0676:00/0018:04F3:3195.0002/input/input13/id:
bustype  product  vendor   version

./sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-ELAN0676:00/0018:04F3:3195.0002/input/input13/mouse0:
dev        device     power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-ELAN0676:00/0018:04F3:3195.0002/input/input13/mouse0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-ELAN0676:00/0018:04F3:3195.0002/input/input13/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-ELAN0676:00/0018:04F3:3195.0002/input/input15:
capabilities  event9        inhibited     mouse1        phys          properties    uevent
device        id            modalias      name          power         subsystem     uniq

./sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-ELAN0676:00/0018:04F3:3195.0002/input/input15/capabilities:
abs  ev   ff   key  led  msc  rel  snd  sw

./sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-ELAN0676:00/0018:04F3:3195.0002/input/input15/event9:
dev        device     power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-ELAN0676:00/0018:04F3:3195.0002/input/input15/event9/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-ELAN0676:00/0018:04F3:3195.0002/input/input15/id:
bustype  product  vendor   version

./sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-ELAN0676:00/0018:04F3:3195.0002/input/input15/mouse1:
dev        device     power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-ELAN0676:00/0018:04F3:3195.0002/input/input15/mouse1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-ELAN0676:00/0018:04F3:3195.0002/input/input15/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-ELAN0676:00/0018:04F3:3195.0002/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-ELAN0676:00/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-ELAN0676:00/wakeup:
wakeup54

./sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-ELAN0676:00/wakeup/wakeup54:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/power:

./sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:15.0/idma64.0:
driver           firmware_node    power            uevent
driver_override  modalias         subsystem

./sys/devices/pci0000:00/0000:00:15.0/idma64.0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:15.0/link:

./sys/devices/pci0000:00/0000:00:15.0/power:
autosuspend_delay_ms         pm_qos_latency_tolerance_us  runtime_status
control                      runtime_active_time          runtime_suspended_time

./sys/devices/pci0000:00/0000:00:15.1:
ari_enabled               driver                    link                      rescan
broken_parity_status      driver_override           local_cpulist             resource
class                     enable                    local_cpus                resource0
config                    firmware_node             modalias                  revision
consistent_dma_mask_bits  i2c_designware.1          msi_bus                   subsystem
d3cold_allowed            idma64.1                  numa_node                 subsystem_device
device                    iommu                     power                     subsystem_vendor
dma                       iommu_group               power_state               uevent
dma_mask_bits             irq                       remove                    vendor

./sys/devices/pci0000:00/0000:00:15.1/dma:
dma1chan0  dma1chan1

./sys/devices/pci0000:00/0000:00:15.1/dma/dma1chan0:
bytes_transferred  in_use             power              uevent
device             memcpy_count       subsystem

./sys/devices/pci0000:00/0000:00:15.1/dma/dma1chan0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:15.1/dma/dma1chan1:
bytes_transferred  in_use             power              uevent
device             memcpy_count       subsystem

./sys/devices/pci0000:00/0000:00:15.1/dma/dma1chan1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1:
driver           firmware_node    modalias         software_node    uevent
driver_override  i2c-15           power            subsystem

./sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-15:
delete_device         new_device            subsystem
firmware_node         power                 uevent
name                  software_node         waiting_for_supplier

./sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-15/power:

./sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:15.1/idma64.1:
driver           firmware_node    power            uevent
driver_override  modalias         subsystem

./sys/devices/pci0000:00/0000:00:15.1/idma64.1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:15.1/link:

./sys/devices/pci0000:00/0000:00:15.1/power:
autosuspend_delay_ms         pm_qos_latency_tolerance_us  runtime_status
control                      runtime_active_time          runtime_suspended_time

./sys/devices/pci0000:00/0000:00:16.0:
0000:00:16.0-082ee5a7-7c25-470a-9643-0c06f0466ea1  firmware_node
0000:00:16.0-309dcde8-ccb1-4062-8f78-600115a34327  iommu
0000:00:16.0-3c4852d6-d47b-4f46-b05e-b5edc1aa440e  iommu_group
0000:00:16.0-42b3ce2f-bd9f-485a-96ae-26406230b1ff  irq
0000:00:16.0-4fcc395c-a9e5-4647-bc68-47bad7cc6bd3  link
0000:00:16.0-55213584-9a29-4916-badf-0fb7ed682aeb  local_cpulist
0000:00:16.0-5565a099-7fe2-45c1-a22b-d7e9dfea9a2e  local_cpus
0000:00:16.0-6861ec7b-d07a-4673-856c-7f22b4d55769  mei
0000:00:16.0-8c2f4425-77d6-4755-aca3-891fdbc66a58  modalias
0000:00:16.0-8e6a6715-9abc-4043-88ef-9e39c6f63e0f  msi_bus
0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04  msi_irqs
0000:00:16.0-dba4d603-d7ed-4931-8823-17ad585705d5  numa_node
0000:00:16.0-dd17041c-09ea-4b17-a271-5b989867ec65  power
0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1  power_state
ari_enabled                                        remove
broken_parity_status                               rescan
class                                              resource
config                                             resource0
consistent_dma_mask_bits                           revision
d3cold_allowed                                     subsystem
device                                             subsystem_device
dma_mask_bits                                      subsystem_vendor
driver                                             uevent
driver_override                                    vendor
enable

./sys/devices/pci0000:00/0000:00:16.0/0000:00:16.0-082ee5a7-7c25-470a-9643-0c06f0466ea1:
fixed      max_len    name       subsystem  uuid       vtag
max_conn   modalias   power      uevent     version

./sys/devices/pci0000:00/0000:00:16.0/0000:00:16.0-082ee5a7-7c25-470a-9643-0c06f0466ea1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:16.0/0000:00:16.0-309dcde8-ccb1-4062-8f78-600115a34327:
fixed      max_len    name       subsystem  uuid       vtag
max_conn   modalias   power      uevent     version

./sys/devices/pci0000:00/0000:00:16.0/0000:00:16.0-309dcde8-ccb1-4062-8f78-600115a34327/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:16.0/0000:00:16.0-3c4852d6-d47b-4f46-b05e-b5edc1aa440e:
fixed      max_len    name       subsystem  uuid       vtag
max_conn   modalias   power      uevent     version

./sys/devices/pci0000:00/0000:00:16.0/0000:00:16.0-3c4852d6-d47b-4f46-b05e-b5edc1aa440e/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:16.0/0000:00:16.0-42b3ce2f-bd9f-485a-96ae-26406230b1ff:
fixed      max_len    name       subsystem  uuid       vtag
max_conn   modalias   power      uevent     version

./sys/devices/pci0000:00/0000:00:16.0/0000:00:16.0-42b3ce2f-bd9f-485a-96ae-26406230b1ff/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:16.0/0000:00:16.0-4fcc395c-a9e5-4647-bc68-47bad7cc6bd3:
fixed      max_len    name       subsystem  uuid       vtag
max_conn   modalias   power      uevent     version

./sys/devices/pci0000:00/0000:00:16.0/0000:00:16.0-4fcc395c-a9e5-4647-bc68-47bad7cc6bd3/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:16.0/0000:00:16.0-55213584-9a29-4916-badf-0fb7ed682aeb:
fixed      max_len    name       subsystem  uuid       vtag
max_conn   modalias   power      uevent     version

./sys/devices/pci0000:00/0000:00:16.0/0000:00:16.0-55213584-9a29-4916-badf-0fb7ed682aeb/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:16.0/0000:00:16.0-5565a099-7fe2-45c1-a22b-d7e9dfea9a2e:
fixed      max_len    name       subsystem  uuid       vtag
max_conn   modalias   power      uevent     version

./sys/devices/pci0000:00/0000:00:16.0/0000:00:16.0-5565a099-7fe2-45c1-a22b-d7e9dfea9a2e/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:16.0/0000:00:16.0-6861ec7b-d07a-4673-856c-7f22b4d55769:
fixed      max_len    name       subsystem  uuid       vtag
max_conn   modalias   power      uevent     version

./sys/devices/pci0000:00/0000:00:16.0/0000:00:16.0-6861ec7b-d07a-4673-856c-7f22b4d55769/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:16.0/0000:00:16.0-8c2f4425-77d6-4755-aca3-891fdbc66a58:
fixed      max_len    name       subsystem  uuid       vtag
max_conn   modalias   power      uevent     version

./sys/devices/pci0000:00/0000:00:16.0/0000:00:16.0-8c2f4425-77d6-4755-aca3-891fdbc66a58/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:16.0/0000:00:16.0-8e6a6715-9abc-4043-88ef-9e39c6f63e0f:
fixed      max_len    name       subsystem  uuid       vtag
max_conn   modalias   power      uevent     version

./sys/devices/pci0000:00/0000:00:16.0/0000:00:16.0-8e6a6715-9abc-4043-88ef-9e39c6f63e0f/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:16.0/0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04:
driver     max_conn   modalias   power      uevent     version
fixed      max_len    name       subsystem  uuid       vtag

./sys/devices/pci0000:00/0000:00:16.0/0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:16.0/0000:00:16.0-dba4d603-d7ed-4931-8823-17ad585705d5:
fixed      max_len    name       subsystem  uuid       vtag
max_conn   modalias   power      uevent     version

./sys/devices/pci0000:00/0000:00:16.0/0000:00:16.0-dba4d603-d7ed-4931-8823-17ad585705d5/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:16.0/0000:00:16.0-dd17041c-09ea-4b17-a271-5b989867ec65:
fixed      max_len    name       subsystem  uuid       vtag
max_conn   modalias   power      uevent     version

./sys/devices/pci0000:00/0000:00:16.0/0000:00:16.0-dd17041c-09ea-4b17-a271-5b989867ec65/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:16.0/0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1:
consumer:pci:0000:00:02.0  modalias                   uuid
driver                     name                       version
fixed                      power                      vtag
max_conn                   subsystem
max_len                    uevent

./sys/devices/pci0000:00/0000:00:16.0/0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:16.0/link:

./sys/devices/pci0000:00/0000:00:16.0/mei:
mei0

./sys/devices/pci0000:00/0000:00:16.0/mei/mei0:
dev             fw_status       hbm_ver_drv     subsystem       uevent
dev_state       fw_ver          kind            trc
device          hbm_ver         power           tx_queue_limit

./sys/devices/pci0000:00/0000:00:16.0/mei/mei0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:16.0/msi_irqs:
143

./sys/devices/pci0000:00/0000:00:16.0/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/pci0000:00/0000:00:1f.0:
PNP0103:00                device                    local_cpulist             resource
PNP0800:00                dma_mask_bits             local_cpus                revision
PNP0C09:00                driver_override           modalias                  subsystem
ari_enabled               enable                    msi_bus                   subsystem_device
broken_parity_status      firmware_node             numa_node                 subsystem_vendor
class                     iommu                     power                     uevent
config                    iommu_group               power_state               vendor
consistent_dma_mask_bits  irq                       remove                    waiting_for_supplier
d3cold_allowed            link                      rescan

./sys/devices/pci0000:00/0000:00:1f.0/PNP0103:00:
driver_override       modalias              subsystem             waiting_for_supplier
firmware_node         power                 uevent

./sys/devices/pci0000:00/0000:00:1f.0/PNP0103:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.0/PNP0800:00:
driver_override       modalias              subsystem             waiting_for_supplier
firmware_node         power                 uevent

./sys/devices/pci0000:00/0000:00:1f.0/PNP0800:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00:
ACPI0003:00           LEN0111:00            PNP0C0A:00            power
INTC1043:00           LEN0112:00            driver_override       subsystem
INTC1043:01           LEN0130:00            firmware_node         uevent
LEN0100:00            LEN0268:00            modalias              waiting_for_supplier

./sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/ACPI0003:00:
driver           firmware_node    power            subsystem
driver_override  modalias         power_supply     uevent

./sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/ACPI0003:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/ACPI0003:00/power_supply:
AC

./sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/ACPI0003:00/power_supply/AC:
device     hwmon0     online     power      subsystem  type       uevent     wakeup28

./sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/ACPI0003:00/power_supply/AC/hwmon0:
device     name       power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/ACPI0003:00/power_supply/AC/hwmon0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/ACPI0003:00/power_supply/AC/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/ACPI0003:00/power_supply/AC/wakeup28:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/INTC1043:00:
driver           firmware_node    power            uevent
driver_override  modalias         subsystem

./sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/INTC1043:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/INTC1043:01:
driver           firmware_node    power            uevent
driver_override  modalias         subsystem

./sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/INTC1043:01/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/LEN0100:00:
driver_override       modalias              subsystem             waiting_for_supplier
firmware_node         power                 uevent

./sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/LEN0100:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/LEN0111:00:
driver_override       modalias              subsystem             waiting_for_supplier
firmware_node         power                 uevent

./sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/LEN0111:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/LEN0112:00:
driver_override       modalias              subsystem             waiting_for_supplier
firmware_node         power                 uevent

./sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/LEN0112:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/LEN0130:00:
driver_override       modalias              subsystem             waiting_for_supplier
firmware_node         power                 uevent

./sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/LEN0130:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/LEN0268:00:
driver_override       modalias              subsystem             waiting_for_supplier
firmware_node         power                 uevent

./sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/LEN0268:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/PNP0C0A:00:
driver_override       modalias              subsystem             waiting_for_supplier
firmware_node         power                 uevent

./sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/PNP0C0A:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.0/link:

./sys/devices/pci0000:00/0000:00:1f.0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.3:
ari_enabled                firmware_node              rescan
broken_parity_status       iommu                      resource
class                      iommu_group                resource0
config                     irq                        resource4
consistent_dma_mask_bits   link                       revision
d3cold_allowed             local_cpulist              skl_hda_dsp_generic
device                     local_cpus                 snd_sof.hda-probes.0
dma_mask_bits              modalias                   subsystem
dmic-codec                 msi_bus                    subsystem_device
driver                     msi_irqs                   subsystem_vendor
driver_override            numa_node                  supplier:pci:0000:00:02.0
ehdaudio0D0                power                      uevent
ehdaudio0D2                power_state                vendor
enable                     remove

./sys/devices/pci0000:00/0000:00:1f.3/dmic-codec:
driver           driver_override  modalias         power            subsystem        uevent

./sys/devices/pci0000:00/0000:00:1f.3/dmic-codec/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D0:
afg           driver        modalias      revision_id   subsystem_id  uevent        vendor_name
chip_name     mfg           power         subsystem     type          vendor_id     widgets

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D0/widgets:
01  03  05  07  09  0b  0d  0f  11  13  15  17  19  1b  1d  1f  21  23
02  04  06  08  0a  0c  0e  10  12  14  16  18  1a  1c  1e  20  22  24

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D0/widgets/01:
amp_in_caps   amp_out_caps  gpio_caps     pcm_caps      pcm_formats   power_caps

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D0/widgets/02:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D0/widgets/03:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D0/widgets/04:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D0/widgets/05:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D0/widgets/06:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D0/widgets/07:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D0/widgets/08:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D0/widgets/09:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D0/widgets/0a:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D0/widgets/0b:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D0/widgets/0c:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D0/widgets/0d:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D0/widgets/0e:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D0/widgets/0f:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D0/widgets/10:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D0/widgets/11:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D0/widgets/12:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D0/widgets/13:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D0/widgets/14:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D0/widgets/15:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D0/widgets/16:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D0/widgets/17:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D0/widgets/18:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D0/widgets/19:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D0/widgets/1a:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D0/widgets/1b:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D0/widgets/1c:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D0/widgets/1d:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D0/widgets/1e:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D0/widgets/1f:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D0/widgets/20:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D0/widgets/21:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D0/widgets/22:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D0/widgets/23:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D0/widgets/24:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D2:
afg           driver        modalias      revision_id   subsystem_id  uevent        vendor_name
chip_name     mfg           power         subsystem     type          vendor_id     widgets

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D2/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D2/widgets:
01  03  04  05  06  07  08  09  0a  0b  0c  0d  0e  0f

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D2/widgets/01:
amp_in_caps   amp_out_caps  gpio_caps     pcm_caps      pcm_formats   power_caps

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D2/widgets/03:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D2/widgets/04:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D2/widgets/05:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D2/widgets/06:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D2/widgets/07:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D2/widgets/08:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D2/widgets/09:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D2/widgets/0a:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D2/widgets/0b:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D2/widgets/0c:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D2/widgets/0d:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D2/widgets/0e:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/ehdaudio0D2/widgets/0f:
amp_in_caps   caps          pcm_caps      pin_caps      power_caps
amp_out_caps  connections   pcm_formats   pin_cfg

./sys/devices/pci0000:00/0000:00:1f.3/link:

./sys/devices/pci0000:00/0000:00:1f.3/msi_irqs:
197

./sys/devices/pci0000:00/0000:00:1f.3/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic:
Analog Playback and Capture   HDMI2                         iDisp2
DMIC                          HDMI3                         iDisp3
DMIC16kHz                     dmic01                        modalias
Digital Playback and Capture  dmic16k                       power
HDA Analog                    driver                        sound
HDA Analog Deep Buffer        driver_override               subsystem
HDMI1                         iDisp1                        uevent

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/Analog Playback and Capture:
dapm_widget  pmdown_time  power        uevent

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/Analog Playback and Capture/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/DMIC:
dapm_widget  pmdown_time  power        uevent

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/DMIC/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/DMIC16kHz:
dapm_widget  pmdown_time  power        uevent

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/DMIC16kHz/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/Digital Playback and Capture:
dapm_widget  pmdown_time  power        uevent

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/Digital Playback and Capture/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/HDA Analog:
dapm_widget  pmdown_time  power        uevent

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/HDA Analog/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/HDA Analog Deep Buffer:
dapm_widget  pmdown_time  power        uevent

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/HDA Analog Deep Buffer/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/HDMI1:
dapm_widget  pmdown_time  power        uevent

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/HDMI1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/HDMI2:
dapm_widget  pmdown_time  power        uevent

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/HDMI2/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/HDMI3:
dapm_widget  pmdown_time  power        uevent

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/HDMI3/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/dmic01:
dapm_widget  pmdown_time  power        uevent

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/dmic01/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/dmic16k:
dapm_widget  pmdown_time  power        uevent

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/dmic16k/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/iDisp1:
dapm_widget  pmdown_time  power        uevent

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/iDisp1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/iDisp2:
dapm_widget  pmdown_time  power        uevent

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/iDisp2/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/iDisp3:
dapm_widget  pmdown_time  power        uevent

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/iDisp3/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound:
card0

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0:
controlC0  hwC0D2     input17    input20    pcmC0D0p   pcmC0D4p   pcmC0D7c   uevent
device     id         input18    number     pcmC0D31p  pcmC0D5p   power
hwC0D0     input16    input19    pcmC0D0c   pcmC0D3p   pcmC0D6c   subsystem

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/controlC0:
dev          device       led-mic      led-speaker  power        subsystem    uevent

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/controlC0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/hwC0D0:
afg                 driver_pin_configs  modelname           revision_id         vendor_id
chip_name           hints               power               subsystem           vendor_name
clear               init_pin_configs    power_off_acct      subsystem_id
dev                 init_verbs          power_on_acct       uevent
device              mfg                 reconfig            user_pin_configs

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/hwC0D0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/hwC0D2:
afg                 driver_pin_configs  modelname           revision_id         vendor_id
chip_name           hints               power               subsystem           vendor_name
clear               init_pin_configs    power_off_acct      subsystem_id
dev                 init_verbs          power_on_acct       uevent
device              mfg                 reconfig            user_pin_configs

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/hwC0D2/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input16:
capabilities  event11       inhibited     name          power         subsystem     uniq
device        id            modalias      phys          properties    uevent

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input16/capabilities:
abs  ev   ff   key  led  msc  rel  snd  sw

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input16/event11:
dev        device     power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input16/event11/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input16/id:
bustype  product  vendor   version

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input16/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input17:
capabilities  event12       inhibited     name          power         subsystem     uniq
device        id            modalias      phys          properties    uevent

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input17/capabilities:
abs  ev   ff   key  led  msc  rel  snd  sw

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input17/event12:
dev        device     power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input17/event12/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input17/id:
bustype  product  vendor   version

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input17/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input18:
capabilities  event13       inhibited     name          power         subsystem     uniq
device        id            modalias      phys          properties    uevent

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input18/capabilities:
abs  ev   ff   key  led  msc  rel  snd  sw

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input18/event13:
dev        device     power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input18/event13/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input18/id:
bustype  product  vendor   version

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input18/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input19:
capabilities  event14       inhibited     name          power         subsystem     uniq
device        id            modalias      phys          properties    uevent

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input19/capabilities:
abs  ev   ff   key  led  msc  rel  snd  sw

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input19/event14:
dev        device     power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input19/event14/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input19/id:
bustype  product  vendor   version

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input19/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input20:
capabilities  event15       inhibited     name          power         subsystem     uniq
device        id            modalias      phys          properties    uevent

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input20/capabilities:
abs  ev   ff   key  led  msc  rel  snd  sw

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input20/event15:
dev        device     power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input20/event15/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input20/id:
bustype  product  vendor   version

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/input20/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/pcmC0D0c:
dev        device     pcm_class  power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/pcmC0D0c/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/pcmC0D0p:
dev        device     pcm_class  power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/pcmC0D0p/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/pcmC0D31p:
dev        device     pcm_class  power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/pcmC0D31p/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/pcmC0D3p:
dev        device     pcm_class  power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/pcmC0D3p/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/pcmC0D4p:
dev        device     pcm_class  power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/pcmC0D4p/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/pcmC0D5p:
dev        device     pcm_class  power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/pcmC0D5p/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/pcmC0D6c:
dev        device     pcm_class  power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/pcmC0D6c/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/pcmC0D7c:
dev        device     pcm_class  power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/pcmC0D7c/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.3/skl_hda_dsp_generic/sound/card0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.3/snd_sof.hda-probes.0:
power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:1f.3/snd_sof.hda-probes.0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.4:
ari_enabled               driver_override           local_cpulist             resource
broken_parity_status      enable                    local_cpus                resource0
class                     firmware_node             modalias                  resource4
config                    i2c-16                    msi_bus                   revision
consistent_dma_mask_bits  iTCO_wdt                  numa_node                 subsystem
d3cold_allowed            iommu                     power                     subsystem_device
device                    iommu_group               power_state               subsystem_vendor
dma_mask_bits             irq                       remove                    uevent
driver                    link                      rescan                    vendor

./sys/devices/pci0000:00/0000:00:1f.4/i2c-16:
delete_device         name                  power                 uevent
firmware_node         new_device            subsystem             waiting_for_supplier

./sys/devices/pci0000:00/0000:00:1f.4/i2c-16/power:

./sys/devices/pci0000:00/0000:00:1f.4/iTCO_wdt:
driver           misc             power            uevent
driver_override  modalias         subsystem        watchdog

./sys/devices/pci0000:00/0000:00:1f.4/iTCO_wdt/misc:
watchdog

./sys/devices/pci0000:00/0000:00:1f.4/iTCO_wdt/misc/watchdog:
dev        device     power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:1f.4/iTCO_wdt/misc/watchdog/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.4/iTCO_wdt/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.4/iTCO_wdt/watchdog:
watchdog0

./sys/devices/pci0000:00/0000:00:1f.4/iTCO_wdt/watchdog/watchdog0:
bootstatus   device       identity     min_timeout  options      state        subsystem    timeout
dev          fw_version   max_timeout  nowayout     power        status       timeleft     uevent

./sys/devices/pci0000:00/0000:00:1f.4/iTCO_wdt/watchdog/watchdog0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.4/link:

./sys/devices/pci0000:00/0000:00:1f.4/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.5:
ari_enabled               driver_override           msi_bus                   spi_master
broken_parity_status      enable                    numa_node                 subsystem
class                     iommu                     power                     subsystem_device
config                    iommu_group               power_state               subsystem_vendor
consistent_dma_mask_bits  irq                       remove                    uevent
d3cold_allowed            link                      rescan                    vendor
device                    local_cpulist             resource
dma_mask_bits             local_cpus                resource0
driver                    modalias                  revision

./sys/devices/pci0000:00/0000:00:1f.5/link:

./sys/devices/pci0000:00/0000:00:1f.5/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.5/spi_master:
spi0

./sys/devices/pci0000:00/0000:00:1f.5/spi_master/spi0:
device      power       spi0.0      statistics  subsystem   uevent

./sys/devices/pci0000:00/0000:00:1f.5/spi_master/spi0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.5/spi_master/spi0/spi0.0:
driver           modalias         power            statistics       uevent
driver_override  mtd              spi-nor          subsystem

./sys/devices/pci0000:00/0000:00:1f.5/spi_master/spi0/spi0.0/mtd:
mtd0    mtd0ro

./sys/devices/pci0000:00/0000:00:1f.5/spi_master/spi0/spi0.0/mtd/mtd0:
bad_blocks         device             flags              numeraseregions    subpagesize
bbt_blocks         ecc_failures       mtd0               oobavail           subsystem
bitflip_threshold  ecc_step_size      mtd1               oobsize            type
corrected_bits     ecc_strength       mtd1ro             power              uevent
dev                erasesize          name               size               writesize

./sys/devices/pci0000:00/0000:00:1f.5/spi_master/spi0/spi0.0/mtd/mtd0/mtd0:
nvmem      power      subsystem  type       uevent

./sys/devices/pci0000:00/0000:00:1f.5/spi_master/spi0/spi0.0/mtd/mtd0/mtd0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.5/spi_master/spi0/spi0.0/mtd/mtd0/mtd1:
bad_blocks         device             flags              oobavail           subsystem
bbt_blocks         ecc_failures       mtd1               oobsize            type
bitflip_threshold  ecc_step_size      name               power              uevent
corrected_bits     ecc_strength       numeraseregions    size               writesize
dev                erasesize          offset             subpagesize

./sys/devices/pci0000:00/0000:00:1f.5/spi_master/spi0/spi0.0/mtd/mtd0/mtd1/mtd1:
nvmem      power      subsystem  type       uevent

./sys/devices/pci0000:00/0000:00:1f.5/spi_master/spi0/spi0.0/mtd/mtd0/mtd1/mtd1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.5/spi_master/spi0/spi0.0/mtd/mtd0/mtd1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.5/spi_master/spi0/spi0.0/mtd/mtd0/mtd1ro:
dev        device     power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:1f.5/spi_master/spi0/spi0.0/mtd/mtd0/mtd1ro/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.5/spi_master/spi0/spi0.0/mtd/mtd0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.5/spi_master/spi0/spi0.0/mtd/mtd0ro:
dev        device     power      subsystem  uevent

./sys/devices/pci0000:00/0000:00:1f.5/spi_master/spi0/spi0.0/mtd/mtd0ro/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.5/spi_master/spi0/spi0.0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.5/spi_master/spi0/spi0.0/spi-nor:
jedec_id      manufacturer  partname      sfdp

./sys/devices/pci0000:00/0000:00:1f.5/spi_master/spi0/spi0.0/statistics:
bytes                             transfer_bytes_histo_1024-2047    transfer_bytes_histo_4096-8191
bytes_rx                          transfer_bytes_histo_128-255      transfer_bytes_histo_512-1023
bytes_tx                          transfer_bytes_histo_16-31        transfer_bytes_histo_64-127
errors                            transfer_bytes_histo_16384-32767  transfer_bytes_histo_65536+
messages                          transfer_bytes_histo_2-3          transfer_bytes_histo_8-15
spi_async                         transfer_bytes_histo_2048-4095    transfer_bytes_histo_8192-16383
spi_sync                          transfer_bytes_histo_256-511      transfers
spi_sync_immediate                transfer_bytes_histo_32-63        transfers_split_maxsize
timedout                          transfer_bytes_histo_32768-65535
transfer_bytes_histo_0-1          transfer_bytes_histo_4-7

./sys/devices/pci0000:00/0000:00:1f.5/spi_master/spi0/statistics:
bytes                             transfer_bytes_histo_1024-2047    transfer_bytes_histo_4096-8191
bytes_rx                          transfer_bytes_histo_128-255      transfer_bytes_histo_512-1023
bytes_tx                          transfer_bytes_histo_16-31        transfer_bytes_histo_64-127
errors                            transfer_bytes_histo_16384-32767  transfer_bytes_histo_65536+
messages                          transfer_bytes_histo_2-3          transfer_bytes_histo_8-15
spi_async                         transfer_bytes_histo_2048-4095    transfer_bytes_histo_8192-16383
spi_sync                          transfer_bytes_histo_256-511      transfers
spi_sync_immediate                transfer_bytes_histo_32-63        transfers_split_maxsize
timedout                          transfer_bytes_histo_32768-65535
transfer_bytes_histo_0-1          transfer_bytes_histo_4-7

./sys/devices/pci0000:00/0000:00:1f.6:
ari_enabled               enable                    msi_irqs                  revision
broken_parity_status      firmware_node             net                       subsystem
class                     iommu                     numa_node                 subsystem_device
config                    iommu_group               power                     subsystem_vendor
consistent_dma_mask_bits  irq                       power_state               uevent
d3cold_allowed            link                      ptp                       vendor
device                    local_cpulist             remove                    wakeup
dma_mask_bits             local_cpus                rescan
driver                    modalias                  resource
driver_override           msi_bus                   resource0

./sys/devices/pci0000:00/0000:00:1f.6/link:

./sys/devices/pci0000:00/0000:00:1f.6/msi_irqs:
170

./sys/devices/pci0000:00/0000:00:1f.6/net:

./sys/devices/pci0000:00/0000:00:1f.6/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/pci0000:00/0000:00:1f.6/ptp:
ptp0

./sys/devices/pci0000:00/0000:00:1f.6/ptp/ptp0:
clock_name             max_vclocks            n_programmable_pins    subsystem
dev                    n_alarms               n_vclocks              uevent
device                 n_external_timestamps  power
max_adjustment         n_periodic_outputs     pps_available

./sys/devices/pci0000:00/0000:00:1f.6/ptp/ptp0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/0000:00:1f.6/wakeup:
wakeup60

./sys/devices/pci0000:00/0000:00:1f.6/wakeup/wakeup60:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/pci0000:00/pci_bus:
0000:00

./sys/devices/pci0000:00/pci_bus/0000:00:
cpuaffinity      device           rescan           uevent
cpulistaffinity  power            subsystem

./sys/devices/pci0000:00/pci_bus/0000:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pci0000:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform:
ACPI000C:00       PNP0C0D:00        PNP0C14:05        intel_rapl_msr.0  rtc_cmos
ACPI000E:00       PNP0C0E:00        PNP0C14:06        microcode         serial8250
IFX0785:00        PNP0C14:00        USBC000:00        pcspkr            snd-soc-dummy
INT33A1:00        PNP0C14:01        acpi-cpufreq      power             thinkpad_acpi
INT34C5:00        PNP0C14:02        coretemp.0        reg-dummy         thinkpad_hwmon
INTC1040:00       PNP0C14:03        efivars.0         regulatory.0      uevent
INTC1051:00       PNP0C14:04        i8042             rtc-efi.0

./sys/devices/platform/ACPI000C:00:
driver           firmware_node    idlepct          power            subsystem
driver_override  idlecpus         modalias         rrtime           uevent

./sys/devices/platform/ACPI000C:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/ACPI000E:00:
ac_alarm         caps             dc_status        firmware_node    subsystem        wakeup
ac_policy        dc_alarm         driver           modalias         time
ac_status        dc_policy        driver_override  power            uevent

./sys/devices/platform/ACPI000E:00/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/ACPI000E:00/wakeup:
wakeup44

./sys/devices/platform/ACPI000E:00/wakeup/wakeup44:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/platform/IFX0785:00:
driver           firmware_node    power            tpm              uevent
driver_override  modalias         subsystem        tpmrm

./sys/devices/platform/IFX0785:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/IFX0785:00/tpm:
tpm0

./sys/devices/platform/IFX0785:00/tpm/tpm0:
dev                null_name          pcr-sha256         ppi                tpm_version_major
device             pcr-sha1           power              subsystem          uevent

./sys/devices/platform/IFX0785:00/tpm/tpm0/pcr-sha1:
0   1   10  11  12  13  14  15  16  17  18  19  2   20  21  22  23  3   4   5   6   7   8   9

./sys/devices/platform/IFX0785:00/tpm/tpm0/pcr-sha256:
0   1   10  11  12  13  14  15  16  17  18  19  2   20  21  22  23  3   4   5   6   7   8   9

./sys/devices/platform/IFX0785:00/tpm/tpm0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/IFX0785:00/tpm/tpm0/ppi:
request            tcg_operations     version
response           transition_action  vs_operations

./sys/devices/platform/IFX0785:00/tpmrm:
tpmrm0

./sys/devices/platform/IFX0785:00/tpmrm/tpmrm0:
dev        device     power      subsystem  uevent

./sys/devices/platform/IFX0785:00/tpmrm/tpmrm0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/INT33A1:00:
driver           etr3             modalias         subsystem
driver_override  firmware_node    power            uevent

./sys/devices/platform/INT33A1:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/INT34C5:00:
driver           firmware_node    modalias         subsystem
driver_override  gpiochip0        power            uevent

./sys/devices/platform/INT34C5:00/gpiochip0:
dev                   power                 uevent
firmware_node         subsystem             waiting_for_supplier

./sys/devices/platform/INT34C5:00/gpiochip0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/INT34C5:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/INTC1040:00:
data_vault       odvp0            odvp14           odvp2            odvp7            uevent
driver           odvp1            odvp15           odvp20           odvp8            uuids
driver_override  odvp10           odvp16           odvp3            odvp9
firmware_node    odvp11           odvp17           odvp4            power
imok             odvp12           odvp18           odvp5            production_mode
modalias         odvp13           odvp19           odvp6            subsystem

./sys/devices/platform/INTC1040:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/INTC1040:00/uuids:
available_uuids  current_uuid

./sys/devices/platform/INTC1051:00:
driver           firmware_node    modalias         subsystem        wakeup
driver_override  input            power            uevent

./sys/devices/platform/INTC1051:00/input:
input7

./sys/devices/platform/INTC1051:00/input/input7:
capabilities  event6        inhibited     name          power         subsystem     uniq
device        id            modalias      phys          properties    uevent

./sys/devices/platform/INTC1051:00/input/input7/capabilities:
abs  ev   ff   key  led  msc  rel  snd  sw

./sys/devices/platform/INTC1051:00/input/input7/event6:
dev        device     power      subsystem  uevent

./sys/devices/platform/INTC1051:00/input/input7/event6/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/INTC1051:00/input/input7/id:
bustype  product  vendor   version

./sys/devices/platform/INTC1051:00/input/input7/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/INTC1051:00/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/INTC1051:00/wakeup:
wakeup49

./sys/devices/platform/INTC1051:00/wakeup/wakeup49:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/platform/PNP0C0D:00:
driver_override       modalias              subsystem             waiting_for_supplier
firmware_node         power                 uevent

./sys/devices/platform/PNP0C0D:00/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/PNP0C0E:00:
driver_override       modalias              subsystem             waiting_for_supplier
firmware_node         power                 uevent

./sys/devices/platform/PNP0C0E:00/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/PNP0C14:00:
driver           firmware_node    power            uevent
driver_override  modalias         subsystem        wmi_bus

./sys/devices/platform/PNP0C14:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:00/wmi_bus:
wmi_bus-PNP0C14:00

./sys/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00:
05901221-D566-11D1-B2F0-00A0C9062910  power
2BC49DEF-7B15-4F05-8BB7-EE37B9547C0B  subsystem
A6FEA33E-DABF-46F5-BFC8-460D961BEC9F  uevent
device

./sys/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/05901221-D566-11D1-B2F0-00A0C9062910:
bmof             driver_override  guid             modalias         power            subsystem
driver           expensive        instance_count   object_id        setable          uevent

./sys/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/05901221-D566-11D1-B2F0-00A0C9062910/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/2BC49DEF-7B15-4F05-8BB7-EE37B9547C0B:
driver_override  guid             modalias         power            uevent
expensive        instance_count   object_id        subsystem

./sys/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/2BC49DEF-7B15-4F05-8BB7-EE37B9547C0B/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/A6FEA33E-DABF-46F5-BFC8-460D961BEC9F:
driver_override  guid             modalias         power            uevent
expensive        instance_count   notify_id        subsystem

./sys/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/A6FEA33E-DABF-46F5-BFC8-460D961BEC9F/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:01:
driver           firmware_node    power            uevent
driver_override  modalias         subsystem        wmi_bus

./sys/devices/platform/PNP0C14:01/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:01/wmi_bus:
wmi_bus-PNP0C14:01

./sys/devices/platform/PNP0C14:01/wmi_bus/wmi_bus-PNP0C14:01:
05901221-D566-11D1-B2F0-00A0C9062910-1  power
1F13AB7F-6220-4210-8F8E-8BB5E71EE969    subsystem
device                                  uevent

./sys/devices/platform/PNP0C14:01/wmi_bus/wmi_bus-PNP0C14:01/05901221-D566-11D1-B2F0-00A0C9062910-1:
bmof             driver_override  guid             modalias         power            subsystem
driver           expensive        instance_count   object_id        setable          uevent

./sys/devices/platform/PNP0C14:01/wmi_bus/wmi_bus-PNP0C14:01/05901221-D566-11D1-B2F0-00A0C9062910-1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:01/wmi_bus/wmi_bus-PNP0C14:01/1F13AB7F-6220-4210-8F8E-8BB5E71EE969:
driver_override  guid             modalias         power            uevent
expensive        instance_count   object_id        subsystem

./sys/devices/platform/PNP0C14:01/wmi_bus/wmi_bus-PNP0C14:01/1F13AB7F-6220-4210-8F8E-8BB5E71EE969/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:01/wmi_bus/wmi_bus-PNP0C14:01/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:02:
driver           firmware_node    power            uevent
driver_override  modalias         subsystem        wmi_bus

./sys/devices/platform/PNP0C14:02/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:02/wmi_bus:
wmi_bus-PNP0C14:02

./sys/devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02:
05901221-D566-11D1-B2F0-00A0C9062910-2  7EEF04FF-4328-447C-B5BB-D449925D538D
2651D9FD-911C-4B69-B94E-D0DED5963BD7    8ADB159E-1E32-455C-BC93-308A7ED98246
51F5230E-9677-46CD-A1CF-C0B23EE34DB7    98479A64-33F5-4E33-A707-8E251EBBC3A1
6A4B54EF-A5ED-4D33-9455-B0D9B48DF4B3    DFDDEF2C-57D4-48CE-B196-0FB787D90836
7364651A-132F-4FE7-ADAA-40C6C7EE2E3B    device
7370EBA6-7E73-409C-9A89-829795313D78    power
74F1EBB6-927A-4C7D-95DF-698E21E80EB5    subsystem
7E94A589-4665-47DE-BE2B-DDE4A280AD47    uevent

./sys/devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/05901221-D566-11D1-B2F0-00A0C9062910-2:
bmof             driver_override  guid             modalias         power            subsystem
driver           expensive        instance_count   object_id        setable          uevent

./sys/devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/05901221-D566-11D1-B2F0-00A0C9062910-2/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/2651D9FD-911C-4B69-B94E-D0DED5963BD7:
driver_override  guid             modalias         power            uevent
expensive        instance_count   object_id        subsystem

./sys/devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/2651D9FD-911C-4B69-B94E-D0DED5963BD7/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/51F5230E-9677-46CD-A1CF-C0B23EE34DB7:
driver           expensive        instance_count   object_id        setable          uevent
driver_override  guid             modalias         power            subsystem

./sys/devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/51F5230E-9677-46CD-A1CF-C0B23EE34DB7/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/6A4B54EF-A5ED-4D33-9455-B0D9B48DF4B3:
driver_override  guid             modalias         power            uevent
expensive        instance_count   object_id        subsystem

./sys/devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/6A4B54EF-A5ED-4D33-9455-B0D9B48DF4B3/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/7364651A-132F-4FE7-ADAA-40C6C7EE2E3B:
driver_override  guid             modalias         power            uevent
expensive        instance_count   object_id        subsystem

./sys/devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/7364651A-132F-4FE7-ADAA-40C6C7EE2E3B/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/7370EBA6-7E73-409C-9A89-829795313D78:
driver_override  guid             modalias         power            subsystem
expensive        instance_count   object_id        setable          uevent

./sys/devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/7370EBA6-7E73-409C-9A89-829795313D78/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/74F1EBB6-927A-4C7D-95DF-698E21E80EB5:
driver_override  guid             modalias         power            uevent
expensive        instance_count   object_id        subsystem

./sys/devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/74F1EBB6-927A-4C7D-95DF-698E21E80EB5/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/7E94A589-4665-47DE-BE2B-DDE4A280AD47:
driver_override  guid             modalias         power            uevent
expensive        instance_count   object_id        subsystem

./sys/devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/7E94A589-4665-47DE-BE2B-DDE4A280AD47/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/7EEF04FF-4328-447C-B5BB-D449925D538D:
driver_override  guid             modalias         power            uevent
expensive        instance_count   object_id        subsystem

./sys/devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/7EEF04FF-4328-447C-B5BB-D449925D538D/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/8ADB159E-1E32-455C-BC93-308A7ED98246:
driver_override  guid             modalias         power            subsystem
expensive        instance_count   object_id        setable          uevent

./sys/devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/8ADB159E-1E32-455C-BC93-308A7ED98246/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/98479A64-33F5-4E33-A707-8E251EBBC3A1:
driver_override  guid             modalias         power            uevent
expensive        instance_count   object_id        subsystem

./sys/devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/98479A64-33F5-4E33-A707-8E251EBBC3A1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/DFDDEF2C-57D4-48CE-B196-0FB787D90836:
driver_override  guid             modalias         power            uevent
expensive        instance_count   object_id        subsystem

./sys/devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/DFDDEF2C-57D4-48CE-B196-0FB787D90836/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:02/wmi_bus/wmi_bus-PNP0C14:02/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:03:
driver           firmware_node    power            uevent
driver_override  modalias         subsystem        wmi_bus

./sys/devices/platform/PNP0C14:03/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:03/wmi_bus:
wmi_bus-PNP0C14:03

./sys/devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03:
05901221-D566-11D1-B2F0-00A0C9062910-3  device
7430019A-DCE9-4548-BAB0-9FDE0935CAFF    power
7FF47003-3B6C-4E5E-A227-E979824A85D1    subsystem
E2BE5EE3-42DA-49DB-8378-1F5247388202    uevent
FCB424F1-075A-4E0E-BFC4-62F3E71771FA

./sys/devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/05901221-D566-11D1-B2F0-00A0C9062910-3:
bmof             driver_override  guid             modalias         power            subsystem
driver           expensive        instance_count   object_id        setable          uevent

./sys/devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/05901221-D566-11D1-B2F0-00A0C9062910-3/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/7430019A-DCE9-4548-BAB0-9FDE0935CAFF:
driver_override  guid             modalias         power            subsystem
expensive        instance_count   object_id        setable          uevent

./sys/devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/7430019A-DCE9-4548-BAB0-9FDE0935CAFF/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/7FF47003-3B6C-4E5E-A227-E979824A85D1:
driver_override  guid             modalias         power            uevent
expensive        instance_count   object_id        subsystem

./sys/devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/7FF47003-3B6C-4E5E-A227-E979824A85D1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/E2BE5EE3-42DA-49DB-8378-1F5247388202:
driver_override  guid             modalias         power            uevent
expensive        instance_count   object_id        subsystem

./sys/devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/E2BE5EE3-42DA-49DB-8378-1F5247388202/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/FCB424F1-075A-4E0E-BFC4-62F3E71771FA:
driver_override  guid             modalias         power            subsystem
expensive        instance_count   object_id        setable          uevent

./sys/devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/FCB424F1-075A-4E0E-BFC4-62F3E71771FA/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:04:
driver           firmware_node    power            uevent
driver_override  modalias         subsystem        wmi_bus

./sys/devices/platform/PNP0C14:04/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:04/wmi_bus:
wmi_bus-PNP0C14:04

./sys/devices/platform/PNP0C14:04/wmi_bus/wmi_bus-PNP0C14:04:
05901221-D566-11D1-B2F0-00A0C9062910-4  power
85D2E869-365A-4ACE-A4D3-CD692B1698A0    subsystem
8F4D3679-749E-4479-9B16-C62601FD25F0    uevent
device

./sys/devices/platform/PNP0C14:04/wmi_bus/wmi_bus-PNP0C14:04/05901221-D566-11D1-B2F0-00A0C9062910-4:
bmof             driver_override  guid             modalias         power            subsystem
driver           expensive        instance_count   object_id        setable          uevent

./sys/devices/platform/PNP0C14:04/wmi_bus/wmi_bus-PNP0C14:04/05901221-D566-11D1-B2F0-00A0C9062910-4/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:04/wmi_bus/wmi_bus-PNP0C14:04/85D2E869-365A-4ACE-A4D3-CD692B1698A0:
driver_override  guid             modalias         power            uevent
expensive        instance_count   object_id        subsystem

./sys/devices/platform/PNP0C14:04/wmi_bus/wmi_bus-PNP0C14:04/85D2E869-365A-4ACE-A4D3-CD692B1698A0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:04/wmi_bus/wmi_bus-PNP0C14:04/8F4D3679-749E-4479-9B16-C62601FD25F0:
driver_override  guid             modalias         power            uevent
expensive        instance_count   object_id        subsystem

./sys/devices/platform/PNP0C14:04/wmi_bus/wmi_bus-PNP0C14:04/8F4D3679-749E-4479-9B16-C62601FD25F0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:04/wmi_bus/wmi_bus-PNP0C14:04/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:05:
driver           firmware_node    power            uevent
driver_override  modalias         subsystem        wmi_bus

./sys/devices/platform/PNP0C14:05/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:05/wmi_bus:
wmi_bus-PNP0C14:05

./sys/devices/platform/PNP0C14:05/wmi_bus/wmi_bus-PNP0C14:05:
05901221-D566-11D1-B2F0-00A0C9062910-5  power
8584BB57-5E31-46C4-BC8E-5E94563AE415    subsystem
device                                  uevent

./sys/devices/platform/PNP0C14:05/wmi_bus/wmi_bus-PNP0C14:05/05901221-D566-11D1-B2F0-00A0C9062910-5:
bmof             driver_override  guid             modalias         power            subsystem
driver           expensive        instance_count   object_id        setable          uevent

./sys/devices/platform/PNP0C14:05/wmi_bus/wmi_bus-PNP0C14:05/05901221-D566-11D1-B2F0-00A0C9062910-5/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:05/wmi_bus/wmi_bus-PNP0C14:05/8584BB57-5E31-46C4-BC8E-5E94563AE415:
driver_override  guid             modalias         power            uevent
expensive        instance_count   object_id        subsystem

./sys/devices/platform/PNP0C14:05/wmi_bus/wmi_bus-PNP0C14:05/8584BB57-5E31-46C4-BC8E-5E94563AE415/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:05/wmi_bus/wmi_bus-PNP0C14:05/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:06:
driver           firmware_node    power            uevent
driver_override  modalias         subsystem        wmi_bus

./sys/devices/platform/PNP0C14:06/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:06/wmi_bus:
wmi_bus-PNP0C14:06

./sys/devices/platform/PNP0C14:06/wmi_bus/wmi_bus-PNP0C14:06:
02928077-AD0A-4CC7-96B4-2B8983C43804    BE11ADCC-9923-45AD-9E74-CB5FB104BE9D
05901221-D566-11D1-B2F0-00A0C9062910-6  D931B4CF-F54E-4D07-9420-42858CC6A234
1F505761-1F4A-4B78-8BD7-BB52FA7E4F37    E702E2B8-4112-4776-98B3-CC1B0C7392B4
2042EFBF-9AF9-47DF-B71A-287C030C91CF    device
2895C284-0084-419E-AEF6-8DCBBB55B0B1    power
2B94D2ED-2548-4FDE-AC72-96CA99C6BFE6    subsystem
48E081C2-187E-43E1-8BB1-62F482CC669C    uevent
B79EB45E-85B3-41D5-A965-CC17D22A6D8B

./sys/devices/platform/PNP0C14:06/wmi_bus/wmi_bus-PNP0C14:06/02928077-AD0A-4CC7-96B4-2B8983C43804:
driver_override  guid             modalias         power            uevent
expensive        instance_count   object_id        subsystem

./sys/devices/platform/PNP0C14:06/wmi_bus/wmi_bus-PNP0C14:06/02928077-AD0A-4CC7-96B4-2B8983C43804/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:06/wmi_bus/wmi_bus-PNP0C14:06/05901221-D566-11D1-B2F0-00A0C9062910-6:
bmof             driver_override  guid             modalias         power            subsystem
driver           expensive        instance_count   object_id        setable          uevent

./sys/devices/platform/PNP0C14:06/wmi_bus/wmi_bus-PNP0C14:06/05901221-D566-11D1-B2F0-00A0C9062910-6/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:06/wmi_bus/wmi_bus-PNP0C14:06/1F505761-1F4A-4B78-8BD7-BB52FA7E4F37:
driver_override  guid             modalias         power            uevent
expensive        instance_count   object_id        subsystem

./sys/devices/platform/PNP0C14:06/wmi_bus/wmi_bus-PNP0C14:06/1F505761-1F4A-4B78-8BD7-BB52FA7E4F37/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:06/wmi_bus/wmi_bus-PNP0C14:06/2042EFBF-9AF9-47DF-B71A-287C030C91CF:
driver_override  guid             modalias         power            subsystem
expensive        instance_count   object_id        setable          uevent

./sys/devices/platform/PNP0C14:06/wmi_bus/wmi_bus-PNP0C14:06/2042EFBF-9AF9-47DF-B71A-287C030C91CF/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:06/wmi_bus/wmi_bus-PNP0C14:06/2895C284-0084-419E-AEF6-8DCBBB55B0B1:
driver_override  guid             modalias         power            subsystem
expensive        instance_count   object_id        setable          uevent

./sys/devices/platform/PNP0C14:06/wmi_bus/wmi_bus-PNP0C14:06/2895C284-0084-419E-AEF6-8DCBBB55B0B1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:06/wmi_bus/wmi_bus-PNP0C14:06/2B94D2ED-2548-4FDE-AC72-96CA99C6BFE6:
driver_override  guid             modalias         power            subsystem
expensive        instance_count   object_id        setable          uevent

./sys/devices/platform/PNP0C14:06/wmi_bus/wmi_bus-PNP0C14:06/2B94D2ED-2548-4FDE-AC72-96CA99C6BFE6/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:06/wmi_bus/wmi_bus-PNP0C14:06/48E081C2-187E-43E1-8BB1-62F482CC669C:
driver_override  guid             modalias         power            uevent
expensive        instance_count   object_id        subsystem

./sys/devices/platform/PNP0C14:06/wmi_bus/wmi_bus-PNP0C14:06/48E081C2-187E-43E1-8BB1-62F482CC669C/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:06/wmi_bus/wmi_bus-PNP0C14:06/B79EB45E-85B3-41D5-A965-CC17D22A6D8B:
driver_override  guid             modalias         power            subsystem
expensive        instance_count   object_id        setable          uevent

./sys/devices/platform/PNP0C14:06/wmi_bus/wmi_bus-PNP0C14:06/B79EB45E-85B3-41D5-A965-CC17D22A6D8B/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:06/wmi_bus/wmi_bus-PNP0C14:06/BE11ADCC-9923-45AD-9E74-CB5FB104BE9D:
driver_override  guid             modalias         power            uevent
expensive        instance_count   object_id        subsystem

./sys/devices/platform/PNP0C14:06/wmi_bus/wmi_bus-PNP0C14:06/BE11ADCC-9923-45AD-9E74-CB5FB104BE9D/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:06/wmi_bus/wmi_bus-PNP0C14:06/D931B4CF-F54E-4D07-9420-42858CC6A234:
driver_override  guid             modalias         power            subsystem
expensive        instance_count   object_id        setable          uevent

./sys/devices/platform/PNP0C14:06/wmi_bus/wmi_bus-PNP0C14:06/D931B4CF-F54E-4D07-9420-42858CC6A234/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:06/wmi_bus/wmi_bus-PNP0C14:06/E702E2B8-4112-4776-98B3-CC1B0C7392B4:
driver_override  guid             modalias         power            uevent
expensive        instance_count   object_id        subsystem

./sys/devices/platform/PNP0C14:06/wmi_bus/wmi_bus-PNP0C14:06/E702E2B8-4112-4776-98B3-CC1B0C7392B4/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/PNP0C14:06/wmi_bus/wmi_bus-PNP0C14:06/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/USBC000:00:
driver              firmware_node       power               subsystem           uevent
driver_override     modalias            power_supply        typec               usb_power_delivery

./sys/devices/platform/USBC000:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/USBC000:00/power_supply:
ucsi-source-psy-USBC000:001  ucsi-source-psy-USBC000:002

./sys/devices/platform/USBC000:00/power_supply/ucsi-source-psy-USBC000:001:
charge_type  current_now  hwmon7       power        subsystem    uevent       voltage_max  voltage_now
current_max  device       online       scope        type         usb_type     voltage_min  wakeup56

./sys/devices/platform/USBC000:00/power_supply/ucsi-source-psy-USBC000:001/hwmon7:
curr1_input  device       in0_max      name         subsystem
curr1_max    in0_input    in0_min      power        uevent

./sys/devices/platform/USBC000:00/power_supply/ucsi-source-psy-USBC000:001/hwmon7/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/USBC000:00/power_supply/ucsi-source-psy-USBC000:001/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/USBC000:00/power_supply/ucsi-source-psy-USBC000:001/wakeup56:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/platform/USBC000:00/power_supply/ucsi-source-psy-USBC000:002:
charge_type  current_now  hwmon8       power        subsystem    uevent       voltage_max  voltage_now
current_max  device       online       scope        type         usb_type     voltage_min  wakeup65

./sys/devices/platform/USBC000:00/power_supply/ucsi-source-psy-USBC000:002/hwmon8:
curr1_input  device       in0_max      name         subsystem
curr1_max    in0_input    in0_min      power        uevent

./sys/devices/platform/USBC000:00/power_supply/ucsi-source-psy-USBC000:002/hwmon8/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/USBC000:00/power_supply/ucsi-source-psy-USBC000:002/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/USBC000:00/power_supply/ucsi-source-psy-USBC000:002/wakeup65:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/platform/USBC000:00/typec:
port0  port1

./sys/devices/platform/USBC000:00/typec/port0:
data_role                    power                        usb3-port5
device                       power_operation_mode         usb_power_delivery
firmware_node                power_role                   usb_power_delivery_revision
physical_location            preferred_role               usb_typec_revision
port0-partner                subsystem                    vconn_source
port0.0                      supported_accessory_modes    waiting_for_supplier
port0.1                      uevent
port0.2                      usb2-port2

./sys/devices/platform/USBC000:00/typec/port0/physical_location:
dock                 horizontal_position  lid                  panel                vertical_position

./sys/devices/platform/USBC000:00/typec/port0/port0-partner:
accessory_mode               power                        usb_power_delivery
device                       subsystem                    usb_power_delivery_revision
number_of_alternate_modes    supports_usb_power_delivery
pd1                          uevent

./sys/devices/platform/USBC000:00/typec/port0/port0-partner/pd1:
device               revision             source-capabilities  uevent
power                sink-capabilities    subsystem

./sys/devices/platform/USBC000:00/typec/port0/port0-partner/pd1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/USBC000:00/typec/port0/port0-partner/pd1/sink-capabilities:
power   uevent

./sys/devices/platform/USBC000:00/typec/port0/port0-partner/pd1/sink-capabilities/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/USBC000:00/typec/port0/port0-partner/pd1/source-capabilities:
1:fixed_supply  2:fixed_supply  3:fixed_supply  4:fixed_supply  power           uevent

./sys/devices/platform/USBC000:00/typec/port0/port0-partner/pd1/source-capabilities/1:fixed_supply:
dual_role_data                         unchunked_extended_messages_supported
dual_role_power                        unconstrained_power
maximum_current                        usb_communication_capable
peak_current                           usb_suspend_supported
power                                  voltage
uevent

./sys/devices/platform/USBC000:00/typec/port0/port0-partner/pd1/source-capabilities/1:fixed_supply/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/USBC000:00/typec/port0/port0-partner/pd1/source-capabilities/2:fixed_supply:
maximum_current  peak_current     power            uevent           voltage

./sys/devices/platform/USBC000:00/typec/port0/port0-partner/pd1/source-capabilities/2:fixed_supply/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/USBC000:00/typec/port0/port0-partner/pd1/source-capabilities/3:fixed_supply:
maximum_current  peak_current     power            uevent           voltage

./sys/devices/platform/USBC000:00/typec/port0/port0-partner/pd1/source-capabilities/3:fixed_supply/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/USBC000:00/typec/port0/port0-partner/pd1/source-capabilities/4:fixed_supply:
maximum_current  peak_current     power            uevent           voltage

./sys/devices/platform/USBC000:00/typec/port0/port0-partner/pd1/source-capabilities/4:fixed_supply/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/USBC000:00/typec/port0/port0-partner/pd1/source-capabilities/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/USBC000:00/typec/port0/port0-partner/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/USBC000:00/typec/port0/port0.0:
active  mode    mode1   power   svid    uevent  vdo

./sys/devices/platform/USBC000:00/typec/port0/port0.0/mode1:
active           description      supported_roles  vdo

./sys/devices/platform/USBC000:00/typec/port0/port0.0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/USBC000:00/typec/port0/port0.1:
active  mode    mode1   power   svid    uevent  vdo

./sys/devices/platform/USBC000:00/typec/port0/port0.1/mode1:
active           description      supported_roles  vdo

./sys/devices/platform/USBC000:00/typec/port0/port0.1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/USBC000:00/typec/port0/port0.2:
active  mode    mode1   power   svid    uevent  vdo

./sys/devices/platform/USBC000:00/typec/port0/port0.2/mode1:
active           description      supported_roles  vdo

./sys/devices/platform/USBC000:00/typec/port0/port0.2/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/USBC000:00/typec/port0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/USBC000:00/typec/port1:
data_role                    power_role                   usb3-port6
device                       preferred_role               usb_power_delivery
firmware_node                subsystem                    usb_power_delivery_revision
physical_location            supported_accessory_modes    usb_typec_revision
power                        uevent                       vconn_source
power_operation_mode         usb2-port3                   waiting_for_supplier

./sys/devices/platform/USBC000:00/typec/port1/physical_location:
dock                 horizontal_position  lid                  panel                vertical_position

./sys/devices/platform/USBC000:00/typec/port1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/USBC000:00/usb_power_delivery:
pd0  pd2

./sys/devices/platform/USBC000:00/usb_power_delivery/pd0:
device             revision           subsystem
power              sink-capabilities  uevent

./sys/devices/platform/USBC000:00/usb_power_delivery/pd0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/USBC000:00/usb_power_delivery/pd0/sink-capabilities:
1:fixed_supply     2:variable_supply  3:battery          power              uevent

./sys/devices/platform/USBC000:00/usb_power_delivery/pd0/sink-capabilities/1:fixed_supply:
dual_role_data                         uevent
dual_role_power                        unchunked_extended_messages_supported
fast_role_swap_current                 unconstrained_power
higher_capability                      usb_communication_capable
operational_current                    voltage
power

./sys/devices/platform/USBC000:00/usb_power_delivery/pd0/sink-capabilities/1:fixed_supply/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/USBC000:00/usb_power_delivery/pd0/sink-capabilities/2:variable_supply:
maximum_voltage      minimum_voltage      operational_current  power                uevent

./sys/devices/platform/USBC000:00/usb_power_delivery/pd0/sink-capabilities/2:variable_supply/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/USBC000:00/usb_power_delivery/pd0/sink-capabilities/3:battery:
maximum_voltage    minimum_voltage    operational_power  power              uevent

./sys/devices/platform/USBC000:00/usb_power_delivery/pd0/sink-capabilities/3:battery/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/USBC000:00/usb_power_delivery/pd0/sink-capabilities/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/USBC000:00/usb_power_delivery/pd2:
device               revision             source-capabilities  uevent
power                sink-capabilities    subsystem

./sys/devices/platform/USBC000:00/usb_power_delivery/pd2/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/USBC000:00/usb_power_delivery/pd2/sink-capabilities:
1:fixed_supply     2:variable_supply  3:battery          power              uevent

./sys/devices/platform/USBC000:00/usb_power_delivery/pd2/sink-capabilities/1:fixed_supply:
dual_role_data                         uevent
dual_role_power                        unchunked_extended_messages_supported
fast_role_swap_current                 unconstrained_power
higher_capability                      usb_communication_capable
operational_current                    voltage
power

./sys/devices/platform/USBC000:00/usb_power_delivery/pd2/sink-capabilities/1:fixed_supply/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/USBC000:00/usb_power_delivery/pd2/sink-capabilities/2:variable_supply:
maximum_voltage      minimum_voltage      operational_current  power                uevent

./sys/devices/platform/USBC000:00/usb_power_delivery/pd2/sink-capabilities/2:variable_supply/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/USBC000:00/usb_power_delivery/pd2/sink-capabilities/3:battery:
maximum_voltage    minimum_voltage    operational_power  power              uevent

./sys/devices/platform/USBC000:00/usb_power_delivery/pd2/sink-capabilities/3:battery/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/USBC000:00/usb_power_delivery/pd2/sink-capabilities/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/USBC000:00/usb_power_delivery/pd2/source-capabilities:
1:fixed_supply  power           uevent

./sys/devices/platform/USBC000:00/usb_power_delivery/pd2/source-capabilities/1:fixed_supply:
dual_role_data                         unchunked_extended_messages_supported
dual_role_power                        unconstrained_power
maximum_current                        usb_communication_capable
peak_current                           usb_suspend_supported
power                                  voltage
uevent

./sys/devices/platform/USBC000:00/usb_power_delivery/pd2/source-capabilities/1:fixed_supply/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/USBC000:00/usb_power_delivery/pd2/source-capabilities/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/acpi-cpufreq:
driver_override  modalias         power            subsystem        uevent

./sys/devices/platform/acpi-cpufreq/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/coretemp.0:
driver_override  hwmon            modalias         power            subsystem        uevent

./sys/devices/platform/coretemp.0/hwmon:
hwmon6

./sys/devices/platform/coretemp.0/hwmon/hwmon6:
device            temp1_input       temp2_label       temp3_max         temp5_crit
name              temp1_label       temp2_max         temp4_crit        temp5_crit_alarm
power             temp1_max         temp3_crit        temp4_crit_alarm  temp5_input
subsystem         temp2_crit        temp3_crit_alarm  temp4_input       temp5_label
temp1_crit        temp2_crit_alarm  temp3_input       temp4_label       temp5_max
temp1_crit_alarm  temp2_input       temp3_label       temp4_max         uevent

./sys/devices/platform/coretemp.0/hwmon/hwmon6/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/coretemp.0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/efivars.0:
driver_override  modalias         power            subsystem        uevent

./sys/devices/platform/efivars.0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/i8042:
driver           modalias         serio0           subsystem
driver_override  power            serio1           uevent

./sys/devices/platform/i8042/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/i8042/serio0:
bind_mode      drvctl         firmware_id    id             power          softraw        uevent
description    err_count      firmware_node  input          scroll         softrepeat     wakeup
driver         extra          force_release  modalias       set            subsystem

./sys/devices/platform/i8042/serio0/id:
extra  id     proto  type

./sys/devices/platform/i8042/serio0/input:
input3

./sys/devices/platform/i8042/serio0/input/input3:
capabilities        inhibited           modalias            properties
device              input3::capslock    name                subsystem
event3              input3::numlock     phys                uevent
id                  input3::scrolllock  power               uniq

./sys/devices/platform/i8042/serio0/input/input3/capabilities:
abs  ev   ff   key  led  msc  rel  snd  sw

./sys/devices/platform/i8042/serio0/input/input3/event3:
dev        device     power      subsystem  uevent

./sys/devices/platform/i8042/serio0/input/input3/event3/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/i8042/serio0/input/input3/id:
bustype  product  vendor   version

./sys/devices/platform/i8042/serio0/input/input3/input3::capslock:
brightness      max_brightness  subsystem       uevent
device          power           trigger

./sys/devices/platform/i8042/serio0/input/input3/input3::capslock/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/i8042/serio0/input/input3/input3::numlock:
brightness      max_brightness  subsystem       uevent
device          power           trigger

./sys/devices/platform/i8042/serio0/input/input3/input3::numlock/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/i8042/serio0/input/input3/input3::scrolllock:
brightness      max_brightness  subsystem       uevent
device          power           trigger

./sys/devices/platform/i8042/serio0/input/input3/input3::scrolllock/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/i8042/serio0/input/input3/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/i8042/serio0/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/i8042/serio0/wakeup:
wakeup42

./sys/devices/platform/i8042/serio0/wakeup/wakeup42:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/platform/i8042/serio1:
bind_mode        drvctl           input            press_to_select  resetafter       sensitivity
description      firmware_id      modalias         protocol         resolution       subsystem
driver           id               power            rate             resync_time      uevent

./sys/devices/platform/i8042/serio1/id:
extra  id     proto  type

./sys/devices/platform/i8042/serio1/input:
input9

./sys/devices/platform/i8042/serio1/input/input9:
capabilities  event10       inhibited     mouse2        phys          properties    uevent
device        id            modalias      name          power         subsystem     uniq

./sys/devices/platform/i8042/serio1/input/input9/capabilities:
abs  ev   ff   key  led  msc  rel  snd  sw

./sys/devices/platform/i8042/serio1/input/input9/event10:
dev        device     power      subsystem  uevent

./sys/devices/platform/i8042/serio1/input/input9/event10/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/i8042/serio1/input/input9/id:
bustype  product  vendor   version

./sys/devices/platform/i8042/serio1/input/input9/mouse2:
dev        device     power      subsystem  uevent

./sys/devices/platform/i8042/serio1/input/input9/mouse2/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/i8042/serio1/input/input9/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/i8042/serio1/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/intel_rapl_msr.0:
driver           driver_override  modalias         power            subsystem        uevent

./sys/devices/platform/intel_rapl_msr.0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/microcode:
driver_override  modalias         power            subsystem        uevent

./sys/devices/platform/microcode/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/pcspkr:
driver           input            power            uevent
driver_override  modalias         subsystem

./sys/devices/platform/pcspkr/input:
input8

./sys/devices/platform/pcspkr/input/input8:
capabilities  event7        inhibited     name          power         subsystem     uniq
device        id            modalias      phys          properties    uevent

./sys/devices/platform/pcspkr/input/input8/capabilities:
abs  ev   ff   key  led  msc  rel  snd  sw

./sys/devices/platform/pcspkr/input/input8/event7:
dev        device     power      subsystem  uevent

./sys/devices/platform/pcspkr/input/input8/event7/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/pcspkr/input/input8/id:
bustype  product  vendor   version

./sys/devices/platform/pcspkr/input/input8/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/pcspkr/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/reg-dummy:
driver           modalias         regulator        uevent
driver_override  power            subsystem

./sys/devices/platform/reg-dummy/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/reg-dummy/regulator:
regulator.0

./sys/devices/platform/reg-dummy/regulator/regulator.0:
device                 power                  suspend_disk_state     type
name                   requested_microamps    suspend_mem_state      uevent
num_users              subsystem              suspend_standby_state

./sys/devices/platform/reg-dummy/regulator/regulator.0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/regulatory.0:
driver_override  modalias         power            subsystem        uevent

./sys/devices/platform/regulatory.0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/rtc-efi.0:
driver_override  modalias         power            subsystem        uevent

./sys/devices/platform/rtc-efi.0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/rtc_cmos:
cmos_nvram0      driver_override  power            subsystem        wakeup
driver           modalias         rtc              uevent

./sys/devices/platform/rtc_cmos/cmos_nvram0:
force_ro   nvmem      power      subsystem  type       uevent

./sys/devices/platform/rtc_cmos/cmos_nvram0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/rtc_cmos/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/rtc_cmos/rtc:
rtc0

./sys/devices/platform/rtc_cmos/rtc/rtc0:
alarmtimer.0.auto  device             name               subsystem          wakealarm
date               hctosys            power              time
dev                max_user_freq      since_epoch        uevent

./sys/devices/platform/rtc_cmos/rtc/rtc0/alarmtimer.0.auto:
driver           modalias         subsystem        wakeup
driver_override  power            uevent

./sys/devices/platform/rtc_cmos/rtc/rtc0/alarmtimer.0.auto/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/rtc_cmos/rtc/rtc0/alarmtimer.0.auto/wakeup:
wakeup34

./sys/devices/platform/rtc_cmos/rtc/rtc0/alarmtimer.0.auto/wakeup/wakeup34:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/platform/rtc_cmos/rtc/rtc0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/rtc_cmos/wakeup:
wakeup33

./sys/devices/platform/rtc_cmos/wakeup/wakeup33:
active_count             expire_count             prevent_suspend_time_ms  wakeup_count
active_time_ms           last_change_ms           subsystem
device                   max_time_ms              total_time_ms
event_count              name                     uevent

./sys/devices/platform/serial8250:
driver           modalias         serial8250:0     uevent
driver_override  power            subsystem

./sys/devices/platform/serial8250/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/serial8250/serial8250:0:
driver           serial8250:0.12  serial8250:0.18  serial8250:0.23  serial8250:0.29  serial8250:0.6
power            serial8250:0.13  serial8250:0.19  serial8250:0.24  serial8250:0.3   serial8250:0.7
serial8250:0.0   serial8250:0.14  serial8250:0.2   serial8250:0.25  serial8250:0.30  serial8250:0.8
serial8250:0.1   serial8250:0.15  serial8250:0.20  serial8250:0.26  serial8250:0.31  serial8250:0.9
serial8250:0.10  serial8250:0.16  serial8250:0.21  serial8250:0.27  serial8250:0.4   subsystem
serial8250:0.11  serial8250:0.17  serial8250:0.22  serial8250:0.28  serial8250:0.5   uevent

./sys/devices/platform/serial8250/serial8250:0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.0:
driver     power      subsystem  tty        uevent

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.0/tty:
ttyS0

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.0/tty/ttyS0:
close_delay      dev              iomem_base       port             uartclk
closing_wait     device           iomem_reg_shift  power            uevent
console          flags            irq              subsystem        xmit_fifo_size
custom_divisor   io_type          line             type

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.0/tty/ttyS0/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.1:
driver     power      subsystem  tty        uevent

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.1/tty:
ttyS1

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.1/tty/ttyS1:
close_delay      dev              iomem_base       port             uartclk
closing_wait     device           iomem_reg_shift  power            uevent
console          flags            irq              subsystem        xmit_fifo_size
custom_divisor   io_type          line             type

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.1/tty/ttyS1/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.10:
driver     power      subsystem  tty        uevent

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.10/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.10/tty:
ttyS10

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.10/tty/ttyS10:
close_delay      dev              iomem_base       port             uartclk
closing_wait     device           iomem_reg_shift  power            uevent
console          flags            irq              subsystem        xmit_fifo_size
custom_divisor   io_type          line             type

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.10/tty/ttyS10/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.11:
driver     power      subsystem  tty        uevent

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.11/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.11/tty:
ttyS11

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.11/tty/ttyS11:
close_delay      dev              iomem_base       port             uartclk
closing_wait     device           iomem_reg_shift  power            uevent
console          flags            irq              subsystem        xmit_fifo_size
custom_divisor   io_type          line             type

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.11/tty/ttyS11/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.12:
driver     power      subsystem  tty        uevent

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.12/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.12/tty:
ttyS12

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.12/tty/ttyS12:
close_delay      dev              iomem_base       port             uartclk
closing_wait     device           iomem_reg_shift  power            uevent
console          flags            irq              subsystem        xmit_fifo_size
custom_divisor   io_type          line             type

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.12/tty/ttyS12/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.13:
driver     power      subsystem  tty        uevent

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.13/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.13/tty:
ttyS13

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.13/tty/ttyS13:
close_delay      dev              iomem_base       port             uartclk
closing_wait     device           iomem_reg_shift  power            uevent
console          flags            irq              subsystem        xmit_fifo_size
custom_divisor   io_type          line             type

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.13/tty/ttyS13/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.14:
driver     power      subsystem  tty        uevent

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.14/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.14/tty:
ttyS14

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.14/tty/ttyS14:
close_delay      dev              iomem_base       port             uartclk
closing_wait     device           iomem_reg_shift  power            uevent
console          flags            irq              subsystem        xmit_fifo_size
custom_divisor   io_type          line             type

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.14/tty/ttyS14/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.15:
driver     power      subsystem  tty        uevent

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.15/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.15/tty:
ttyS15

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.15/tty/ttyS15:
close_delay      dev              iomem_base       port             uartclk
closing_wait     device           iomem_reg_shift  power            uevent
console          flags            irq              subsystem        xmit_fifo_size
custom_divisor   io_type          line             type

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.15/tty/ttyS15/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.16:
driver     power      subsystem  tty        uevent

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.16/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.16/tty:
ttyS16

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.16/tty/ttyS16:
close_delay      dev              iomem_base       port             uartclk
closing_wait     device           iomem_reg_shift  power            uevent
console          flags            irq              subsystem        xmit_fifo_size
custom_divisor   io_type          line             type

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.16/tty/ttyS16/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.17:
driver     power      subsystem  tty        uevent

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.17/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.17/tty:
ttyS17

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.17/tty/ttyS17:
close_delay      dev              iomem_base       port             uartclk
closing_wait     device           iomem_reg_shift  power            uevent
console          flags            irq              subsystem        xmit_fifo_size
custom_divisor   io_type          line             type

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.17/tty/ttyS17/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.18:
driver     power      subsystem  tty        uevent

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.18/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.18/tty:
ttyS18

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.18/tty/ttyS18:
close_delay      dev              iomem_base       port             uartclk
closing_wait     device           iomem_reg_shift  power            uevent
console          flags            irq              subsystem        xmit_fifo_size
custom_divisor   io_type          line             type

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.18/tty/ttyS18/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.19:
driver     power      subsystem  tty        uevent

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.19/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.19/tty:
ttyS19

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.19/tty/ttyS19:
close_delay      dev              iomem_base       port             uartclk
closing_wait     device           iomem_reg_shift  power            uevent
console          flags            irq              subsystem        xmit_fifo_size
custom_divisor   io_type          line             type

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.19/tty/ttyS19/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.2:
driver     power      subsystem  tty        uevent

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.2/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.2/tty:
ttyS2

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.2/tty/ttyS2:
close_delay      dev              iomem_base       port             uartclk
closing_wait     device           iomem_reg_shift  power            uevent
console          flags            irq              subsystem        xmit_fifo_size
custom_divisor   io_type          line             type

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.2/tty/ttyS2/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.20:
driver     power      subsystem  tty        uevent

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.20/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.20/tty:
ttyS20

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.20/tty/ttyS20:
close_delay      dev              iomem_base       port             uartclk
closing_wait     device           iomem_reg_shift  power            uevent
console          flags            irq              subsystem        xmit_fifo_size
custom_divisor   io_type          line             type

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.20/tty/ttyS20/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.21:
driver     power      subsystem  tty        uevent

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.21/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.21/tty:
ttyS21

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.21/tty/ttyS21:
close_delay      dev              iomem_base       port             uartclk
closing_wait     device           iomem_reg_shift  power            uevent
console          flags            irq              subsystem        xmit_fifo_size
custom_divisor   io_type          line             type

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.21/tty/ttyS21/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.22:
driver     power      subsystem  tty        uevent

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.22/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.22/tty:
ttyS22

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.22/tty/ttyS22:
close_delay      dev              iomem_base       port             uartclk
closing_wait     device           iomem_reg_shift  power            uevent
console          flags            irq              subsystem        xmit_fifo_size
custom_divisor   io_type          line             type

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.22/tty/ttyS22/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.23:
driver     power      subsystem  tty        uevent

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.23/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.23/tty:
ttyS23

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.23/tty/ttyS23:
close_delay      dev              iomem_base       port             uartclk
closing_wait     device           iomem_reg_shift  power            uevent
console          flags            irq              subsystem        xmit_fifo_size
custom_divisor   io_type          line             type

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.23/tty/ttyS23/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.24:
driver     power      subsystem  tty        uevent

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.24/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.24/tty:
ttyS24

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.24/tty/ttyS24:
close_delay      dev              iomem_base       port             uartclk
closing_wait     device           iomem_reg_shift  power            uevent
console          flags            irq              subsystem        xmit_fifo_size
custom_divisor   io_type          line             type

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.24/tty/ttyS24/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.25:
driver     power      subsystem  tty        uevent

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.25/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.25/tty:
ttyS25

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.25/tty/ttyS25:
close_delay      dev              iomem_base       port             uartclk
closing_wait     device           iomem_reg_shift  power            uevent
console          flags            irq              subsystem        xmit_fifo_size
custom_divisor   io_type          line             type

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.25/tty/ttyS25/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.26:
driver     power      subsystem  tty        uevent

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.26/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.26/tty:
ttyS26

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.26/tty/ttyS26:
close_delay      dev              iomem_base       port             uartclk
closing_wait     device           iomem_reg_shift  power            uevent
console          flags            irq              subsystem        xmit_fifo_size
custom_divisor   io_type          line             type

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.26/tty/ttyS26/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.27:
driver     power      subsystem  tty        uevent

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.27/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.27/tty:
ttyS27

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.27/tty/ttyS27:
close_delay      dev              iomem_base       port             uartclk
closing_wait     device           iomem_reg_shift  power            uevent
console          flags            irq              subsystem        xmit_fifo_size
custom_divisor   io_type          line             type

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.27/tty/ttyS27/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.28:
driver     power      subsystem  tty        uevent

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.28/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.28/tty:
ttyS28

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.28/tty/ttyS28:
close_delay      dev              iomem_base       port             uartclk
closing_wait     device           iomem_reg_shift  power            uevent
console          flags            irq              subsystem        xmit_fifo_size
custom_divisor   io_type          line             type

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.28/tty/ttyS28/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.29:
driver     power      subsystem  tty        uevent

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.29/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.29/tty:
ttyS29

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.29/tty/ttyS29:
close_delay      dev              iomem_base       port             uartclk
closing_wait     device           iomem_reg_shift  power            uevent
console          flags            irq              subsystem        xmit_fifo_size
custom_divisor   io_type          line             type

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.29/tty/ttyS29/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.3:
driver     power      subsystem  tty        uevent

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.3/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.3/tty:
ttyS3

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.3/tty/ttyS3:
close_delay      dev              iomem_base       port             uartclk
closing_wait     device           iomem_reg_shift  power            uevent
console          flags            irq              subsystem        xmit_fifo_size
custom_divisor   io_type          line             type

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.3/tty/ttyS3/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.30:
driver     power      subsystem  tty        uevent

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.30/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.30/tty:
ttyS30

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.30/tty/ttyS30:
close_delay      dev              iomem_base       port             uartclk
closing_wait     device           iomem_reg_shift  power            uevent
console          flags            irq              subsystem        xmit_fifo_size
custom_divisor   io_type          line             type

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.30/tty/ttyS30/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.31:
driver     power      subsystem  tty        uevent

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.31/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.31/tty:
ttyS31

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.31/tty/ttyS31:
close_delay      dev              iomem_base       port             uartclk
closing_wait     device           iomem_reg_shift  power            uevent
console          flags            irq              subsystem        xmit_fifo_size
custom_divisor   io_type          line             type

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.31/tty/ttyS31/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.4:
driver     power      subsystem  tty        uevent

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.4/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.4/tty:
ttyS4

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.4/tty/ttyS4:
close_delay      dev              iomem_base       port             uartclk
closing_wait     device           iomem_reg_shift  power            uevent
console          flags            irq              subsystem        xmit_fifo_size
custom_divisor   io_type          line             type

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.4/tty/ttyS4/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.5:
driver     power      subsystem  tty        uevent

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.5/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.5/tty:
ttyS5

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.5/tty/ttyS5:
close_delay      dev              iomem_base       port             uartclk
closing_wait     device           iomem_reg_shift  power            uevent
console          flags            irq              subsystem        xmit_fifo_size
custom_divisor   io_type          line             type

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.5/tty/ttyS5/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.6:
driver     power      subsystem  tty        uevent

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.6/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.6/tty:
ttyS6

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.6/tty/ttyS6:
close_delay      dev              iomem_base       port             uartclk
closing_wait     device           iomem_reg_shift  power            uevent
console          flags            irq              subsystem        xmit_fifo_size
custom_divisor   io_type          line             type

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.6/tty/ttyS6/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.7:
driver     power      subsystem  tty        uevent

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.7/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.7/tty:
ttyS7

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.7/tty/ttyS7:
close_delay      dev              iomem_base       port             uartclk
closing_wait     device           iomem_reg_shift  power            uevent
console          flags            irq              subsystem        xmit_fifo_size
custom_divisor   io_type          line             type

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.7/tty/ttyS7/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.8:
driver     power      subsystem  tty        uevent

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.8/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.8/tty:
ttyS8

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.8/tty/ttyS8:
close_delay      dev              iomem_base       port             uartclk
closing_wait     device           iomem_reg_shift  power            uevent
console          flags            irq              subsystem        xmit_fifo_size
custom_divisor   io_type          line             type

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.8/tty/ttyS8/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.9:
driver     power      subsystem  tty        uevent

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.9/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.9/tty:
ttyS9

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.9/tty/ttyS9:
close_delay      dev              iomem_base       port             uartclk
closing_wait     device           iomem_reg_shift  power            uevent
console          flags            irq              subsystem        xmit_fifo_size
custom_divisor   io_type          line             type

./sys/devices/platform/serial8250/serial8250:0/serial8250:0.9/tty/ttyS9/power:
autosuspend_delay_ms    runtime_suspended_time  wakeup_active_count     wakeup_max_time_ms
control                 wakeup                  wakeup_count            wakeup_total_time_ms
runtime_active_time     wakeup_abort_count      wakeup_expire_count
runtime_status          wakeup_active           wakeup_last_time_ms

./sys/devices/platform/snd-soc-dummy:
driver           driver_override  modalias         power            subsystem        uevent

./sys/devices/platform/snd-soc-dummy/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/thinkpad_acpi:
auxmac                     hotkey_bios_mask           modalias
bluetooth_enable           hotkey_enable              palmsensor
cmos_command               hotkey_mask                power
driver                     hotkey_poll_freq           rfkill
driver_override            hotkey_radio_sw            subsystem
dytc_lapmode               hotkey_recommended_mask    uevent
hotkey_adaptive_all_mask   hotkey_source_mask         wakeup_hotunplug_complete
hotkey_all_mask            input                      wakeup_reason
hotkey_bios_enabled        leds

./sys/devices/platform/thinkpad_acpi/input:
input4

./sys/devices/platform/thinkpad_acpi/input/input4:
capabilities  event4        inhibited     name          power         subsystem     uniq
device        id            modalias      phys          properties    uevent

./sys/devices/platform/thinkpad_acpi/input/input4/capabilities:
abs  ev   ff   key  led  msc  rel  snd  sw

./sys/devices/platform/thinkpad_acpi/input/input4/event4:
dev        device     power      subsystem  uevent

./sys/devices/platform/thinkpad_acpi/input/input4/event4/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/thinkpad_acpi/input/input4/id:
bustype  product  vendor   version

./sys/devices/platform/thinkpad_acpi/input/input4/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/thinkpad_acpi/leds:
platform::micmute      tpacpi::kbd_backlight  tpacpi::power          tpacpi::thinklight
platform::mute         tpacpi::lid_logo_dot   tpacpi::standby        tpacpi::thinkvantage

./sys/devices/platform/thinkpad_acpi/leds/platform::micmute:
brightness      max_brightness  subsystem       uevent
device          power           trigger

./sys/devices/platform/thinkpad_acpi/leds/platform::micmute/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/thinkpad_acpi/leds/platform::mute:
brightness      max_brightness  subsystem       uevent
device          power           trigger

./sys/devices/platform/thinkpad_acpi/leds/platform::mute/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/thinkpad_acpi/leds/tpacpi::kbd_backlight:
brightness             device                 power                  trigger
brightness_hw_changed  max_brightness         subsystem              uevent

./sys/devices/platform/thinkpad_acpi/leds/tpacpi::kbd_backlight/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/thinkpad_acpi/leds/tpacpi::lid_logo_dot:
brightness      max_brightness  subsystem       uevent
device          power           trigger

./sys/devices/platform/thinkpad_acpi/leds/tpacpi::lid_logo_dot/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/thinkpad_acpi/leds/tpacpi::power:
brightness      max_brightness  subsystem       uevent
device          power           trigger

./sys/devices/platform/thinkpad_acpi/leds/tpacpi::power/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/thinkpad_acpi/leds/tpacpi::standby:
brightness      max_brightness  subsystem       uevent
device          power           trigger

./sys/devices/platform/thinkpad_acpi/leds/tpacpi::standby/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/thinkpad_acpi/leds/tpacpi::thinklight:
brightness      max_brightness  subsystem       uevent
device          power           trigger

./sys/devices/platform/thinkpad_acpi/leds/tpacpi::thinklight/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/thinkpad_acpi/leds/tpacpi::thinkvantage:
brightness      max_brightness  subsystem       uevent
device          power           trigger

./sys/devices/platform/thinkpad_acpi/leds/tpacpi::thinkvantage/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/thinkpad_acpi/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/thinkpad_acpi/rfkill:
rfkill0

./sys/devices/platform/thinkpad_acpi/rfkill/rfkill0:
device              index               power               subsystem
hard                name                soft                type
hard_block_reasons  persistent          state               uevent

./sys/devices/platform/thinkpad_acpi/rfkill/rfkill0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/thinkpad_hwmon:
driver           hwmon            power            uevent
driver_override  modalias         subsystem

./sys/devices/platform/thinkpad_hwmon/hwmon:
hwmon3

./sys/devices/platform/thinkpad_hwmon/hwmon/hwmon3:
device       power        subsystem    temp2_input  temp4_input  temp7_input
fan1_input   pwm1         temp1_input  temp2_label  temp5_input  temp8_input
name         pwm1_enable  temp1_label  temp3_input  temp6_input  uevent

./sys/devices/platform/thinkpad_hwmon/hwmon/hwmon3/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/platform/thinkpad_hwmon/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pnp0:
00:00   00:01   00:02   00:03   00:04   00:05   00:06   00:07   00:08   00:09   power   uevent

./sys/devices/pnp0/00:00:
driver         id             power          subsystem
firmware_node  options        resources      uevent

./sys/devices/pnp0/00:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pnp0/00:01:
driver         id             power          subsystem
firmware_node  options        resources      uevent

./sys/devices/pnp0/00:01/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pnp0/00:02:
driver         id             power          subsystem
firmware_node  options        resources      uevent

./sys/devices/pnp0/00:02/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pnp0/00:03:
driver         id             power          subsystem
firmware_node  options        resources      uevent

./sys/devices/pnp0/00:03/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pnp0/00:04:
driver         id             power          subsystem
firmware_node  options        resources      uevent

./sys/devices/pnp0/00:04/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pnp0/00:05:
driver         id             power          subsystem
firmware_node  options        resources      uevent

./sys/devices/pnp0/00:05/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pnp0/00:06:
driver         id             power          subsystem
firmware_node  options        resources      uevent

./sys/devices/pnp0/00:06/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pnp0/00:07:
driver         id             power          subsystem
firmware_node  options        resources      uevent

./sys/devices/pnp0/00:07/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pnp0/00:08:
driver         id             power          subsystem
firmware_node  options        resources      uevent

./sys/devices/pnp0/00:08/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pnp0/00:09:
driver         id             power          subsystem
firmware_node  options        resources      uevent

./sys/devices/pnp0/00:09/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/pnp0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/power:
cpumask                     perf_event_mux_interval_ms  type
events                      power                       uevent
format                      subsystem

./sys/devices/power/events:
energy-cores        energy-gpu          energy-pkg          energy-psys
energy-cores.scale  energy-gpu.scale    energy-pkg.scale    energy-psys.scale
energy-cores.unit   energy-gpu.unit     energy-pkg.unit     energy-psys.unit

./sys/devices/power/format:
event

./sys/devices/power/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/software:
perf_event_mux_interval_ms  subsystem                   uevent
power                       type

./sys/devices/software/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system:
clockevents   container     edac          memory
clocksource   cpu           machinecheck  node

./sys/devices/system/clockevents:
broadcast    clockevent1  clockevent3  clockevent5  clockevent7  uevent
clockevent0  clockevent2  clockevent4  clockevent6  power

./sys/devices/system/clockevents/broadcast:
current_device  power           subsystem       uevent

./sys/devices/system/clockevents/broadcast/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/clockevents/clockevent0:
current_device  power           subsystem       uevent          unbind_device

./sys/devices/system/clockevents/clockevent0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/clockevents/clockevent1:
current_device  power           subsystem       uevent          unbind_device

./sys/devices/system/clockevents/clockevent1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/clockevents/clockevent2:
current_device  power           subsystem       uevent          unbind_device

./sys/devices/system/clockevents/clockevent2/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/clockevents/clockevent3:
current_device  power           subsystem       uevent          unbind_device

./sys/devices/system/clockevents/clockevent3/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/clockevents/clockevent4:
current_device  power           subsystem       uevent          unbind_device

./sys/devices/system/clockevents/clockevent4/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/clockevents/clockevent5:
current_device  power           subsystem       uevent          unbind_device

./sys/devices/system/clockevents/clockevent5/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/clockevents/clockevent6:
current_device  power           subsystem       uevent          unbind_device

./sys/devices/system/clockevents/clockevent6/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/clockevents/clockevent7:
current_device  power           subsystem       uevent          unbind_device

./sys/devices/system/clockevents/clockevent7/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/clockevents/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/clocksource:
clocksource0  power         uevent

./sys/devices/system/clocksource/clocksource0:
available_clocksource  power                  uevent
current_clocksource    subsystem              unbind_clocksource

./sys/devices/system/clocksource/clocksource0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/clocksource/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/container:
PRP00001:00  PRP00001:01  power        uevent

./sys/devices/system/container/PRP00001:00:
firmware_node         power                 uevent
online                subsystem             waiting_for_supplier

./sys/devices/system/container/PRP00001:00/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/container/PRP00001:01:
firmware_node         power                 uevent
online                subsystem             waiting_for_supplier

./sys/devices/system/container/PRP00001:01/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/container/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/cpu:
cpu0                    cpu7                    intel_uncore_frequency  online
cpu1                    cpufreq                 isolated                possible
cpu2                    cpuidle                 kernel_max              power
cpu3                    crash_hotplug           microcode               present
cpu4                    enabled                 modalias                smt
cpu5                    hotplug                 nohz_full               uevent
cpu6                    intel_pstate            offline                 vulnerabilities

./sys/devices/system/cpu/cpu0:
acpi_cppc         crash_notes       hotplug           subsystem
cache             crash_notes_size  microcode         thermal_throttle
cpufreq           driver            node0             topology
cpuidle           firmware_node     power             uevent

./sys/devices/system/cpu/cpu0/acpi_cppc:
feedback_ctrs          lowest_freq            nominal_freq           wraparound_time
guaranteed_perf        lowest_nonlinear_perf  nominal_perf
highest_perf           lowest_perf            reference_perf

./sys/devices/system/cpu/cpu0/cache:
index0  index1  index2  index3  uevent

./sys/devices/system/cpu/cpu0/cache/index0:
coherency_line_size      number_of_sets           shared_cpu_map           uevent
id                       physical_line_partition  size                     ways_of_associativity
level                    shared_cpu_list          type

./sys/devices/system/cpu/cpu0/cache/index1:
coherency_line_size      number_of_sets           shared_cpu_map           uevent
id                       physical_line_partition  size                     ways_of_associativity
level                    shared_cpu_list          type

./sys/devices/system/cpu/cpu0/cache/index2:
coherency_line_size      number_of_sets           shared_cpu_map           uevent
id                       physical_line_partition  size                     ways_of_associativity
level                    shared_cpu_list          type

./sys/devices/system/cpu/cpu0/cache/index3:
coherency_line_size      number_of_sets           shared_cpu_map           uevent
id                       physical_line_partition  size                     ways_of_associativity
level                    shared_cpu_list          type

./sys/devices/system/cpu/cpu0/cpuidle:
state0  state1  state2  state3

./sys/devices/system/cpu/cpu0/cpuidle/state0:
above           default_status  disable         name            rejected        time
below           desc            latency         power           residency       usage

./sys/devices/system/cpu/cpu0/cpuidle/state1:
above           desc            name            residency       usage
below           disable         power           s2idle
default_status  latency         rejected        time

./sys/devices/system/cpu/cpu0/cpuidle/state1/s2idle:
time   usage

./sys/devices/system/cpu/cpu0/cpuidle/state2:
above           desc            name            residency       usage
below           disable         power           s2idle
default_status  latency         rejected        time

./sys/devices/system/cpu/cpu0/cpuidle/state2/s2idle:
time   usage

./sys/devices/system/cpu/cpu0/cpuidle/state3:
above           desc            name            residency       usage
below           disable         power           s2idle
default_status  latency         rejected        time

./sys/devices/system/cpu/cpu0/cpuidle/state3/s2idle:
time   usage

./sys/devices/system/cpu/cpu0/hotplug:
fail    state   target

./sys/devices/system/cpu/cpu0/microcode:
processor_flags  version

./sys/devices/system/cpu/cpu0/power:
autosuspend_delay_ms      energy_perf_bias          runtime_active_time       runtime_suspended_time
control                   pm_qos_resume_latency_us  runtime_status

./sys/devices/system/cpu/cpu0/thermal_throttle:

./sys/devices/system/cpu/cpu0/topology:
cluster_cpus          core_cpus_list        die_cpus              package_cpus_list
cluster_cpus_list     core_id               die_cpus_list         physical_package_id
cluster_id            core_siblings         die_id                thread_siblings
core_cpus             core_siblings_list    package_cpus          thread_siblings_list

./sys/devices/system/cpu/cpu1:
acpi_cppc         crash_notes       hotplug           power             uevent
cache             crash_notes_size  microcode         subsystem
cpufreq           driver            node0             thermal_throttle
cpuidle           firmware_node     online            topology

./sys/devices/system/cpu/cpu1/acpi_cppc:
feedback_ctrs          lowest_freq            nominal_freq           wraparound_time
guaranteed_perf        lowest_nonlinear_perf  nominal_perf
highest_perf           lowest_perf            reference_perf

./sys/devices/system/cpu/cpu1/cache:
index0  index1  index2  index3  uevent

./sys/devices/system/cpu/cpu1/cache/index0:
coherency_line_size      number_of_sets           shared_cpu_map           uevent
id                       physical_line_partition  size                     ways_of_associativity
level                    shared_cpu_list          type

./sys/devices/system/cpu/cpu1/cache/index1:
coherency_line_size      number_of_sets           shared_cpu_map           uevent
id                       physical_line_partition  size                     ways_of_associativity
level                    shared_cpu_list          type

./sys/devices/system/cpu/cpu1/cache/index2:
coherency_line_size      number_of_sets           shared_cpu_map           uevent
id                       physical_line_partition  size                     ways_of_associativity
level                    shared_cpu_list          type

./sys/devices/system/cpu/cpu1/cache/index3:
coherency_line_size      number_of_sets           shared_cpu_map           uevent
id                       physical_line_partition  size                     ways_of_associativity
level                    shared_cpu_list          type

./sys/devices/system/cpu/cpu1/cpuidle:
state0  state1  state2  state3

./sys/devices/system/cpu/cpu1/cpuidle/state0:
above           default_status  disable         name            rejected        time
below           desc            latency         power           residency       usage

./sys/devices/system/cpu/cpu1/cpuidle/state1:
above           desc            name            residency       usage
below           disable         power           s2idle
default_status  latency         rejected        time

./sys/devices/system/cpu/cpu1/cpuidle/state1/s2idle:
time   usage

./sys/devices/system/cpu/cpu1/cpuidle/state2:
above           desc            name            residency       usage
below           disable         power           s2idle
default_status  latency         rejected        time

./sys/devices/system/cpu/cpu1/cpuidle/state2/s2idle:
time   usage

./sys/devices/system/cpu/cpu1/cpuidle/state3:
above           desc            name            residency       usage
below           disable         power           s2idle
default_status  latency         rejected        time

./sys/devices/system/cpu/cpu1/cpuidle/state3/s2idle:
time   usage

./sys/devices/system/cpu/cpu1/hotplug:
fail    state   target

./sys/devices/system/cpu/cpu1/microcode:
processor_flags  version

./sys/devices/system/cpu/cpu1/power:
autosuspend_delay_ms      energy_perf_bias          runtime_active_time       runtime_suspended_time
control                   pm_qos_resume_latency_us  runtime_status

./sys/devices/system/cpu/cpu1/thermal_throttle:

./sys/devices/system/cpu/cpu1/topology:
cluster_cpus          core_cpus_list        die_cpus              package_cpus_list
cluster_cpus_list     core_id               die_cpus_list         physical_package_id
cluster_id            core_siblings         die_id                thread_siblings
core_cpus             core_siblings_list    package_cpus          thread_siblings_list

./sys/devices/system/cpu/cpu2:
acpi_cppc         crash_notes       hotplug           power             uevent
cache             crash_notes_size  microcode         subsystem
cpufreq           driver            node0             thermal_throttle
cpuidle           firmware_node     online            topology

./sys/devices/system/cpu/cpu2/acpi_cppc:
feedback_ctrs          lowest_freq            nominal_freq           wraparound_time
guaranteed_perf        lowest_nonlinear_perf  nominal_perf
highest_perf           lowest_perf            reference_perf

./sys/devices/system/cpu/cpu2/cache:
index0  index1  index2  index3  uevent

./sys/devices/system/cpu/cpu2/cache/index0:
coherency_line_size      number_of_sets           shared_cpu_map           uevent
id                       physical_line_partition  size                     ways_of_associativity
level                    shared_cpu_list          type

./sys/devices/system/cpu/cpu2/cache/index1:
coherency_line_size      number_of_sets           shared_cpu_map           uevent
id                       physical_line_partition  size                     ways_of_associativity
level                    shared_cpu_list          type

./sys/devices/system/cpu/cpu2/cache/index2:
coherency_line_size      number_of_sets           shared_cpu_map           uevent
id                       physical_line_partition  size                     ways_of_associativity
level                    shared_cpu_list          type

./sys/devices/system/cpu/cpu2/cache/index3:
coherency_line_size      number_of_sets           shared_cpu_map           uevent
id                       physical_line_partition  size                     ways_of_associativity
level                    shared_cpu_list          type

./sys/devices/system/cpu/cpu2/cpuidle:
state0  state1  state2  state3

./sys/devices/system/cpu/cpu2/cpuidle/state0:
above           default_status  disable         name            rejected        time
below           desc            latency         power           residency       usage

./sys/devices/system/cpu/cpu2/cpuidle/state1:
above           desc            name            residency       usage
below           disable         power           s2idle
default_status  latency         rejected        time

./sys/devices/system/cpu/cpu2/cpuidle/state1/s2idle:
time   usage

./sys/devices/system/cpu/cpu2/cpuidle/state2:
above           desc            name            residency       usage
below           disable         power           s2idle
default_status  latency         rejected        time

./sys/devices/system/cpu/cpu2/cpuidle/state2/s2idle:
time   usage

./sys/devices/system/cpu/cpu2/cpuidle/state3:
above           desc            name            residency       usage
below           disable         power           s2idle
default_status  latency         rejected        time

./sys/devices/system/cpu/cpu2/cpuidle/state3/s2idle:
time   usage

./sys/devices/system/cpu/cpu2/hotplug:
fail    state   target

./sys/devices/system/cpu/cpu2/microcode:
processor_flags  version

./sys/devices/system/cpu/cpu2/power:
autosuspend_delay_ms      energy_perf_bias          runtime_active_time       runtime_suspended_time
control                   pm_qos_resume_latency_us  runtime_status

./sys/devices/system/cpu/cpu2/thermal_throttle:

./sys/devices/system/cpu/cpu2/topology:
cluster_cpus          core_cpus_list        die_cpus              package_cpus_list
cluster_cpus_list     core_id               die_cpus_list         physical_package_id
cluster_id            core_siblings         die_id                thread_siblings
core_cpus             core_siblings_list    package_cpus          thread_siblings_list

./sys/devices/system/cpu/cpu3:
acpi_cppc         crash_notes       hotplug           power             uevent
cache             crash_notes_size  microcode         subsystem
cpufreq           driver            node0             thermal_throttle
cpuidle           firmware_node     online            topology

./sys/devices/system/cpu/cpu3/acpi_cppc:
feedback_ctrs          lowest_freq            nominal_freq           wraparound_time
guaranteed_perf        lowest_nonlinear_perf  nominal_perf
highest_perf           lowest_perf            reference_perf

./sys/devices/system/cpu/cpu3/cache:
index0  index1  index2  index3  uevent

./sys/devices/system/cpu/cpu3/cache/index0:
coherency_line_size      number_of_sets           shared_cpu_map           uevent
id                       physical_line_partition  size                     ways_of_associativity
level                    shared_cpu_list          type

./sys/devices/system/cpu/cpu3/cache/index1:
coherency_line_size      number_of_sets           shared_cpu_map           uevent
id                       physical_line_partition  size                     ways_of_associativity
level                    shared_cpu_list          type

./sys/devices/system/cpu/cpu3/cache/index2:
coherency_line_size      number_of_sets           shared_cpu_map           uevent
id                       physical_line_partition  size                     ways_of_associativity
level                    shared_cpu_list          type

./sys/devices/system/cpu/cpu3/cache/index3:
coherency_line_size      number_of_sets           shared_cpu_map           uevent
id                       physical_line_partition  size                     ways_of_associativity
level                    shared_cpu_list          type

./sys/devices/system/cpu/cpu3/cpuidle:
state0  state1  state2  state3

./sys/devices/system/cpu/cpu3/cpuidle/state0:
above           default_status  disable         name            rejected        time
below           desc            latency         power           residency       usage

./sys/devices/system/cpu/cpu3/cpuidle/state1:
above           desc            name            residency       usage
below           disable         power           s2idle
default_status  latency         rejected        time

./sys/devices/system/cpu/cpu3/cpuidle/state1/s2idle:
time   usage

./sys/devices/system/cpu/cpu3/cpuidle/state2:
above           desc            name            residency       usage
below           disable         power           s2idle
default_status  latency         rejected        time

./sys/devices/system/cpu/cpu3/cpuidle/state2/s2idle:
time   usage

./sys/devices/system/cpu/cpu3/cpuidle/state3:
above           desc            name            residency       usage
below           disable         power           s2idle
default_status  latency         rejected        time

./sys/devices/system/cpu/cpu3/cpuidle/state3/s2idle:
time   usage

./sys/devices/system/cpu/cpu3/hotplug:
fail    state   target

./sys/devices/system/cpu/cpu3/microcode:
processor_flags  version

./sys/devices/system/cpu/cpu3/power:
autosuspend_delay_ms      energy_perf_bias          runtime_active_time       runtime_suspended_time
control                   pm_qos_resume_latency_us  runtime_status

./sys/devices/system/cpu/cpu3/thermal_throttle:

./sys/devices/system/cpu/cpu3/topology:
cluster_cpus          core_cpus_list        die_cpus              package_cpus_list
cluster_cpus_list     core_id               die_cpus_list         physical_package_id
cluster_id            core_siblings         die_id                thread_siblings
core_cpus             core_siblings_list    package_cpus          thread_siblings_list

./sys/devices/system/cpu/cpu4:
acpi_cppc         crash_notes       hotplug           power             uevent
cache             crash_notes_size  microcode         subsystem
cpufreq           driver            node0             thermal_throttle
cpuidle           firmware_node     online            topology

./sys/devices/system/cpu/cpu4/acpi_cppc:
feedback_ctrs          lowest_freq            nominal_freq           wraparound_time
guaranteed_perf        lowest_nonlinear_perf  nominal_perf
highest_perf           lowest_perf            reference_perf

./sys/devices/system/cpu/cpu4/cache:
index0  index1  index2  index3  uevent

./sys/devices/system/cpu/cpu4/cache/index0:
coherency_line_size      number_of_sets           shared_cpu_map           uevent
id                       physical_line_partition  size                     ways_of_associativity
level                    shared_cpu_list          type

./sys/devices/system/cpu/cpu4/cache/index1:
coherency_line_size      number_of_sets           shared_cpu_map           uevent
id                       physical_line_partition  size                     ways_of_associativity
level                    shared_cpu_list          type

./sys/devices/system/cpu/cpu4/cache/index2:
coherency_line_size      number_of_sets           shared_cpu_map           uevent
id                       physical_line_partition  size                     ways_of_associativity
level                    shared_cpu_list          type

./sys/devices/system/cpu/cpu4/cache/index3:
coherency_line_size      number_of_sets           shared_cpu_map           uevent
id                       physical_line_partition  size                     ways_of_associativity
level                    shared_cpu_list          type

./sys/devices/system/cpu/cpu4/cpuidle:
state0  state1  state2  state3

./sys/devices/system/cpu/cpu4/cpuidle/state0:
above           default_status  disable         name            rejected        time
below           desc            latency         power           residency       usage

./sys/devices/system/cpu/cpu4/cpuidle/state1:
above           desc            name            residency       usage
below           disable         power           s2idle
default_status  latency         rejected        time

./sys/devices/system/cpu/cpu4/cpuidle/state1/s2idle:
time   usage

./sys/devices/system/cpu/cpu4/cpuidle/state2:
above           desc            name            residency       usage
below           disable         power           s2idle
default_status  latency         rejected        time

./sys/devices/system/cpu/cpu4/cpuidle/state2/s2idle:
time   usage

./sys/devices/system/cpu/cpu4/cpuidle/state3:
above           desc            name            residency       usage
below           disable         power           s2idle
default_status  latency         rejected        time

./sys/devices/system/cpu/cpu4/cpuidle/state3/s2idle:
time   usage

./sys/devices/system/cpu/cpu4/hotplug:
fail    state   target

./sys/devices/system/cpu/cpu4/microcode:
processor_flags  version

./sys/devices/system/cpu/cpu4/power:
autosuspend_delay_ms      energy_perf_bias          runtime_active_time       runtime_suspended_time
control                   pm_qos_resume_latency_us  runtime_status

./sys/devices/system/cpu/cpu4/thermal_throttle:

./sys/devices/system/cpu/cpu4/topology:
cluster_cpus          core_cpus_list        die_cpus              package_cpus_list
cluster_cpus_list     core_id               die_cpus_list         physical_package_id
cluster_id            core_siblings         die_id                thread_siblings
core_cpus             core_siblings_list    package_cpus          thread_siblings_list

./sys/devices/system/cpu/cpu5:
acpi_cppc         crash_notes       hotplug           power             uevent
cache             crash_notes_size  microcode         subsystem
cpufreq           driver            node0             thermal_throttle
cpuidle           firmware_node     online            topology

./sys/devices/system/cpu/cpu5/acpi_cppc:
feedback_ctrs          lowest_freq            nominal_freq           wraparound_time
guaranteed_perf        lowest_nonlinear_perf  nominal_perf
highest_perf           lowest_perf            reference_perf

./sys/devices/system/cpu/cpu5/cache:
index0  index1  index2  index3  uevent

./sys/devices/system/cpu/cpu5/cache/index0:
coherency_line_size      number_of_sets           shared_cpu_map           uevent
id                       physical_line_partition  size                     ways_of_associativity
level                    shared_cpu_list          type

./sys/devices/system/cpu/cpu5/cache/index1:
coherency_line_size      number_of_sets           shared_cpu_map           uevent
id                       physical_line_partition  size                     ways_of_associativity
level                    shared_cpu_list          type

./sys/devices/system/cpu/cpu5/cache/index2:
coherency_line_size      number_of_sets           shared_cpu_map           uevent
id                       physical_line_partition  size                     ways_of_associativity
level                    shared_cpu_list          type

./sys/devices/system/cpu/cpu5/cache/index3:
coherency_line_size      number_of_sets           shared_cpu_map           uevent
id                       physical_line_partition  size                     ways_of_associativity
level                    shared_cpu_list          type

./sys/devices/system/cpu/cpu5/cpuidle:
state0  state1  state2  state3

./sys/devices/system/cpu/cpu5/cpuidle/state0:
above           default_status  disable         name            rejected        time
below           desc            latency         power           residency       usage

./sys/devices/system/cpu/cpu5/cpuidle/state1:
above           desc            name            residency       usage
below           disable         power           s2idle
default_status  latency         rejected        time

./sys/devices/system/cpu/cpu5/cpuidle/state1/s2idle:
time   usage

./sys/devices/system/cpu/cpu5/cpuidle/state2:
above           desc            name            residency       usage
below           disable         power           s2idle
default_status  latency         rejected        time

./sys/devices/system/cpu/cpu5/cpuidle/state2/s2idle:
time   usage

./sys/devices/system/cpu/cpu5/cpuidle/state3:
above           desc            name            residency       usage
below           disable         power           s2idle
default_status  latency         rejected        time

./sys/devices/system/cpu/cpu5/cpuidle/state3/s2idle:
time   usage

./sys/devices/system/cpu/cpu5/hotplug:
fail    state   target

./sys/devices/system/cpu/cpu5/microcode:
processor_flags  version

./sys/devices/system/cpu/cpu5/power:
autosuspend_delay_ms      energy_perf_bias          runtime_active_time       runtime_suspended_time
control                   pm_qos_resume_latency_us  runtime_status

./sys/devices/system/cpu/cpu5/thermal_throttle:

./sys/devices/system/cpu/cpu5/topology:
cluster_cpus          core_cpus_list        die_cpus              package_cpus_list
cluster_cpus_list     core_id               die_cpus_list         physical_package_id
cluster_id            core_siblings         die_id                thread_siblings
core_cpus             core_siblings_list    package_cpus          thread_siblings_list

./sys/devices/system/cpu/cpu6:
acpi_cppc         crash_notes       hotplug           power             uevent
cache             crash_notes_size  microcode         subsystem
cpufreq           driver            node0             thermal_throttle
cpuidle           firmware_node     online            topology

./sys/devices/system/cpu/cpu6/acpi_cppc:
feedback_ctrs          lowest_freq            nominal_freq           wraparound_time
guaranteed_perf        lowest_nonlinear_perf  nominal_perf
highest_perf           lowest_perf            reference_perf

./sys/devices/system/cpu/cpu6/cache:
index0  index1  index2  index3  uevent

./sys/devices/system/cpu/cpu6/cache/index0:
coherency_line_size      number_of_sets           shared_cpu_map           uevent
id                       physical_line_partition  size                     ways_of_associativity
level                    shared_cpu_list          type

./sys/devices/system/cpu/cpu6/cache/index1:
coherency_line_size      number_of_sets           shared_cpu_map           uevent
id                       physical_line_partition  size                     ways_of_associativity
level                    shared_cpu_list          type

./sys/devices/system/cpu/cpu6/cache/index2:
coherency_line_size      number_of_sets           shared_cpu_map           uevent
id                       physical_line_partition  size                     ways_of_associativity
level                    shared_cpu_list          type

./sys/devices/system/cpu/cpu6/cache/index3:
coherency_line_size      number_of_sets           shared_cpu_map           uevent
id                       physical_line_partition  size                     ways_of_associativity
level                    shared_cpu_list          type

./sys/devices/system/cpu/cpu6/cpuidle:
state0  state1  state2  state3

./sys/devices/system/cpu/cpu6/cpuidle/state0:
above           default_status  disable         name            rejected        time
below           desc            latency         power           residency       usage

./sys/devices/system/cpu/cpu6/cpuidle/state1:
above           desc            name            residency       usage
below           disable         power           s2idle
default_status  latency         rejected        time

./sys/devices/system/cpu/cpu6/cpuidle/state1/s2idle:
time   usage

./sys/devices/system/cpu/cpu6/cpuidle/state2:
above           desc            name            residency       usage
below           disable         power           s2idle
default_status  latency         rejected        time

./sys/devices/system/cpu/cpu6/cpuidle/state2/s2idle:
time   usage

./sys/devices/system/cpu/cpu6/cpuidle/state3:
above           desc            name            residency       usage
below           disable         power           s2idle
default_status  latency         rejected        time

./sys/devices/system/cpu/cpu6/cpuidle/state3/s2idle:
time   usage

./sys/devices/system/cpu/cpu6/hotplug:
fail    state   target

./sys/devices/system/cpu/cpu6/microcode:
processor_flags  version

./sys/devices/system/cpu/cpu6/power:
autosuspend_delay_ms      energy_perf_bias          runtime_active_time       runtime_suspended_time
control                   pm_qos_resume_latency_us  runtime_status

./sys/devices/system/cpu/cpu6/thermal_throttle:

./sys/devices/system/cpu/cpu6/topology:
cluster_cpus          core_cpus_list        die_cpus              package_cpus_list
cluster_cpus_list     core_id               die_cpus_list         physical_package_id
cluster_id            core_siblings         die_id                thread_siblings
core_cpus             core_siblings_list    package_cpus          thread_siblings_list

./sys/devices/system/cpu/cpu7:
acpi_cppc         crash_notes       hotplug           power             uevent
cache             crash_notes_size  microcode         subsystem
cpufreq           driver            node0             thermal_throttle
cpuidle           firmware_node     online            topology

./sys/devices/system/cpu/cpu7/acpi_cppc:
feedback_ctrs          lowest_freq            nominal_freq           wraparound_time
guaranteed_perf        lowest_nonlinear_perf  nominal_perf
highest_perf           lowest_perf            reference_perf

./sys/devices/system/cpu/cpu7/cache:
index0  index1  index2  index3  uevent

./sys/devices/system/cpu/cpu7/cache/index0:
coherency_line_size      number_of_sets           shared_cpu_map           uevent
id                       physical_line_partition  size                     ways_of_associativity
level                    shared_cpu_list          type

./sys/devices/system/cpu/cpu7/cache/index1:
coherency_line_size      number_of_sets           shared_cpu_map           uevent
id                       physical_line_partition  size                     ways_of_associativity
level                    shared_cpu_list          type

./sys/devices/system/cpu/cpu7/cache/index2:
coherency_line_size      number_of_sets           shared_cpu_map           uevent
id                       physical_line_partition  size                     ways_of_associativity
level                    shared_cpu_list          type

./sys/devices/system/cpu/cpu7/cache/index3:
coherency_line_size      number_of_sets           shared_cpu_map           uevent
id                       physical_line_partition  size                     ways_of_associativity
level                    shared_cpu_list          type

./sys/devices/system/cpu/cpu7/cpuidle:
state0  state1  state2  state3

./sys/devices/system/cpu/cpu7/cpuidle/state0:
above           default_status  disable         name            rejected        time
below           desc            latency         power           residency       usage

./sys/devices/system/cpu/cpu7/cpuidle/state1:
above           desc            name            residency       usage
below           disable         power           s2idle
default_status  latency         rejected        time

./sys/devices/system/cpu/cpu7/cpuidle/state1/s2idle:
time   usage

./sys/devices/system/cpu/cpu7/cpuidle/state2:
above           desc            name            residency       usage
below           disable         power           s2idle
default_status  latency         rejected        time

./sys/devices/system/cpu/cpu7/cpuidle/state2/s2idle:
time   usage

./sys/devices/system/cpu/cpu7/cpuidle/state3:
above           desc            name            residency       usage
below           disable         power           s2idle
default_status  latency         rejected        time

./sys/devices/system/cpu/cpu7/cpuidle/state3/s2idle:
time   usage

./sys/devices/system/cpu/cpu7/hotplug:
fail    state   target

./sys/devices/system/cpu/cpu7/microcode:
processor_flags  version

./sys/devices/system/cpu/cpu7/power:
autosuspend_delay_ms      energy_perf_bias          runtime_active_time       runtime_suspended_time
control                   pm_qos_resume_latency_us  runtime_status

./sys/devices/system/cpu/cpu7/thermal_throttle:

./sys/devices/system/cpu/cpu7/topology:
cluster_cpus          core_cpus_list        die_cpus              package_cpus_list
cluster_cpus_list     core_id               die_cpus_list         physical_package_id
cluster_id            core_siblings         die_id                thread_siblings
core_cpus             core_siblings_list    package_cpus          thread_siblings_list

./sys/devices/system/cpu/cpufreq:
policy0  policy1  policy2  policy3  policy4  policy5  policy6  policy7

./sys/devices/system/cpu/cpufreq/policy0:
affected_cpus                             scaling_available_governors
base_frequency                            scaling_cur_freq
cpuinfo_max_freq                          scaling_driver
cpuinfo_min_freq                          scaling_governor
cpuinfo_transition_latency                scaling_max_freq
energy_performance_available_preferences  scaling_min_freq
energy_performance_preference             scaling_setspeed
related_cpus

./sys/devices/system/cpu/cpufreq/policy1:
affected_cpus                             scaling_available_governors
base_frequency                            scaling_cur_freq
cpuinfo_max_freq                          scaling_driver
cpuinfo_min_freq                          scaling_governor
cpuinfo_transition_latency                scaling_max_freq
energy_performance_available_preferences  scaling_min_freq
energy_performance_preference             scaling_setspeed
related_cpus

./sys/devices/system/cpu/cpufreq/policy2:
affected_cpus                             scaling_available_governors
base_frequency                            scaling_cur_freq
cpuinfo_max_freq                          scaling_driver
cpuinfo_min_freq                          scaling_governor
cpuinfo_transition_latency                scaling_max_freq
energy_performance_available_preferences  scaling_min_freq
energy_performance_preference             scaling_setspeed
related_cpus

./sys/devices/system/cpu/cpufreq/policy3:
affected_cpus                             scaling_available_governors
base_frequency                            scaling_cur_freq
cpuinfo_max_freq                          scaling_driver
cpuinfo_min_freq                          scaling_governor
cpuinfo_transition_latency                scaling_max_freq
energy_performance_available_preferences  scaling_min_freq
energy_performance_preference             scaling_setspeed
related_cpus

./sys/devices/system/cpu/cpufreq/policy4:
affected_cpus                             scaling_available_governors
base_frequency                            scaling_cur_freq
cpuinfo_max_freq                          scaling_driver
cpuinfo_min_freq                          scaling_governor
cpuinfo_transition_latency                scaling_max_freq
energy_performance_available_preferences  scaling_min_freq
energy_performance_preference             scaling_setspeed
related_cpus

./sys/devices/system/cpu/cpufreq/policy5:
affected_cpus                             scaling_available_governors
base_frequency                            scaling_cur_freq
cpuinfo_max_freq                          scaling_driver
cpuinfo_min_freq                          scaling_governor
cpuinfo_transition_latency                scaling_max_freq
energy_performance_available_preferences  scaling_min_freq
energy_performance_preference             scaling_setspeed
related_cpus

./sys/devices/system/cpu/cpufreq/policy6:
affected_cpus                             scaling_available_governors
base_frequency                            scaling_cur_freq
cpuinfo_max_freq                          scaling_driver
cpuinfo_min_freq                          scaling_governor
cpuinfo_transition_latency                scaling_max_freq
energy_performance_available_preferences  scaling_min_freq
energy_performance_preference             scaling_setspeed
related_cpus

./sys/devices/system/cpu/cpufreq/policy7:
affected_cpus                             scaling_available_governors
base_frequency                            scaling_cur_freq
cpuinfo_max_freq                          scaling_driver
cpuinfo_min_freq                          scaling_governor
cpuinfo_transition_latency                scaling_max_freq
energy_performance_available_preferences  scaling_min_freq
energy_performance_preference             scaling_setspeed
related_cpus

./sys/devices/system/cpu/cpuidle:
available_governors                 current_governor_ro
current_driver                      low_power_idle_cpu_residency_us
current_governor                    low_power_idle_system_residency_us

./sys/devices/system/cpu/hotplug:
states

./sys/devices/system/cpu/intel_pstate:
hwp_dynamic_boost  min_perf_pct       num_pstates        turbo_pct
max_perf_pct       no_turbo           status

./sys/devices/system/cpu/intel_uncore_frequency:
package_00_die_00

./sys/devices/system/cpu/intel_uncore_frequency/package_00_die_00:
current_freq_khz      initial_min_freq_khz  min_freq_khz
initial_max_freq_khz  max_freq_khz

./sys/devices/system/cpu/microcode:

./sys/devices/system/cpu/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/cpu/smt:
active   control

./sys/devices/system/cpu/vulnerabilities:
gather_data_sampling    meltdown                spec_rstack_overflow    srbds
itlb_multihit           mmio_stale_data         spec_store_bypass       tsx_async_abort
l1tf                    reg_file_data_sampling  spectre_v1
mds                     retbleed                spectre_v2

./sys/devices/system/edac:
mc      power   uevent

./sys/devices/system/edac/mc:
power      subsystem  uevent

./sys/devices/system/edac/mc/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/edac/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/machinecheck:
machinecheck0  machinecheck2  machinecheck4  machinecheck6  power
machinecheck1  machinecheck3  machinecheck5  machinecheck7  uevent

./sys/devices/system/machinecheck/machinecheck0:
bank0            bank13           bank18           bank6            cmci_disabled    print_all
bank1            bank14           bank2            bank7            dont_log_ce      subsystem
bank10           bank15           bank3            bank8            ignore_ce        uevent
bank11           bank16           bank4            bank9            monarch_timeout
bank12           bank17           bank5            check_interval   power

./sys/devices/system/machinecheck/machinecheck0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/machinecheck/machinecheck1:
bank0            bank13           bank18           bank6            cmci_disabled    print_all
bank1            bank14           bank2            bank7            dont_log_ce      subsystem
bank10           bank15           bank3            bank8            ignore_ce        uevent
bank11           bank16           bank4            bank9            monarch_timeout
bank12           bank17           bank5            check_interval   power

./sys/devices/system/machinecheck/machinecheck1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/machinecheck/machinecheck2:
bank0            bank13           bank18           bank6            cmci_disabled    print_all
bank1            bank14           bank2            bank7            dont_log_ce      subsystem
bank10           bank15           bank3            bank8            ignore_ce        uevent
bank11           bank16           bank4            bank9            monarch_timeout
bank12           bank17           bank5            check_interval   power

./sys/devices/system/machinecheck/machinecheck2/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/machinecheck/machinecheck3:
bank0            bank13           bank18           bank6            cmci_disabled    print_all
bank1            bank14           bank2            bank7            dont_log_ce      subsystem
bank10           bank15           bank3            bank8            ignore_ce        uevent
bank11           bank16           bank4            bank9            monarch_timeout
bank12           bank17           bank5            check_interval   power

./sys/devices/system/machinecheck/machinecheck3/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/machinecheck/machinecheck4:
bank0            bank13           bank18           bank6            cmci_disabled    print_all
bank1            bank14           bank2            bank7            dont_log_ce      subsystem
bank10           bank15           bank3            bank8            ignore_ce        uevent
bank11           bank16           bank4            bank9            monarch_timeout
bank12           bank17           bank5            check_interval   power

./sys/devices/system/machinecheck/machinecheck4/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/machinecheck/machinecheck5:
bank0            bank13           bank18           bank6            cmci_disabled    print_all
bank1            bank14           bank2            bank7            dont_log_ce      subsystem
bank10           bank15           bank3            bank8            ignore_ce        uevent
bank11           bank16           bank4            bank9            monarch_timeout
bank12           bank17           bank5            check_interval   power

./sys/devices/system/machinecheck/machinecheck5/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/machinecheck/machinecheck6:
bank0            bank13           bank18           bank6            cmci_disabled    print_all
bank1            bank14           bank2            bank7            dont_log_ce      subsystem
bank10           bank15           bank3            bank8            ignore_ce        uevent
bank11           bank16           bank4            bank9            monarch_timeout
bank12           bank17           bank5            check_interval   power

./sys/devices/system/machinecheck/machinecheck6/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/machinecheck/machinecheck7:
bank0            bank13           bank18           bank6            cmci_disabled    print_all
bank1            bank14           bank2            bank7            dont_log_ce      subsystem
bank10           bank15           bank3            bank8            ignore_ce        uevent
bank11           bank16           bank4            bank9            monarch_timeout
bank12           bank17           bank5            check_interval   power

./sys/devices/system/machinecheck/machinecheck7/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/machinecheck/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory:
auto_online_blocks  memory119           memory18            memory54            memory79
block_size_bytes    memory12            memory2             memory55            memory8
crash_hotplug       memory120           memory3             memory56            memory80
hard_offline_page   memory121           memory32            memory57            memory81
memory0             memory122           memory33            memory58            memory82
memory1             memory123           memory34            memory59            memory83
memory10            memory124           memory35            memory6             memory84
memory100           memory125           memory36            memory60            memory85
memory101           memory126           memory37            memory61            memory86
memory102           memory127           memory38            memory62            memory87
memory103           memory128           memory39            memory63            memory88
memory104           memory129           memory4             memory64            memory89
memory105           memory13            memory40            memory65            memory9
memory106           memory130           memory41            memory66            memory90
memory107           memory131           memory42            memory67            memory91
memory108           memory132           memory43            memory68            memory92
memory109           memory133           memory44            memory69            memory93
memory11            memory134           memory45            memory7             memory94
memory110           memory135           memory46            memory70            memory95
memory111           memory136           memory47            memory71            memory96
memory112           memory137           memory48            memory72            memory97
memory113           memory138           memory49            memory73            memory98
memory114           memory139           memory5             memory74            memory99
memory115           memory14            memory50            memory75            power
memory116           memory15            memory51            memory76            soft_offline_page
memory117           memory16            memory52            memory77            uevent
memory118           memory17            memory53            memory78

./sys/devices/system/memory/memory0:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory1:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory10:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory10/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory100:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory100/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory101:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory101/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory102:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory102/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory103:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory103/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory104:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory104/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory105:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory105/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory106:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory106/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory107:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory107/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory108:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory108/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory109:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory109/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory11:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory11/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory110:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory110/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory111:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory111/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory112:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory112/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory113:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory113/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory114:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory114/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory115:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory115/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory116:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory116/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory117:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory117/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory118:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory118/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory119:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory119/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory12:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory12/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory120:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory120/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory121:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory121/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory122:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory122/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory123:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory123/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory124:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory124/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory125:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory125/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory126:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory126/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory127:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory127/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory128:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory128/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory129:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory129/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory13:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory13/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory130:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory130/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory131:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory131/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory132:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory132/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory133:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory133/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory134:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory134/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory135:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory135/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory136:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory136/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory137:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory137/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory138:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory138/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory139:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory139/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory14:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory14/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory15:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory15/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory16:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory16/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory17:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory17/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory18:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory18/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory2:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory2/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory3:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory3/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory32:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory32/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory33:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory33/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory34:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory34/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory35:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory35/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory36:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory36/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory37:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory37/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory38:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory38/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory39:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory39/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory4:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory4/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory40:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory40/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory41:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory41/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory42:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory42/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory43:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory43/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory44:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory44/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory45:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory45/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory46:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory46/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory47:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory47/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory48:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory48/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory49:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory49/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory5:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory5/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory50:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory50/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory51:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory51/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory52:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory52/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory53:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory53/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory54:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory54/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory55:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory55/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory56:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory56/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory57:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory57/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory58:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory58/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory59:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory59/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory6:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory6/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory60:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory60/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory61:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory61/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory62:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory62/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory63:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory63/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory64:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory64/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory65:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory65/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory66:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory66/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory67:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory67/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory68:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory68/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory69:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory69/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory7:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory7/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory70:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory70/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory71:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory71/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory72:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory72/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory73:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory73/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory74:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory74/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory75:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory75/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory76:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory76/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory77:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory77/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory78:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory78/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory79:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory79/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory8:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory8/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory80:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory80/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory81:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory81/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory82:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory82/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory83:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory83/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory84:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory84/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory85:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory85/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory86:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory86/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory87:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory87/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory88:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory88/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory89:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory89/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory9:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory9/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory90:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory90/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory91:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory91/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory92:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory92/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory93:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory93/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory94:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory94/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory95:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory95/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory96:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory96/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory97:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory97/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory98:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory98/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/memory99:
node0        phys_device  power        state        uevent
online       phys_index   removable    subsystem    valid_zones

./sys/devices/system/memory/memory99/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/memory/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/node:
has_cpu                has_normal_memory      possible
has_generic_initiator  node0                  power
has_memory             online                 uevent

./sys/devices/system/node/node0:
compact         memory108       memory130       memory4         memory62        memory85
cpu0            memory109       memory131       memory40        memory63        memory86
cpu1            memory11        memory132       memory41        memory64        memory87
cpu2            memory110       memory133       memory42        memory65        memory88
cpu3            memory111       memory134       memory43        memory66        memory89
cpu4            memory112       memory135       memory44        memory67        memory9
cpu5            memory113       memory136       memory45        memory68        memory90
cpu6            memory114       memory137       memory46        memory69        memory91
cpu7            memory115       memory138       memory47        memory7         memory92
cpulist         memory116       memory139       memory48        memory70        memory93
cpumap          memory117       memory14        memory49        memory71        memory94
distance        memory118       memory15        memory5         memory72        memory95
hugepages       memory119       memory16        memory50        memory73        memory96
meminfo         memory12        memory17        memory51        memory74        memory97
memory0         memory120       memory18        memory52        memory75        memory98
memory1         memory121       memory2         memory53        memory76        memory99
memory10        memory122       memory3         memory54        memory77        memory_failure
memory100       memory123       memory32        memory55        memory78        numastat
memory101       memory124       memory33        memory56        memory79        power
memory102       memory125       memory34        memory57        memory8         subsystem
memory103       memory126       memory35        memory58        memory80        uevent
memory104       memory127       memory36        memory59        memory81        vmstat
memory105       memory128       memory37        memory6         memory82        x86
memory106       memory129       memory38        memory60        memory83
memory107       memory13        memory39        memory61        memory84

./sys/devices/system/node/node0/hugepages:
hugepages-1048576kB  hugepages-2048kB

./sys/devices/system/node/node0/hugepages/hugepages-1048576kB:
demote             demote_size        free_hugepages     nr_hugepages       surplus_hugepages

./sys/devices/system/node/node0/hugepages/hugepages-2048kB:
free_hugepages     nr_hugepages       surplus_hugepages

./sys/devices/system/node/node0/memory_failure:
delayed    failed     ignored    recovered  total

./sys/devices/system/node/node0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/system/node/node0/x86:

./sys/devices/system/node/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/tracepoint:
perf_event_mux_interval_ms  subsystem                   uevent
power                       type

./sys/devices/tracepoint/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/uncore_arb:
cpumask                     power                       uevent
format                      subsystem
perf_event_mux_interval_ms  type

./sys/devices/uncore_arb/format:
cmask  edge   event  inv    umask

./sys/devices/uncore_arb/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/uncore_cbox_0:
cpumask                     power                       uevent
format                      subsystem
perf_event_mux_interval_ms  type

./sys/devices/uncore_cbox_0/format:
cmask  edge   event  inv    umask

./sys/devices/uncore_cbox_0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/uncore_cbox_1:
cpumask                     power                       uevent
format                      subsystem
perf_event_mux_interval_ms  type

./sys/devices/uncore_cbox_1/format:
cmask  edge   event  inv    umask

./sys/devices/uncore_cbox_1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/uncore_cbox_2:
cpumask                     power                       uevent
format                      subsystem
perf_event_mux_interval_ms  type

./sys/devices/uncore_cbox_2/format:
cmask  edge   event  inv    umask

./sys/devices/uncore_cbox_2/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/uncore_cbox_3:
cpumask                     power                       uevent
format                      subsystem
perf_event_mux_interval_ms  type

./sys/devices/uncore_cbox_3/format:
cmask  edge   event  inv    umask

./sys/devices/uncore_cbox_3/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/uncore_clock:
cpumask                     perf_event_mux_interval_ms  type
events                      power                       uevent
format                      subsystem

./sys/devices/uncore_clock/events:
clockticks

./sys/devices/uncore_clock/format:
event

./sys/devices/uncore_clock/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/uncore_imc_free_running_0:
cpumask                     perf_event_mux_interval_ms  type
events                      power                       uevent
format                      subsystem

./sys/devices/uncore_imc_free_running_0/events:
data_read         data_read.unit    data_total.scale  data_write        data_write.unit
data_read.scale   data_total        data_total.unit   data_write.scale

./sys/devices/uncore_imc_free_running_0/format:
event  umask

./sys/devices/uncore_imc_free_running_0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/uncore_imc_free_running_1:
cpumask                     perf_event_mux_interval_ms  type
events                      power                       uevent
format                      subsystem

./sys/devices/uncore_imc_free_running_1/events:
data_read         data_read.unit    data_total.scale  data_write        data_write.unit
data_read.scale   data_total        data_total.unit   data_write.scale

./sys/devices/uncore_imc_free_running_1/format:
event  umask

./sys/devices/uncore_imc_free_running_1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/uprobe:
format                      power                       type
perf_event_mux_interval_ms  subsystem                   uevent

./sys/devices/uprobe/format:
ref_ctr_offset  retprobe

./sys/devices/uprobe/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual:
bdi                  firmware-attributes  memory_tiering       powercap             vtconsole
cpuid                graphics             misc                 sound                workqueue
devlink              input                msr                  thermal
dma_heap             iommu                net                  tty
dmi                  mem                  nvme-subsystem       vc

./sys/devices/virtual/bdi:
0:54   0:57   259:0  8:0    mtd-0

./sys/devices/virtual/bdi/0:54:
max_bytes              min_bytes              power                  strict_limit
max_ratio              min_ratio              read_ahead_kb          subsystem
max_ratio_fine         min_ratio_fine         stable_pages_required  uevent

./sys/devices/virtual/bdi/0:54/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/bdi/0:57:
max_bytes              min_bytes              power                  strict_limit
max_ratio              min_ratio              read_ahead_kb          subsystem
max_ratio_fine         min_ratio_fine         stable_pages_required  uevent

./sys/devices/virtual/bdi/0:57/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/bdi/259:0:
max_bytes              min_bytes              power                  strict_limit
max_ratio              min_ratio              read_ahead_kb          subsystem
max_ratio_fine         min_ratio_fine         stable_pages_required  uevent

./sys/devices/virtual/bdi/259:0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/bdi/8:0:
max_bytes              min_bytes              power                  strict_limit
max_ratio              min_ratio              read_ahead_kb          subsystem
max_ratio_fine         min_ratio_fine         stable_pages_required  uevent

./sys/devices/virtual/bdi/8:0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/bdi/mtd-0:
max_bytes              min_bytes              power                  strict_limit
max_ratio              min_ratio              read_ahead_kb          subsystem
max_ratio_fine         min_ratio_fine         stable_pages_required  uevent

./sys/devices/virtual/bdi/mtd-0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/cpuid:
cpu0  cpu1  cpu2  cpu3  cpu4  cpu5  cpu6  cpu7

./sys/devices/virtual/cpuid/cpu0:
dev        power      subsystem  uevent

./sys/devices/virtual/cpuid/cpu0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/cpuid/cpu1:
dev        power      subsystem  uevent

./sys/devices/virtual/cpuid/cpu1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/cpuid/cpu2:
dev        power      subsystem  uevent

./sys/devices/virtual/cpuid/cpu2/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/cpuid/cpu3:
dev        power      subsystem  uevent

./sys/devices/virtual/cpuid/cpu3/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/cpuid/cpu4:
dev        power      subsystem  uevent

./sys/devices/virtual/cpuid/cpu4/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/cpuid/cpu5:
dev        power      subsystem  uevent

./sys/devices/virtual/cpuid/cpu5/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/cpuid/cpu6:
dev        power      subsystem  uevent

./sys/devices/virtual/cpuid/cpu6/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/cpuid/cpu7:
dev        power      subsystem  uevent

./sys/devices/virtual/cpuid/cpu7/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/devlink:
mei:0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1--pci:0000:00:02.0
pci:0000:00:02.0--pci:0000:00:1f.3
platform:PNP0C14:00--wmi:05901221-D566-11D1-B2F0-00A0C9062910
platform:PNP0C14:00--wmi:2BC49DEF-7B15-4F05-8BB7-EE37B9547C0B
platform:PNP0C14:00--wmi:A6FEA33E-DABF-46F5-BFC8-460D961BEC9F
platform:PNP0C14:01--wmi:05901221-D566-11D1-B2F0-00A0C9062910-1
platform:PNP0C14:01--wmi:1F13AB7F-6220-4210-8F8E-8BB5E71EE969
platform:PNP0C14:02--wmi:05901221-D566-11D1-B2F0-00A0C9062910-2
platform:PNP0C14:02--wmi:2651D9FD-911C-4B69-B94E-D0DED5963BD7
platform:PNP0C14:02--wmi:51F5230E-9677-46CD-A1CF-C0B23EE34DB7
platform:PNP0C14:02--wmi:6A4B54EF-A5ED-4D33-9455-B0D9B48DF4B3
platform:PNP0C14:02--wmi:7364651A-132F-4FE7-ADAA-40C6C7EE2E3B
platform:PNP0C14:02--wmi:7370EBA6-7E73-409C-9A89-829795313D78
platform:PNP0C14:02--wmi:74F1EBB6-927A-4C7D-95DF-698E21E80EB5
platform:PNP0C14:02--wmi:7E94A589-4665-47DE-BE2B-DDE4A280AD47
platform:PNP0C14:02--wmi:7EEF04FF-4328-447C-B5BB-D449925D538D
platform:PNP0C14:02--wmi:8ADB159E-1E32-455C-BC93-308A7ED98246
platform:PNP0C14:02--wmi:98479A64-33F5-4E33-A707-8E251EBBC3A1
platform:PNP0C14:02--wmi:DFDDEF2C-57D4-48CE-B196-0FB787D90836
platform:PNP0C14:03--wmi:05901221-D566-11D1-B2F0-00A0C9062910-3
platform:PNP0C14:03--wmi:7430019A-DCE9-4548-BAB0-9FDE0935CAFF
platform:PNP0C14:03--wmi:7FF47003-3B6C-4E5E-A227-E979824A85D1
platform:PNP0C14:03--wmi:E2BE5EE3-42DA-49DB-8378-1F5247388202
platform:PNP0C14:03--wmi:FCB424F1-075A-4E0E-BFC4-62F3E71771FA
platform:PNP0C14:04--wmi:05901221-D566-11D1-B2F0-00A0C9062910-4
platform:PNP0C14:04--wmi:85D2E869-365A-4ACE-A4D3-CD692B1698A0
platform:PNP0C14:04--wmi:8F4D3679-749E-4479-9B16-C62601FD25F0
platform:PNP0C14:05--wmi:05901221-D566-11D1-B2F0-00A0C9062910-5
platform:PNP0C14:05--wmi:8584BB57-5E31-46C4-BC8E-5E94563AE415
platform:PNP0C14:06--wmi:02928077-AD0A-4CC7-96B4-2B8983C43804
platform:PNP0C14:06--wmi:05901221-D566-11D1-B2F0-00A0C9062910-6
platform:PNP0C14:06--wmi:1F505761-1F4A-4B78-8BD7-BB52FA7E4F37
platform:PNP0C14:06--wmi:2042EFBF-9AF9-47DF-B71A-287C030C91CF
platform:PNP0C14:06--wmi:2895C284-0084-419E-AEF6-8DCBBB55B0B1
platform:PNP0C14:06--wmi:2B94D2ED-2548-4FDE-AC72-96CA99C6BFE6
platform:PNP0C14:06--wmi:48E081C2-187E-43E1-8BB1-62F482CC669C
platform:PNP0C14:06--wmi:B79EB45E-85B3-41D5-A965-CC17D22A6D8B
platform:PNP0C14:06--wmi:BE11ADCC-9923-45AD-9E74-CB5FB104BE9D
platform:PNP0C14:06--wmi:D931B4CF-F54E-4D07-9420-42858CC6A234
platform:PNP0C14:06--wmi:E702E2B8-4112-4776-98B3-CC1B0C7392B4

./sys/devices/virtual/devlink/mei:0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1--pci:0000:00:02.0:
auto_remove_on   runtime_pm       subsystem        sync_state_only
consumer         status           supplier         uevent

./sys/devices/virtual/devlink/pci:0000:00:02.0--pci:0000:00:1f.3:
auto_remove_on   runtime_pm       subsystem        sync_state_only
consumer         status           supplier         uevent

./sys/devices/virtual/devlink/platform:PNP0C14:00--wmi:05901221-D566-11D1-B2F0-00A0C9062910:
auto_remove_on   runtime_pm       status           subsystem        sync_state_only  uevent

./sys/devices/virtual/devlink/platform:PNP0C14:00--wmi:2BC49DEF-7B15-4F05-8BB7-EE37B9547C0B:
auto_remove_on   runtime_pm       status           subsystem        sync_state_only  uevent

./sys/devices/virtual/devlink/platform:PNP0C14:00--wmi:A6FEA33E-DABF-46F5-BFC8-460D961BEC9F:
auto_remove_on   runtime_pm       status           subsystem        sync_state_only  uevent

./sys/devices/virtual/devlink/platform:PNP0C14:01--wmi:05901221-D566-11D1-B2F0-00A0C9062910-1:
auto_remove_on   runtime_pm       status           subsystem        sync_state_only  uevent

./sys/devices/virtual/devlink/platform:PNP0C14:01--wmi:1F13AB7F-6220-4210-8F8E-8BB5E71EE969:
auto_remove_on   runtime_pm       status           subsystem        sync_state_only  uevent

./sys/devices/virtual/devlink/platform:PNP0C14:02--wmi:05901221-D566-11D1-B2F0-00A0C9062910-2:
auto_remove_on   runtime_pm       status           subsystem        sync_state_only  uevent

./sys/devices/virtual/devlink/platform:PNP0C14:02--wmi:2651D9FD-911C-4B69-B94E-D0DED5963BD7:
auto_remove_on   runtime_pm       status           subsystem        sync_state_only  uevent

./sys/devices/virtual/devlink/platform:PNP0C14:02--wmi:51F5230E-9677-46CD-A1CF-C0B23EE34DB7:
auto_remove_on   runtime_pm       status           subsystem        sync_state_only  uevent

./sys/devices/virtual/devlink/platform:PNP0C14:02--wmi:6A4B54EF-A5ED-4D33-9455-B0D9B48DF4B3:
auto_remove_on   runtime_pm       status           subsystem        sync_state_only  uevent

./sys/devices/virtual/devlink/platform:PNP0C14:02--wmi:7364651A-132F-4FE7-ADAA-40C6C7EE2E3B:
auto_remove_on   runtime_pm       status           subsystem        sync_state_only  uevent

./sys/devices/virtual/devlink/platform:PNP0C14:02--wmi:7370EBA6-7E73-409C-9A89-829795313D78:
auto_remove_on   runtime_pm       status           subsystem        sync_state_only  uevent

./sys/devices/virtual/devlink/platform:PNP0C14:02--wmi:74F1EBB6-927A-4C7D-95DF-698E21E80EB5:
auto_remove_on   runtime_pm       status           subsystem        sync_state_only  uevent

./sys/devices/virtual/devlink/platform:PNP0C14:02--wmi:7E94A589-4665-47DE-BE2B-DDE4A280AD47:
auto_remove_on   runtime_pm       status           subsystem        sync_state_only  uevent

./sys/devices/virtual/devlink/platform:PNP0C14:02--wmi:7EEF04FF-4328-447C-B5BB-D449925D538D:
auto_remove_on   runtime_pm       status           subsystem        sync_state_only  uevent

./sys/devices/virtual/devlink/platform:PNP0C14:02--wmi:8ADB159E-1E32-455C-BC93-308A7ED98246:
auto_remove_on   runtime_pm       status           subsystem        sync_state_only  uevent

./sys/devices/virtual/devlink/platform:PNP0C14:02--wmi:98479A64-33F5-4E33-A707-8E251EBBC3A1:
auto_remove_on   runtime_pm       status           subsystem        sync_state_only  uevent

./sys/devices/virtual/devlink/platform:PNP0C14:02--wmi:DFDDEF2C-57D4-48CE-B196-0FB787D90836:
auto_remove_on   runtime_pm       status           subsystem        sync_state_only  uevent

./sys/devices/virtual/devlink/platform:PNP0C14:03--wmi:05901221-D566-11D1-B2F0-00A0C9062910-3:
auto_remove_on   runtime_pm       status           subsystem        sync_state_only  uevent

./sys/devices/virtual/devlink/platform:PNP0C14:03--wmi:7430019A-DCE9-4548-BAB0-9FDE0935CAFF:
auto_remove_on   runtime_pm       status           subsystem        sync_state_only  uevent

./sys/devices/virtual/devlink/platform:PNP0C14:03--wmi:7FF47003-3B6C-4E5E-A227-E979824A85D1:
auto_remove_on   runtime_pm       status           subsystem        sync_state_only  uevent

./sys/devices/virtual/devlink/platform:PNP0C14:03--wmi:E2BE5EE3-42DA-49DB-8378-1F5247388202:
auto_remove_on   runtime_pm       status           subsystem        sync_state_only  uevent

./sys/devices/virtual/devlink/platform:PNP0C14:03--wmi:FCB424F1-075A-4E0E-BFC4-62F3E71771FA:
auto_remove_on   runtime_pm       status           subsystem        sync_state_only  uevent

./sys/devices/virtual/devlink/platform:PNP0C14:04--wmi:05901221-D566-11D1-B2F0-00A0C9062910-4:
auto_remove_on   runtime_pm       status           subsystem        sync_state_only  uevent

./sys/devices/virtual/devlink/platform:PNP0C14:04--wmi:85D2E869-365A-4ACE-A4D3-CD692B1698A0:
auto_remove_on   runtime_pm       status           subsystem        sync_state_only  uevent

./sys/devices/virtual/devlink/platform:PNP0C14:04--wmi:8F4D3679-749E-4479-9B16-C62601FD25F0:
auto_remove_on   runtime_pm       status           subsystem        sync_state_only  uevent

./sys/devices/virtual/devlink/platform:PNP0C14:05--wmi:05901221-D566-11D1-B2F0-00A0C9062910-5:
auto_remove_on   runtime_pm       status           subsystem        sync_state_only  uevent

./sys/devices/virtual/devlink/platform:PNP0C14:05--wmi:8584BB57-5E31-46C4-BC8E-5E94563AE415:
auto_remove_on   runtime_pm       status           subsystem        sync_state_only  uevent

./sys/devices/virtual/devlink/platform:PNP0C14:06--wmi:02928077-AD0A-4CC7-96B4-2B8983C43804:
auto_remove_on   runtime_pm       status           subsystem        sync_state_only  uevent

./sys/devices/virtual/devlink/platform:PNP0C14:06--wmi:05901221-D566-11D1-B2F0-00A0C9062910-6:
auto_remove_on   runtime_pm       status           subsystem        sync_state_only  uevent

./sys/devices/virtual/devlink/platform:PNP0C14:06--wmi:1F505761-1F4A-4B78-8BD7-BB52FA7E4F37:
auto_remove_on   runtime_pm       status           subsystem        sync_state_only  uevent

./sys/devices/virtual/devlink/platform:PNP0C14:06--wmi:2042EFBF-9AF9-47DF-B71A-287C030C91CF:
auto_remove_on   runtime_pm       status           subsystem        sync_state_only  uevent

./sys/devices/virtual/devlink/platform:PNP0C14:06--wmi:2895C284-0084-419E-AEF6-8DCBBB55B0B1:
auto_remove_on   runtime_pm       status           subsystem        sync_state_only  uevent

./sys/devices/virtual/devlink/platform:PNP0C14:06--wmi:2B94D2ED-2548-4FDE-AC72-96CA99C6BFE6:
auto_remove_on   runtime_pm       status           subsystem        sync_state_only  uevent

./sys/devices/virtual/devlink/platform:PNP0C14:06--wmi:48E081C2-187E-43E1-8BB1-62F482CC669C:
auto_remove_on   runtime_pm       status           subsystem        sync_state_only  uevent

./sys/devices/virtual/devlink/platform:PNP0C14:06--wmi:B79EB45E-85B3-41D5-A965-CC17D22A6D8B:
auto_remove_on   runtime_pm       status           subsystem        sync_state_only  uevent

./sys/devices/virtual/devlink/platform:PNP0C14:06--wmi:BE11ADCC-9923-45AD-9E74-CB5FB104BE9D:
auto_remove_on   runtime_pm       status           subsystem        sync_state_only  uevent

./sys/devices/virtual/devlink/platform:PNP0C14:06--wmi:D931B4CF-F54E-4D07-9420-42858CC6A234:
auto_remove_on   runtime_pm       status           subsystem        sync_state_only  uevent

./sys/devices/virtual/devlink/platform:PNP0C14:06--wmi:E702E2B8-4112-4776-98B3-CC1B0C7392B4:
auto_remove_on   runtime_pm       status           subsystem        sync_state_only  uevent

./sys/devices/virtual/dma_heap:
system

./sys/devices/virtual/dma_heap/system:
dev        power      subsystem  uevent

./sys/devices/virtual/dma_heap/system/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/dmi:
id

./sys/devices/virtual/dmi/id:
bios_date            board_serial         chassis_vendor       product_name         sys_vendor
bios_release         board_vendor         chassis_version      product_serial       uevent
bios_vendor          board_version        ec_firmware_release  product_sku
bios_version         chassis_asset_tag    modalias             product_uuid
board_asset_tag      chassis_serial       power                product_version
board_name           chassis_type         product_family       subsystem

./sys/devices/virtual/dmi/id/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/firmware-attributes:
thinklmi

./sys/devices/virtual/firmware-attributes/thinklmi:
attributes      authentication  power           subsystem       uevent

./sys/devices/virtual/firmware-attributes/thinklmi/attributes:
AMTControl                           MinimumPasswordLength
AbsolutePersistenceModuleActivation  NetworkBoot
AdaptiveThermalManagementAC          NfcAccess
AdaptiveThermalManagementBattery     OnByAcAttach
AlarmDate                            PCIeTunneling
AlarmDayofWeek                       PasswordBeep
AlarmTime                            PasswordCountExceededError
AlwaysOnUSB                          PhysicalPresenceForTpmClear
BIOSPasswordAtBootDeviceList         PowerOnPasswordControl
BIOSPasswordAtReboot                 SecureBoot
BIOSPasswordAtUnattendedBoot         SecureRollBackPrevention
BIOSSetupConfigurations              SecurityChip
BIOSUpdateByEndUsers                 SetupUI
BlockSIDAuthentication               SleepState
BluetoothAccess                      SmartCardSlotAccess
BootDeviceListF12Option              SpeedStep
BootDisplayDevice                    StartupOptionKeys
BootMode                             StrongPassword
BootOrder                            SystemManagementPasswordControl
BootOrderLock                        TXTFeature
BootTimeExtension                    ThinkShieldsecurewipe
BottomCoverTamperDetected            ThunderboltAccess
CPUPowerManagement                   TotalGraphicsMemory
ChargeInBatteryMode                  TotalMemoryEncryption
DataExecutionPrevention              TouchPad
DeviceGuard                          TrackPoint
EnhancedWindowsBiometricSecurity     USBKeyProvisioning
EthernetLANAccess                    USBPortAccess
FingerprintPasswordAuthentication    UefiPxeBootPriority
FingerprintPredesktopAuthentication  UserDefinedAlarmFriday
FingerprintReaderAccess              UserDefinedAlarmMonday
FingerprintSecurityMode              UserDefinedAlarmSaturday
FnCtrlKeySwap                        UserDefinedAlarmSunday
FnKeyAsPrimary                       UserDefinedAlarmThursday
FnSticky                             UserDefinedAlarmTime
HardDiskPasswordControl              UserDefinedAlarmTuesday
HyperThreadingTechnology             UserDefinedAlarmWednesday
IPv4NetworkStack                     VTdFeature
IPv6NetworkStack                     VirtualizationTechnology
IntegratedAudioAccess                WakeOnLAN
IntegratedCameraAccess               WakeOnLANDock
KernelDMAProtection                  WakeUponAlarm
KeyboardBeep                         WiFiNetworkBoot
KeyboardLayout                       WindowsUEFIFirmwareUpdate
LenovoCloudServices                  WirelessAutoDisconnection
LockBIOSSetting                      WirelessLANAccess
MACAddressPassThrough                WirelessWANAccess
MemoryCardSlotAccess                 pending_reboot
MicrophoneAccess                     save_settings

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/AMTControl:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/AbsolutePersistenceModuleActivation:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/AdaptiveThermalManagementAC:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/AdaptiveThermalManagementBattery:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/AlarmDate:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/AlarmDayofWeek:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/AlarmTime:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/AlwaysOnUSB:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/BIOSPasswordAtBootDeviceList:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/BIOSPasswordAtReboot:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/BIOSPasswordAtUnattendedBoot:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/BIOSSetupConfigurations:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/BIOSUpdateByEndUsers:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/BlockSIDAuthentication:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/BluetoothAccess:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/BootDeviceListF12Option:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/BootDisplayDevice:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/BootMode:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/BootOrder:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/BootOrderLock:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/BootTimeExtension:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/BottomCoverTamperDetected:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/CPUPowerManagement:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/ChargeInBatteryMode:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/DataExecutionPrevention:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/DeviceGuard:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/EnhancedWindowsBiometricSecurity:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/EthernetLANAccess:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/FingerprintPasswordAuthentication:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/FingerprintPredesktopAuthentication:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/FingerprintReaderAccess:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/FingerprintSecurityMode:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/FnCtrlKeySwap:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/FnKeyAsPrimary:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/FnSticky:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/HardDiskPasswordControl:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/HyperThreadingTechnology:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/IPv4NetworkStack:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/IPv6NetworkStack:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/IntegratedAudioAccess:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/IntegratedCameraAccess:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/KernelDMAProtection:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/KeyboardBeep:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/KeyboardLayout:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/LenovoCloudServices:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/LockBIOSSetting:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/MACAddressPassThrough:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/MemoryCardSlotAccess:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/MicrophoneAccess:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/MinimumPasswordLength:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/NetworkBoot:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/NfcAccess:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/OnByAcAttach:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/PCIeTunneling:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/PasswordBeep:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/PasswordCountExceededError:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/PhysicalPresenceForTpmClear:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/PowerOnPasswordControl:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/SecureBoot:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/SecureRollBackPrevention:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/SecurityChip:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/SetupUI:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/SleepState:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/SmartCardSlotAccess:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/SpeedStep:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/StartupOptionKeys:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/StrongPassword:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/SystemManagementPasswordControl:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/TXTFeature:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/ThinkShieldsecurewipe:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/ThunderboltAccess:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/TotalGraphicsMemory:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/TotalMemoryEncryption:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/TouchPad:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/TrackPoint:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/USBKeyProvisioning:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/USBPortAccess:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/UefiPxeBootPriority:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/UserDefinedAlarmFriday:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/UserDefinedAlarmMonday:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/UserDefinedAlarmSaturday:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/UserDefinedAlarmSunday:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/UserDefinedAlarmThursday:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/UserDefinedAlarmTime:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/UserDefinedAlarmTuesday:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/UserDefinedAlarmWednesday:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/VTdFeature:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/VirtualizationTechnology:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/WakeOnLAN:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/WakeOnLANDock:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/WakeUponAlarm:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/WiFiNetworkBoot:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/WindowsUEFIFirmwareUpdate:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/WirelessAutoDisconnection:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/WirelessLANAccess:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/attributes/WirelessWANAccess:
current_value    display_name     possible_values  type

./sys/devices/virtual/firmware-attributes/thinklmi/authentication:
Admin     HDD       NVMe      Power-on  System

./sys/devices/virtual/firmware-attributes/thinklmi/authentication/Admin:
current_password     max_password_length  min_password_length  role
is_enabled           mechanism            new_password

./sys/devices/virtual/firmware-attributes/thinklmi/authentication/HDD:
current_password     is_enabled           max_password_length  min_password_length  role
index                level                mechanism            new_password

./sys/devices/virtual/firmware-attributes/thinklmi/authentication/NVMe:
current_password     is_enabled           max_password_length  min_password_length  role
index                level                mechanism            new_password

./sys/devices/virtual/firmware-attributes/thinklmi/authentication/Power-on:
current_password     max_password_length  min_password_length  role
is_enabled           mechanism            new_password

./sys/devices/virtual/firmware-attributes/thinklmi/authentication/System:
current_password     max_password_length  min_password_length  role
is_enabled           mechanism            new_password

./sys/devices/virtual/firmware-attributes/thinklmi/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/graphics:
fbcon

./sys/devices/virtual/graphics/fbcon:
cursor_blink  power         rotate        rotate_all    subsystem     uevent

./sys/devices/virtual/graphics/fbcon/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/input:
mice

./sys/devices/virtual/input/mice:
dev        power      subsystem  uevent

./sys/devices/virtual/input/mice/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/iommu:
dmar0  dmar1  dmar2  dmar3

./sys/devices/virtual/iommu/dmar0:
devices      intel-iommu  power        subsystem    uevent

./sys/devices/virtual/iommu/dmar0/devices:
0000:00:02.0

./sys/devices/virtual/iommu/dmar0/intel-iommu:
address            domains_supported  ecap
cap                domains_used       version

./sys/devices/virtual/iommu/dmar0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/iommu/dmar1:
devices      intel-iommu  power        subsystem    uevent

./sys/devices/virtual/iommu/dmar1/devices:
0000:00:07.0

./sys/devices/virtual/iommu/dmar1/intel-iommu:
address            domains_supported  ecap
cap                domains_used       version

./sys/devices/virtual/iommu/dmar1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/iommu/dmar2:
devices      intel-iommu  power        subsystem    uevent

./sys/devices/virtual/iommu/dmar2/devices:
0000:00:07.2

./sys/devices/virtual/iommu/dmar2/intel-iommu:
address            domains_supported  ecap
cap                domains_used       version

./sys/devices/virtual/iommu/dmar2/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/iommu/dmar3:
devices      intel-iommu  power        subsystem    uevent

./sys/devices/virtual/iommu/dmar3/devices:
0000:00:00.0  0000:00:08.0  0000:00:0d.3  0000:00:14.2  0000:00:15.1  0000:00:1f.3  0000:00:1f.6
0000:00:04.0  0000:00:0d.0  0000:00:12.0  0000:00:14.3  0000:00:16.0  0000:00:1f.4  0000:04:00.0
0000:00:06.0  0000:00:0d.2  0000:00:14.0  0000:00:15.0  0000:00:1f.0  0000:00:1f.5

./sys/devices/virtual/iommu/dmar3/intel-iommu:
address            domains_supported  ecap
cap                domains_used       version

./sys/devices/virtual/iommu/dmar3/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/mem:
full     kmsg     mem      null     port     random   urandom  zero

./sys/devices/virtual/mem/full:
dev        power      subsystem  uevent

./sys/devices/virtual/mem/full/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/mem/kmsg:
dev        power      subsystem  uevent

./sys/devices/virtual/mem/kmsg/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/mem/mem:
dev        power      subsystem  uevent

./sys/devices/virtual/mem/mem/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/mem/null:
dev        power      subsystem  uevent

./sys/devices/virtual/mem/null/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/mem/port:
dev        power      subsystem  uevent

./sys/devices/virtual/mem/port/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/mem/random:
dev        power      subsystem  uevent

./sys/devices/virtual/mem/random/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/mem/urandom:
dev        power      subsystem  uevent

./sys/devices/virtual/mem/urandom/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/mem/zero:
dev        power      subsystem  uevent

./sys/devices/virtual/mem/zero/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/memory_tiering:
memory_tier4  power         uevent

./sys/devices/virtual/memory_tiering/memory_tier4:
nodelist   power      subsystem  uevent

./sys/devices/virtual/memory_tiering/memory_tier4/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/memory_tiering/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/misc:
HID-SENSOR-2000e1.2.auto  autofs                    kvm                       tun
HID-SENSOR-2000e1.3.auto  cpu_dma_latency           loop-control              udmabuf
HID-SENSOR-2000e1.4.auto  device-mapper             nvram                     userfaultfd
HID-SENSOR-2000e1.5.auto  fuse                      psaux                     vga_arbiter
HID-SENSOR-2000e1.6.auto  hpet                      rfkill
acpi_thermal_rel          hw_random                 snapshot

./sys/devices/virtual/misc/HID-SENSOR-2000e1.2.auto:
dev        power      subsystem  uevent

./sys/devices/virtual/misc/HID-SENSOR-2000e1.2.auto/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/misc/HID-SENSOR-2000e1.3.auto:
dev        power      subsystem  uevent

./sys/devices/virtual/misc/HID-SENSOR-2000e1.3.auto/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/misc/HID-SENSOR-2000e1.4.auto:
dev        power      subsystem  uevent

./sys/devices/virtual/misc/HID-SENSOR-2000e1.4.auto/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/misc/HID-SENSOR-2000e1.5.auto:
dev        power      subsystem  uevent

./sys/devices/virtual/misc/HID-SENSOR-2000e1.5.auto/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/misc/HID-SENSOR-2000e1.6.auto:
dev        power      subsystem  uevent

./sys/devices/virtual/misc/HID-SENSOR-2000e1.6.auto/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/misc/acpi_thermal_rel:
dev        power      subsystem  uevent

./sys/devices/virtual/misc/acpi_thermal_rel/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/misc/autofs:
dev        power      subsystem  uevent

./sys/devices/virtual/misc/autofs/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/misc/cpu_dma_latency:
dev        power      subsystem  uevent

./sys/devices/virtual/misc/cpu_dma_latency/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/misc/device-mapper:
dev        power      subsystem  uevent

./sys/devices/virtual/misc/device-mapper/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/misc/fuse:
dev        power      subsystem  uevent

./sys/devices/virtual/misc/fuse/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/misc/hpet:
dev        power      subsystem  uevent

./sys/devices/virtual/misc/hpet/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/misc/hw_random:
dev            rng_available  rng_quality    subsystem
power          rng_current    rng_selected   uevent

./sys/devices/virtual/misc/hw_random/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/misc/kvm:
dev        power      subsystem  uevent

./sys/devices/virtual/misc/kvm/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/misc/loop-control:
dev        power      subsystem  uevent

./sys/devices/virtual/misc/loop-control/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/misc/nvram:
dev        power      subsystem  uevent

./sys/devices/virtual/misc/nvram/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/misc/psaux:
dev        power      subsystem  uevent

./sys/devices/virtual/misc/psaux/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/misc/rfkill:
dev        power      subsystem  uevent

./sys/devices/virtual/misc/rfkill/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/misc/snapshot:
dev        power      subsystem  uevent

./sys/devices/virtual/misc/snapshot/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/misc/tun:
dev        power      subsystem  uevent

./sys/devices/virtual/misc/tun/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/misc/udmabuf:
dev        power      subsystem  uevent

./sys/devices/virtual/misc/udmabuf/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/misc/userfaultfd:
dev        power      subsystem  uevent

./sys/devices/virtual/misc/userfaultfd/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/misc/vga_arbiter:
dev        power      subsystem  uevent

./sys/devices/virtual/misc/vga_arbiter/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/msr:
msr0  msr1  msr2  msr3  msr4  msr5  msr6  msr7

./sys/devices/virtual/msr/msr0:
dev        power      subsystem  uevent

./sys/devices/virtual/msr/msr0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/msr/msr1:
dev        power      subsystem  uevent

./sys/devices/virtual/msr/msr1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/msr/msr2:
dev        power      subsystem  uevent

./sys/devices/virtual/msr/msr2/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/msr/msr3:
dev        power      subsystem  uevent

./sys/devices/virtual/msr/msr3/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/msr/msr4:
dev        power      subsystem  uevent

./sys/devices/virtual/msr/msr4/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/msr/msr5:
dev        power      subsystem  uevent

./sys/devices/virtual/msr/msr5/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/msr/msr6:
dev        power      subsystem  uevent

./sys/devices/virtual/msr/msr6/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/msr/msr7:
dev        power      subsystem  uevent

./sys/devices/virtual/msr/msr7/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/net:
eth0  lo

./sys/devices/virtual/net/eth0:
addr_assign_type      dormant               napi_defer_hard_irqs  statistics
addr_len              duplex                netdev_group          subsystem
address               flags                 operstate             testing
broadcast             gro_flush_timeout     phys_port_id          threaded
carrier               ifalias               phys_port_name        tx_queue_len
carrier_changes       ifindex               phys_switch_id        type
carrier_down_count    iflink                power                 uevent
carrier_up_count      link_mode             proto_down
dev_id                mtu                   queues
dev_port              name_assign_type      speed

./sys/devices/virtual/net/eth0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/net/eth0/queues:
rx-0  tx-0

./sys/devices/virtual/net/eth0/queues/rx-0:
rps_cpus      rps_flow_cnt

./sys/devices/virtual/net/eth0/queues/tx-0:
traffic_class  tx_maxrate     tx_timeout     xps_cpus       xps_rxqs

./sys/devices/virtual/net/eth0/statistics:
collisions           rx_dropped           rx_missed_errors     tx_bytes             tx_fifo_errors
multicast            rx_errors            rx_nohandler         tx_carrier_errors    tx_heartbeat_errors
rx_bytes             rx_fifo_errors       rx_over_errors       tx_compressed        tx_packets
rx_compressed        rx_frame_errors      rx_packets           tx_dropped           tx_window_errors
rx_crc_errors        rx_length_errors     tx_aborted_errors    tx_errors

./sys/devices/virtual/net/lo:
addr_assign_type      dormant               napi_defer_hard_irqs  statistics
addr_len              duplex                netdev_group          subsystem
address               flags                 operstate             testing
broadcast             gro_flush_timeout     phys_port_id          threaded
carrier               ifalias               phys_port_name        tx_queue_len
carrier_changes       ifindex               phys_switch_id        type
carrier_down_count    iflink                power                 uevent
carrier_up_count      link_mode             proto_down
dev_id                mtu                   queues
dev_port              name_assign_type      speed

./sys/devices/virtual/net/lo/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/net/lo/queues:
rx-0  tx-0

./sys/devices/virtual/net/lo/queues/rx-0:
rps_cpus      rps_flow_cnt

./sys/devices/virtual/net/lo/queues/tx-0:
traffic_class  tx_maxrate     tx_timeout     xps_cpus       xps_rxqs

./sys/devices/virtual/net/lo/statistics:
collisions           rx_dropped           rx_missed_errors     tx_bytes             tx_fifo_errors
multicast            rx_errors            rx_nohandler         tx_carrier_errors    tx_heartbeat_errors
rx_bytes             rx_fifo_errors       rx_over_errors       tx_compressed        tx_packets
rx_compressed        rx_frame_errors      rx_packets           tx_dropped           tx_window_errors
rx_crc_errors        rx_length_errors     tx_aborted_errors    tx_errors

./sys/devices/virtual/nvme-subsystem:
nvme-subsys0

./sys/devices/virtual/nvme-subsystem/nvme-subsys0:
firmware_rev  model         power         subsysnqn     subsystype
iopolicy      nvme0         serial        subsystem     uevent

./sys/devices/virtual/nvme-subsystem/nvme-subsys0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/powercap:

./sys/devices/virtual/sound:
ctl-led  timer

./sys/devices/virtual/sound/ctl-led:
mic        power      speaker    subsystem  uevent

./sys/devices/virtual/sound/ctl-led/mic:
brightness  card0       mode        power       uevent

./sys/devices/virtual/sound/ctl-led/mic/card0:
attach  card    detach  list    power   reset   uevent

./sys/devices/virtual/sound/ctl-led/mic/card0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/sound/ctl-led/mic/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/sound/ctl-led/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/sound/ctl-led/speaker:
brightness  card0       mode        power       uevent

./sys/devices/virtual/sound/ctl-led/speaker/card0:
attach  card    detach  list    power   reset   uevent

./sys/devices/virtual/sound/ctl-led/speaker/card0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/sound/ctl-led/speaker/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/sound/timer:
dev        power      subsystem  uevent

./sys/devices/virtual/sound/timer/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/thermal:
cooling_device0  cooling_device3  cooling_device6  cooling_device9  thermal_zone2    thermal_zone5
cooling_device1  cooling_device4  cooling_device7  thermal_zone0    thermal_zone3    thermal_zone6
cooling_device2  cooling_device5  cooling_device8  thermal_zone1    thermal_zone4

./sys/devices/virtual/thermal/cooling_device0:
cur_state  device     max_state  power      subsystem  type       uevent

./sys/devices/virtual/thermal/cooling_device0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/thermal/cooling_device1:
cur_state  device     max_state  power      subsystem  type       uevent

./sys/devices/virtual/thermal/cooling_device1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/thermal/cooling_device2:
cur_state  device     max_state  power      subsystem  type       uevent

./sys/devices/virtual/thermal/cooling_device2/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/thermal/cooling_device3:
cur_state  device     max_state  power      subsystem  type       uevent

./sys/devices/virtual/thermal/cooling_device3/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/thermal/cooling_device4:
cur_state  device     max_state  power      subsystem  type       uevent

./sys/devices/virtual/thermal/cooling_device4/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/thermal/cooling_device5:
cur_state  device     max_state  power      subsystem  type       uevent

./sys/devices/virtual/thermal/cooling_device5/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/thermal/cooling_device6:
cur_state  device     max_state  power      subsystem  type       uevent

./sys/devices/virtual/thermal/cooling_device6/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/thermal/cooling_device7:
cur_state  device     max_state  power      subsystem  type       uevent

./sys/devices/virtual/thermal/cooling_device7/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/thermal/cooling_device8:
cur_state  max_state  power      subsystem  type       uevent

./sys/devices/virtual/thermal/cooling_device8/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/thermal/cooling_device9:
cur_state  max_state  power      subsystem  type       uevent

./sys/devices/virtual/thermal/cooling_device9/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/thermal/thermal_zone0:
available_policies  k_i                 policy              temp                uevent
device              k_po                power               trip_point_0_hyst
hwmon1              k_pu                slope               trip_point_0_temp
integral_cutoff     mode                subsystem           trip_point_0_type
k_d                 offset              sustainable_power   type

./sys/devices/virtual/thermal/thermal_zone0/hwmon1:
device       name         power        subsystem    temp1_input  uevent

./sys/devices/virtual/thermal/thermal_zone0/hwmon1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/thermal/thermal_zone0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/thermal/thermal_zone1:
available_policies  k_po                policy              sustainable_power
integral_cutoff     k_pu                power               temp
k_d                 mode                slope               type
k_i                 offset              subsystem           uevent

./sys/devices/virtual/thermal/thermal_zone1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/thermal/thermal_zone2:
available_policies  k_pu                slope               trip_point_0_temp   trip_point_2_hyst
integral_cutoff     mode                subsystem           trip_point_0_type   trip_point_2_temp
k_d                 offset              sustainable_power   trip_point_1_hyst   trip_point_2_type
k_i                 policy              temp                trip_point_1_temp   type
k_po                power               trip_point_0_hyst   trip_point_1_type   uevent

./sys/devices/virtual/thermal/thermal_zone2/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/thermal/thermal_zone3:
available_policies  k_pu                slope               trip_point_0_temp   trip_point_2_hyst
integral_cutoff     mode                subsystem           trip_point_0_type   trip_point_2_temp
k_d                 offset              sustainable_power   trip_point_1_hyst   trip_point_2_type
k_i                 policy              temp                trip_point_1_temp   type
k_po                power               trip_point_0_hyst   trip_point_1_type   uevent

./sys/devices/virtual/thermal/thermal_zone3/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/thermal/thermal_zone4:
available_policies  k_pu                slope               trip_point_0_temp   trip_point_2_hyst
integral_cutoff     mode                subsystem           trip_point_0_type   trip_point_2_temp
k_d                 offset              sustainable_power   trip_point_1_hyst   trip_point_2_type
k_i                 policy              temp                trip_point_1_temp   type
k_po                power               trip_point_0_hyst   trip_point_1_type   uevent

./sys/devices/virtual/thermal/thermal_zone4/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/thermal/thermal_zone5:
available_policies  policy              trip_point_1_hyst   trip_point_4_hyst   trip_point_7_hyst
hwmon5              power               trip_point_1_temp   trip_point_4_temp   trip_point_7_temp
integral_cutoff     slope               trip_point_1_type   trip_point_4_type   trip_point_7_type
k_d                 subsystem           trip_point_2_hyst   trip_point_5_hyst   type
k_i                 sustainable_power   trip_point_2_temp   trip_point_5_temp   uevent
k_po                temp                trip_point_2_type   trip_point_5_type
k_pu                trip_point_0_hyst   trip_point_3_hyst   trip_point_6_hyst
mode                trip_point_0_temp   trip_point_3_temp   trip_point_6_temp
offset              trip_point_0_type   trip_point_3_type   trip_point_6_type

./sys/devices/virtual/thermal/thermal_zone5/hwmon5:
device       name         power        subsystem    temp1_input  uevent

./sys/devices/virtual/thermal/thermal_zone5/hwmon5/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/thermal/thermal_zone5/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/thermal/thermal_zone6:
available_policies  k_pu                slope               trip_point_0_temp   type
integral_cutoff     mode                subsystem           trip_point_0_type   uevent
k_d                 offset              sustainable_power   trip_point_1_hyst
k_i                 policy              temp                trip_point_1_temp
k_po                power               trip_point_0_hyst   trip_point_1_type

./sys/devices/virtual/thermal/thermal_zone6/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty:
console  tty12    tty19    tty25    tty31    tty38    tty44    tty50    tty57    tty63
ptmx     tty13    tty2     tty26    tty32    tty39    tty45    tty51    tty58    tty7
tty      tty14    tty20    tty27    tty33    tty4     tty46    tty52    tty59    tty8
tty0     tty15    tty21    tty28    tty34    tty40    tty47    tty53    tty6     tty9
tty1     tty16    tty22    tty29    tty35    tty41    tty48    tty54    tty60
tty10    tty17    tty23    tty3     tty36    tty42    tty49    tty55    tty61
tty11    tty18    tty24    tty30    tty37    tty43    tty5     tty56    tty62

./sys/devices/virtual/tty/console:
active     dev        power      subsystem  uevent

./sys/devices/virtual/tty/console/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/ptmx:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/ptmx/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty0:
active     dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty1:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty10:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty10/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty11:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty11/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty12:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty12/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty13:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty13/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty14:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty14/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty15:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty15/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty16:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty16/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty17:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty17/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty18:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty18/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty19:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty19/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty2:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty2/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty20:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty20/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty21:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty21/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty22:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty22/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty23:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty23/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty24:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty24/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty25:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty25/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty26:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty26/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty27:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty27/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty28:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty28/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty29:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty29/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty3:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty3/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty30:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty30/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty31:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty31/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty32:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty32/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty33:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty33/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty34:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty34/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty35:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty35/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty36:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty36/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty37:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty37/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty38:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty38/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty39:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty39/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty4:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty4/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty40:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty40/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty41:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty41/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty42:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty42/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty43:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty43/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty44:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty44/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty45:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty45/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty46:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty46/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty47:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty47/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty48:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty48/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty49:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty49/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty5:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty5/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty50:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty50/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty51:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty51/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty52:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty52/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty53:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty53/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty54:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty54/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty55:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty55/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty56:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty56/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty57:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty57/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty58:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty58/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty59:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty59/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty6:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty6/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty60:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty60/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty61:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty61/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty62:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty62/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty63:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty63/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty7:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty7/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty8:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty8/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/tty/tty9:
dev        power      subsystem  uevent

./sys/devices/virtual/tty/tty9/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/vc:
vcs    vcs2   vcs4   vcs6   vcsa   vcsa2  vcsa4  vcsa6  vcsu   vcsu2  vcsu4  vcsu6
vcs1   vcs3   vcs5   vcs7   vcsa1  vcsa3  vcsa5  vcsa7  vcsu1  vcsu3  vcsu5  vcsu7

./sys/devices/virtual/vc/vcs:
dev        power      subsystem  uevent

./sys/devices/virtual/vc/vcs/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/vc/vcs1:
dev        power      subsystem  uevent

./sys/devices/virtual/vc/vcs1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/vc/vcs2:
dev        power      subsystem  uevent

./sys/devices/virtual/vc/vcs2/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/vc/vcs3:
dev        power      subsystem  uevent

./sys/devices/virtual/vc/vcs3/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/vc/vcs4:
dev        power      subsystem  uevent

./sys/devices/virtual/vc/vcs4/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/vc/vcs5:
dev        power      subsystem  uevent

./sys/devices/virtual/vc/vcs5/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/vc/vcs6:
dev        power      subsystem  uevent

./sys/devices/virtual/vc/vcs6/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/vc/vcs7:
dev        power      subsystem  uevent

./sys/devices/virtual/vc/vcs7/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/vc/vcsa:
dev        power      subsystem  uevent

./sys/devices/virtual/vc/vcsa/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/vc/vcsa1:
dev        power      subsystem  uevent

./sys/devices/virtual/vc/vcsa1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/vc/vcsa2:
dev        power      subsystem  uevent

./sys/devices/virtual/vc/vcsa2/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/vc/vcsa3:
dev        power      subsystem  uevent

./sys/devices/virtual/vc/vcsa3/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/vc/vcsa4:
dev        power      subsystem  uevent

./sys/devices/virtual/vc/vcsa4/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/vc/vcsa5:
dev        power      subsystem  uevent

./sys/devices/virtual/vc/vcsa5/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/vc/vcsa6:
dev        power      subsystem  uevent

./sys/devices/virtual/vc/vcsa6/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/vc/vcsa7:
dev        power      subsystem  uevent

./sys/devices/virtual/vc/vcsa7/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/vc/vcsu:
dev        power      subsystem  uevent

./sys/devices/virtual/vc/vcsu/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/vc/vcsu1:
dev        power      subsystem  uevent

./sys/devices/virtual/vc/vcsu1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/vc/vcsu2:
dev        power      subsystem  uevent

./sys/devices/virtual/vc/vcsu2/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/vc/vcsu3:
dev        power      subsystem  uevent

./sys/devices/virtual/vc/vcsu3/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/vc/vcsu4:
dev        power      subsystem  uevent

./sys/devices/virtual/vc/vcsu4/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/vc/vcsu5:
dev        power      subsystem  uevent

./sys/devices/virtual/vc/vcsu5/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/vc/vcsu6:
dev        power      subsystem  uevent

./sys/devices/virtual/vc/vcsu6/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/vc/vcsu7:
dev        power      subsystem  uevent

./sys/devices/virtual/vc/vcsu7/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/vtconsole:
vtcon0  vtcon1

./sys/devices/virtual/vtconsole/vtcon0:
bind       name       power      subsystem  uevent

./sys/devices/virtual/vtconsole/vtcon0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/vtconsole/vtcon1:
bind       name       power      subsystem  uevent

./sys/devices/virtual/vtconsole/vtcon1/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/workqueue:
blkcg_punt_bio     cpumask_requested  nvme-reset-wq      scsi_tmf_0
cpumask            nvme-auth-wq       nvme-wq            uevent
cpumask_isolated   nvme-delete-wq     power              writeback

./sys/devices/virtual/workqueue/blkcg_punt_bio:
affinity_scope   cpumask          nice             power            uevent
affinity_strict  max_active       per_cpu          subsystem

./sys/devices/virtual/workqueue/blkcg_punt_bio/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/workqueue/nvme-auth-wq:
affinity_scope   cpumask          nice             power            uevent
affinity_strict  max_active       per_cpu          subsystem

./sys/devices/virtual/workqueue/nvme-auth-wq/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/workqueue/nvme-delete-wq:
affinity_scope   cpumask          nice             power            uevent
affinity_strict  max_active       per_cpu          subsystem

./sys/devices/virtual/workqueue/nvme-delete-wq/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/workqueue/nvme-reset-wq:
affinity_scope   cpumask          nice             power            uevent
affinity_strict  max_active       per_cpu          subsystem

./sys/devices/virtual/workqueue/nvme-reset-wq/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/workqueue/nvme-wq:
affinity_scope   cpumask          nice             power            uevent
affinity_strict  max_active       per_cpu          subsystem

./sys/devices/virtual/workqueue/nvme-wq/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/workqueue/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/workqueue/scsi_tmf_0:
affinity_scope   cpumask          nice             power            uevent
affinity_strict  max_active       per_cpu          subsystem

./sys/devices/virtual/workqueue/scsi_tmf_0/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/devices/virtual/workqueue/writeback:
affinity_scope   cpumask          nice             power            uevent
affinity_strict  max_active       per_cpu          subsystem

./sys/devices/virtual/workqueue/writeback/power:
autosuspend_delay_ms    runtime_active_time     runtime_suspended_time
control                 runtime_status

./sys/firmware:

./sys/fs:
bpf       cgroup    ext4      fuse      pstore    resctrl   virtiofs

./sys/fs/bpf:

./sys/fs/cgroup:
cgroup.controllers               cpuset.mems.effective            memory.max
cgroup.events                    hugetlb.1GB.current              memory.min
cgroup.freeze                    hugetlb.1GB.events               memory.numa_stat
cgroup.kill                      hugetlb.1GB.events.local         memory.oom.group
cgroup.max.depth                 hugetlb.1GB.max                  memory.peak
cgroup.max.descendants           hugetlb.1GB.numa_stat            memory.pressure
cgroup.pressure                  hugetlb.1GB.rsvd.current         memory.reclaim
cgroup.procs                     hugetlb.1GB.rsvd.max             memory.stat
cgroup.stat                      hugetlb.2MB.current              memory.swap.current
cgroup.subtree_control           hugetlb.2MB.events               memory.swap.events
cgroup.threads                   hugetlb.2MB.events.local         memory.swap.high
cgroup.type                      hugetlb.2MB.max                  memory.swap.max
cpu.idle                         hugetlb.2MB.numa_stat            memory.swap.peak
cpu.max                          hugetlb.2MB.rsvd.current         memory.zswap.current
cpu.max.burst                    hugetlb.2MB.rsvd.max             memory.zswap.max
cpu.pressure                     io.bfq.weight                    memory.zswap.writeback
cpu.stat                         io.latency                       misc.current
cpu.stat.local                   io.max                           misc.events
cpu.uclamp.max                   io.pressure                      misc.events.local
cpu.uclamp.min                   io.prio.class                    misc.max
cpu.weight                       io.stat                          misc.peak
cpu.weight.nice                  io.weight                        pids.current
cpuset.cpus                      irq.pressure                     pids.events
cpuset.cpus.effective            memory.current                   pids.events.local
cpuset.cpus.exclusive            memory.events                    pids.max
cpuset.cpus.exclusive.effective  memory.events.local              pids.peak
cpuset.cpus.partition            memory.high                      rdma.current
cpuset.mems                      memory.low                       rdma.max

./sys/fs/ext4:
features   nvme0n1p2

./sys/fs/ext4/features:
batched_discard           encryption                meta_bg_resize            verity
casefold                  fast_commit               metadata_csum_seed
encrypted_casefold        lazy_itable_init          test_dummy_encryption_v2

./sys/fs/ext4/nvme0n1p2:
delayed_allocation_blocks      last_error_errcode             mb_prefetch_limit
err_ratelimit_burst            last_error_func                mb_stats
err_ratelimit_interval_ms      last_error_ino                 mb_stream_req
errors_count                   last_error_line                msg_count
extent_max_zeroout_kb          last_error_time                msg_ratelimit_burst
first_error_block              last_trim_minblks              msg_ratelimit_interval_ms
first_error_errcode            lifetime_write_kbytes          reserved_clusters
first_error_func               max_writeback_mb_bump          session_write_kbytes
first_error_ino                mb_best_avail_max_trim_order   sra_exceeded_retry_limit
first_error_line               mb_group_prealloc              trigger_fs_error
first_error_time               mb_max_linear_groups           warning_count
inode_goal                     mb_max_to_scan                 warning_ratelimit_burst
inode_readahead_blks           mb_min_to_scan                 warning_ratelimit_interval_ms
journal_task                   mb_order2_req
last_error_block               mb_prefetch

./sys/fs/fuse:
connections

./sys/fs/fuse/connections:

./sys/fs/pstore:

./sys/fs/resctrl:

./sys/fs/virtiofs:

./sys/hypervisor:

./sys/kernel:
address_bits           dmabuf                 notes                  slab
boot_params            fscaps                 oops_count             software_nodes
btf                    iommu_groups           profiling              tracing
cgroup                 irq                    rcu_expedited          uevent_seqnum
config                 kexec_crash_loaded     rcu_normal             vmcoreinfo
cpu_byteorder          kexec_crash_size       reboot                 warn_count
crash_elfcorehdr_size  kexec_loaded           sched_ext
debug                  mm                     security

./sys/kernel/boot_params:
data     version

./sys/kernel/btf:
ac97_bus                             nvme
acpi_pad                             nvme_auth
acpi_tad                             nvme_core
acpi_thermal_rel                     overlay
aesni_intel                          pcspkr
af_alg                               pinctrl_tigerlake
algif_hash                           platform_profile
algif_skcipher                       pmt_class
atkbd                                pmt_telemetry
bluetooth                            polyval_clmulni
bnep                                 polyval_generic
bridge                               pps_core
btbcm                                processor_thermal_device
btintel                              processor_thermal_device_pci_legacy
btmtk                                processor_thermal_mbox
btrtl                                processor_thermal_power_floor
btusb                                processor_thermal_rapl
ccm                                  processor_thermal_rfim
cdc_ether                            processor_thermal_wt_hint
cdc_mbim                             processor_thermal_wt_req
cdc_ncm                              psmouse
cdc_wdm                              ptp
cec                                  r8152
cfg80211                             rapl
cmac                                 rfcomm
coretemp                             rfkill
crc16                                roles
crc32_pclmul                         serio
crc32c_generic                       serio_raw
crc32c_intel                         sha1_ssse3
crct10dif_pclmul                     sha256_ssse3
cryptd                               sha512_ssse3
crypto_simd                          snd
crypto_user                          snd_compress
dm_mod                               snd_ctl_led
drm_buddy                            snd_hda_codec
drm_display_helper                   snd_hda_codec_generic
drm_exec                             snd_hda_codec_hdmi
drm_gpuvm                            snd_hda_codec_realtek
drm_suballoc_helper                  snd_hda_core
drm_ttm_helper                       snd_hda_ext_core
e1000e                               snd_hda_intel
exfat                                snd_hda_scodec_component
ext4                                 snd_hwdep
fat                                  snd_intel_dspcfg
firmware_attributes_class            snd_intel_sdw_acpi
gf128mul                             snd_pcm
ghash_clmulni_intel                  snd_pcm_dmaengine
gpu_sched                            snd_rawmidi
hid_generic                          snd_seq_device
hid_multitouch                       snd_soc_acpi
hid_sensor_custom                    snd_soc_acpi_intel_match
hid_sensor_hub                       snd_soc_avs
i2c_algo_bit                         snd_soc_core
i2c_hid                              snd_soc_dmic
i2c_hid_acpi                         snd_soc_hda_codec
i2c_i801                             snd_soc_hdac_hda
i2c_mux                              snd_soc_intel_hda_dsp_common
i2c_smbus                            snd_soc_intel_sof_board_helpers
i8042                                snd_soc_skl_hda_dsp
i915                                 snd_sof
iTCO_vendor_support                  snd_sof_intel_hda
iTCO_wdt                             snd_sof_intel_hda_common
idma64                               snd_sof_intel_hda_generic
igen6_edac                           snd_sof_intel_hda_mlink
int3400_thermal                      snd_sof_pci
int3403_thermal                      snd_sof_pci_intel_cnl
int340x_thermal_zone                 snd_sof_pci_intel_tgl
intel_cstate                         snd_sof_probes
intel_gtt                            snd_sof_utils
intel_hid                            snd_sof_xtensa_dsp
intel_ish_ipc                        snd_timer
intel_ishtp                          snd_ump
intel_ishtp_hid                      snd_usb_audio
intel_lpss                           snd_usbmidi_lib
intel_lpss_pci                       soundcore
intel_pmc_bxt                        soundwire_bus
intel_pmc_core                       soundwire_cadence
intel_powerclamp                     soundwire_generic_allocation
intel_rapl_common                    soundwire_intel
intel_rapl_msr                       sparse_keymap
intel_soc_dts_iosf                   spi_intel
intel_tcc_cooling                    spi_intel_pci
intel_uncore                         spi_nor
intel_uncore_frequency               stp
intel_uncore_frequency_common        think_lmi
intel_vsec                           thinkpad_acpi
ip6_tables                           thunderbolt
ip6table_filter                      ttm
ip6table_nat                         tun
ip_set                               typec
ip_tables                            typec_ucsi
iptable_filter                       uas
iptable_nat                          ucsi_acpi
iptable_raw                          usb_storage
iwlmvm                               usbhid
iwlwifi                              usbnet
jbd2                                 uvc
joydev                               uvcvideo
kvm                                  veth
kvm_intel                            vfat
libarc4                              video
libcrc32c                            videobuf2_common
libphy                               videobuf2_memops
libps2                               videobuf2_v4l2
llc                                  videobuf2_vmalloc
loop                                 videodev
mac80211                             vivaldi_fmap
mac_hid                              vmlinux
mbcache                              wacom
mc                                   wmi
mei                                  wmi_bmof
mei_hdcp                             x86_pkg_temp_thermal
mei_me                               x_tables
mei_pxp                              xe
mii                                  xfrm_algo
mousedev                             xfrm_user
mtd                                  xt_MASQUERADE
nf_conntrack                         xt_addrtype
nf_conntrack_netlink                 xt_conntrack
nf_defrag_ipv4                       xt_nat
nf_defrag_ipv6                       xt_set
nf_nat                               xt_tcpudp
nfnetlink

./sys/kernel/cgroup:
delegate  features

./sys/kernel/config:

./sys/kernel/debug:

./sys/kernel/dmabuf:
buffers

./sys/kernel/dmabuf/buffers:
2     3419  3420  3421  3424  3432  3437  3438  3439

./sys/kernel/dmabuf/buffers/2:
exporter_name  size

./sys/kernel/dmabuf/buffers/3419:
exporter_name  size

./sys/kernel/dmabuf/buffers/3420:
exporter_name  size

./sys/kernel/dmabuf/buffers/3421:
exporter_name  size

./sys/kernel/dmabuf/buffers/3424:
exporter_name  size

./sys/kernel/dmabuf/buffers/3432:
exporter_name  size

./sys/kernel/dmabuf/buffers/3437:
exporter_name  size

./sys/kernel/dmabuf/buffers/3438:
exporter_name  size

./sys/kernel/dmabuf/buffers/3439:
exporter_name  size

./sys/kernel/iommu_groups:
0   1   10  11  12  13  14  2   3   4   5   6   7   8   9

./sys/kernel/iommu_groups/0:
devices           reserved_regions  type

./sys/kernel/iommu_groups/0/devices:
0000:00:07.2

./sys/kernel/iommu_groups/1:
devices           reserved_regions  type

./sys/kernel/iommu_groups/1/devices:
0000:00:07.0

./sys/kernel/iommu_groups/10:
devices           reserved_regions  type

./sys/kernel/iommu_groups/10/devices:
0000:00:14.3

./sys/kernel/iommu_groups/11:
devices           reserved_regions  type

./sys/kernel/iommu_groups/11/devices:
0000:00:15.0  0000:00:15.1

./sys/kernel/iommu_groups/12:
devices           reserved_regions  type

./sys/kernel/iommu_groups/12/devices:
0000:00:16.0

./sys/kernel/iommu_groups/13:
devices           reserved_regions  type

./sys/kernel/iommu_groups/13/devices:
0000:00:1f.0  0000:00:1f.3  0000:00:1f.4  0000:00:1f.5  0000:00:1f.6

./sys/kernel/iommu_groups/14:
devices           reserved_regions  type

./sys/kernel/iommu_groups/14/devices:
0000:04:00.0

./sys/kernel/iommu_groups/2:
devices           reserved_regions  type

./sys/kernel/iommu_groups/2/devices:
0000:00:02.0

./sys/kernel/iommu_groups/3:
devices           reserved_regions  type

./sys/kernel/iommu_groups/3/devices:
0000:00:00.0

./sys/kernel/iommu_groups/4:
devices           reserved_regions  type

./sys/kernel/iommu_groups/4/devices:
0000:00:04.0

./sys/kernel/iommu_groups/5:
devices           reserved_regions  type

./sys/kernel/iommu_groups/5/devices:
0000:00:06.0

./sys/kernel/iommu_groups/6:
devices           reserved_regions  type

./sys/kernel/iommu_groups/6/devices:
0000:00:08.0

./sys/kernel/iommu_groups/7:
devices           reserved_regions  type

./sys/kernel/iommu_groups/7/devices:
0000:00:0d.0  0000:00:0d.2  0000:00:0d.3

./sys/kernel/iommu_groups/8:
devices           reserved_regions  type

./sys/kernel/iommu_groups/8/devices:
0000:00:12.0

./sys/kernel/iommu_groups/9:
devices           reserved_regions  type

./sys/kernel/iommu_groups/9/devices:
0000:00:14.0  0000:00:14.2

./sys/kernel/irq:
0    12   124  129  133  138  142  147  151  156  160  165  17   174  179  183  188  192  197  40   9
1    120  125  13   134  139  143  148  152  157  161  166  170  175  18   184  189  193  2    5
10   121  126  130  135  14   144  149  153  158  162  167  171  176  180  185  19   194  27   6
11   122  127  131  136  140  145  15   154  159  163  168  172  177  181  186  190  195  3    7
118  123  128  132  137  141  146  150  155  16   164  169  173  178  182  187  191  196  4    8

./sys/kernel/irq/0:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/1:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/10:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/11:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/118:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/12:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/120:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/121:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/122:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/123:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/124:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/125:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/126:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/127:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/128:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/129:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/13:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/130:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/131:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/132:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/133:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/134:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/135:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/136:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/137:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/138:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/139:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/14:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/140:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/141:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/142:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/143:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/144:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/145:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/146:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/147:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/148:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/149:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/15:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/150:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/151:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/152:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/153:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/154:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/155:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/156:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/157:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/158:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/159:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/16:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/160:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/161:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/162:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/163:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/164:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/165:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/166:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/167:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/168:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/169:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/17:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/170:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/171:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/172:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/173:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/174:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/175:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/176:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/177:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/178:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/179:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/18:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/180:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/181:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/182:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/183:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/184:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/185:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/186:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/187:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/188:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/189:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/19:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/190:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/191:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/192:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/193:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/194:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/195:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/196:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/197:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/2:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/27:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/3:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/4:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/40:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/5:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/6:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/7:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/8:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/irq/9:
actions        chip_name      hwirq          name           per_cpu_count  type           wakeup

./sys/kernel/mm:
cma                   ksm                   numa                  transparent_hugepage
damon                 lru_gen               page_idle
hugepages             mempolicy             swap

./sys/kernel/mm/cma:

./sys/kernel/mm/damon:
admin

./sys/kernel/mm/damon/admin:
kdamonds

./sys/kernel/mm/damon/admin/kdamonds:
nr_kdamonds

./sys/kernel/mm/hugepages:
hugepages-1048576kB  hugepages-2048kB

./sys/kernel/mm/hugepages/hugepages-1048576kB:
demote                   free_hugepages           nr_hugepages_mempolicy   resv_hugepages
demote_size              nr_hugepages             nr_overcommit_hugepages  surplus_hugepages

./sys/kernel/mm/hugepages/hugepages-2048kB:
free_hugepages           nr_hugepages_mempolicy   resv_hugepages
nr_hugepages             nr_overcommit_hugepages  surplus_hugepages

./sys/kernel/mm/ksm:
advisor_max_cpu                     pages_sharing
advisor_max_pages_to_scan           pages_skipped
advisor_min_pages_to_scan           pages_to_scan
advisor_mode                        pages_unshared
advisor_target_scan_time            pages_volatile
full_scans                          run
general_profit                      sleep_millisecs
ksm_zero_pages                      smart_scan
max_page_sharing                    stable_node_chains
merge_across_nodes                  stable_node_chains_prune_millisecs
pages_scanned                       stable_node_dups
pages_shared                        use_zero_pages

./sys/kernel/mm/lru_gen:
enabled     min_ttl_ms

./sys/kernel/mm/mempolicy:
weighted_interleave

./sys/kernel/mm/mempolicy/weighted_interleave:
node0

./sys/kernel/mm/numa:
demotion_enabled

./sys/kernel/mm/page_idle:
bitmap

./sys/kernel/mm/swap:
vma_ra_enabled

./sys/kernel/mm/transparent_hugepage:
defrag            hugepages-128kB   hugepages-32kB    khugepaged
enabled           hugepages-16kB    hugepages-512kB   shmem_enabled
hpage_pmd_size    hugepages-2048kB  hugepages-64kB    shrink_underused
hugepages-1024kB  hugepages-256kB   hugepages-8kB     use_zero_page

./sys/kernel/mm/transparent_hugepage/hugepages-1024kB:
enabled        shmem_enabled  stats

./sys/kernel/mm/transparent_hugepage/hugepages-1024kB/stats:
anon_fault_alloc            shmem_alloc                 split_failed
anon_fault_fallback         shmem_fallback              swpout
anon_fault_fallback_charge  shmem_fallback_charge       swpout_fallback
nr_anon                     split
nr_anon_partially_mapped    split_deferred

./sys/kernel/mm/transparent_hugepage/hugepages-128kB:
enabled        shmem_enabled  stats

./sys/kernel/mm/transparent_hugepage/hugepages-128kB/stats:
anon_fault_alloc            shmem_alloc                 split_failed
anon_fault_fallback         shmem_fallback              swpout
anon_fault_fallback_charge  shmem_fallback_charge       swpout_fallback
nr_anon                     split
nr_anon_partially_mapped    split_deferred

./sys/kernel/mm/transparent_hugepage/hugepages-16kB:
enabled        shmem_enabled  stats

./sys/kernel/mm/transparent_hugepage/hugepages-16kB/stats:
anon_fault_alloc            shmem_alloc                 split_failed
anon_fault_fallback         shmem_fallback              swpout
anon_fault_fallback_charge  shmem_fallback_charge       swpout_fallback
nr_anon                     split
nr_anon_partially_mapped    split_deferred

./sys/kernel/mm/transparent_hugepage/hugepages-2048kB:
enabled        shmem_enabled  stats

./sys/kernel/mm/transparent_hugepage/hugepages-2048kB/stats:
anon_fault_alloc            shmem_alloc                 split_failed
anon_fault_fallback         shmem_fallback              swpout
anon_fault_fallback_charge  shmem_fallback_charge       swpout_fallback
nr_anon                     split
nr_anon_partially_mapped    split_deferred

./sys/kernel/mm/transparent_hugepage/hugepages-256kB:
enabled        shmem_enabled  stats

./sys/kernel/mm/transparent_hugepage/hugepages-256kB/stats:
anon_fault_alloc            shmem_alloc                 split_failed
anon_fault_fallback         shmem_fallback              swpout
anon_fault_fallback_charge  shmem_fallback_charge       swpout_fallback
nr_anon                     split
nr_anon_partially_mapped    split_deferred

./sys/kernel/mm/transparent_hugepage/hugepages-32kB:
enabled        shmem_enabled  stats

./sys/kernel/mm/transparent_hugepage/hugepages-32kB/stats:
anon_fault_alloc            shmem_alloc                 split_failed
anon_fault_fallback         shmem_fallback              swpout
anon_fault_fallback_charge  shmem_fallback_charge       swpout_fallback
nr_anon                     split
nr_anon_partially_mapped    split_deferred

./sys/kernel/mm/transparent_hugepage/hugepages-512kB:
enabled        shmem_enabled  stats

./sys/kernel/mm/transparent_hugepage/hugepages-512kB/stats:
anon_fault_alloc            shmem_alloc                 split_failed
anon_fault_fallback         shmem_fallback              swpout
anon_fault_fallback_charge  shmem_fallback_charge       swpout_fallback
nr_anon                     split
nr_anon_partially_mapped    split_deferred

./sys/kernel/mm/transparent_hugepage/hugepages-64kB:
enabled        shmem_enabled  stats

./sys/kernel/mm/transparent_hugepage/hugepages-64kB/stats:
anon_fault_alloc            shmem_alloc                 split_failed
anon_fault_fallback         shmem_fallback              swpout
anon_fault_fallback_charge  shmem_fallback_charge       swpout_fallback
nr_anon                     split
nr_anon_partially_mapped    split_deferred

./sys/kernel/mm/transparent_hugepage/hugepages-8kB:
shmem_enabled  stats

./sys/kernel/mm/transparent_hugepage/hugepages-8kB/stats:
shmem_alloc            shmem_fallback_charge  split_failed           swpout_fallback
shmem_fallback         split                  swpout

./sys/kernel/mm/transparent_hugepage/khugepaged:
alloc_sleep_millisecs  max_ptes_none          pages_collapsed
defrag                 max_ptes_shared        pages_to_scan
full_scans             max_ptes_swap          scan_sleep_millisecs

./sys/kernel/reboot:
cpu    force  mode   type

./sys/kernel/sched_ext:
enable_seq   hotplug_seq  nr_rejected  state        switch_all

./sys/kernel/security:

./sys/kernel/slab:
:0000016                   dm_uevent                  kmalloc-rcl-2k
:0000024                   dma-kmalloc-128            kmalloc-rcl-32
:0000032                   dma-kmalloc-16             kmalloc-rcl-4k
:0000040                   dma-kmalloc-192            kmalloc-rcl-512
:0000048                   dma-kmalloc-1k             kmalloc-rcl-64
:0000056                   dma-kmalloc-256            kmalloc-rcl-8
:0000064                   dma-kmalloc-2k             kmalloc-rcl-8k
:0000072                   dma-kmalloc-32             kmalloc-rcl-96
:0000080                   dma-kmalloc-4k             kmalloc_buckets
:0000088                   dma-kmalloc-512            kmem_cache
:0000096                   dma-kmalloc-64             kmem_cache_node
:0000104                   dma-kmalloc-8              ksm_mm_slot
:0000128                   dma-kmalloc-8k             ksm_rmap_item
:0000136                   dma-kmalloc-96             ksm_stable_node
:0000152                   dmaengine-unmap-128        kvm_async_pf
:0000160                   dmaengine-unmap-16         kvm_mmu_page_header
:0000184                   dmaengine-unmap-2          kvm_vcpu
:0000192                   dmaengine-unmap-256        lsm_file_cache
:0000200                   dnotify_mark               lsm_inode_cache
:0000208                   dnotify_struct             maple_node
:0000256                   dquot                      mb_cache_entry
:0000272                   drm_buddy_block            memdup_user-128
:0000320                   drm_i915_gem_object        memdup_user-16
:0000432                   drm_sched_fence            memdup_user-192
:0000448                   ep_head                    memdup_user-1k
:0000512                   eventpoll_epi              memdup_user-256
:0000576                   eventpoll_pwq              memdup_user-2k
:0000640                   execute_cb                 memdup_user-32
:0000768                   exfat_cache                memdup_user-4k
:0000800                   exfat_inode_cache          memdup_user-512
:0000832                   ext4_allocation_context    memdup_user-64
:0000984                   ext4_fc_dentry_update      memdup_user-8
:0001024                   ext4_free_data             memdup_user-8k
:0001088                   ext4_groupinfo_4k          memdup_user-96
:0001152                   ext4_inode_cache           mfc6_cache
:0001328                   ext4_io_end                mfc_cache
:0001360                   ext4_io_end_vec            mm_struct
:0002048                   ext4_prealloc_space        mnt_cache
:0002112                   ext4_system_zone           mqueue_inode_cache
:0002888                   extent_status              msg_msg-128
:0003240                   fanotify_fid_event         msg_msg-16
:0004096                   fanotify_mark              msg_msg-192
:A-0000016                 fanotify_path_event        msg_msg-1k
:A-0000032                 fanotify_perm_event        msg_msg-256
:A-0000040                 fasync_cache               msg_msg-2k
:A-0000048                 fat_cache                  msg_msg-32
:A-0000056                 fat_inode_cache            msg_msg-4k
:A-0000064                 fib6_node                  msg_msg-512
:A-0000072                 file_lease_cache           msg_msg-64
:A-0000080                 file_lock_cache            msg_msg-8
:A-0000120                 file_lock_ctx              msg_msg-8k
:A-0000128                 files_cache                msg_msg-96
:A-0000144                 filp                       names_cache
:A-0000184                 fs_cache                   net_bridge_fdb_entry
:A-0000192                 fscrypt_inode_info         net_namespace
:A-0000256                 fsnotify_mark_connector    nf-frags
:A-0000384                 fsverity_info              nf_conntrack
:A-0000616                 ftrace_event_field         nf_conntrack_expect
:A-0000704                 fuse_inode                 nsproxy
:A-0001024                 fuse_request               numa_policy
:A-0001152                 hugetlbfs_inode_cache      nvme-chap-buf-cache
:A-0001216                 i915_dependency            ovl_inode
:A-0001344                 i915_lut_handle            pde_opener
:A-0004736                 i915_priolist              pending_reservation
:a-0000016                 i915_request               perf_event
:a-0000032                 i915_vma                   pid
:a-0000040                 i915_vma_resource          pid_2
:a-0000048                 inet_peer                  pid_3
:a-0000056                 inode_cache                pid_namespace
:a-0000064                 inotify_inode_mark         pool_workqueue
:a-0000104                 intel_context              posix_timers_cache
:a-0000112                 io                         proc_dir_entry
:a-0000128                 io_buffer                  proc_inode_cache
:a-0000152                 io_kiocb                   pte_list_desc
:a-0000184                 iommu_iova                 radix_tree_node
:a-0000256                 iommu_iova_magazine        request_queue
Acpi-Namespace             ip4-frags                  request_sock_TCP
Acpi-Operand               ip6-frags                  request_sock_TCPv6
Acpi-Parse                 ip6_dst_cache              request_sock_subflow_v4
Acpi-ParseExt              ip_fib_alias               request_sock_subflow_v6
Acpi-State                 ip_fib_trie                rtable
MPTCP                      iwl_cmd_pool:0000:00:14.3  scsi_sense_cache
MPTCPv6                    jbd2_inode                 seq_file
PING                       jbd2_journal_handle        sgpool-128
PINGv6                     jbd2_journal_head          sgpool-16
RAW                        jbd2_revoke_record_s       sgpool-32
RAWv6                      jbd2_revoke_table_s        sgpool-64
TCP                        jbd2_transaction_s         sgpool-8
TCPv6                      kcopyd_job                 shared_policy_node
UDP                        kernfs_iattrs_cache        shmem_inode_cache
UDP-Lite                   kernfs_node_cache          sighand_cache
UDPLITEv6                  key_jar                    signal_cache
UDPv6                      khugepaged_mm_slot         sigqueue
UNIX                       kioctx                     skbuff_ext_cache
UNIX-STREAM                kmalloc-128                skbuff_fclone_cache
active_node                kmalloc-16                 skbuff_head_cache
aio_kiocb                  kmalloc-192                skbuff_small_head
anon_vma                   kmalloc-1k                 sock_inode_cache
anon_vma_chain             kmalloc-256                task_delay_info
audit_buffer               kmalloc-2k                 task_group
audit_tree_mark            kmalloc-32                 task_struct
backing_aio                kmalloc-4k                 taskstats
bdev_cache                 kmalloc-512                tcp_bind2_bucket
bfq_io_cq                  kmalloc-64                 tcp_bind_bucket
bfq_queue                  kmalloc-8                  trace_event_file
bio-136                    kmalloc-8k                 tracefs_inode_cache
bio-200                    kmalloc-96                 tw_sock_TCP
bio-256                    kmalloc-cg-128             tw_sock_TCPv6
bio-264                    kmalloc-cg-16              uhci_urb_priv
bio_crypt_ctx              kmalloc-cg-192             uid_cache
bio_integrity_payload      kmalloc-cg-1k              user_event_enabler_fault
bio_post_read_ctx          kmalloc-cg-256             user_namespace
biovec-128                 kmalloc-cg-2k              userfaultfd_ctx_cache
biovec-16                  kmalloc-cg-32              uts_namespace
biovec-64                  kmalloc-cg-4k              vm_area_struct
biovec-max                 kmalloc-cg-512             vma_lock
blkdev_ioc                 kmalloc-cg-64              vmap_area
btree_node                 kmalloc-cg-8               x86_emulator
buffer_head                kmalloc-cg-8k              x86_lbr
configfs_dir_cache         kmalloc-cg-96              xe_hw_fence
cred                       kmalloc-rcl-128            xe_sched_job
damon_region               kmalloc-rcl-16             xe_sched_job_parallel
dax_cache                  kmalloc-rcl-192            xfrm_dst
dentry                     kmalloc-rcl-1k             xfrm_state
dio                        kmalloc-rcl-256

./sys/kernel/slab/:0000016:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:0000024:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:0000032:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:0000040:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:0000048:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:0000056:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:0000064:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:0000072:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:0000080:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:0000088:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:0000096:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:0000104:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:0000128:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:0000136:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:0000152:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:0000160:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:0000184:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:0000192:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:0000200:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:0000208:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:0000256:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:0000272:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:0000320:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:0000432:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:0000448:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:0000512:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:0000576:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:0000640:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:0000768:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:0000800:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:0000832:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:0000984:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:0001024:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:0001088:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:0001152:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:0001328:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:0001360:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:0002048:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:0002112:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:0002888:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:0003240:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:0004096:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:A-0000016:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:A-0000032:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:A-0000040:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:A-0000048:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:A-0000056:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:A-0000064:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:A-0000072:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:A-0000080:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:A-0000120:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:A-0000128:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:A-0000144:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:A-0000184:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:A-0000192:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:A-0000256:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:A-0000384:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:A-0000616:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:A-0000704:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:A-0001024:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:A-0001152:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:A-0001216:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:A-0001344:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:A-0004736:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:a-0000016:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:a-0000032:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:a-0000040:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:a-0000048:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:a-0000056:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:a-0000064:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:a-0000104:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:a-0000112:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:a-0000128:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:a-0000152:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:a-0000184:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/:a-0000256:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/MPTCP:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/MPTCPv6:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/RAW:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/RAWv6:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/TCP:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/TCPv6:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/anon_vma:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/bdev_cache:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/bio-136:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/bio-200:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/bio-256:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/bio-264:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/dax_cache:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/dentry:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/dma-kmalloc-128:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/dma-kmalloc-16:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/dma-kmalloc-192:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/dma-kmalloc-1k:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/dma-kmalloc-256:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/dma-kmalloc-2k:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/dma-kmalloc-32:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/dma-kmalloc-4k:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/dma-kmalloc-512:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/dma-kmalloc-64:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/dma-kmalloc-8:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/dma-kmalloc-8k:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/dma-kmalloc-96:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/execute_cb:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/exfat_cache:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/exfat_inode_cache:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/ext4_inode_cache:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/fat_cache:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/fat_inode_cache:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/filp:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/fsverity_info:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/fuse_inode:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/hugetlbfs_inode_cache:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/i915_dependency:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/i915_request:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/inode_cache:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/io_kiocb:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/jbd2_journal_head:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmalloc-128:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmalloc-16:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmalloc-192:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmalloc-1k:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmalloc-256:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmalloc-2k:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmalloc-32:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmalloc-4k:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmalloc-512:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmalloc-64:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmalloc-8:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmalloc-8k:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmalloc-96:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmalloc-cg-128:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmalloc-cg-16:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmalloc-cg-192:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmalloc-cg-1k:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmalloc-cg-256:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmalloc-cg-2k:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmalloc-cg-32:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmalloc-cg-4k:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmalloc-cg-512:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmalloc-cg-64:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmalloc-cg-8:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmalloc-cg-8k:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmalloc-cg-96:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmalloc-rcl-128:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmalloc-rcl-16:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmalloc-rcl-192:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmalloc-rcl-1k:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmalloc-rcl-256:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmalloc-rcl-2k:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmalloc-rcl-32:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmalloc-rcl-4k:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmalloc-rcl-512:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmalloc-rcl-64:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmalloc-rcl-8:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmalloc-rcl-8k:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmalloc-rcl-96:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmalloc_buckets:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmem_cache:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kmem_cache_node:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/kvm_vcpu:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/memdup_user-128:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/memdup_user-16:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/memdup_user-192:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/memdup_user-1k:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/memdup_user-256:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/memdup_user-2k:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/memdup_user-32:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/memdup_user-4k:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/memdup_user-512:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/memdup_user-64:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/memdup_user-8:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/memdup_user-8k:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/memdup_user-96:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/mm_struct:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/mqueue_inode_cache:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/msg_msg-128:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/msg_msg-16:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/msg_msg-192:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/msg_msg-1k:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/msg_msg-256:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/msg_msg-2k:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/msg_msg-32:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/msg_msg-4k:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/msg_msg-512:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/msg_msg-64:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/msg_msg-8:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/msg_msg-8k:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/msg_msg-96:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/names_cache:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/nf_conntrack:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/ovl_inode:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/proc_dir_entry:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/proc_inode_cache:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/radix_tree_node:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/request_sock_TCP:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/request_sock_TCPv6:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/request_sock_subflow_v4:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/request_sock_subflow_v6:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/scsi_sense_cache:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/shmem_inode_cache:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/sighand_cache:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/skbuff_head_cache:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/skbuff_small_head:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/sock_inode_cache:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/task_struct:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/tracefs_inode_cache:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/tw_sock_TCP:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/tw_sock_TCPv6:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/userfaultfd_ctx_cache:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/uts_namespace:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/slab/x86_emulator:
aliases                   min_partial               reclaim_account           slabs_cpu_partial
align                     object_size               red_zone                  store_user
cache_dma                 objects                   remote_node_defrag_ratio  total_objects
cpu_partial               objects_partial           sanity_checks             trace
cpu_slabs                 objs_per_slab             shrink                    usersize
ctor                      order                     skip_kfence               validate
destroy_by_rcu            partial                   slab_size
hwcache_align             poison                    slabs

./sys/kernel/software_nodes:
node1                  swnode-gpio-undefined

./sys/kernel/software_nodes/node1:
i2c-14            i2c-15            i2c_designware.0  i2c_designware.1

./sys/kernel/software_nodes/swnode-gpio-undefined:

./sys/kernel/tracing:

./sys/module:
8250                                 nf_conntrack
ac97_bus                             nf_conntrack_netlink
acpi                                 nf_defrag_ipv4
acpi_pad                             nf_defrag_ipv6
acpi_tad                             nf_nat
acpi_thermal_rel                     nfnetlink
acpi_x86                             nmi_backtrace
acpiphp                              nvme
aesni_intel                          nvme_auth
af_alg                               nvme_core
ahci                                 overlay
algif_hash                           page_alloc
algif_skcipher                       page_reporting
apparmor                             pci_hotplug
atkbd                                pcie_aspm
battery                              pciehp
binder                               pcspkr
binder_alloc                         pinctrl_tigerlake
blk_cgroup                           platform_profile
blk_crypto                           pmt_class
block                                pmt_telemetry
bluetooth                            pnp
bnep                                 polyval_clmulni
bridge                               polyval_generic
btbcm                                pps_core
btintel                              printk
btmtk                                processor
btrtl                                processor_thermal_device
btusb                                processor_thermal_device_pci_legacy
button                               processor_thermal_mbox
ccm                                  processor_thermal_power_floor
cdc_ether                            processor_thermal_rapl
cdc_mbim                             processor_thermal_rfim
cdc_ncm                              processor_thermal_wt_hint
cdc_wdm                              processor_thermal_wt_req
cec                                  psmouse
cfg80211                             pstore
clocksource                          ptp
cmac                                 r8152
compression                          random
configfs                             rapl
coretemp                             rcupdate
cpufreq                              rcutree
cpuidle                              rfcomm
crc16                                rfkill
crc32_pclmul                         rng_core
crc32c_generic                       roles
crc32c_intel                         rtc_cmos
crc64_rocksoft                       scsi_mod
crc_t10dif                           secretmem
crct10dif_pclmul                     serio
cryptd                               serio_raw
crypto_simd                          sha1_ssse3
crypto_user                          sha256_ssse3
cryptomgr                            sha512_ssse3
damon_lru_sort                       shpchp
damon_reclaim                        snd
device_hmem                          snd_compress
dm_mod                               snd_ctl_led
drm                                  snd_hda_codec
drm_buddy                            snd_hda_codec_generic
drm_display_helper                   snd_hda_codec_hdmi
drm_exec                             snd_hda_codec_realtek
drm_gpuvm                            snd_hda_core
drm_kms_helper                       snd_hda_ext_core
drm_suballoc_helper                  snd_hda_intel
drm_ttm_helper                       snd_hda_scodec_component
dynamic_debug                        snd_hwdep
e1000e                               snd_intel_dspcfg
edac_core                            snd_intel_sdw_acpi
efi_pstore                           snd_pcm
ehci_hcd                             snd_pcm_dmaengine
exfat                                snd_rawmidi
ext4                                 snd_seq_device
fat                                  snd_soc_acpi
fb                                   snd_soc_acpi_intel_match
firmware_attributes_class            snd_soc_avs
firmware_class                       snd_soc_core
fscrypto                             snd_soc_dmic
fuse                                 snd_soc_hda_codec
gf128mul                             snd_soc_hdac_hda
ghash_clmulni_intel                  snd_soc_intel_hda_dsp_common
gpiolib_acpi                         snd_soc_intel_sof_board_helpers
gpu_sched                            snd_soc_skl_hda_dsp
grant_table                          snd_sof
haltpoll                             snd_sof_intel_hda
hibernate                            snd_sof_intel_hda_common
hid                                  snd_sof_intel_hda_generic
hid_generic                          snd_sof_intel_hda_mlink
hid_multitouch                       snd_sof_pci
hid_sensor_custom                    snd_sof_pci_intel_cnl
hid_sensor_hub                       snd_sof_pci_intel_tgl
i2c_algo_bit                         snd_sof_probes
i2c_hid                              snd_sof_utils
i2c_hid_acpi                         snd_sof_xtensa_dsp
i2c_i801                             snd_timer
i2c_mux                              snd_ump
i2c_smbus                            snd_usb_audio
i8042                                snd_usbmidi_lib
i915                                 soundcore
iTCO_vendor_support                  soundwire_bus
iTCO_wdt                             soundwire_cadence
idma64                               soundwire_generic_allocation
igen6_edac                           soundwire_intel
int3400_thermal                      sparse_keymap
int3403_thermal                      spi_intel
int340x_thermal_zone                 spi_intel_pci
intel_cstate                         spi_nor
intel_gtt                            spurious
intel_hid                            srcutree
intel_idle                           stp
intel_ish_ipc                        suspend
intel_ishtp                          sysrq
intel_ishtp_hid                      tcp_cubic
intel_lpss                           thermal
intel_lpss_pci                       think_lmi
intel_pmc_bxt                        thinkpad_acpi
intel_pmc_core                       thunderbolt
intel_powerclamp                     tpm
intel_rapl_common                    tpm_crb
intel_rapl_msr                       tpm_tis
intel_soc_dts_iosf                   tpm_tis_core
intel_tcc_cooling                    ttm
intel_uncore                         tun
intel_uncore_frequency               typec
intel_uncore_frequency_common        typec_ucsi
intel_vsec                           uas
ip6_tables                           ucsi_acpi
ip6table_filter                      udmabuf
ip6table_nat                         uhci_hcd
ip_set                               usb_storage
ip_tables                            usbcore
ipe                                  usbhid
iptable_filter                       usbnet
iptable_nat                          uvc
iptable_raw                          uvcvideo
ipv6                                 veth
iwlmvm                               vfat
iwlwifi                              video
jbd2                                 videobuf2_common
joydev                               videobuf2_memops
kernel                               videobuf2_v4l2
keyboard                             videobuf2_vmalloc
kfence                               videodev
kvm                                  virtio_pci
kvm_intel                            virtio_pci_legacy_dev
libahci                              virtio_pci_modern_dev
libarc4                              vivaldi_fmap
libata                               vt
libcrc32c                            wacom
libphy                               watchdog
libps2                               wmi
llc                                  wmi_bmof
loop                                 workqueue
mac80211                             x86_pkg_temp_thermal
mac_hid                              x_tables
mbcache                              xe
mc                                   xen
mei                                  xfrm_algo
mei_hdcp                             xfrm_user
mei_me                               xhci_hcd
mei_pxp                              xt_MASQUERADE
memory_hotplug                       xt_addrtype
microcode                            xt_conntrack
mii                                  xt_nat
module                               xt_set
mousedev                             xt_tcpudp
msr                                  xz_dec
mtd                                  zswap
netpoll

./sys/module/8250:
parameters  uevent

./sys/module/8250/parameters:
nr_uarts        probe_rsa       share_irqs      skip_txen_test

./sys/module/ac97_bus:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/ac97_bus/holders:
snd_soc_core

./sys/module/ac97_bus/notes:

./sys/module/ac97_bus/sections:
__ksymtab                     __ksymtab_strings             __patchable_function_entries
__ksymtab_gpl                 __mcount_loc

./sys/module/acpi:
parameters  uevent

./sys/module/acpi/parameters:
acpica_version      ec_busy_polling     ec_max_queries      immediate_undock    trace_state
aml_debug_output    ec_delay            ec_no_wakeup        trace_debug_layer
debug_layer         ec_event_clearing   ec_polling_guard    trace_debug_level
debug_level         ec_freeze_events    ec_storm_threshold  trace_method_name

./sys/module/acpi_pad:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/acpi_pad/drivers:
platform:processor_aggregator

./sys/module/acpi_pad/holders:

./sys/module/acpi_pad/notes:

./sys/module/acpi_pad/sections:
__jump_table                  __mcount_loc                  __patchable_function_entries

./sys/module/acpi_tad:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/acpi_tad/drivers:
platform:acpi-tad

./sys/module/acpi_tad/holders:

./sys/module/acpi_tad/notes:

./sys/module/acpi_tad/sections:
__mcount_loc                  __patchable_function_entries

./sys/module/acpi_thermal_rel:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/acpi_thermal_rel/holders:
int3400_thermal

./sys/module/acpi_thermal_rel/notes:

./sys/module/acpi_thermal_rel/sections:
__bug_table                   __ksymtab_strings             __patchable_function_entries
__ksymtab                     __mcount_loc

./sys/module/acpi_x86:
parameters  uevent

./sys/module/acpi_x86/parameters:
sleep_no_lps0

./sys/module/acpiphp:
parameters  uevent

./sys/module/acpiphp/parameters:
disable

./sys/module/aesni_intel:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/aesni_intel/holders:

./sys/module/aesni_intel/notes:

./sys/module/aesni_intel/sections:
__mcount_loc                  __patchable_function_entries

./sys/module/af_alg:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/af_alg/holders:
algif_hash      algif_skcipher

./sys/module/af_alg/notes:

./sys/module/af_alg/sections:
__bug_table                   __ksymtab_gpl                 __mcount_loc
__jump_table                  __ksymtab_strings             __patchable_function_entries

./sys/module/ahci:
parameters  uevent      version

./sys/module/ahci/parameters:
marvell_enable     mask_port_map      mobile_lpm_policy

./sys/module/algif_hash:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/algif_hash/holders:

./sys/module/algif_hash/notes:

./sys/module/algif_hash/sections:
__bug_table                   __mcount_loc                  __patchable_function_entries

./sys/module/algif_skcipher:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/algif_skcipher/holders:

./sys/module/algif_skcipher/notes:

./sys/module/algif_skcipher/sections:
__bug_table                   __mcount_loc                  __patchable_function_entries

./sys/module/apparmor:
parameters  uevent

./sys/module/apparmor/parameters:
audit                      export_binary              mode
audit_header               hash_policy                paranoid_load
debug                      lock_policy                path_max
enabled                    logsyscall                 rawdata_compression_level

./sys/module/atkbd:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/atkbd/drivers:
serio:atkbd

./sys/module/atkbd/holders:

./sys/module/atkbd/notes:

./sys/module/atkbd/sections:
__dyndbg                      __mcount_loc                  __patchable_function_entries
__jump_table                  __param

./sys/module/battery:
parameters  uevent

./sys/module/battery/parameters:
cache_time

./sys/module/binder:
parameters  uevent

./sys/module/binder/parameters:
debug_mask          devices             stop_on_user_error

./sys/module/binder_alloc:
parameters  uevent

./sys/module/binder_alloc/parameters:
debug_mask

./sys/module/blk_cgroup:
parameters  uevent

./sys/module/blk_cgroup/parameters:
blkcg_debug_stats

./sys/module/blk_crypto:
parameters  uevent

./sys/module/blk_crypto/parameters:
num_prealloc_crypt_ctxs

./sys/module/block:
parameters  uevent

./sys/module/block/parameters:
events_dfl_poll_msecs

./sys/module/bluetooth:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint       version

./sys/module/bluetooth/holders:
bnep     btbcm    btintel  btmtk    btrtl    btusb    rfcomm

./sys/module/bluetooth/notes:

./sys/module/bluetooth/parameters:
disable_ertm  disable_esco  enable_ecred

./sys/module/bluetooth/sections:
__bug_table                   __ksymtab                     __mcount_loc
__dyndbg                      __ksymtab_gpl                 __param
__jump_table                  __ksymtab_strings             __patchable_function_entries

./sys/module/bnep:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint       version

./sys/module/bnep/holders:

./sys/module/bnep/notes:

./sys/module/bnep/parameters:
compress_dst  compress_src

./sys/module/bnep/sections:
__bug_table                   __jump_table                  __param
__dyndbg                      __mcount_loc                  __patchable_function_entries

./sys/module/bridge:
coresize    initsize    notes       sections    taint       version
holders     initstate   refcnt      srcversion  uevent

./sys/module/bridge/holders:

./sys/module/bridge/notes:

./sys/module/bridge/sections:
__bug_table                   __ksymtab_gpl                 __patchable_function_entries
__dyndbg                      __ksymtab_strings
__jump_table                  __mcount_loc

./sys/module/btbcm:
coresize    initsize    notes       sections    taint       version
holders     initstate   refcnt      srcversion  uevent

./sys/module/btbcm/holders:
btusb

./sys/module/btbcm/notes:

./sys/module/btbcm/sections:
__ksymtab                     __ksymtab_strings             __patchable_function_entries
__ksymtab_gpl                 __mcount_loc

./sys/module/btintel:
coresize    initsize    notes       sections    taint       version
holders     initstate   refcnt      srcversion  uevent

./sys/module/btintel/holders:
btusb

./sys/module/btintel/notes:

./sys/module/btintel/sections:
__bug_table                   __ksymtab_gpl                 __patchable_function_entries
__dyndbg                      __ksymtab_strings
__jump_table                  __mcount_loc

./sys/module/btmtk:
coresize    initsize    notes       sections    taint       version
holders     initstate   refcnt      srcversion  uevent

./sys/module/btmtk/holders:
btusb

./sys/module/btmtk/notes:

./sys/module/btmtk/sections:
__bug_table                   __ksymtab_gpl                 __patchable_function_entries
__dyndbg                      __ksymtab_strings
__jump_table                  __mcount_loc

./sys/module/btrtl:
coresize    initsize    notes       sections    taint       version
holders     initstate   refcnt      srcversion  uevent

./sys/module/btrtl/holders:
btusb

./sys/module/btrtl/notes:

./sys/module/btrtl/sections:
__dyndbg                      __ksymtab_gpl                 __mcount_loc
__jump_table                  __ksymtab_strings             __patchable_function_entries

./sys/module/btusb:
coresize    holders     initstate   parameters  sections    taint       version
drivers     initsize    notes       refcnt      srcversion  uevent

./sys/module/btusb/drivers:
usb:btusb

./sys/module/btusb/holders:

./sys/module/btusb/notes:

./sys/module/btusb/parameters:
disable_scofix      enable_autosuspend  force_scofix        reset

./sys/module/btusb/sections:
__dyndbg                      __mcount_loc                  __patchable_function_entries
__jump_table                  __param

./sys/module/button:
parameters  uevent

./sys/module/button/parameters:
lid_init_state       lid_report_interval

./sys/module/ccm:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/ccm/holders:

./sys/module/ccm/notes:

./sys/module/ccm/sections:
__bug_table                   __mcount_loc                  __patchable_function_entries

./sys/module/cdc_ether:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/cdc_ether/drivers:
usb:cdc_ether

./sys/module/cdc_ether/holders:
cdc_ncm

./sys/module/cdc_ether/notes:

./sys/module/cdc_ether/sections:
__dyndbg                      __ksymtab_gpl                 __mcount_loc
__jump_table                  __ksymtab_strings             __patchable_function_entries

./sys/module/cdc_mbim:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/cdc_mbim/drivers:
usb:cdc_mbim

./sys/module/cdc_mbim/holders:

./sys/module/cdc_mbim/notes:

./sys/module/cdc_mbim/sections:
__dyndbg                      __mcount_loc
__jump_table                  __patchable_function_entries

./sys/module/cdc_ncm:
coresize    holders     initstate   parameters  sections    taint
drivers     initsize    notes       refcnt      srcversion  uevent

./sys/module/cdc_ncm/drivers:
usb:cdc_ncm

./sys/module/cdc_ncm/holders:
cdc_mbim

./sys/module/cdc_ncm/notes:

./sys/module/cdc_ncm/parameters:
prefer_mbim

./sys/module/cdc_ncm/sections:
__bug_table                   __ksymtab_gpl                 __param
__dyndbg                      __ksymtab_strings             __patchable_function_entries
__jump_table                  __mcount_loc

./sys/module/cdc_wdm:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/cdc_wdm/drivers:
usb:cdc_wdm

./sys/module/cdc_wdm/holders:
cdc_mbim

./sys/module/cdc_wdm/notes:

./sys/module/cdc_wdm/sections:
__bug_table                   __ksymtab                     __patchable_function_entries
__dyndbg                      __ksymtab_strings
__jump_table                  __mcount_loc

./sys/module/cec:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint

./sys/module/cec/holders:
drm_display_helper  i915                xe

./sys/module/cec/notes:

./sys/module/cec/parameters:
debug            debug_phys_addr

./sys/module/cec/sections:
__bug_table                   __ksymtab_strings             __param
__ksymtab_gpl                 __mcount_loc                  __patchable_function_entries

./sys/module/cfg80211:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint

./sys/module/cfg80211/holders:
iwlmvm    iwlwifi   mac80211

./sys/module/cfg80211/notes:

./sys/module/cfg80211/parameters:
bss_entries_limit             cfg80211_disable_40mhz_24ghz  ieee80211_regdom

./sys/module/cfg80211/sections:
__bpf_raw_tp_map              __ksymtab_gpl                 __tracepoints
__bug_table                   __ksymtab_strings             __tracepoints_ptrs
__dyndbg                      __mcount_loc                  __tracepoints_strings
__jump_table                  __param                       _ftrace_events
__ksymtab                     __patchable_function_entries

./sys/module/clocksource:
parameters  uevent

./sys/module/clocksource/parameters:
verify_n_cpus

./sys/module/cmac:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/cmac/holders:

./sys/module/cmac/notes:

./sys/module/cmac/sections:
__mcount_loc                  __patchable_function_entries

./sys/module/configfs:
uevent   version

./sys/module/coretemp:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint

./sys/module/coretemp/holders:

./sys/module/coretemp/notes:

./sys/module/coretemp/parameters:
tjmax

./sys/module/coretemp/sections:
__jump_table                  __param
__mcount_loc                  __patchable_function_entries

./sys/module/cpufreq:
parameters  uevent

./sys/module/cpufreq/parameters:
default_governor  off

./sys/module/cpuidle:
parameters  uevent

./sys/module/cpuidle/parameters:
governor  off

./sys/module/crc16:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/crc16/holders:
bluetooth  ext4

./sys/module/crc16/notes:

./sys/module/crc16/sections:
__ksymtab                     __ksymtab_strings             __patchable_function_entries

./sys/module/crc32_pclmul:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/crc32_pclmul/holders:

./sys/module/crc32_pclmul/notes:

./sys/module/crc32_pclmul/sections:
__mcount_loc                  __patchable_function_entries

./sys/module/crc32c_generic:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/crc32c_generic/holders:

./sys/module/crc32c_generic/notes:

./sys/module/crc32c_generic/sections:
__mcount_loc                  __patchable_function_entries

./sys/module/crc32c_intel:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/crc32c_intel/holders:

./sys/module/crc32c_intel/notes:

./sys/module/crc32c_intel/sections:
__mcount_loc                  __patchable_function_entries

./sys/module/crc64_rocksoft:
parameters  uevent

./sys/module/crc64_rocksoft/parameters:
transform

./sys/module/crc_t10dif:
parameters  uevent

./sys/module/crc_t10dif/parameters:
transform

./sys/module/crct10dif_pclmul:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/crct10dif_pclmul/holders:

./sys/module/crct10dif_pclmul/notes:

./sys/module/crct10dif_pclmul/sections:
__mcount_loc                  __patchable_function_entries

./sys/module/cryptd:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/cryptd/holders:
crypto_simd          ghash_clmulni_intel

./sys/module/cryptd/notes:

./sys/module/cryptd/sections:
__bug_table                   __ksymtab_strings             __param
__ksymtab_gpl                 __mcount_loc                  __patchable_function_entries

./sys/module/crypto_simd:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/crypto_simd/holders:
aesni_intel

./sys/module/crypto_simd/notes:

./sys/module/crypto_simd/sections:
__bug_table                   __ksymtab_strings             __patchable_function_entries
__ksymtab_gpl                 __mcount_loc

./sys/module/crypto_user:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/crypto_user/holders:

./sys/module/crypto_user/notes:

./sys/module/crypto_user/sections:
__bug_table                   __mcount_loc                  __patchable_function_entries

./sys/module/cryptomgr:
parameters  uevent

./sys/module/cryptomgr/parameters:
notests        panic_on_fail

./sys/module/damon_lru_sort:
parameters  uevent

./sys/module/damon_lru_sort/parameters:
aggr_interval                      kdamond_pid                        nr_lru_sorted_cold_regions
bytes_lru_sort_tried_cold_regions  max_nr_regions                     nr_lru_sorted_hot_regions
bytes_lru_sort_tried_hot_regions   min_nr_regions                     quota_ms
bytes_lru_sorted_cold_regions      monitor_region_end                 quota_reset_interval_ms
bytes_lru_sorted_hot_regions       monitor_region_start               sample_interval
cold_min_age                       nr_cold_quota_exceeds              wmarks_high
commit_inputs                      nr_hot_quota_exceeds               wmarks_interval
enabled                            nr_lru_sort_tried_cold_regions     wmarks_low
hot_thres_access_freq              nr_lru_sort_tried_hot_regions      wmarks_mid

./sys/module/damon_reclaim:
parameters  uevent

./sys/module/damon_reclaim/parameters:
aggr_interval                monitor_region_end           quota_sz
bytes_reclaim_tried_regions  monitor_region_start         sample_interval
bytes_reclaimed_regions      nr_quota_exceeds             skip_anon
commit_inputs                nr_reclaim_tried_regions     wmarks_high
enabled                      nr_reclaimed_regions         wmarks_interval
kdamond_pid                  quota_autotune_feedback      wmarks_low
max_nr_regions               quota_mem_pressure_us        wmarks_mid
min_age                      quota_ms
min_nr_regions               quota_reset_interval_ms

./sys/module/device_hmem:
parameters  uevent

./sys/module/device_hmem/parameters:
disable

./sys/module/dm_mod:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint

./sys/module/dm_mod/holders:

./sys/module/dm_mod/notes:

./sys/module/dm_mod/parameters:
dm_mq_nr_hw_queues             kcopyd_subjob_size_kb          stats_current_allocated_bytes
dm_mq_queue_depth              reserved_bio_based_ios         swap_bios
dm_numa_node                   reserved_rq_based_ios          use_blk_mq

./sys/module/dm_mod/sections:
__bug_table                   __ksymtab                     __param
__dyndbg                      __ksymtab_gpl                 __patchable_function_entries
__ex_table                    __ksymtab_strings             runtime_ptr_USER_PTR_MAX
__jump_table                  __mcount_loc

./sys/module/drm:
parameters  uevent

./sys/module/drm/parameters:
debug                     edid_fixup                timestamp_precision_usec
edid_firmware             panic_screen              vblankoffdelay

./sys/module/drm_buddy:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/drm_buddy/holders:
i915  xe

./sys/module/drm_buddy/notes:

./sys/module/drm_buddy/sections:
__bug_table                   __ksymtab_strings             __patchable_function_entries
__ksymtab                     __mcount_loc

./sys/module/drm_display_helper:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint

./sys/module/drm_display_helper/holders:
i915  xe

./sys/module/drm_display_helper/notes:

./sys/module/drm_display_helper/parameters:
dp_aux_i2c_speed_khz         dp_aux_i2c_transfer_size     drm_dp_cec_unregister_delay

./sys/module/drm_display_helper/sections:
__bug_table                   __ksymtab_gpl                 __param
__dyndbg_classes              __ksymtab_strings             __patchable_function_entries
__ksymtab                     __mcount_loc

./sys/module/drm_exec:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/drm_exec/holders:
drm_gpuvm  xe

./sys/module/drm_exec/notes:

./sys/module/drm_exec/sections:
__ksymtab                     __mcount_loc
__ksymtab_strings             __patchable_function_entries

./sys/module/drm_gpuvm:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/drm_gpuvm/holders:
xe

./sys/module/drm_gpuvm/notes:

./sys/module/drm_gpuvm/sections:
__bug_table                   __ksymtab_strings             __patchable_function_entries
__ksymtab_gpl                 __mcount_loc

./sys/module/drm_kms_helper:
parameters  uevent

./sys/module/drm_kms_helper/parameters:
drm_fbdev_overalloc  fbdev_emulation      poll

./sys/module/drm_suballoc_helper:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/drm_suballoc_helper/holders:
xe

./sys/module/drm_suballoc_helper/notes:

./sys/module/drm_suballoc_helper/sections:
__bug_table                   __ksymtab_strings             __patchable_function_entries
__ksymtab                     __mcount_loc

./sys/module/drm_ttm_helper:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/drm_ttm_helper/holders:
xe

./sys/module/drm_ttm_helper/notes:

./sys/module/drm_ttm_helper/sections:
__bug_table                   __ksymtab_strings             __patchable_function_entries
__ksymtab                     __mcount_loc

./sys/module/dynamic_debug:
parameters  uevent

./sys/module/dynamic_debug/parameters:
verbose

./sys/module/e1000e:
coresize    holders     initstate   parameters  sections    taint
drivers     initsize    notes       refcnt      srcversion  uevent

./sys/module/e1000e/drivers:
pci:e1000e

./sys/module/e1000e/holders:

./sys/module/e1000e/notes:

./sys/module/e1000e/parameters:
copybreak

./sys/module/e1000e/sections:
__bpf_raw_tp_map              __mcount_loc                  __tracepoints_ptrs
__bug_table                   __param                       __tracepoints_strings
__dyndbg                      __patchable_function_entries  _ftrace_events
__jump_table                  __tracepoints

./sys/module/edac_core:
parameters  uevent

./sys/module/edac_core/parameters:
check_pci_errors      edac_mc_log_ue        edac_mc_poll_msec
edac_mc_log_ce        edac_mc_panic_on_ue   edac_pci_panic_on_pe

./sys/module/efi_pstore:
parameters  uevent

./sys/module/efi_pstore/parameters:
pstore_disable  record_size

./sys/module/ehci_hcd:
parameters  uevent

./sys/module/ehci_hcd/parameters:
ignore_oc        log2_irq_thresh  park

./sys/module/exfat:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/exfat/holders:

./sys/module/exfat/notes:

./sys/module/exfat/sections:
__bug_table                   __jump_table                  __patchable_function_entries
__dyndbg                      __mcount_loc

./sys/module/ext4:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/ext4/holders:

./sys/module/ext4/notes:

./sys/module/ext4/sections:
__bpf_raw_tp_map              __patchable_function_entries  _ftrace_eval_map
__bug_table                   __tracepoints                 _ftrace_events
__jump_table                  __tracepoints_ptrs
__mcount_loc                  __tracepoints_strings

./sys/module/fat:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/fat/holders:
vfat

./sys/module/fat/notes:

./sys/module/fat/sections:
__bug_table                   __ksymtab_strings             __patchable_function_entries
__ksymtab_gpl                 __mcount_loc

./sys/module/fb:
parameters  uevent

./sys/module/fb/parameters:
lockless_register_fb

./sys/module/firmware_attributes_class:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/firmware_attributes_class/holders:
think_lmi

./sys/module/firmware_attributes_class/notes:

./sys/module/firmware_attributes_class/sections:
__ksymtab_gpl                 __mcount_loc
__ksymtab_strings             __patchable_function_entries

./sys/module/firmware_class:
parameters  uevent

./sys/module/firmware_class/parameters:
path

./sys/module/fscrypto:
parameters  uevent

./sys/module/fscrypto/parameters:
num_prealloc_crypto_pages

./sys/module/fuse:
parameters  uevent

./sys/module/fuse/parameters:
allow_sys_admin_access  max_user_bgreq          max_user_congthresh

./sys/module/gf128mul:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/gf128mul/holders:
aesni_intel      polyval_generic

./sys/module/gf128mul/notes:

./sys/module/gf128mul/sections:
__ksymtab                     __mcount_loc
__ksymtab_strings             __patchable_function_entries

./sys/module/ghash_clmulni_intel:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/ghash_clmulni_intel/holders:

./sys/module/ghash_clmulni_intel/notes:

./sys/module/ghash_clmulni_intel/sections:
__mcount_loc                  __patchable_function_entries

./sys/module/gpiolib_acpi:
parameters  uevent

./sys/module/gpiolib_acpi/parameters:
ignore_interrupt         ignore_wake              run_edge_events_on_boot

./sys/module/gpu_sched:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint

./sys/module/gpu_sched/holders:
xe

./sys/module/gpu_sched/notes:

./sys/module/gpu_sched/parameters:
sched_policy

./sys/module/gpu_sched/sections:
__bpf_raw_tp_map              __ksymtab_strings             __tracepoints
__bug_table                   __mcount_loc                  __tracepoints_ptrs
__jump_table                  __param                       __tracepoints_strings
__ksymtab                     __patchable_function_entries  _ftrace_events

./sys/module/grant_table:
parameters  uevent

./sys/module/grant_table/parameters:
free_per_iteration

./sys/module/haltpoll:
parameters  uevent

./sys/module/haltpoll/parameters:
guest_halt_poll_allow_shrink  guest_halt_poll_grow_start    guest_halt_poll_shrink
guest_halt_poll_grow          guest_halt_poll_ns

./sys/module/hibernate:
parameters  uevent

./sys/module/hibernate/parameters:
compressor

./sys/module/hid:
parameters  uevent

./sys/module/hid/parameters:
ignore_special_drivers

./sys/module/hid_generic:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/hid_generic/drivers:
hid:hid-generic

./sys/module/hid_generic/holders:

./sys/module/hid_generic/notes:

./sys/module/hid_generic/sections:
__mcount_loc                  __patchable_function_entries

./sys/module/hid_multitouch:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/hid_multitouch/drivers:
hid:hid-multitouch

./sys/module/hid_multitouch/holders:

./sys/module/hid_multitouch/notes:

./sys/module/hid_multitouch/sections:
__dyndbg                      __mcount_loc
__jump_table                  __patchable_function_entries

./sys/module/hid_sensor_custom:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/hid_sensor_custom/drivers:
platform:hid_sensor_custom

./sys/module/hid_sensor_custom/holders:

./sys/module/hid_sensor_custom/notes:

./sys/module/hid_sensor_custom/sections:
__dyndbg                      __mcount_loc
__jump_table                  __patchable_function_entries

./sys/module/hid_sensor_hub:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/hid_sensor_hub/drivers:
hid:hid-sensor-hub

./sys/module/hid_sensor_hub/holders:
hid_sensor_custom

./sys/module/hid_sensor_hub/notes:

./sys/module/hid_sensor_hub/sections:
__dyndbg                      __ksymtab_gpl                 __mcount_loc
__jump_table                  __ksymtab_strings             __patchable_function_entries

./sys/module/i2c_algo_bit:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint

./sys/module/i2c_algo_bit/holders:
i915  xe

./sys/module/i2c_algo_bit/notes:

./sys/module/i2c_algo_bit/parameters:
bit_test

./sys/module/i2c_algo_bit/sections:
__ksymtab                     __mcount_loc                  __patchable_function_entries
__ksymtab_strings             __param

./sys/module/i2c_hid:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/i2c_hid/holders:
i2c_hid_acpi

./sys/module/i2c_hid/notes:

./sys/module/i2c_hid/sections:
__dyndbg                      __ksymtab_gpl                 __mcount_loc
__jump_table                  __ksymtab_strings             __patchable_function_entries

./sys/module/i2c_hid_acpi:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/i2c_hid_acpi/drivers:
i2c:i2c_hid_acpi

./sys/module/i2c_hid_acpi/holders:

./sys/module/i2c_hid_acpi/notes:

./sys/module/i2c_hid_acpi/sections:
__mcount_loc                  __patchable_function_entries

./sys/module/i2c_i801:
coresize    holders     initstate   parameters  sections    taint
drivers     initsize    notes       refcnt      srcversion  uevent

./sys/module/i2c_i801/drivers:
pci:i801_smbus

./sys/module/i2c_i801/holders:

./sys/module/i2c_i801/notes:

./sys/module/i2c_i801/parameters:
disable_features

./sys/module/i2c_i801/sections:
__dyndbg                      __mcount_loc                  __patchable_function_entries
__jump_table                  __param

./sys/module/i2c_mux:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/i2c_mux/holders:
i2c_i801

./sys/module/i2c_mux/notes:

./sys/module/i2c_mux/sections:
__bug_table                   __ksymtab_strings             __patchable_function_entries
__ksymtab_gpl                 __mcount_loc

./sys/module/i2c_smbus:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/i2c_smbus/drivers:
i2c:smbus_alert

./sys/module/i2c_smbus/holders:
i2c_i801

./sys/module/i2c_smbus/notes:

./sys/module/i2c_smbus/sections:
__dyndbg                      __ksymtab_gpl                 __mcount_loc
__jump_table                  __ksymtab_strings             __patchable_function_entries

./sys/module/i8042:
coresize    holders     initstate   parameters  sections    taint
drivers     initsize    notes       refcnt      srcversion  uevent

./sys/module/i8042/drivers:
platform:i8042

./sys/module/i8042/holders:

./sys/module/i8042/notes:

./sys/module/i8042/parameters:
debug            unmask_kbd_data

./sys/module/i8042/sections:
__dyndbg                      __ksymtab_strings             __patchable_function_entries
__jump_table                  __mcount_loc
__ksymtab                     __param

./sys/module/i915:
coresize    holders     initstate   parameters  sections    taint
drivers     initsize    notes       refcnt      srcversion  uevent

./sys/module/i915/drivers:
pci:i915

./sys/module/i915/holders:

./sys/module/i915/notes:

./sys/module/i915/parameters:
disable_display           enable_guc                guc_firmware_path         modeset
disable_power_well        enable_gvt                guc_log_level             nuclear_pageflip
dmc_firmware_path         enable_hangcheck          huc_firmware_path         panel_use_ssc
edp_vswing                enable_ips                invert_brightness         psr_safest_params
enable_dc                 enable_psr                lmem_bar_size             request_timeout_ms
enable_dmc_wl             enable_psr2_sel_fetch     lmem_size                 reset
enable_dp_mst             enable_sagv               load_detect_test          vbt_firmware
enable_dpcd_backlight     error_capture             lvds_channel_mode         vbt_sdvo_panel_type
enable_dpt                force_probe               memtest                   verbose_state_checks
enable_dsb                force_reset_modeset_test  mitigations
enable_fbc                gsc_firmware_path         mmio_debug

./sys/module/i915/sections:
__bpf_raw_tp_map              __ksymtab_gpl                 __tracepoints
__bug_table                   __ksymtab_strings             __tracepoints_ptrs
__dyndbg_classes              __mcount_loc                  __tracepoints_strings
__ex_table                    __param                       _ftrace_events
__jump_table                  __patchable_function_entries  runtime_ptr_USER_PTR_MAX

./sys/module/iTCO_vendor_support:
coresize    initsize    notes       sections    taint       version
holders     initstate   refcnt      srcversion  uevent

./sys/module/iTCO_vendor_support/holders:
iTCO_wdt

./sys/module/iTCO_vendor_support/notes:

./sys/module/iTCO_vendor_support/sections:
__ksymtab                     __mcount_loc                  __patchable_function_entries
__ksymtab_strings             __param

./sys/module/iTCO_wdt:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint       version

./sys/module/iTCO_wdt/drivers:
platform:iTCO_wdt

./sys/module/iTCO_wdt/holders:

./sys/module/iTCO_wdt/notes:

./sys/module/iTCO_wdt/sections:
__mcount_loc                  __param                       __patchable_function_entries

./sys/module/idma64:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/idma64/drivers:
platform:idma64

./sys/module/idma64/holders:

./sys/module/idma64/notes:

./sys/module/idma64/sections:
__bug_table                   __mcount_loc                  __patchable_function_entries

./sys/module/igen6_edac:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/igen6_edac/drivers:
pci:igen6_edac

./sys/module/igen6_edac/holders:

./sys/module/igen6_edac/notes:

./sys/module/igen6_edac/sections:
__bug_table                   __mcount_loc                  __patchable_function_entries

./sys/module/int3400_thermal:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/int3400_thermal/drivers:
platform:int3400 thermal

./sys/module/int3400_thermal/holders:

./sys/module/int3400_thermal/notes:

./sys/module/int3400_thermal/sections:
__dyndbg                      __mcount_loc
__jump_table                  __patchable_function_entries

./sys/module/int3403_thermal:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/int3403_thermal/drivers:
platform:int3403 thermal

./sys/module/int3403_thermal/holders:

./sys/module/int3403_thermal/notes:

./sys/module/int3403_thermal/sections:
__dyndbg                      __mcount_loc
__jump_table                  __patchable_function_entries

./sys/module/int340x_thermal_zone:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/int340x_thermal_zone/holders:
int3403_thermal           processor_thermal_device

./sys/module/int340x_thermal_zone/notes:

./sys/module/int340x_thermal_zone/sections:
__dyndbg                      __ksymtab_gpl                 __mcount_loc
__jump_table                  __ksymtab_strings             __patchable_function_entries

./sys/module/intel_cstate:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/intel_cstate/holders:

./sys/module/intel_cstate/notes:

./sys/module/intel_cstate/sections:
__mcount_loc                  __patchable_function_entries

./sys/module/intel_gtt:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/intel_gtt/holders:
i915

./sys/module/intel_gtt/notes:

./sys/module/intel_gtt/sections:
__bug_table                   __ksymtab_strings             __patchable_function_entries
__ksymtab                     __mcount_loc

./sys/module/intel_hid:
coresize    holders     initstate   parameters  sections    taint
drivers     initsize    notes       refcnt      srcversion  uevent

./sys/module/intel_hid/drivers:
platform:intel-hid

./sys/module/intel_hid/holders:

./sys/module/intel_hid/notes:

./sys/module/intel_hid/parameters:
enable_5_button_array  enable_sw_tablet_mode

./sys/module/intel_hid/sections:
__dyndbg                      __mcount_loc                  __patchable_function_entries
__jump_table                  __param

./sys/module/intel_idle:
parameters  uevent

./sys/module/intel_idle/parameters:
force_irq_on       max_cstate         preferred_cstates  use_acpi
ibrs_off           no_acpi            states_off

./sys/module/intel_ish_ipc:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/intel_ish_ipc/drivers:
pci:intel_ish_ipc

./sys/module/intel_ish_ipc/holders:

./sys/module/intel_ish_ipc/notes:

./sys/module/intel_ish_ipc/sections:
__bpf_raw_tp_map              __mcount_loc                  __tracepoints_ptrs
__bug_table                   __patchable_function_entries  __tracepoints_strings
__jump_table                  __tracepoints                 _ftrace_events

./sys/module/intel_ishtp:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint

./sys/module/intel_ishtp/holders:
intel_ish_ipc    intel_ishtp_hid

./sys/module/intel_ishtp/notes:

./sys/module/intel_ishtp/parameters:
ishtp_use_dma

./sys/module/intel_ishtp/sections:
__bug_table                   __ksymtab                     __mcount_loc
__dyndbg                      __ksymtab_gpl                 __param
__jump_table                  __ksymtab_strings             __patchable_function_entries

./sys/module/intel_ishtp_hid:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/intel_ishtp_hid/drivers:
ishtp:ish-hid

./sys/module/intel_ishtp_hid/holders:

./sys/module/intel_ishtp_hid/notes:

./sys/module/intel_ishtp_hid/sections:
__dyndbg                      __mcount_loc
__jump_table                  __patchable_function_entries

./sys/module/intel_lpss:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/intel_lpss/holders:
intel_lpss_pci

./sys/module/intel_lpss/notes:

./sys/module/intel_lpss/sections:
__ksymtab_gpl                 __mcount_loc
__ksymtab_strings             __patchable_function_entries

./sys/module/intel_lpss_pci:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/intel_lpss_pci/drivers:
pci:intel-lpss

./sys/module/intel_lpss_pci/holders:

./sys/module/intel_lpss_pci/notes:

./sys/module/intel_lpss_pci/sections:
__mcount_loc                  __patchable_function_entries

./sys/module/intel_pmc_bxt:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/intel_pmc_bxt/drivers:
platform:intel_pmc_bxt

./sys/module/intel_pmc_bxt/holders:
iTCO_wdt

./sys/module/intel_pmc_bxt/notes:

./sys/module/intel_pmc_bxt/sections:
__ksymtab_gpl                 __mcount_loc
__ksymtab_strings             __patchable_function_entries

./sys/module/intel_pmc_core:
coresize    holders     initstate   parameters  sections    taint
drivers     initsize    notes       refcnt      srcversion  uevent

./sys/module/intel_pmc_core/drivers:
platform:intel_pmc_core

./sys/module/intel_pmc_core/holders:

./sys/module/intel_pmc_core/notes:

./sys/module/intel_pmc_core/parameters:
ltr_ignore_all_suspend  warn_on_s0ix_failures

./sys/module/intel_pmc_core/sections:
__dyndbg                      __mcount_loc                  __patchable_function_entries
__jump_table                  __param

./sys/module/intel_powerclamp:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint

./sys/module/intel_powerclamp/holders:

./sys/module/intel_powerclamp/notes:

./sys/module/intel_powerclamp/parameters:
cpumask      duration     max_idle     window_size

./sys/module/intel_powerclamp/sections:
__bug_table                   __param
__mcount_loc                  __patchable_function_entries

./sys/module/intel_rapl_common:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/intel_rapl_common/holders:
intel_rapl_msr          processor_thermal_rapl

./sys/module/intel_rapl_common/notes:

./sys/module/intel_rapl_common/sections:
__bug_table                   __ksymtab_gpl                 __patchable_function_entries
__dyndbg                      __ksymtab_strings
__jump_table                  __mcount_loc

./sys/module/intel_rapl_msr:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/intel_rapl_msr/drivers:
platform:intel_rapl_msr

./sys/module/intel_rapl_msr/holders:

./sys/module/intel_rapl_msr/notes:

./sys/module/intel_rapl_msr/sections:
__bug_table                   __jump_table                  __patchable_function_entries
__dyndbg                      __mcount_loc

./sys/module/intel_soc_dts_iosf:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/intel_soc_dts_iosf/holders:
processor_thermal_device_pci_legacy

./sys/module/intel_soc_dts_iosf/notes:

./sys/module/intel_soc_dts_iosf/sections:
__dyndbg                      __ksymtab_gpl                 __mcount_loc
__jump_table                  __ksymtab_strings             __patchable_function_entries

./sys/module/intel_tcc_cooling:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/intel_tcc_cooling/holders:

./sys/module/intel_tcc_cooling/notes:

./sys/module/intel_tcc_cooling/sections:
__mcount_loc                  __patchable_function_entries

./sys/module/intel_uncore:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/intel_uncore/holders:

./sys/module/intel_uncore/notes:

./sys/module/intel_uncore/sections:
__bug_table                   __param
__mcount_loc                  __patchable_function_entries

./sys/module/intel_uncore_frequency:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/intel_uncore_frequency/holders:

./sys/module/intel_uncore_frequency/notes:

./sys/module/intel_uncore_frequency/sections:
__mcount_loc                  __patchable_function_entries

./sys/module/intel_uncore_frequency_common:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/intel_uncore_frequency_common/holders:
intel_uncore_frequency

./sys/module/intel_uncore_frequency_common/notes:

./sys/module/intel_uncore_frequency_common/sections:
__ksymtab_gpl                 __mcount_loc
__ksymtab_strings             __patchable_function_entries

./sys/module/intel_vsec:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/intel_vsec/drivers:
pci:intel_vsec

./sys/module/intel_vsec/holders:
intel_pmc_core

./sys/module/intel_vsec/notes:

./sys/module/intel_vsec/sections:
__dyndbg                      __ksymtab_gpl                 __mcount_loc
__jump_table                  __ksymtab_strings             __patchable_function_entries

./sys/module/ip6_tables:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/ip6_tables/holders:
ip6table_filter  ip6table_nat

./sys/module/ip6_tables/notes:

./sys/module/ip6_tables/sections:
__bug_table                   __ksymtab_gpl                 __patchable_function_entries
__jump_table                  __ksymtab_strings
__ksymtab                     __mcount_loc

./sys/module/ip6table_filter:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/ip6table_filter/holders:

./sys/module/ip6table_filter/notes:

./sys/module/ip6table_filter/sections:
__mcount_loc                  __param                       __patchable_function_entries

./sys/module/ip6table_nat:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/ip6table_nat/holders:

./sys/module/ip6table_nat/notes:

./sys/module/ip6table_nat/sections:
__bug_table                   __mcount_loc                  __patchable_function_entries

./sys/module/ip_set:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint

./sys/module/ip_set/holders:
xt_set

./sys/module/ip_set/notes:

./sys/module/ip_set/parameters:
max_sets

./sys/module/ip_set/sections:
__bug_table                   __ksymtab_gpl                 __param
__dyndbg                      __ksymtab_strings             __patchable_function_entries
__jump_table                  __mcount_loc

./sys/module/ip_tables:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/ip_tables/holders:
iptable_filter  iptable_nat     iptable_raw

./sys/module/ip_tables/notes:

./sys/module/ip_tables/sections:
__bug_table                   __ksymtab_gpl                 __patchable_function_entries
__jump_table                  __ksymtab_strings
__ksymtab                     __mcount_loc

./sys/module/ipe:
parameters  uevent

./sys/module/ipe/parameters:
enforce        success_audit

./sys/module/iptable_filter:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/iptable_filter/holders:

./sys/module/iptable_filter/notes:

./sys/module/iptable_filter/sections:
__mcount_loc                  __param                       __patchable_function_entries

./sys/module/iptable_nat:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/iptable_nat/holders:

./sys/module/iptable_nat/notes:

./sys/module/iptable_nat/sections:
__bug_table                   __mcount_loc                  __patchable_function_entries

./sys/module/iptable_raw:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/iptable_raw/holders:

./sys/module/iptable_raw/notes:

./sys/module/iptable_raw/sections:
__mcount_loc                  __param                       __patchable_function_entries

./sys/module/ipv6:
parameters  uevent

./sys/module/ipv6/parameters:
autoconf      disable       disable_ipv6

./sys/module/iwlmvm:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint

./sys/module/iwlmvm/holders:

./sys/module/iwlmvm/notes:

./sys/module/iwlmvm/parameters:
power_scheme

./sys/module/iwlmvm/sections:
__bug_table                   __mcount_loc                  __patchable_function_entries
__jump_table                  __param

./sys/module/iwlwifi:
coresize    holders     initstate   parameters  sections    taint
drivers     initsize    notes       refcnt      srcversion  uevent

./sys/module/iwlwifi/drivers:
pci:iwlwifi

./sys/module/iwlwifi/holders:
iwlmvm

./sys/module/iwlwifi/notes:

./sys/module/iwlwifi/parameters:
11n_disable       disable_11ac      fw_restart        power_save
amsdu_size        disable_11ax      led_mode          remove_when_gone
bt_coex_active    disable_11be      nvm_file          swcrypto
debug             enable_ini        power_level       uapsd_disable

./sys/module/iwlwifi/sections:
__bpf_raw_tp_map              __ksymtab_strings             __tracepoints_ptrs
__bug_table                   __mcount_loc                  __tracepoints_strings
__jump_table                  __param                       _ftrace_events
__ksymtab                     __patchable_function_entries
__ksymtab_gpl                 __tracepoints

./sys/module/jbd2:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/jbd2/holders:
ext4

./sys/module/jbd2/notes:

./sys/module/jbd2/sections:
__bpf_raw_tp_map              __ksymtab_strings             __tracepoints_ptrs
__bug_table                   __mcount_loc                  __tracepoints_strings
__jump_table                  __patchable_function_entries  _ftrace_events
__ksymtab                     __tracepoints

./sys/module/joydev:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/joydev/holders:

./sys/module/joydev/notes:

./sys/module/joydev/sections:
__bug_table                   __jump_table                  __patchable_function_entries
__dyndbg                      __mcount_loc

./sys/module/kernel:
parameters  uevent

./sys/module/kernel/parameters:
consoleblank                initcall_debug              panic_on_warn
crash_kexec_post_notifiers  module_blacklist            panic_print
ignore_rlimit_data          panic                       pause_on_oops

./sys/module/keyboard:
parameters  uevent

./sys/module/keyboard/parameters:
brl_nbchords  brl_timeout

./sys/module/kfence:
parameters  uevent

./sys/module/kfence/parameters:
burst                check_on_panic       deferrable           sample_interval      skip_covered_thresh

./sys/module/kvm:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint

./sys/module/kvm/holders:
kvm_intel

./sys/module/kvm/notes:

./sys/module/kvm/parameters:
eager_page_split                  halt_poll_ns_grow_start           nx_huge_pages
enable_pmu                        halt_poll_ns_shrink               nx_huge_pages_recovery_period_ms
enable_virt_at_load               ignore_msrs                       nx_huge_pages_recovery_ratio
enable_vmware_backdoor            kvmclock_periodic_sync            pi_inject_timer
flush_on_reuse                    lapic_timer_advance               report_ignored_msrs
force_emulation_prefix            min_timer_period_us               tdp_mmu
halt_poll_ns                      mitigate_smt_rsb                  tsc_tolerance_ppm
halt_poll_ns_grow                 mmio_caching                      vector_hashing

./sys/module/kvm/sections:
__bpf_raw_tp_map              __ksymtab_strings             __tracepoints_strings
__bug_table                   __mcount_loc                  _ftrace_eval_map
__dyndbg                      __param                       _ftrace_events
__ex_table                    __patchable_function_entries  runtime_ptr_USER_PTR_MAX
__jump_table                  __tracepoints
__ksymtab_gpl                 __tracepoints_ptrs

./sys/module/kvm_intel:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint

./sys/module/kvm_intel/holders:

./sys/module/kvm_intel/notes:

./sys/module/kvm_intel/parameters:
allow_smaller_maxphyaddr           error_on_inconsistent_vmcs_config  ple_window_shrink
dump_invalid_vmcs                  fasteoi                            pml
emulate_invalid_guest_state        flexpriority                       preemption_timer
enable_apicv                       nested                             sgx
enable_ipiv                        nested_early_check                 unrestricted_guest
enable_shadow_vmcs                 ple_gap                            vmentry_l1d_flush
enlightened_vmcs                   ple_window                         vnmi
ept                                ple_window_grow                    vpid
eptad                              ple_window_max

./sys/module/kvm_intel/sections:
__bug_table                   __jump_table                  __patchable_function_entries
__dyndbg                      __mcount_loc
__ex_table                    __param

./sys/module/libahci:
parameters  uevent

./sys/module/libahci/parameters:
ahci_em_messages     devslp_idle_timeout  ignore_sss           skip_host_reset

./sys/module/libarc4:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/libarc4/holders:
mac80211

./sys/module/libarc4/notes:

./sys/module/libarc4/sections:
__ksymtab                     __mcount_loc
__ksymtab_strings             __patchable_function_entries

./sys/module/libata:
parameters  uevent      version

./sys/module/libata/parameters:
acpi_gtf_filter       atapi_an              atapi_passthru16      ignore_hpa
allow_tpm             atapi_dmadir          dma                   noacpi
ata_probe_timeout     atapi_enabled         fua                   zpodd_poweroff_delay

./sys/module/libcrc32c:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/libcrc32c/holders:
nf_conntrack  nf_nat

./sys/module/libcrc32c/notes:

./sys/module/libcrc32c/sections:
__bug_table                   __ksymtab_strings
__ksymtab                     __patchable_function_entries

./sys/module/libphy:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/libphy/drivers:
mdio_bus:Generic Clause 45 PHY  mdio_bus:Generic PHY

./sys/module/libphy/holders:
r8152

./sys/module/libphy/notes:

./sys/module/libphy/sections:
__bpf_raw_tp_map              __ksymtab_gpl                 __tracepoints_ptrs
__bug_table                   __ksymtab_strings             __tracepoints_strings
__dyndbg                      __mcount_loc                  _ftrace_events
__jump_table                  __patchable_function_entries
__ksymtab                     __tracepoints

./sys/module/libps2:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/libps2/holders:
atkbd    psmouse

./sys/module/libps2/notes:

./sys/module/libps2/sections:
__bug_table                   __ksymtab                     __patchable_function_entries
__dyndbg                      __ksymtab_strings
__jump_table                  __mcount_loc

./sys/module/llc:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/llc/holders:
bridge  stp

./sys/module/llc/notes:

./sys/module/llc/sections:
__bug_table                   __ksymtab_strings             __patchable_function_entries
__ksymtab                     __mcount_loc

./sys/module/loop:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint

./sys/module/loop/holders:

./sys/module/loop/notes:

./sys/module/loop/parameters:
hw_queue_depth  max_loop        max_part

./sys/module/loop/sections:
__bug_table                   __param
__mcount_loc                  __patchable_function_entries

./sys/module/mac80211:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint

./sys/module/mac80211/holders:
iwlmvm

./sys/module/mac80211/notes:

./sys/module/mac80211/parameters:
beacon_loss_count          max_nullfunc_tries         minstrel_vht_only
ieee80211_default_rc_algo  max_probe_tries            probe_wait_ms

./sys/module/mac80211/sections:
__bpf_raw_tp_map              __ksymtab_gpl                 __tracepoints
__bug_table                   __ksymtab_strings             __tracepoints_ptrs
__dyndbg                      __mcount_loc                  __tracepoints_strings
__jump_table                  __param                       _ftrace_events
__ksymtab                     __patchable_function_entries

./sys/module/mac_hid:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/mac_hid/holders:

./sys/module/mac_hid/notes:

./sys/module/mac_hid/sections:
__mcount_loc                  __patchable_function_entries

./sys/module/mbcache:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/mbcache/holders:
ext4

./sys/module/mbcache/notes:

./sys/module/mbcache/sections:
__bug_table                   __ksymtab_strings             __patchable_function_entries
__ksymtab                     __mcount_loc

./sys/module/mc:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/mc/holders:
snd_usb_audio     uvcvideo          videobuf2_common  videobuf2_v4l2    videodev

./sys/module/mc/notes:

./sys/module/mc/sections:
__bug_table                   __ksymtab_gpl                 __patchable_function_entries
__dyndbg                      __ksymtab_strings
__jump_table                  __mcount_loc

./sys/module/mei:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/mei/holders:
mei_hdcp  mei_me    mei_pxp

./sys/module/mei/notes:

./sys/module/mei/sections:
__bpf_raw_tp_map              __ksymtab_gpl                 __tracepoints_ptrs
__bug_table                   __ksymtab_strings             __tracepoints_strings
__dyndbg                      __mcount_loc                  _ftrace_events
__jump_table                  __patchable_function_entries
__ksymtab                     __tracepoints

./sys/module/mei_hdcp:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/mei_hdcp/drivers:
mei:mei_hdcp

./sys/module/mei_hdcp/holders:

./sys/module/mei_hdcp/notes:

./sys/module/mei_hdcp/sections:
__dyndbg                      __mcount_loc
__jump_table                  __patchable_function_entries

./sys/module/mei_me:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/mei_me/drivers:
pci:mei_me

./sys/module/mei_me/holders:

./sys/module/mei_me/notes:

./sys/module/mei_me/sections:
__bug_table                   __ksymtab_gpl                 __patchable_function_entries
__dyndbg                      __ksymtab_strings
__jump_table                  __mcount_loc

./sys/module/mei_pxp:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/mei_pxp/drivers:
mei:mei_pxp

./sys/module/mei_pxp/holders:

./sys/module/mei_pxp/notes:

./sys/module/mei_pxp/sections:
__dyndbg                      __mcount_loc
__jump_table                  __patchable_function_entries

./sys/module/memory_hotplug:
parameters  uevent

./sys/module/memory_hotplug/parameters:
auto_movable_numa_aware  auto_movable_ratio       memmap_on_memory         online_policy

./sys/module/microcode:
parameters  uevent

./sys/module/microcode/parameters:
force_minrev

./sys/module/mii:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/mii/holders:
r8152   usbnet

./sys/module/mii/notes:

./sys/module/mii/sections:
__ksymtab                     __mcount_loc
__ksymtab_strings             __patchable_function_entries

./sys/module/module:
parameters  uevent

./sys/module/module/parameters:
async_probe  sig_enforce

./sys/module/mousedev:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint

./sys/module/mousedev/holders:

./sys/module/mousedev/notes:

./sys/module/mousedev/parameters:
tap_time  xres      yres

./sys/module/mousedev/sections:
__mcount_loc                  __param                       __patchable_function_entries

./sys/module/msr:
parameters  uevent

./sys/module/msr/parameters:
allow_writes

./sys/module/mtd:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/mtd/holders:
spi_nor

./sys/module/mtd/notes:

./sys/module/mtd/sections:
__bug_table                   __ksymtab                     __mcount_loc
__dyndbg                      __ksymtab_gpl                 __patchable_function_entries
__jump_table                  __ksymtab_strings             _error_injection_whitelist

./sys/module/netpoll:
parameters  uevent

./sys/module/netpoll/parameters:
carrier_timeout

./sys/module/nf_conntrack:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint

./sys/module/nf_conntrack/holders:
nf_conntrack_netlink  xt_MASQUERADE         xt_nat
nf_nat                xt_conntrack

./sys/module/nf_conntrack/notes:

./sys/module/nf_conntrack/parameters:
acct             expect_hashsize  hashsize         tstamp

./sys/module/nf_conntrack/sections:
__bug_table                   __ksymtab                     __mcount_loc
__dyndbg                      __ksymtab_gpl                 __param
__jump_table                  __ksymtab_strings             __patchable_function_entries

./sys/module/nf_conntrack_netlink:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/nf_conntrack_netlink/holders:

./sys/module/nf_conntrack_netlink/notes:

./sys/module/nf_conntrack_netlink/sections:
__bug_table                   __jump_table                  __patchable_function_entries
__dyndbg                      __mcount_loc

./sys/module/nf_defrag_ipv4:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/nf_defrag_ipv4/holders:
nf_conntrack

./sys/module/nf_defrag_ipv4/notes:

./sys/module/nf_defrag_ipv4/sections:
__ksymtab_gpl                 __mcount_loc
__ksymtab_strings             __patchable_function_entries

./sys/module/nf_defrag_ipv6:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/nf_defrag_ipv6/holders:
nf_conntrack

./sys/module/nf_defrag_ipv6/notes:

./sys/module/nf_defrag_ipv6/sections:
__bug_table                   __ksymtab_gpl                 __patchable_function_entries
__dyndbg                      __ksymtab_strings
__jump_table                  __mcount_loc

./sys/module/nf_nat:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/nf_nat/holders:
ip6table_nat   iptable_nat    xt_MASQUERADE  xt_nat

./sys/module/nf_nat/notes:

./sys/module/nf_nat/sections:
__bug_table                   __ksymtab                     __mcount_loc
__dyndbg                      __ksymtab_gpl                 __patchable_function_entries
__jump_table                  __ksymtab_strings

./sys/module/nfnetlink:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/nfnetlink/holders:
ip_set                nf_conntrack_netlink

./sys/module/nfnetlink/notes:

./sys/module/nfnetlink/sections:
__bug_table                   __ksymtab_strings             __patchable_function_entries
__ksymtab_gpl                 __mcount_loc

./sys/module/nmi_backtrace:
parameters  uevent

./sys/module/nmi_backtrace/parameters:
backtrace_idle

./sys/module/nvme:
coresize    holders     initstate   parameters  sections    taint       version
drivers     initsize    notes       refcnt      srcversion  uevent

./sys/module/nvme/drivers:
pci:nvme

./sys/module/nvme/holders:

./sys/module/nvme/notes:

./sys/module/nvme/parameters:
io_queue_depth           noacpi                   sgl_threshold            use_threaded_interrupts
max_host_mem_size_mb     poll_queues              use_cmb_sqes             write_queues

./sys/module/nvme/sections:
__bug_table                   __mcount_loc                  __patchable_function_entries
__jump_table                  __param

./sys/module/nvme_auth:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/nvme_auth/holders:
nvme_core

./sys/module/nvme_auth/notes:

./sys/module/nvme_auth/sections:
__dyndbg                      __ksymtab_gpl                 __mcount_loc
__jump_table                  __ksymtab_strings             __patchable_function_entries

./sys/module/nvme_core:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint       version

./sys/module/nvme_core/holders:
nvme

./sys/module/nvme_core/notes:

./sys/module/nvme_core/parameters:
admin_timeout                  default_ps_max_latency_us      max_retries
apst_primary_latency_tol_us    disable_pi_offsets             multipath
apst_primary_timeout_ms        force_apst                     shutdown_timeout
apst_secondary_latency_tol_us  io_timeout
apst_secondary_timeout_ms      iopolicy

./sys/module/nvme_core/sections:
__bpf_raw_tp_map              __ksymtab_strings             __tracepoints_ptrs
__bug_table                   __mcount_loc                  __tracepoints_strings
__dyndbg                      __param                       _ftrace_events
__jump_table                  __patchable_function_entries
__ksymtab_gpl                 __tracepoints

./sys/module/overlay:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint

./sys/module/overlay/holders:

./sys/module/overlay/notes:

./sys/module/overlay/parameters:
check_copy_up           metacopy                redirect_always_follow  redirect_max
index                   nfs_export              redirect_dir            xino_auto

./sys/module/overlay/sections:
__bug_table                   __jump_table                  __param
__dyndbg                      __mcount_loc                  __patchable_function_entries

./sys/module/page_alloc:
parameters  uevent

./sys/module/page_alloc/parameters:
shuffle

./sys/module/page_reporting:
parameters  uevent

./sys/module/page_reporting/parameters:
page_reporting_order

./sys/module/pci_hotplug:
parameters  uevent

./sys/module/pci_hotplug/parameters:
debug       debug_acpi

./sys/module/pcie_aspm:
parameters  uevent

./sys/module/pcie_aspm/parameters:
policy

./sys/module/pciehp:
parameters  uevent

./sys/module/pciehp/parameters:
pciehp_poll_mode  pciehp_poll_time

./sys/module/pcspkr:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/pcspkr/drivers:
platform:pcspkr

./sys/module/pcspkr/holders:

./sys/module/pcspkr/notes:

./sys/module/pcspkr/sections:
__mcount_loc                  __patchable_function_entries

./sys/module/pinctrl_tigerlake:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/pinctrl_tigerlake/drivers:
platform:tigerlake-pinctrl

./sys/module/pinctrl_tigerlake/holders:

./sys/module/pinctrl_tigerlake/notes:

./sys/module/pinctrl_tigerlake/sections:
__mcount_loc                  __patchable_function_entries

./sys/module/platform_profile:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/platform_profile/holders:
thinkpad_acpi

./sys/module/platform_profile/notes:

./sys/module/platform_profile/sections:
__bug_table                   __ksymtab_strings             __patchable_function_entries
__ksymtab_gpl                 __mcount_loc

./sys/module/pmt_class:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/pmt_class/holders:
pmt_telemetry

./sys/module/pmt_class/notes:

./sys/module/pmt_class/sections:
__ksymtab_gpl                 __mcount_loc
__ksymtab_strings             __patchable_function_entries

./sys/module/pmt_telemetry:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/pmt_telemetry/drivers:
auxiliary:pmt_telemetry

./sys/module/pmt_telemetry/holders:
intel_pmc_core

./sys/module/pmt_telemetry/notes:

./sys/module/pmt_telemetry/sections:
__ksymtab_gpl                 __mcount_loc
__ksymtab_strings             __patchable_function_entries

./sys/module/pnp:
parameters  uevent

./sys/module/pnp/parameters:
debug

./sys/module/polyval_clmulni:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/polyval_clmulni/holders:

./sys/module/polyval_clmulni/notes:

./sys/module/polyval_clmulni/sections:
__mcount_loc                  __patchable_function_entries

./sys/module/polyval_generic:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/polyval_generic/holders:
polyval_clmulni

./sys/module/polyval_generic/notes:

./sys/module/polyval_generic/sections:
__ksymtab_gpl                 __mcount_loc
__ksymtab_strings             __patchable_function_entries

./sys/module/pps_core:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/pps_core/holders:
ptp

./sys/module/pps_core/notes:

./sys/module/pps_core/sections:
__bug_table                   __ksymtab                     __patchable_function_entries
__dyndbg                      __ksymtab_strings
__jump_table                  __mcount_loc

./sys/module/printk:
parameters  uevent

./sys/module/printk/parameters:
always_kmsg_dump         console_suspend          time
console_no_auto_verbose  ignore_loglevel

./sys/module/processor:
parameters  uevent

./sys/module/processor/parameters:
bm_check_disable  ignore_tpc        max_cstate
ignore_ppc        latency_factor    nocst

./sys/module/processor_thermal_device:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/processor_thermal_device/holders:
processor_thermal_device_pci_legacy

./sys/module/processor_thermal_device/notes:

./sys/module/processor_thermal_device/sections:
__dyndbg                      __ksymtab_gpl                 __mcount_loc
__jump_table                  __ksymtab_strings             __patchable_function_entries

./sys/module/processor_thermal_device_pci_legacy:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/processor_thermal_device_pci_legacy/drivers:
pci:proc_thermal

./sys/module/processor_thermal_device_pci_legacy/holders:

./sys/module/processor_thermal_device_pci_legacy/notes:

./sys/module/processor_thermal_device_pci_legacy/sections:
__mcount_loc                  __patchable_function_entries

./sys/module/processor_thermal_mbox:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/processor_thermal_mbox/holders:
processor_thermal_power_floor  processor_thermal_wt_hint
processor_thermal_rfim         processor_thermal_wt_req

./sys/module/processor_thermal_mbox/notes:

./sys/module/processor_thermal_mbox/sections:
__ksymtab_gpl                 __mcount_loc
__ksymtab_strings             __patchable_function_entries

./sys/module/processor_thermal_power_floor:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/processor_thermal_power_floor/holders:
processor_thermal_device

./sys/module/processor_thermal_power_floor/notes:

./sys/module/processor_thermal_power_floor/sections:
__ksymtab_gpl                 __mcount_loc
__ksymtab_strings             __patchable_function_entries

./sys/module/processor_thermal_rapl:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/processor_thermal_rapl/holders:
processor_thermal_device

./sys/module/processor_thermal_rapl/notes:

./sys/module/processor_thermal_rapl/sections:
__dyndbg                      __ksymtab_gpl                 __mcount_loc
__jump_table                  __ksymtab_strings             __patchable_function_entries

./sys/module/processor_thermal_rfim:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/processor_thermal_rfim/holders:
processor_thermal_device

./sys/module/processor_thermal_rfim/notes:

./sys/module/processor_thermal_rfim/sections:
__ksymtab_gpl                 __mcount_loc
__ksymtab_strings             __patchable_function_entries

./sys/module/processor_thermal_wt_hint:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/processor_thermal_wt_hint/holders:
processor_thermal_device

./sys/module/processor_thermal_wt_hint/notes:

./sys/module/processor_thermal_wt_hint/sections:
__ksymtab_gpl                 __mcount_loc
__ksymtab_strings             __patchable_function_entries

./sys/module/processor_thermal_wt_req:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/processor_thermal_wt_req/holders:
processor_thermal_device

./sys/module/processor_thermal_wt_req/notes:

./sys/module/processor_thermal_wt_req/sections:
__ksymtab_gpl                 __mcount_loc
__ksymtab_strings             __patchable_function_entries

./sys/module/psmouse:
coresize    holders     initstate   parameters  sections    taint
drivers     initsize    notes       refcnt      srcversion  uevent

./sys/module/psmouse/drivers:
serio:psmouse

./sys/module/psmouse/holders:

./sys/module/psmouse/notes:

./sys/module/psmouse/parameters:
a4tech_workaround     rate                  resync_time
elantech_smbus        resetafter            smartscroll
proto                 resolution            synaptics_intertouch

./sys/module/psmouse/sections:
__bug_table                   __jump_table                  __param
__dyndbg                      __mcount_loc                  __patchable_function_entries

./sys/module/pstore:
parameters  uevent

./sys/module/pstore/parameters:
backend     compress    kmsg_bytes  update_ms

./sys/module/ptp:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/ptp/holders:
e1000e  iwlmvm

./sys/module/ptp/notes:

./sys/module/ptp/sections:
__bug_table                   __ksymtab_strings             __patchable_function_entries
__ksymtab                     __mcount_loc

./sys/module/r8152:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint       version

./sys/module/r8152/drivers:
usb:r8152              usb:r8152-cfgselector

./sys/module/r8152/holders:

./sys/module/r8152/notes:

./sys/module/r8152/sections:
__bug_table                   __ksymtab_gpl                 __patchable_function_entries
__dyndbg                      __ksymtab_strings
__jump_table                  __mcount_loc

./sys/module/random:
parameters  uevent

./sys/module/random/parameters:
ratelimit_disable

./sys/module/rapl:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/rapl/holders:

./sys/module/rapl/notes:

./sys/module/rapl/sections:
__bug_table                   __mcount_loc                  __patchable_function_entries

./sys/module/rcupdate:
parameters  uevent

./sys/module/rcupdate/parameters:
rcu_cpu_stall_cputime           rcu_expedited                   rcu_task_lazy_lim
rcu_cpu_stall_ftrace_dump       rcu_normal                      rcu_task_stall_info
rcu_cpu_stall_suppress          rcu_normal_after_boot           rcu_task_stall_info_mult
rcu_cpu_stall_suppress_at_boot  rcu_task_collapse_lim           rcu_task_stall_timeout
rcu_cpu_stall_timeout           rcu_task_contend_lim            rcu_tasks_lazy_ms
rcu_exp_cpu_stall_timeout       rcu_task_enqueue_lim            rcu_tasks_trace_lazy_ms
rcu_exp_stall_task_details      rcu_task_ipi_delay

./sys/module/rcutree:
parameters  uevent

./sys/module/rcutree/parameters:
blimit                          jiffies_till_sched_qs           rcu_fanout_leaf
csd_lock_suppress_rcu_stall     jiffies_to_sched_qs             rcu_kick_kthreads
do_rcu_barrier                  kthread_prio                    rcu_min_cached_objs
dump_tree                       nohz_full_patience_delay        rcu_nocb_gp_stride
enable_rcu_lazy                 qhimark                         rcu_normal_wake_from_gp
gp_cleanup_delay                qlowmark                        rcu_resched_ns
gp_init_delay                   qovld                           sysrq_rcu
gp_preinit_delay                rcu_delay_page_cache_fill_msec  use_softirq
jiffies_till_first_fqs          rcu_divisor
jiffies_till_next_fqs           rcu_fanout_exact

./sys/module/rfcomm:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint       version

./sys/module/rfcomm/holders:

./sys/module/rfcomm/notes:

./sys/module/rfcomm/parameters:
channel_mtu  disable_cfc  l2cap_ertm

./sys/module/rfcomm/sections:
__bug_table                   __jump_table                  __param
__dyndbg                      __mcount_loc                  __patchable_function_entries

./sys/module/rfkill:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint

./sys/module/rfkill/holders:
bluetooth      cfg80211       iwlmvm         thinkpad_acpi

./sys/module/rfkill/notes:

./sys/module/rfkill/parameters:
default_state

./sys/module/rfkill/sections:
__bug_table                   __ksymtab_strings             __param
__ksymtab                     __mcount_loc                  __patchable_function_entries

./sys/module/rng_core:
parameters  uevent

./sys/module/rng_core/parameters:
current_quality  default_quality

./sys/module/roles:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/roles/holders:
typec_ucsi

./sys/module/roles/notes:

./sys/module/roles/sections:
__bug_table                   __ksymtab_strings             __patchable_function_entries
__ksymtab_gpl                 __mcount_loc

./sys/module/rtc_cmos:
parameters  uevent

./sys/module/rtc_cmos/parameters:
use_acpi_alarm

./sys/module/scsi_mod:
parameters  uevent

./sys/module/scsi_mod/parameters:
default_dev_flags   inq_timeout         scan
eh_deadline         max_luns            scsi_logging_level

./sys/module/secretmem:
parameters  uevent

./sys/module/secretmem/parameters:
enable

./sys/module/serio:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/serio/holders:
atkbd      i8042      psmouse    serio_raw

./sys/module/serio/notes:

./sys/module/serio/sections:
__ksymtab                     __mcount_loc
__ksymtab_strings             __patchable_function_entries

./sys/module/serio_raw:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/serio_raw/drivers:
serio:serio_raw

./sys/module/serio_raw/holders:

./sys/module/serio_raw/notes:

./sys/module/serio_raw/sections:
__dyndbg                      __mcount_loc
__jump_table                  __patchable_function_entries

./sys/module/sha1_ssse3:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/sha1_ssse3/holders:

./sys/module/sha1_ssse3/notes:

./sys/module/sha1_ssse3/sections:
__bug_table                   __mcount_loc                  __patchable_function_entries

./sys/module/sha256_ssse3:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/sha256_ssse3/holders:

./sys/module/sha256_ssse3/notes:

./sys/module/sha256_ssse3/sections:
__bug_table                   __mcount_loc                  __patchable_function_entries

./sys/module/sha512_ssse3:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/sha512_ssse3/holders:

./sys/module/sha512_ssse3/notes:

./sys/module/sha512_ssse3/sections:
__bug_table                   __mcount_loc                  __patchable_function_entries

./sys/module/shpchp:
parameters  uevent

./sys/module/shpchp/parameters:
shpchp_debug      shpchp_poll_mode  shpchp_poll_time

./sys/module/snd:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint

./sys/module/snd/holders:
snd_compress           snd_hda_codec_realtek  snd_seq_device         snd_usb_audio
snd_ctl_led            snd_hda_intel          snd_soc_core           snd_usbmidi_lib
snd_hda_codec          snd_hwdep              snd_sof                thinkpad_acpi
snd_hda_codec_generic  snd_pcm                snd_timer
snd_hda_codec_hdmi     snd_rawmidi            snd_ump

./sys/module/snd/notes:

./sys/module/snd/parameters:
cards_limit              major                    max_user_ctl_alloc_size  slots

./sys/module/snd/sections:
__bug_table                   __ksymtab                     __mcount_loc
__dyndbg                      __ksymtab_gpl                 __param
__jump_table                  __ksymtab_strings             __patchable_function_entries

./sys/module/snd_compress:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/snd_compress/holders:
snd_soc_avs     snd_soc_core    snd_sof_probes

./sys/module/snd_compress/notes:

./sys/module/snd_compress/sections:
__bug_table                   __ksymtab                     __mcount_loc
__dyndbg                      __ksymtab_gpl                 __patchable_function_entries
__jump_table                  __ksymtab_strings

./sys/module/snd_ctl_led:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/snd_ctl_led/holders:

./sys/module/snd_ctl_led/notes:

./sys/module/snd_ctl_led/sections:
__bug_table                   __mcount_loc                  __patchable_function_entries

./sys/module/snd_hda_codec:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint

./sys/module/snd_hda_codec/holders:
snd_hda_codec_generic         snd_soc_avs                   snd_soc_skl_hda_dsp
snd_hda_codec_hdmi            snd_soc_hda_codec             snd_sof_intel_hda
snd_hda_codec_realtek         snd_soc_hdac_hda
snd_hda_intel                 snd_soc_intel_hda_dsp_common

./sys/module/snd_hda_codec/notes:

./sys/module/snd_hda_codec/parameters:
dump_coef

./sys/module/snd_hda_codec/sections:
__bpf_raw_tp_map              __ksymtab_strings             __tracepoints_ptrs
__bug_table                   __mcount_loc                  __tracepoints_strings
__dyndbg                      __param                       _ftrace_events
__jump_table                  __patchable_function_entries
__ksymtab_gpl                 __tracepoints

./sys/module/snd_hda_codec_generic:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/snd_hda_codec_generic/drivers:
hdaudio:snd_hda_codec_generic

./sys/module/snd_hda_codec_generic/holders:
snd_hda_codec_realtek

./sys/module/snd_hda_codec_generic/notes:

./sys/module/snd_hda_codec_generic/sections:
__bug_table                   __ksymtab_gpl                 __patchable_function_entries
__dyndbg                      __ksymtab_strings
__jump_table                  __mcount_loc

./sys/module/snd_hda_codec_hdmi:
coresize    holders     initstate   parameters  sections    taint
drivers     initsize    notes       refcnt      srcversion  uevent

./sys/module/snd_hda_codec_hdmi/drivers:
hdaudio:snd_hda_codec_hdmi

./sys/module/snd_hda_codec_hdmi/holders:

./sys/module/snd_hda_codec_hdmi/notes:

./sys/module/snd_hda_codec_hdmi/parameters:
enable_acomp          enable_all_pins       enable_silent_stream  static_hdmi_pcm

./sys/module/snd_hda_codec_hdmi/sections:
__bug_table                   __jump_table                  __param
__dyndbg                      __mcount_loc                  __patchable_function_entries

./sys/module/snd_hda_codec_realtek:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/snd_hda_codec_realtek/drivers:
hdaudio:snd_hda_codec_realtek

./sys/module/snd_hda_codec_realtek/holders:

./sys/module/snd_hda_codec_realtek/notes:

./sys/module/snd_hda_codec_realtek/sections:
__bug_table                   __jump_table                  __patchable_function_entries
__dyndbg                      __mcount_loc

./sys/module/snd_hda_core:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint

./sys/module/snd_hda_core/holders:
snd_hda_codec                 snd_hda_ext_core              snd_soc_hdac_hda
snd_hda_codec_generic         snd_hda_intel                 snd_soc_intel_hda_dsp_common
snd_hda_codec_hdmi            snd_soc_avs                   snd_sof_intel_hda
snd_hda_codec_realtek         snd_soc_hda_codec             snd_sof_intel_hda_common

./sys/module/snd_hda_core/notes:

./sys/module/snd_hda_core/parameters:
gpu_bind

./sys/module/snd_hda_core/sections:
__bpf_raw_tp_map              __ksymtab_strings             __tracepoints_ptrs
__bug_table                   __mcount_loc                  __tracepoints_strings
__dyndbg                      __param                       _ftrace_events
__jump_table                  __patchable_function_entries
__ksymtab_gpl                 __tracepoints

./sys/module/snd_hda_ext_core:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/snd_hda_ext_core/holders:
snd_soc_avs               snd_soc_hdac_hda          snd_sof_intel_hda_common
snd_soc_hda_codec         snd_sof_intel_hda         snd_sof_intel_hda_mlink

./sys/module/snd_hda_ext_core/notes:

./sys/module/snd_hda_ext_core/sections:
__bug_table                   __ksymtab_gpl                 __patchable_function_entries
__dyndbg                      __ksymtab_strings
__jump_table                  __mcount_loc

./sys/module/snd_hda_intel:
coresize    holders     initstate   parameters  sections    taint
drivers     initsize    notes       refcnt      srcversion  uevent

./sys/module/snd_hda_intel/drivers:
pci:snd_hda_intel

./sys/module/snd_hda_intel/holders:

./sys/module/snd_hda_intel/notes:

./sys/module/snd_hda_intel/parameters:
align_buffer_size      enable                 model                  power_save_controller
bdl_pos_adj            enable_msi             patch                  probe_mask
beep_mode              id                     pm_blacklist           probe_only
ctl_dev_id             index                  position_fix           single_cmd
dmic_detect            jackpoll_ms            power_save             snoop

./sys/module/snd_hda_intel/sections:
__bpf_raw_tp_map              __mcount_loc                  __tracepoints_ptrs
__bug_table                   __param                       __tracepoints_strings
__dyndbg                      __patchable_function_entries  _ftrace_events
__jump_table                  __tracepoints

./sys/module/snd_hda_scodec_component:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/snd_hda_scodec_component/holders:
snd_hda_codec_realtek

./sys/module/snd_hda_scodec_component/notes:

./sys/module/snd_hda_scodec_component/sections:
__dyndbg                      __ksymtab_gpl                 __mcount_loc
__jump_table                  __ksymtab_strings             __patchable_function_entries

./sys/module/snd_hwdep:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/snd_hwdep/holders:
snd_hda_codec  snd_usb_audio

./sys/module/snd_hwdep/notes:

./sys/module/snd_hwdep/sections:
__bug_table                   __ksymtab_strings             __patchable_function_entries
__ksymtab                     __mcount_loc

./sys/module/snd_intel_dspcfg:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint

./sys/module/snd_intel_dspcfg/holders:
snd_hda_intel              snd_sof                    snd_sof_intel_hda_generic
snd_soc_avs                snd_sof_intel_hda_common

./sys/module/snd_intel_dspcfg/notes:

./sys/module/snd_intel_dspcfg/parameters:
dsp_driver

./sys/module/snd_intel_dspcfg/sections:
__dyndbg                      __ksymtab_gpl                 __param
__jump_table                  __ksymtab_strings             __patchable_function_entries
__ksymtab                     __mcount_loc

./sys/module/snd_intel_sdw_acpi:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint

./sys/module/snd_intel_sdw_acpi/holders:
snd_intel_dspcfg           snd_sof_intel_hda_generic

./sys/module/snd_intel_sdw_acpi/notes:

./sys/module/snd_intel_sdw_acpi/parameters:
sdw_ctrl_addr  sdw_link_mask

./sys/module/snd_intel_sdw_acpi/sections:
__dyndbg                      __ksymtab_strings             __patchable_function_entries
__jump_table                  __mcount_loc
__ksymtab                     __param

./sys/module/snd_pcm:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint

./sys/module/snd_pcm/holders:
snd_compress              snd_hda_intel             snd_sof                   soundwire_intel
snd_hda_codec             snd_pcm_dmaengine         snd_sof_intel_hda_common
snd_hda_codec_hdmi        snd_soc_avs               snd_sof_utils
snd_hda_core              snd_soc_core              snd_usb_audio

./sys/module/snd_pcm/notes:

./sys/module/snd_pcm/parameters:
max_alloc_per_card  maximum_substreams  preallocate_dma

./sys/module/snd_pcm/sections:
__bpf_raw_tp_map              __ksymtab_gpl                 __tracepoints_ptrs
__bug_table                   __ksymtab_strings             __tracepoints_strings
__dyndbg                      __mcount_loc                  _ftrace_events
__ex_table                    __param                       runtime_ptr_USER_PTR_MAX
__jump_table                  __patchable_function_entries
__ksymtab                     __tracepoints

./sys/module/snd_pcm_dmaengine:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/snd_pcm_dmaengine/holders:
snd_soc_core

./sys/module/snd_pcm_dmaengine/notes:

./sys/module/snd_pcm_dmaengine/sections:
__ksymtab_gpl                 __mcount_loc
__ksymtab_strings             __patchable_function_entries

./sys/module/snd_rawmidi:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint

./sys/module/snd_rawmidi/holders:
snd_ump          snd_usbmidi_lib

./sys/module/snd_rawmidi/notes:

./sys/module/snd_rawmidi/parameters:
amidi_map  midi_map

./sys/module/snd_rawmidi/sections:
__bug_table                   __ksymtab                     __mcount_loc
__dyndbg                      __ksymtab_gpl                 __param
__jump_table                  __ksymtab_strings             __patchable_function_entries

./sys/module/snd_seq_device:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/snd_seq_device/holders:
snd_rawmidi  snd_ump

./sys/module/snd_seq_device/notes:

./sys/module/snd_seq_device/sections:
__bug_table                   __ksymtab_gpl                 __mcount_loc
__ksymtab                     __ksymtab_strings             __patchable_function_entries

./sys/module/snd_soc_acpi:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/snd_soc_acpi/holders:
snd_soc_acpi_intel_match   snd_sof_intel_hda_generic

./sys/module/snd_soc_acpi/notes:

./sys/module/snd_soc_acpi/sections:
__dyndbg                      __ksymtab_gpl                 __mcount_loc
__jump_table                  __ksymtab_strings             __patchable_function_entries

./sys/module/snd_soc_acpi_intel_match:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/snd_soc_acpi_intel_match/holders:
snd_soc_intel_sof_board_helpers  snd_sof_pci_intel_cnl
snd_sof_intel_hda_generic        snd_sof_pci_intel_tgl

./sys/module/snd_soc_acpi_intel_match/notes:

./sys/module/snd_soc_acpi_intel_match/sections:
__dyndbg                      __ksymtab_gpl                 __patchable_function_entries
__jump_table                  __ksymtab_strings
__ksymtab                     __mcount_loc

./sys/module/snd_soc_avs:
coresize    holders     initstate   parameters  sections    taint
drivers     initsize    notes       refcnt      srcversion  uevent

./sys/module/snd_soc_avs/drivers:
pci:snd_soc_avs

./sys/module/snd_soc_avs/holders:

./sys/module/snd_soc_avs/notes:

./sys/module/snd_soc_avs/parameters:
cgctl_mask         i2s_test           ignore_fw_version  pgctl_mask

./sys/module/snd_soc_avs/sections:
__bpf_raw_tp_map              __mcount_loc                  __tracepoints_ptrs
__bug_table                   __param                       __tracepoints_strings
__dyndbg                      __patchable_function_entries  _ftrace_events
__jump_table                  __tracepoints

./sys/module/snd_soc_core:
coresize    holders     initstate   parameters  sections    taint
drivers     initsize    notes       refcnt      srcversion  uevent

./sys/module/snd_soc_core/drivers:
platform:snd-soc-dummy  platform:soc-audio

./sys/module/snd_soc_core/holders:
snd_soc_avs                      snd_soc_intel_sof_board_helpers  snd_sof_probes
snd_soc_dmic                     snd_soc_skl_hda_dsp              soundwire_intel
snd_soc_hda_codec                snd_sof
snd_soc_hdac_hda                 snd_sof_intel_hda_common

./sys/module/snd_soc_core/notes:

./sys/module/snd_soc_core/parameters:
prealloc_buffer_size_kbytes

./sys/module/snd_soc_core/sections:
__bpf_raw_tp_map              __ksymtab_gpl                 __tracepoints
__bug_table                   __ksymtab_strings             __tracepoints_ptrs
__dyndbg                      __mcount_loc                  __tracepoints_strings
__jump_table                  __param                       _ftrace_eval_map
__ksymtab                     __patchable_function_entries  _ftrace_events

./sys/module/snd_soc_dmic:
coresize    holders     initstate   parameters  sections    taint
drivers     initsize    notes       refcnt      srcversion  uevent

./sys/module/snd_soc_dmic/drivers:
platform:dmic-codec

./sys/module/snd_soc_dmic/holders:

./sys/module/snd_soc_dmic/notes:

./sys/module/snd_soc_dmic/parameters:
modeswitch_delay  wakeup_delay

./sys/module/snd_soc_dmic/sections:
__mcount_loc                  __param                       __patchable_function_entries

./sys/module/snd_soc_hda_codec:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/snd_soc_hda_codec/holders:
snd_soc_avs

./sys/module/snd_soc_hda_codec/notes:

./sys/module/snd_soc_hda_codec/sections:
__bug_table                   __ksymtab_gpl                 __patchable_function_entries
__dyndbg                      __ksymtab_strings
__jump_table                  __mcount_loc

./sys/module/snd_soc_hdac_hda:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint

./sys/module/snd_soc_hdac_hda/holders:
snd_sof_intel_hda_common

./sys/module/snd_soc_hdac_hda/notes:

./sys/module/snd_soc_hdac_hda/parameters:
patch

./sys/module/snd_soc_hdac_hda/sections:
__dyndbg                      __ksymtab_strings             __patchable_function_entries
__jump_table                  __mcount_loc
__ksymtab_gpl                 __param

./sys/module/snd_soc_intel_hda_dsp_common:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/snd_soc_intel_hda_dsp_common/holders:
snd_soc_intel_sof_board_helpers

./sys/module/snd_soc_intel_hda_dsp_common/notes:

./sys/module/snd_soc_intel_hda_dsp_common/sections:
__dyndbg                      __ksymtab                     __mcount_loc
__jump_table                  __ksymtab_strings             __patchable_function_entries

./sys/module/snd_soc_intel_sof_board_helpers:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/snd_soc_intel_sof_board_helpers/holders:
snd_soc_skl_hda_dsp

./sys/module/snd_soc_intel_sof_board_helpers/notes:

./sys/module/snd_soc_intel_sof_board_helpers/sections:
__dyndbg                      __ksymtab                     __mcount_loc
__jump_table                  __ksymtab_strings             __patchable_function_entries

./sys/module/snd_soc_skl_hda_dsp:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/snd_soc_skl_hda_dsp/drivers:
platform:skl_hda_dsp_generic

./sys/module/snd_soc_skl_hda_dsp/holders:

./sys/module/snd_soc_skl_hda_dsp/notes:

./sys/module/snd_soc_skl_hda_dsp/sections:
__dyndbg                      __mcount_loc
__jump_table                  __patchable_function_entries

./sys/module/snd_sof:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint

./sys/module/snd_sof/holders:
snd_sof_intel_hda          snd_sof_intel_hda_generic  snd_sof_pci_intel_cnl
snd_sof_intel_hda_common   snd_sof_pci                snd_sof_probes

./sys/module/snd_sof/notes:

./sys/module/snd_sof/parameters:
ipc4_ignore_cpc  sof_debug

./sys/module/snd_sof/sections:
__bpf_raw_tp_map              __ksymtab_gpl                 __tracepoints
__bug_table                   __ksymtab_strings             __tracepoints_ptrs
__dyndbg                      __mcount_loc                  __tracepoints_strings
__jump_table                  __param                       _ftrace_events
__ksymtab                     __patchable_function_entries

./sys/module/snd_sof_intel_hda:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint

./sys/module/snd_sof_intel_hda/holders:
snd_sof_intel_hda_common   snd_sof_intel_hda_generic

./sys/module/snd_sof_intel_hda/notes:

./sys/module/snd_sof_intel_hda/parameters:
codec_mask

./sys/module/snd_sof_intel_hda/sections:
__dyndbg                      __ksymtab_strings             __patchable_function_entries
__jump_table                  __mcount_loc
__ksymtab_gpl                 __param

./sys/module/snd_sof_intel_hda_common:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint

./sys/module/snd_sof_intel_hda_common/holders:
snd_sof_intel_hda_generic  snd_sof_pci_intel_cnl      snd_sof_pci_intel_tgl

./sys/module/snd_sof_intel_hda_common/notes:

./sys/module/snd_sof_intel_hda_common/parameters:
always_enable_dmi_l1  disable_rewinds       position_quirk        sof_use_tplg_nhlt

./sys/module/snd_sof_intel_hda_common/sections:
__bpf_raw_tp_map              __ksymtab_strings             __tracepoints_ptrs
__bug_table                   __mcount_loc                  __tracepoints_strings
__dyndbg                      __param                       _ftrace_events
__jump_table                  __patchable_function_entries
__ksymtab                     __tracepoints

./sys/module/snd_sof_intel_hda_generic:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint

./sys/module/snd_sof_intel_hda_generic/holders:
snd_sof_pci_intel_cnl  snd_sof_pci_intel_tgl

./sys/module/snd_sof_intel_hda_generic/notes:

./sys/module/snd_sof_intel_hda_generic/parameters:
bt_link_mask           hda_model              sdw_clock_stop_quirks
dmic_num               mclk_id

./sys/module/snd_sof_intel_hda_generic/sections:
__bug_table                   __ksymtab                     __param
__dyndbg                      __ksymtab_strings             __patchable_function_entries
__jump_table                  __mcount_loc

./sys/module/snd_sof_intel_hda_mlink:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/snd_sof_intel_hda_mlink/holders:
snd_sof_intel_hda_common   snd_sof_intel_hda_generic  soundwire_intel

./sys/module/snd_sof_intel_hda_mlink/notes:

./sys/module/snd_sof_intel_hda_mlink/sections:
__dyndbg                      __ksymtab                     __mcount_loc
__jump_table                  __ksymtab_strings             __patchable_function_entries

./sys/module/snd_sof_pci:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint

./sys/module/snd_sof_pci/holders:
snd_sof_intel_hda_generic  snd_sof_pci_intel_cnl      snd_sof_pci_intel_tgl

./sys/module/snd_sof_pci/notes:

./sys/module/snd_sof_pci/parameters:
fw_filename    fw_path        ipc_type       lib_path       sof_pci_debug  tplg_filename  tplg_path

./sys/module/snd_sof_pci/sections:
__dyndbg                      __ksymtab_strings             __patchable_function_entries
__jump_table                  __mcount_loc
__ksymtab                     __param

./sys/module/snd_sof_pci_intel_cnl:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/snd_sof_pci_intel_cnl/drivers:
pci:sof-audio-pci-intel-cnl

./sys/module/snd_sof_pci_intel_cnl/holders:
snd_sof_pci_intel_tgl

./sys/module/snd_sof_pci_intel_cnl/notes:

./sys/module/snd_sof_pci_intel_cnl/sections:
__dyndbg                      __ksymtab                     __mcount_loc
__jump_table                  __ksymtab_strings             __patchable_function_entries

./sys/module/snd_sof_pci_intel_tgl:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/snd_sof_pci_intel_tgl/drivers:
pci:sof-audio-pci-intel-tgl

./sys/module/snd_sof_pci_intel_tgl/holders:

./sys/module/snd_sof_pci_intel_tgl/notes:

./sys/module/snd_sof_pci_intel_tgl/sections:
__mcount_loc                  __patchable_function_entries

./sys/module/snd_sof_probes:
coresize    holders     initstate   parameters  sections    taint
drivers     initsize    notes       refcnt      srcversion  uevent

./sys/module/snd_sof_probes/drivers:
auxiliary:snd_sof_probes

./sys/module/snd_sof_probes/holders:

./sys/module/snd_sof_probes/notes:

./sys/module/snd_sof_probes/parameters:
enable

./sys/module/snd_sof_probes/sections:
__bug_table                   __param
__mcount_loc                  __patchable_function_entries

./sys/module/snd_sof_utils:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/snd_sof_utils/holders:
snd_sof

./sys/module/snd_sof_utils/notes:

./sys/module/snd_sof_utils/sections:
__dyndbg                      __ksymtab                     __mcount_loc
__jump_table                  __ksymtab_strings             __patchable_function_entries

./sys/module/snd_sof_xtensa_dsp:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/snd_sof_xtensa_dsp/holders:
snd_sof_intel_hda_generic

./sys/module/snd_sof_xtensa_dsp/notes:

./sys/module/snd_sof_xtensa_dsp/sections:
__ksymtab                     __mcount_loc
__ksymtab_strings             __patchable_function_entries

./sys/module/snd_timer:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint

./sys/module/snd_timer/holders:
snd_pcm

./sys/module/snd_timer/notes:

./sys/module/snd_timer/parameters:
timer_limit             timer_tstamp_monotonic

./sys/module/snd_timer/sections:
__bug_table                   __ksymtab                     __param
__dyndbg                      __ksymtab_strings             __patchable_function_entries
__jump_table                  __mcount_loc

./sys/module/snd_ump:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/snd_ump/holders:
snd_usb_audio

./sys/module/snd_ump/notes:

./sys/module/snd_ump/sections:
__dyndbg                      __ksymtab_gpl                 __mcount_loc
__jump_table                  __ksymtab_strings             __patchable_function_entries

./sys/module/snd_usb_audio:
coresize    holders     initstate   parameters  sections    taint
drivers     initsize    notes       refcnt      srcversion  uevent

./sys/module/snd_usb_audio/drivers:
usb:snd-usb-audio

./sys/module/snd_usb_audio/holders:

./sys/module/snd_usb_audio/notes:

./sys/module/snd_usb_audio/parameters:
autoclock         id                lowlatency        quirk_alias       vid
delayed_register  ignore_ctl_error  midi2_enable      quirk_flags
device_setup      implicit_fb       midi2_ump_probe   skip_validation
enable            index             pid               use_vmalloc

./sys/module/snd_usb_audio/sections:
__bug_table                   __jump_table                  __param
__dyndbg                      __mcount_loc                  __patchable_function_entries

./sys/module/snd_usbmidi_lib:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/snd_usbmidi_lib/holders:
snd_usb_audio

./sys/module/snd_usbmidi_lib/notes:

./sys/module/snd_usbmidi_lib/sections:
__dyndbg                      __ksymtab                     __mcount_loc
__jump_table                  __ksymtab_strings             __patchable_function_entries

./sys/module/soundcore:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint

./sys/module/soundcore/holders:
snd          snd_ctl_led

./sys/module/soundcore/notes:

./sys/module/soundcore/parameters:
preclaim_oss

./sys/module/soundcore/sections:
__ksymtab                     __mcount_loc                  __patchable_function_entries
__ksymtab_strings             __param

./sys/module/soundwire_bus:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/soundwire_bus/holders:
soundwire_cadence             soundwire_generic_allocation  soundwire_intel

./sys/module/soundwire_bus/notes:

./sys/module/soundwire_bus/sections:
__dyndbg                      __ksymtab_gpl                 __patchable_function_entries
__jump_table                  __ksymtab_strings
__ksymtab                     __mcount_loc

./sys/module/soundwire_cadence:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint

./sys/module/soundwire_cadence/holders:
soundwire_intel

./sys/module/soundwire_cadence/notes:

./sys/module/soundwire_cadence/parameters:
cnds_mcp_int_mask

./sys/module/soundwire_cadence/sections:
__dyndbg                      __ksymtab_gpl                 __param
__jump_table                  __ksymtab_strings             __patchable_function_entries
__ksymtab                     __mcount_loc

./sys/module/soundwire_generic_allocation:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/soundwire_generic_allocation/holders:
soundwire_intel

./sys/module/soundwire_generic_allocation/notes:

./sys/module/soundwire_generic_allocation/sections:
__ksymtab                     __mcount_loc
__ksymtab_strings             __patchable_function_entries

./sys/module/soundwire_intel:
coresize    holders     initstate   parameters  sections    taint
drivers     initsize    notes       refcnt      srcversion  uevent

./sys/module/soundwire_intel/drivers:
auxiliary:soundwire_intel

./sys/module/soundwire_intel/holders:
snd_sof_intel_hda_generic

./sys/module/soundwire_intel/notes:

./sys/module/soundwire_intel/parameters:
sdw_md_flags

./sys/module/soundwire_intel/sections:
__dyndbg                      __ksymtab_strings             __patchable_function_entries
__jump_table                  __mcount_loc
__ksymtab                     __param

./sys/module/sparse_keymap:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/sparse_keymap/holders:
intel_hid      thinkpad_acpi

./sys/module/sparse_keymap/notes:

./sys/module/sparse_keymap/sections:
__ksymtab                     __mcount_loc
__ksymtab_strings             __patchable_function_entries

./sys/module/spi_intel:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/spi_intel/holders:
spi_intel_pci

./sys/module/spi_intel/notes:

./sys/module/spi_intel/sections:
__bug_table                   __ksymtab_gpl                 __param
__dyndbg                      __ksymtab_strings             __patchable_function_entries
__jump_table                  __mcount_loc

./sys/module/spi_intel_pci:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/spi_intel_pci/drivers:
pci:intel-spi

./sys/module/spi_intel_pci/holders:

./sys/module/spi_intel_pci/notes:

./sys/module/spi_intel_pci/sections:
__mcount_loc                  __patchable_function_entries

./sys/module/spi_nor:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/spi_nor/drivers:
spi:spi-nor

./sys/module/spi_nor/holders:

./sys/module/spi_nor/notes:

./sys/module/spi_nor/sections:
__bug_table                   __ksymtab_gpl                 __patchable_function_entries
__dyndbg                      __ksymtab_strings
__jump_table                  __mcount_loc

./sys/module/spurious:
parameters  uevent

./sys/module/spurious/parameters:
irqfixup    noirqdebug

./sys/module/srcutree:
parameters  uevent

./sys/module/srcutree/parameters:
big_cpu_lim             counter_wrap_check      small_contention_lim    srcu_max_nodelay_phase
convert_to_big          exp_holdoff             srcu_max_nodelay        srcu_retry_check_delay

./sys/module/stp:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/stp/holders:
bridge

./sys/module/stp/notes:

./sys/module/stp/sections:
__ksymtab_gpl                 __mcount_loc
__ksymtab_strings             __patchable_function_entries

./sys/module/suspend:
parameters  uevent

./sys/module/suspend/parameters:
pm_test_delay

./sys/module/sysrq:
parameters  uevent

./sys/module/sysrq/parameters:
reset_seq          sysrq_downtime_ms

./sys/module/tcp_cubic:
parameters  uevent      version

./sys/module/tcp_cubic/parameters:
beta                  hystart               hystart_low_window
bic_scale             hystart_ack_delta_us  initial_ssthresh
fast_convergence      hystart_detect        tcp_friendliness

./sys/module/thermal:
parameters  uevent

./sys/module/thermal/parameters:
act  crt  psv  tzp

./sys/module/think_lmi:
coresize    holders     initstate   parameters  sections    taint
drivers     initsize    notes       refcnt      srcversion  uevent

./sys/module/think_lmi/drivers:
wmi:think-lmi

./sys/module/think_lmi/holders:

./sys/module/think_lmi/notes:

./sys/module/think_lmi/parameters:
debug_support

./sys/module/think_lmi/sections:
__bug_table                   __jump_table                  __param
__dyndbg                      __mcount_loc                  __patchable_function_entries

./sys/module/thinkpad_acpi:
coresize    holders     initstate   parameters  sections    taint       version
drivers     initsize    notes       refcnt      srcversion  uevent

./sys/module/thinkpad_acpi/drivers:
acpi:thinkpad_hotkey     platform:thinkpad_acpi   platform:thinkpad_hwmon

./sys/module/thinkpad_acpi/holders:

./sys/module/thinkpad_acpi/notes:

./sys/module/thinkpad_acpi/parameters:
brightness_enable    experimental         id                   software_mute        volume_mode
brightness_mode      fan_control          index                volume_capabilities
enable               force_load           profile_force        volume_control

./sys/module/thinkpad_acpi/sections:
__bug_table                   __jump_table                  __param
__dyndbg                      __mcount_loc                  __patchable_function_entries

./sys/module/thunderbolt:
coresize    holders     initstate   parameters  sections    taint
drivers     initsize    notes       refcnt      srcversion  uevent

./sys/module/thunderbolt/drivers:
pci:thunderbolt

./sys/module/thunderbolt/holders:

./sys/module/thunderbolt/notes:

./sys/module/thunderbolt/parameters:
asym_threshold  clx             host_reset      xdomain
bw_alloc_mode   dma_credits     start_icm

./sys/module/thunderbolt/sections:
__bpf_raw_tp_map              __ksymtab_strings             __tracepoints_ptrs
__bug_table                   __mcount_loc                  __tracepoints_strings
__dyndbg                      __param                       _ftrace_events
__jump_table                  __patchable_function_entries  runtime_ptr_USER_PTR_MAX
__ksymtab_gpl                 __tracepoints

./sys/module/tpm:
parameters  uevent      version

./sys/module/tpm/parameters:
disable_pcr_integrity  suspend_pcr

./sys/module/tpm_crb:
uevent   version

./sys/module/tpm_tis:
parameters  uevent      version

./sys/module/tpm_tis/parameters:
force       hid         interrupts  itpm

./sys/module/tpm_tis_core:
uevent   version

./sys/module/ttm:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint

./sys/module/ttm/holders:
drm_ttm_helper  i915            xe

./sys/module/ttm/notes:

./sys/module/ttm/parameters:
dma32_pages_limit  page_pool_size     pages_limit

./sys/module/ttm/sections:
__bug_table                   __ksymtab                     __param
__dyndbg                      __ksymtab_strings             __patchable_function_entries
__jump_table                  __mcount_loc

./sys/module/tun:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/tun/holders:

./sys/module/tun/notes:

./sys/module/tun/sections:
__bug_table                   __ksymtab_gpl                 __mcount_loc
__jump_table                  __ksymtab_strings             __patchable_function_entries

./sys/module/typec:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/typec/holders:
typec_ucsi

./sys/module/typec/notes:

./sys/module/typec/sections:
__bug_table                   __ksymtab_gpl                 __patchable_function_entries
__dyndbg                      __ksymtab_strings
__jump_table                  __mcount_loc

./sys/module/typec_ucsi:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/typec_ucsi/holders:
ucsi_acpi

./sys/module/typec_ucsi/notes:

./sys/module/typec_ucsi/sections:
__bpf_raw_tp_map              __ksymtab_gpl                 __tracepoints
__bug_table                   __ksymtab_strings             __tracepoints_ptrs
__dyndbg                      __mcount_loc                  __tracepoints_strings
__jump_table                  __patchable_function_entries  _ftrace_events

./sys/module/uas:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/uas/drivers:
usb:uas

./sys/module/uas/holders:

./sys/module/uas/notes:

./sys/module/uas/sections:
__bug_table                   __jump_table                  __patchable_function_entries
__dyndbg                      __mcount_loc

./sys/module/ucsi_acpi:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/ucsi_acpi/drivers:
platform:ucsi_acpi

./sys/module/ucsi_acpi/holders:

./sys/module/ucsi_acpi/notes:

./sys/module/ucsi_acpi/sections:
__mcount_loc                  __patchable_function_entries

./sys/module/udmabuf:
parameters  uevent

./sys/module/udmabuf/parameters:
list_limit     size_limit_mb

./sys/module/uhci_hcd:
parameters  uevent

./sys/module/uhci_hcd/parameters:
debug      ignore_oc

./sys/module/usb_storage:
coresize    holders     initstate   parameters  sections    taint
drivers     initsize    notes       refcnt      srcversion  uevent

./sys/module/usb_storage/drivers:
usb:usb-storage

./sys/module/usb_storage/holders:
uas

./sys/module/usb_storage/notes:

./sys/module/usb_storage/parameters:
delay_use        option_zero_cd   quirks           swi_tru_install

./sys/module/usb_storage/sections:
__bug_table                   __ksymtab_gpl                 __param
__dyndbg                      __ksymtab_strings             __patchable_function_entries
__jump_table                  __mcount_loc

./sys/module/usbcore:
parameters  uevent

./sys/module/usbcore/parameters:
authorized_default          nousb                       usbfs_snoop
autosuspend                 old_scheme_first            usbfs_snoop_max
blinkenlights               quirks                      use_both_schemes
initial_descriptor_timeout  usbfs_memory_mb

./sys/module/usbhid:
coresize    holders     initstate   parameters  sections    taint
drivers     initsize    notes       refcnt      srcversion  uevent

./sys/module/usbhid/drivers:
usb:usbhid

./sys/module/usbhid/holders:
wacom

./sys/module/usbhid/notes:

./sys/module/usbhid/parameters:
ignoreled  jspoll     kbpoll     mousepoll  quirks

./sys/module/usbhid/sections:
__bug_table                   __ksymtab_gpl                 __param
__dyndbg                      __ksymtab_strings             __patchable_function_entries
__jump_table                  __mcount_loc

./sys/module/usbnet:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/usbnet/holders:
cdc_ether  cdc_mbim   cdc_ncm

./sys/module/usbnet/notes:

./sys/module/usbnet/sections:
__bug_table                   __ksymtab                     __mcount_loc
__dyndbg                      __ksymtab_gpl                 __param
__jump_table                  __ksymtab_strings             __patchable_function_entries

./sys/module/uvc:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/uvc/holders:
uvcvideo

./sys/module/uvc/notes:

./sys/module/uvc/sections:
__ksymtab_gpl                 __mcount_loc
__ksymtab_strings             __patchable_function_entries

./sys/module/uvcvideo:
coresize    holders     initstate   parameters  sections    taint       version
drivers     initsize    notes       refcnt      srcversion  uevent

./sys/module/uvcvideo/drivers:
usb:uvcvideo

./sys/module/uvcvideo/holders:

./sys/module/uvcvideo/notes:

./sys/module/uvcvideo/parameters:
clock         hwtimestamps  nodrop        quirks        timeout       trace

./sys/module/uvcvideo/sections:
__bug_table                   __jump_table                  __patchable_function_entries
__dyndbg                      __mcount_loc                  runtime_ptr_USER_PTR_MAX
__ex_table                    __param

./sys/module/veth:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/veth/holders:

./sys/module/veth/notes:

./sys/module/veth/sections:
__bug_table                   __mcount_loc
__jump_table                  __patchable_function_entries

./sys/module/vfat:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/vfat/holders:

./sys/module/vfat/notes:

./sys/module/vfat/sections:
__bug_table                   __mcount_loc                  __patchable_function_entries

./sys/module/video:
coresize    holders     initstate   parameters  sections    taint
drivers     initsize    notes       refcnt      srcversion  uevent

./sys/module/video/drivers:
acpi:video

./sys/module/video/holders:
i915           thinkpad_acpi  xe

./sys/module/video/notes:

./sys/module/video/parameters:
allow_duplicates           device_id_scheme           only_lcd
brightness_switch_enabled  hw_changes_brightness      report_key_events

./sys/module/video/sections:
__dyndbg                      __ksymtab_strings             __patchable_function_entries
__jump_table                  __mcount_loc
__ksymtab                     __param

./sys/module/videobuf2_common:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint

./sys/module/videobuf2_common/holders:
uvcvideo           videobuf2_memops   videobuf2_v4l2     videobuf2_vmalloc

./sys/module/videobuf2_common/notes:

./sys/module/videobuf2_common/parameters:
debug

./sys/module/videobuf2_common/sections:
__bpf_raw_tp_map              __ksymtab_strings             __tracepoints_ptrs
__bug_table                   __mcount_loc                  __tracepoints_strings
__jump_table                  __param                       _ftrace_events
__ksymtab                     __patchable_function_entries
__ksymtab_gpl                 __tracepoints

./sys/module/videobuf2_memops:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/videobuf2_memops/holders:
videobuf2_vmalloc

./sys/module/videobuf2_memops/notes:

./sys/module/videobuf2_memops/sections:
__dyndbg                      __ksymtab_gpl                 __patchable_function_entries
__jump_table                  __ksymtab_strings
__ksymtab                     __mcount_loc

./sys/module/videobuf2_v4l2:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint

./sys/module/videobuf2_v4l2/holders:
uvcvideo

./sys/module/videobuf2_v4l2/notes:

./sys/module/videobuf2_v4l2/parameters:
debug

./sys/module/videobuf2_v4l2/sections:
__bug_table                   __ksymtab_strings             __patchable_function_entries
__ksymtab                     __mcount_loc
__ksymtab_gpl                 __param

./sys/module/videobuf2_vmalloc:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/videobuf2_vmalloc/holders:
uvcvideo

./sys/module/videobuf2_vmalloc/notes:

./sys/module/videobuf2_vmalloc/sections:
__bug_table                   __ksymtab_gpl                 __patchable_function_entries
__dyndbg                      __ksymtab_strings
__jump_table                  __mcount_loc

./sys/module/videodev:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/videodev/holders:
uvcvideo        videobuf2_v4l2

./sys/module/videodev/notes:

./sys/module/videodev/sections:
__bpf_raw_tp_map              __ksymtab_gpl                 __tracepoints_ptrs
__bug_table                   __ksymtab_strings             __tracepoints_strings
__dyndbg                      __mcount_loc                  _ftrace_eval_map
__jump_table                  __patchable_function_entries  _ftrace_events
__ksymtab                     __tracepoints

./sys/module/virtio_pci:
parameters  uevent      version

./sys/module/virtio_pci/parameters:
force_legacy

./sys/module/virtio_pci_legacy_dev:
uevent   version

./sys/module/virtio_pci_modern_dev:
uevent   version

./sys/module/vivaldi_fmap:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/vivaldi_fmap/holders:
atkbd

./sys/module/vivaldi_fmap/notes:

./sys/module/vivaldi_fmap/sections:
__ksymtab_gpl                 __mcount_loc
__ksymtab_strings             __patchable_function_entries

./sys/module/vt:
parameters  uevent

./sys/module/vt/parameters:
color                  default_grn            global_cursor_default
cur_default            default_red            italic
default_blu            default_utf8           underline

./sys/module/wacom:
coresize    holders     initstate   parameters  sections    taint       version
drivers     initsize    notes       refcnt      srcversion  uevent

./sys/module/wacom/drivers:
hid:wacom

./sys/module/wacom/holders:

./sys/module/wacom/notes:

./sys/module/wacom/parameters:
touch_arbitration

./sys/module/wacom/sections:
__bug_table                   __jump_table                  __param
__dyndbg                      __mcount_loc                  __patchable_function_entries

./sys/module/watchdog:
parameters  uevent

./sys/module/watchdog/parameters:
handle_boot_enabled  open_timeout         stop_on_reboot

./sys/module/wmi:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/wmi/drivers:
platform:acpi-wmi

./sys/module/wmi/holders:
think_lmi  video      wmi_bmof

./sys/module/wmi/notes:

./sys/module/wmi/sections:
__ksymtab                     __ksymtab_strings             __patchable_function_entries
__ksymtab_gpl                 __mcount_loc

./sys/module/wmi_bmof:
coresize    holders     initstate   refcnt      srcversion  uevent
drivers     initsize    notes       sections    taint

./sys/module/wmi_bmof/drivers:
wmi:wmi-bmof

./sys/module/wmi_bmof/holders:

./sys/module/wmi_bmof/notes:

./sys/module/wmi_bmof/sections:
__mcount_loc                  __patchable_function_entries

./sys/module/workqueue:
parameters  uevent

./sys/module/workqueue/parameters:
cpu_intensive_thresh_us  debug_force_rr_cpu       default_affinity_scope   power_efficient

./sys/module/x86_pkg_temp_thermal:
coresize    initsize    notes       refcnt      srcversion  uevent
holders     initstate   parameters  sections    taint

./sys/module/x86_pkg_temp_thermal/holders:

./sys/module/x86_pkg_temp_thermal/notes:

./sys/module/x86_pkg_temp_thermal/parameters:
notify_delay_ms

./sys/module/x86_pkg_temp_thermal/sections:
__dyndbg                      __mcount_loc                  __patchable_function_entries
__jump_table                  __param

./sys/module/x_tables:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/x_tables/holders:
ip6_tables       ip_tables        iptable_raw      xt_conntrack     xt_tcpudp
ip6table_filter  iptable_filter   xt_MASQUERADE    xt_nat
ip6table_nat     iptable_nat      xt_addrtype      xt_set

./sys/module/x_tables/notes:

./sys/module/x_tables/sections:
__bug_table                   __ksymtab                     __patchable_function_entries
__dyndbg                      __ksymtab_gpl                 runtime_ptr_USER_PTR_MAX
__ex_table                    __ksymtab_strings
__jump_table                  __mcount_loc

./sys/module/xe:
coresize    holders     initstate   parameters  sections    taint
drivers     initsize    notes       refcnt      srcversion  uevent

./sys/module/xe/drivers:
pci:xe

./sys/module/xe/holders:

./sys/module/xe/notes:

./sys/module/xe/parameters:
disable_display           enable_dsb                gsc_firmware_path         panel_use_ssc
disable_power_well        enable_fbc                guc_firmware_path         probe_display
dmc_firmware_path         enable_ips                guc_log_level             psr_safest_params
edp_vswing                enable_psr                huc_firmware_path         vbt_firmware
enable_dc                 enable_psr2_sel_fetch     invert_brightness         vbt_sdvo_panel_type
enable_dmc_wl             enable_sagv               load_detect_test          verbose_state_checks
enable_dp_mst             force_execlist            lvds_channel_mode         vram_bar_size
enable_dpcd_backlight     force_probe               max_vfs                   wedged_mode
enable_dpt                force_reset_modeset_test  nuclear_pageflip

./sys/module/xe/sections:
__bpf_raw_tp_map              __mcount_loc                  __tracepoints_ptrs
__bug_table                   __param                       __tracepoints_strings
__ex_table                    __patchable_function_entries  _ftrace_events
__jump_table                  __tracepoints

./sys/module/xen:
parameters  uevent

./sys/module/xen/parameters:
balloon_boot_timeout  event_eoi_delay       event_loop_timeout

./sys/module/xfrm_algo:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/xfrm_algo/holders:
xfrm_user

./sys/module/xfrm_algo/notes:

./sys/module/xfrm_algo/sections:
__bug_table                   __ksymtab_strings             __patchable_function_entries
__ksymtab_gpl                 __mcount_loc

./sys/module/xfrm_user:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/xfrm_user/holders:

./sys/module/xfrm_user/notes:

./sys/module/xfrm_user/sections:
__bug_table                   __ksymtab_strings             __patchable_function_entries
__ksymtab_gpl                 __mcount_loc

./sys/module/xhci_hcd:
parameters  uevent

./sys/module/xhci_hcd/parameters:
link_quirk  quirks

./sys/module/xt_MASQUERADE:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/xt_MASQUERADE/holders:

./sys/module/xt_MASQUERADE/notes:

./sys/module/xt_MASQUERADE/sections:
__dyndbg                      __mcount_loc
__jump_table                  __patchable_function_entries

./sys/module/xt_addrtype:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/xt_addrtype/holders:

./sys/module/xt_addrtype/notes:

./sys/module/xt_addrtype/sections:
__mcount_loc                  __patchable_function_entries

./sys/module/xt_conntrack:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/xt_conntrack/holders:

./sys/module/xt_conntrack/notes:

./sys/module/xt_conntrack/sections:
__mcount_loc                  __patchable_function_entries

./sys/module/xt_nat:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/xt_nat/holders:

./sys/module/xt_nat/notes:

./sys/module/xt_nat/sections:
__bug_table                   __mcount_loc                  __patchable_function_entries

./sys/module/xt_set:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/xt_set/holders:

./sys/module/xt_set/notes:

./sys/module/xt_set/sections:
__mcount_loc                  __patchable_function_entries

./sys/module/xt_tcpudp:
coresize    initsize    notes       sections    taint
holders     initstate   refcnt      srcversion  uevent

./sys/module/xt_tcpudp/holders:

./sys/module/xt_tcpudp/notes:

./sys/module/xt_tcpudp/sections:
__dyndbg                      __mcount_loc
__jump_table                  __patchable_function_entries

./sys/module/xz_dec:
uevent   version

./sys/module/zswap:
parameters  uevent

./sys/module/zswap/parameters:
accept_threshold_percent  enabled                   shrinker_enabled
compressor                max_pool_percent          zpool

./sys/power:
disk                pm_debug_messages   pm_trace            resume              sync_on_suspend
image_size          pm_freeze_timeout   pm_trace_dev_match  resume_offset       wakeup_count
mem_sleep           pm_print_times      pm_wakeup_irq       state
pm_async            pm_test             reserved_size       suspend_stats

./sys/power/suspend_stats:
fail                  failed_resume_early   failed_suspend_noirq  last_hw_sleep
failed_freeze         failed_resume_noirq   last_failed_dev       max_hw_sleep
failed_prepare        failed_suspend        last_failed_errno     success
failed_resume         failed_suspend_late   last_failed_step      total_hw_sleep

./tmp:

./usr:
bin    lib    local  sbin   share

./usr/bin:
[            cryptpw      fuser        lsof         openvt       setsid       timeout      unzip
[[           cut          getconf      lsusb        passwd       sha1sum      top          uptime
awk          dc           getent       lzcat        paste        sha256sum    tr           uudecode
basename     deallocvt    groups       lzma         pgrep        sha3sum      traceroute   uuencode
bc           diff         hd           lzopcat      pkill        sha512sum    traceroute6  vi
beep         dirname      head         md5sum       pmap         showkey      tree         vlock
blkdiscard   dos2unix     hexdump      mesg         printf       shred        truncate     volname
bunzip2      du           hostid       microcom     pscan        shuf         tty          wc
bzcat        eject        iconv        mkfifo       pstree       sort         ttysize      wget
bzip2        env          id           mkpasswd     pwdx         split        udhcpc6      which
cal          expand       install      nc           readlink     ssl_client   unexpand     who
chvt         expr         ipcrm        nl           realpath     strings      uniq         whoami
cksum        factor       ipcs         nmeter       renice       sum          unix2dos     whois
clear        fallocate    killall      nohup        reset        tac          unlink       xargs
cmp          find         last         nproc        resize       tail         unlzma       xxd
comm         flock        ldd          nsenter      scanelf      tee          unlzop       xzcat
cpio         fold         less         nslookup     seq          test         unshare      yes
crontab      free         logger       od           setkeycodes  time         unxz

./usr/lib:
engines-3         libcrypto.so.3    libz.so.1         modules-load.d    ossl-modules
libapk.so.2.14.0  libssl.so.3       libz.so.1.3.1     os-release        sysctl.d

./usr/lib/engines-3:
afalg.so         capi.so          loader_attic.so  padlock.so

./usr/lib/modules-load.d:

./usr/lib/ossl-modules:
legacy.so

./usr/lib/sysctl.d:
00-alpine.conf

./usr/local:
bin    lib    share

./usr/local/bin:

./usr/local/lib:

./usr/local/share:

./usr/sbin:
add-shell     brctl         delgroup      killall5      nbd-client    rdev          sendmail
addgroup      chpasswd      deluser       loadfont      ntpd          readahead     setfont
adduser       chroot        ether-wake    nanddump      partprobe     remove-shell  setlogcons
arping        crond         fbset         nandwrite     rdate         rfkill

./usr/share:
apk     man     misc    udhcpc

./usr/share/apk:
keys

./usr/share/apk/keys:
aarch64
alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub
alpine-devel@lists.alpinelinux.org-5243ef4b.rsa.pub
alpine-devel@lists.alpinelinux.org-524d27bb.rsa.pub
alpine-devel@lists.alpinelinux.org-5261cecb.rsa.pub
alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub
alpine-devel@lists.alpinelinux.org-58cbb476.rsa.pub
alpine-devel@lists.alpinelinux.org-58e4f17d.rsa.pub
alpine-devel@lists.alpinelinux.org-5e69ca50.rsa.pub
alpine-devel@lists.alpinelinux.org-60ac2099.rsa.pub
alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub
alpine-devel@lists.alpinelinux.org-61666e3f.rsa.pub
alpine-devel@lists.alpinelinux.org-616a9724.rsa.pub
alpine-devel@lists.alpinelinux.org-616abc23.rsa.pub
alpine-devel@lists.alpinelinux.org-616ac3bc.rsa.pub
alpine-devel@lists.alpinelinux.org-616adfeb.rsa.pub
alpine-devel@lists.alpinelinux.org-616ae350.rsa.pub
alpine-devel@lists.alpinelinux.org-616db30d.rsa.pub
alpine-devel@lists.alpinelinux.org-66ba20fe.rsa.pub
armhf
armv7
loongarch64
mips64
ppc64le
riscv64
s390x
x86
x86_64

./usr/share/apk/keys/aarch64:
alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub
alpine-devel@lists.alpinelinux.org-616ae350.rsa.pub

./usr/share/apk/keys/armhf:
alpine-devel@lists.alpinelinux.org-524d27bb.rsa.pub
alpine-devel@lists.alpinelinux.org-616a9724.rsa.pub

./usr/share/apk/keys/armv7:
alpine-devel@lists.alpinelinux.org-524d27bb.rsa.pub
alpine-devel@lists.alpinelinux.org-616adfeb.rsa.pub

./usr/share/apk/keys/loongarch64:
alpine-devel@lists.alpinelinux.org-66ba20fe.rsa.pub

./usr/share/apk/keys/mips64:
alpine-devel@lists.alpinelinux.org-5e69ca50.rsa.pub

./usr/share/apk/keys/ppc64le:
alpine-devel@lists.alpinelinux.org-58cbb476.rsa.pub
alpine-devel@lists.alpinelinux.org-616abc23.rsa.pub

./usr/share/apk/keys/riscv64:
alpine-devel@lists.alpinelinux.org-60ac2099.rsa.pub
alpine-devel@lists.alpinelinux.org-616db30d.rsa.pub

./usr/share/apk/keys/s390x:
alpine-devel@lists.alpinelinux.org-58e4f17d.rsa.pub
alpine-devel@lists.alpinelinux.org-616ac3bc.rsa.pub

./usr/share/apk/keys/x86:
alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub
alpine-devel@lists.alpinelinux.org-5243ef4b.rsa.pub
alpine-devel@lists.alpinelinux.org-61666e3f.rsa.pub

./usr/share/apk/keys/x86_64:
alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub
alpine-devel@lists.alpinelinux.org-5261cecb.rsa.pub
alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub

./usr/share/man:

./usr/share/misc:

./usr/share/udhcpc:
default.script

./var:
cache  empty  lib    local  lock   log    mail   opt    run    spool  tmp

./var/cache:
apk   misc

./var/cache/apk:

./var/cache/misc:

./var/empty:

./var/lib:
misc

./var/lib/misc:

./var/local:

./var/log:

./var/mail:

./var/opt:

./var/spool:
cron  mail

./var/spool/cron:
crontabs

./var/tmp:
/ # ls
bin    etc    lib    mnt    proc   run    srv    tmp    var
dev    home   media  opt    root   sbin   sys    usr
/ # ls catcat alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub
cat: can't open 'alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub': No such file or directory
/ # 
/ # cat alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pubcat .alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pubualpine-devel@lists.alpinelinux.org-58199dcc.rsa.pubsalpine-devel@lists.alpinelinux.org-58199dcc.rsa.pubralpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pubsalpine-devel@lists.alpinelinux.org-58199dcc.rsa.pubhalpine-devel@lists.alpinelinux.org-58199dcc.rsa.pubaalpine-devel@lists.alpinelinux.org-58199dcc.rsa.pubralpine-devel@lists.alpinelinux.org-58199dcc.rsa.pubealpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pubaalpine-devel@lists.alpinelinux.org-58199dcc.rsa.pubpalpine-devel@lists.alpinelinux.org-58199dcc.rsa.pubkalpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pubkalpine-devel@lists.alpinelinux.org-58199dcc.rsa.pubealpine-devel@lists.alpinelinux.org-58199dcc.rsa.pubyalpine-devel@lists.alpinelinux.org-58199dcc.rsa.pubsalpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pubaalpine-devel@lists.alpinelinux.org-58199dcc.rsa.pubaalpine-devel@lists.alpinelinux.org-58199dcc.rsa.pubralpine-devel@lists.alpinelinux.org-58199dcc.rsa.pubcalpine-devel@lists.alpinelinux.org-58199dcc.rsa.pubhalpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub6alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub4alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pubalpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub
cat: can't open './usr/share/apk/keys/aarch64alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub': No such file or directory
/ # 
/ # cat ./usr/share/apk/keys/aarch64alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub4/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pubalpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub
-----BEGIN PUBLIC KEY-----
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3v8/ye/V/t5xf4JiXLXa
hWFRozsnmn3hobON20GdmkrzKzO/eUqPOKTpg2GtvBhK30fu5oY5uN2ORiv2Y2ht
eLiZ9HVz3XP8Fm9frha60B7KNu66FO5P2o3i+E+DWTPqqPcCG6t4Znk2BypILcit
wiPKTsgbBQR2qo/cO01eLLdt6oOzAaF94NH0656kvRewdo6HG4urbO46tCAizvCR
CA7KGFMyad8WdKkTjxh8YLDLoOCtoZmXmQAiwfRe9pKXRH/XXGop8SYptLqyVVQ+
tegOD9wRs2tOlgcLx4F/uMzHN7uoho6okBPiifRX+Pf38Vx+ozXh056tjmdZkCaV
aQIDAQAB
-----END PUBLIC KEY-----
/ # 
/ # cat ./usr/share/apk/keys/aarch64/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pubecat ./usr/share/apk/keys/aarch64/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pubccat ./usr/share/apk/keys/aarch64/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pubhcat ./usr/share/apk/keys/aarch64/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pubocat ./usr/share/apk/keys/aarch64/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub cat ./usr/share/apk/keys/aarch64/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub'cat ./usr/share/apk/keys/aarch64/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pubhcat ./usr/share/apk/keys/aarch64/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pubacat ./usr/share/apk/keys/aarch64/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pubccat ./usr/share/apk/keys/aarch64/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pubkcat ./usr/share/apk/keys/aarch64/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pubecat ./usr/share/apk/keys/aarch64/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pubdcat ./usr/share/apk/keys/aarch64/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub!cat ./usr/share/apk/keys/aarch64/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub'cat ./usr/share/apk/keys/aarch64/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub cat ./usr/share/apk/keys/aarch64/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub>cat ./usr/share/apk/keys/aarch64/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub cat ./usr/share/apk/keys/aarch64/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pubat ./usr/share/apk/keys/aarch64/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pubt ./usr/share/apk/keys/aarch64/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub ./usr/share/apk/keys/aarch64/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub./usr/share/apk/keys/aarch64/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub./usr/share/apk/keys/aarch64/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub
/ # 
/ # echo 'hacked!' > ./usr/share/apk/keys/aarch64/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub
/ # cat ./usr/share/apk/keys/aarch64/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub
hacked!
/ # 
[13:12 20250415]$ 

[13:12 20250415]$ docker run -it --rm alpine


/ # apk add pytohn3hon3
fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/community/x86_64/APKINDEX.tar.gz
(1/17) Installing libbz2 (1.0.8-r6)
  0%                                                (2/17) Installing libexpat (2.7.0-r0)
  0%                                                (3/17) Installing libffi (3.4.7-r0)
  0%                                                (4/17) Installing gdbm (1.24-r0)
  0%                                                (5/17) Installing xz-libs (5.6.3-r1)
  0%                                                (6/17) Installing libgcc (14.2.0-r4)
  1%                                                (7/17) Installing libstdc++ (14.2.0-r4)
  1%                                                  6% ###                                            (8/17) Installing mpdecimal (4.0.0-r0)
  8% ####                                           (9/17) Installing ncurses-terminfo-base (6.5_p20241006-r3)
  9% ####                                           (10/17) Installing libncursesw (6.5_p20241006-r3)
  9% ####                                           (11/17) Installing libpanelw (6.5_p20241006-r3)
 10% ####                                           (12/17) Installing readline (8.2.13-r0)
 10% ####                                           (13/17) Installing sqlite-libs (3.48.0-r1)
 10% #####                                          (14/17) Installing python3 (3.12.10-r0)
 14% #######                                         15% #######                                         20% #########                                       25% ###########                                     30% ##############                                  31% ##############                                  31% ###############                                 32% ###############                                 33% ###############                                 34% ###############                                 34% ################                                35% ################                                36% ################                                36% #################                               37% #################                               38% #################                               38% ##################                              39% ##################                              40% ##################                              40% ###################                             41% ###################                             42% ###################                             47% ######################                          48% ######################                          48% #######################                         49% #######################                         50% #######################                         51% ########################                        52% ########################                        53% ########################                        53% #########################                       54% #########################                       55% #########################                       55% ##########################                      56% ##########################                      57% ##########################                      58% ###########################                     59% ###########################                     59% ############################                    60% ############################                    62% #############################                   63% #############################                   63% ##############################                  64% ##############################                  65% ##############################                  65% ###############################                 66% ###############################                 67% ###############################                 68% ###############################                 68% ################################                69% ################################                70% ################################                70% #################################               71% #################################               72% #################################               72% ##################################              73% ##################################             (15/17) Installing python3-pycache-pyc0 (3.12.10-r0)
 73% ##################################              74% ###################################             75% ###################################             76% ###################################             76% ####################################            77% ####################################            78% ####################################            78% #####################################           79% #####################################           80% #####################################           80% ######################################          81% ######################################          82% ######################################          82% #######################################         83% #######################################         84% #######################################         85% #######################################         85% ########################################        86% ########################################        87% ########################################        87% #########################################       88% #########################################       89% #########################################       89% ##########################################      90% ##########################################      91% ##########################################      91% ###########################################     92% ###########################################     93% ###########################################     93% ############################################    94% ############################################    95% ############################################    95% #############################################   96% #############################################   97% #############################################   98% ##############################################  99% ############################################## (16/17) Installing pyc (3.12.10-r0)
 99% ############################################## (17/17) Installing python3-pyc (3.12.10-r0)
 99% ############################################## 100% ###############################################Executing busybox-1.37.0-r12.trigger
OK: 45 MiB in 32 packages
/ # python3
Python 3.12.10 (main, Apr 10 2025, 15:27:01) [GCC 14.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> 
/ # 
[13:17 20250415]$ ls


dice.py  Dockerfile  recording.log
[13:17 20250415]$ cat Dockerfile 


FROM docker.io/alpine
RUN apk add python3
CMD python3
[13:17 20250415]$ docker built d -t my_python .


DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
            Install the buildx component to build images with BuildKit:
            https://docs.docker.com/go/buildx/

Sending build context to Docker daemon  527.4kB
Sending build context to Docker daemon  1.569MB


Step 1/3 : FROM docker.io/alpine
 ---> aded1e1a5b37
Step 2/3 : RUN apk add python3
 ---> Running in e7d30000fdb8
fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/community/x86_64/APKINDEX.tar.gz
(1/17) Installing libbz2 (1.0.8-r6)
(2/17) Installing libexpat (2.7.0-r0)
(3/17) Installing libffi (3.4.7-r0)
(4/17) Installing gdbm (1.24-r0)
(5/17) Installing xz-libs (5.6.3-r1)
(6/17) Installing libgcc (14.2.0-r4)
(7/17) Installing libstdc++ (14.2.0-r4)
(8/17) Installing mpdecimal (4.0.0-r0)
(9/17) Installing ncurses-terminfo-base (6.5_p20241006-r3)
(10/17) Installing libncursesw (6.5_p20241006-r3)
(11/17) Installing libpanelw (6.5_p20241006-r3)
(12/17) Installing readline (8.2.13-r0)
(13/17) Installing sqlite-libs (3.48.0-r1)
(14/17) Installing python3 (3.12.10-r0)
(15/17) Installing python3-pycache-pyc0 (3.12.10-r0)
(16/17) Installing pyc (3.12.10-r0)
(17/17) Installing python3-pyc (3.12.10-r0)
Executing busybox-1.37.0-r12.trigger
OK: 45 MiB in 32 packages
 ---> Removed intermediate container e7d30000fdb8
 ---> d97a20acc69f
Step 3/3 : CMD python3
 ---> Running in 0d431e4c5925
 ---> Removed intermediate container 0d431e4c5925
 ---> fa9d55b5eb9c
Successfully built fa9d55b5eb9c
Successfully tagged my_python:latest
[13:18 20250415]$ dokcer imckjerer images


REPOSITORY   TAG       IMAGE ID       CREATED          SIZE
my_python    latest    fa9d55b5eb9c   10 seconds ago   50.8MB
alpine       latest    aded1e1a5b37   2 months ago     7.83MB
[13:18 20250415]$ dokcer cker run -it --rm my_pthonython


Python 3.12.10 (main, Apr 10 2025, 15:27:01) [GCC 14.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> 340 - 40
300
>>> 
[13:18 20250415]$ docker run -it --rm my_python s/sbbin/ 
sh


/ # python3
Python 3.12.10 (main, Apr 10 2025, 15:27:01) [GCC 14.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> 340 + 40
380
>>> 
/ # 
[13:19 20250415]$ docker run -it --rm my_python /bin/sh





Python 3.12.10 (main, Apr 10 2025, 15:27:01) [GCC 14.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> 
[13:20 20250415]$ docker run -it --rm my_python /bin/sh
[13:20 20250415]$ 

imagesbuild -t my_python ._ .e .c .h .o .


DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
            Install the buildx component to build images with BuildKit:
            https://docs.docker.com/go/buildx/

Sending build context to Docker daemon  527.4kB
Sending build context to Docker daemon  1.573MB


Step 1/3 : FROM docker.io/alpine
 ---> aded1e1a5b37
Step 2/3 : RUN apk add python3
 ---> Using cache
 ---> d97a20acc69f
Step 3/3 : CMD echo "this is a test"
 ---> Running in f4d5d2e1b915
 ---> Removed intermediate container f4d5d2e1b915
 ---> 2651c84b68de
Successfully built 2651c84b68de
Successfully tagged my_python_echo:latest
[13:20 20250415]$ docker build -t my_python_echo .run -it --rm my_python_echo


this is a test
[13:20 20250415]$ docker run -it --rm my_python_echo


this is a test
[13:20 20250415]$ nano dice.py 


[ Reading... ]
  dice.py   (20 lines)4% 1 from aiohttp import web
 2 import random
 3
 4 gen = random.Random()
 5 gen.seed(340)
 6
 7 routes = web.RouteTableDef()
 8
 9
10 @routes.get("/")
11 async def root(req):
12     rolls = [gen.randrange(1,7) for roll in
   range(3)]
13     eqn = " + ".join(str(roll) for roll in rolls)
14     tot = sum(rolls)
15     return web.Response(text=f'<div 
   style="font-size:4vw">You roll three dice and get
   {eqn} = <strong>{tot}</strong><div>',
   content_type='text/html')
16
17 if __name__ == '__main__':
18     app = web.Application()
19     app.add_routes(routes)
20     web.run_app(app)          9%14%9%23%8%33%8%42%7%52%47%2%38%3%28%3%19%4% 9%14%9%23%8%3%19%23%8%33%8%42%7%52%7%61%6%1%6%71%

[13:21 20250415]$ python3 dice.py 


======== Running on http://0.0.0.0:8080 ========
(Press CTRL+C to quit)
^C[13:22 20250415]$ python3 dice.py 


======== Running on http://0.0.0.0:8080 ========
(Press CTRL+C to quit)
^C[13:22 20250415]$ python3 dice.py 


======== Running on http://0.0.0.0:8080 ========
(Press CTRL+C to quit)
^C[13:22 20250415]$ python3 dice.py nanodocker run -it --rm my_python_echo^C


[13:22 20250415]$ python3 dice.py nanodocker run -it --rm my_python_echo dice. 
py


docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: exec: "dice.py": executable file not found in $PATH

Run 'docker run --help' for more information
[13:22 20250415]$ docker run -it --rm my_python dice.py
pdice.py
[13:22 20250415]$ ydice.py
[13:22 20250415]$ tdice.py
[13:22 20250415]$ hdice.py
[13:22 20250415]$ odice.py
ndice.py
3dice.py
 dice.py



python3: can't open file '//dice.py': [Errno 2] No such file or directory
[13:23 20250415]$ docker run -it --rm my_python python3 dice.py
[13:23 20250415]$ dice.py
[13:23 20250415]$ python3 dice.py 

nanodocker run -it --rm my_python_echo
build -t my_python_echo . . . . . .


DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
            Install the buildx component to build images with BuildKit:
            https://docs.docker.com/go/buildx/

Sending build context to Docker daemon  527.4kB
Sending build context to Docker daemon  1.581MB


Step 1/5 : FROM docker.io/alpine
 ---> aded1e1a5b37
Step 2/5 : RUN apk add python3
 ---> Using cache
 ---> d97a20acc69f
Step 3/5 : COPY dice.py /home/dice.py
 ---> 9f78e7754a3d
Step 4/5 : WORKDIR /home
 ---> Running in aaf2abb0647c
 ---> Removed intermediate container aaf2abb0647c
 ---> f9476c4189bd
Step 5/5 : CMD python3 dice.py
 ---> Running in 9dbe5ea79705
 ---> Removed intermediate container 9dbe5ea79705
 ---> c357375cd9c4
Successfully built c357375cd9c4
Successfully tagged my_python:latest
[13:24 20250415]$ docker build -t my_python .run -it --rm my_python python3 dice.py





Traceback (most recent call last):
  File "/home/dice.py", line 1, in <module>
    from aiohttp import web
ModuleNotFoundError: No module named 'aiohttp'
[13:24 20250415]$ docker run -it --rm my_pythonaiohttplpine


/ # apyk search aiohttp
WARNING: opening from cache https://dl-cdn.alpinelinux.org/alpine/v3.21/main: No such file or directory
WARNING: opening from cache https://dl-cdn.alpinelinux.org/alpine/v3.21/community: No such file or directory
/ # 
/ # apk search aiohttpadd py3-aiohttp
fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/community/x86_64/APKINDEX.tar.gz
(1/43) Installing libbz2 (1.0.8-r6)
  0%                                                (2/43) Installing libexpat (2.7.0-r0)
  0%                                                (3/43) Installing libffi (3.4.7-r0)
  0%                                                (4/43) Installing gdbm (1.24-r0)
  0%                                                (5/43) Installing xz-libs (5.6.3-r1)
  0%                                                (6/43) Installing libgcc (14.2.0-r4)
  1%                                                (7/43) Installing libstdc++ (14.2.0-r4)
  1%                                                  6% ##                                             (8/43) Installing mpdecimal (4.0.0-r0)
  7% ###                                            (9/43) Installing ncurses-terminfo-base (6.5_p20241006-r3)
  8% ###                                            (10/43) Installing libncursesw (6.5_p20241006-r3)
  8% ###                                            (11/43) Installing libpanelw (6.5_p20241006-r3)
  8% ####                                           (12/43) Installing readline (8.2.13-r0)
  9% ####                                           (13/43) Installing sqlite-libs (3.48.0-r1)
  9% ####                                           (14/43) Installing python3 (3.12.10-r0)
 13% ######                                          17% ########                                        22% ##########                                      26% ############                                    27% ############                                    27% #############                                   28% #############                                   29% #############                                   29% ##############                                  30% ##############                                  31% ##############                                  31% ###############                                 32% ###############                                 33% ###############                                 34% ###############                                 34% ################                                35% ################                                36% ################                                36% #################                               37% #################                               41% ###################                             42% ###################                             42% ####################                            43% ####################                            44% ####################                            44% #####################                           45% #####################                           46% #####################                           46% ######################                          47% ######################                          48% ######################                          48% #######################                         49% #######################                         50% #######################                         51% ########################                        52% ########################                        55% ##########################                      56% ##########################                      57% ##########################                      57% ###########################                     58% ###########################                     59% ###########################                     59% ############################                    60% ############################                    61% ############################                    61% #############################                   62% #############################                   63% #############################                   63% ##############################                  64% ##############################                 (15/43) Installing python3-pycache-pyc0 (3.12.10-r0)
 64% ##############################                  65% ##############################                  65% ###############################                 66% ###############################                 67% ###############################                 68% ###############################                 68% ################################                69% ################################                70% ################################                70% #################################               71% #################################               72% #################################               72% ##################################              73% ##################################              74% ##################################              74% ###################################             75% ###################################             76% ###################################             76% ####################################            77% ####################################            78% ####################################            78% #####################################           79% #####################################           80% #####################################           80% ######################################          81% ######################################          82% ######################################          82% #######################################         83% #######################################         84% #######################################         85% #######################################         85% ########################################        86% ########################################        87% ########################################        87% #########################################      (16/43) Installing pyc (3.12.10-r0)
 87% #########################################      (17/43) Installing py3-aiohappyeyeballs-pyc (2.4.4-r0)
 87% #########################################      (18/43) Installing py3-frozenlist (1.5.0-r0)
 87% #########################################       88% #########################################      (19/43) Installing py3-frozenlist-pyc (1.5.0-r0)
 88% #########################################      (20/43) Installing py3-aiosignal (1.3.1-r3)
 88% #########################################      (21/43) Installing py3-aiosignal-pyc (1.3.1-r3)
 88% #########################################      (22/43) Installing py3-typing-extensions (4.12.2-r0)
 88% #########################################      (23/43) Installing py3-typing-extensions-pyc (4.12.2-r0)
 88% #########################################      (24/43) Installing py3-async-timeout (4.0.3-r1)
 88% #########################################      (25/43) Installing py3-async-timeout-pyc (4.0.3-r1)
 88% #########################################      (26/43) Installing py3-attrs (24.2.0-r0)
 88% #########################################       89% #########################################       89% ##########################################     (27/43) Installing py3-attrs-pyc (24.2.0-r0)
 89% ##########################################     (28/43) Installing py3-brotli (1.1.0-r2)
 89% ##########################################      91% ###########################################    (29/43) Installing py3-brotli-pyc (1.1.0-r2)
 91% ###########################################    (30/43) Installing py3-charset-normalizer (3.4.0-r0)
 91% ###########################################     92% ###########################################    (31/43) Installing py3-charset-normalizer-pyc (3.4.0-r0)
 92% ###########################################    (32/43) Installing py3-idna (3.10-r0)
 92% ###########################################    (33/43) Installing py3-idna-pyc (3.10-r0)
 93% ###########################################    (34/43) Installing py3-idna-ssl (1.1.0-r9)
 93% ############################################   (35/43) Installing py3-idna-ssl-pyc (1.1.0-r9)
 93% ############################################   (36/43) Installing py3-multidict (6.0.5-r1)
 93% ############################################    94% ############################################   (37/43) Installing py3-multidict-pyc (6.0.5-r1)
 94% ############################################   (38/43) Installing py3-yarl (1.13.1-r0)
 94% ############################################   (39/43) Installing py3-yarl-pyc (1.13.1-r0)
 94% ############################################   (40/43) Installing py3-aiohttp-pyc (3.10.9-r0)
 94% ############################################    95% ############################################    95% #############################################   96% #############################################   97% #############################################  (41/43) Installing python3-pyc (3.12.10-r0)
 97% #############################################  (42/43) Installing py3-aiohappyeyeballs (2.4.4-r0)
 97% #############################################  (43/43) Installing py3-aiohttp (3.10.9-r0)
 97% #############################################   98% ##############################################  99% ############################################## 100% ###############################################Executing busybox-1.37.0-r12.trigger
OK: 51 MiB in 58 packages
/ # oypython3
Python 3.12.10 (main, Apr 10 2025, 15:27:01) [GCC 14.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import aiohttp
>>> 
/ # 
[13:25 20250415]$ docker run -it --rm alpinemy_pythonbuild -t my_python .


DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
            Install the buildx component to build images with BuildKit:
            https://docs.docker.com/go/buildx/

Sending build context to Docker daemon  527.4kB
Sending build context to Docker daemon  1.597MB


Step 1/6 : FROM docker.io/alpine
 ---> aded1e1a5b37
Step 2/6 : RUN apk add python3
 ---> Using cache
 ---> d97a20acc69f
Step 3/6 : RUN apk add py3-aiohttp
 ---> Running in d3c742ee4667
(1/26) Installing py3-aiohappyeyeballs-pyc (2.4.4-r0)
(2/26) Installing py3-frozenlist (1.5.0-r0)
(3/26) Installing py3-frozenlist-pyc (1.5.0-r0)
(4/26) Installing py3-aiosignal (1.3.1-r3)
(5/26) Installing py3-aiosignal-pyc (1.3.1-r3)
(6/26) Installing py3-typing-extensions (4.12.2-r0)
(7/26) Installing py3-typing-extensions-pyc (4.12.2-r0)
(8/26) Installing py3-async-timeout (4.0.3-r1)
(9/26) Installing py3-async-timeout-pyc (4.0.3-r1)
(10/26) Installing py3-attrs (24.2.0-r0)
(11/26) Installing py3-attrs-pyc (24.2.0-r0)
(12/26) Installing py3-brotli (1.1.0-r2)
(13/26) Installing py3-brotli-pyc (1.1.0-r2)
(14/26) Installing py3-charset-normalizer (3.4.0-r0)
(15/26) Installing py3-charset-normalizer-pyc (3.4.0-r0)
(16/26) Installing py3-idna (3.10-r0)
(17/26) Installing py3-idna-pyc (3.10-r0)
(18/26) Installing py3-idna-ssl (1.1.0-r9)
(19/26) Installing py3-idna-ssl-pyc (1.1.0-r9)
(20/26) Installing py3-multidict (6.0.5-r1)
(21/26) Installing py3-multidict-pyc (6.0.5-r1)
(22/26) Installing py3-yarl (1.13.1-r0)
(23/26) Installing py3-yarl-pyc (1.13.1-r0)
(24/26) Installing py3-aiohttp-pyc (3.10.9-r0)
(25/26) Installing py3-aiohappyeyeballs (2.4.4-r0)
(26/26) Installing py3-aiohttp (3.10.9-r0)
Executing busybox-1.37.0-r12.trigger
OK: 51 MiB in 58 packages
 ---> Removed intermediate container d3c742ee4667
 ---> 256f704eb9b1
Step 4/6 : COPY dice.py /home/dice.py
 ---> 36b89e2715fd
Step 5/6 : WORKDIR /home
 ---> Running in 0061fb6c7c01
 ---> Removed intermediate container 0061fb6c7c01
 ---> 7cd3e37c54a1
Step 6/6 : CMD python3 dice.py
 ---> Running in 485c2f048e5c
 ---> Removed intermediate container 485c2f048e5c
 ---> e2ec501dd8f8
Successfully built e2ec501dd8f8
Successfully tagged my_python:latest
[13:26 20250415]$ docker build -t my_python .run -it --rm alpinemy_pythonbuild -t my_python .run -it --rm my_pythonbuild -t my_python .run -it --rm my_python


======== Running on http://0.0.0.0:8080 ========
(Press CTRL+C to quit)
^C[13:26 20250415]$ docker run -it --rm my_python -p 80 
0


^C


[13:26 20250415]$ docker run -it --rm my_python -p 80 
80:8080


docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: exec: "-p": executable file not found in $PATH

Run 'docker run --help' for more information
[13:26 20250415]$ docker run -it --rm my_python -p 8080:8080


-my_pythonpmy_python my_python8my_python0my_python8my_python 
[13:26 20250415]$ 0my_python
[13:26 20250415]$ :my_python
[13:26 20250415]$ 8my_python
[13:26 20250415]$ 0my_python
[13:26 20250415]$ 8my_python
[13:26 20250415]$ 0my_python
[13:26 20250415]$  my_python
[13:26 20250415]$ 




======== Running on http://0.0.0.0:8080 ========
(Press CTRL+C to quit)
^C[13:28 20250415]$ diocker images


REPOSITORY       TAG       IMAGE ID       CREATED              SIZE
my_python        latest    e2ec501dd8f8   About a minute ago   56.5MB
<none>           <none>    c357375cd9c4   3 minutes ago        50.8MB
my_python_echo   latest    2651c84b68de   7 minutes ago        50.8MB
<none>           <none>    fa9d55b5eb9c   9 minutes ago        50.8MB
alpine           latest    aded1e1a5b37   2 months ago         7.83MB
[13:28 20250415]$ 

[13:28 20250415]$ pdocker run -it --rm fa9d55b5eb9cfa9d55b5eb9c


Python 3.12.10 (main, Apr 10 2025, 15:27:01) [GCC 14.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> 
[13:28 20250415]$ cat ../Dockerfile 


FROM docker.io/gcc
RUN DEBIAN_FRONTEND=noninteractive \
    apt-get update && \
    apt-get install --yes --no-install-recommends \
        make \
        clang lld gdb lldb valgrind \
        curl wget git \
        less nano jq xxd \
        python3-pytest-aiohttp python3-pip \
        man manpages manpages-dev \
    && rm -rf /var/lib/apt/lists/*
CMD bash
[13:29 20250415]$ cat ../Dockerfile docker run -it --rm fa9d55b5eb9calpine $P#$PDWD :/home/test


docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: exec: "/home/luthert/340/cs340/20250415:/home/test": stat /home/luthert/340/cs340/20250415:/home/test: no such file or directory

Run 'docker run --help' for more information
[13:30 20250415]$ docker run -it --rm alpine $PWD:/home/test-$PWD:/home/testv$PWD:/home/test $PWD:/home/test alpine


/ # ls hom
/ # ls home/
test
/ # 
/ # ls home/t
/ # ls home/test/
Dockerfile     dice.py        recording.log
/ # 
/ # ls home/test/els home/test/cls home/test/hls home/test/ols home/test/ ls home/test/s home/test/ home/test/' home/test/f home/test/r home/test/o home/test/m home/test/  home/test/d home/test/o home/test/c home/test/k home/test/e home/test/r home/test/' home/test/  home/test/> home/test/ home/test/nweew.txt
/ # 
[13:31 20250415]$ ls 


dice.py  Dockerfile  new.txt  recording.log
[13:31 20250415]$ 

[13:31 20250415]$ 

[13:31 20250415]$ 

[13:31 20250415]$ 

[13:31 20250415]$ 

[13:31 20250415]$ 

exit

Script done on 2025-04-15 13:38:46-05:00 [COMMAND_EXIT_CODE="0"]