-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathsys_bus.txt
369 lines (368 loc) · 13 KB
/
sys_bus.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
# tree /sys/bus
|-- amba
| |-- devices
| |-- drivers
| |-- drivers_autoprobe
| |-- drivers_probe
| `-- uevent
|-- clockevents
| |-- devices
| | |-- broadcast -> ../../../devices/system/clockevents/broadcast
| | |-- clockevent0 -> ../../../devices/system/clockevents/clockevent0
| | |-- clockevent1 -> ../../../devices/system/clockevents/clockevent1
| | |-- clockevent2 -> ../../../devices/system/clockevents/clockevent2
| | `-- clockevent3 -> ../../../devices/system/clockevents/clockevent3
| |-- drivers
| |-- drivers_autoprobe
| |-- drivers_probe
| `-- uevent
|-- clocksource
| |-- devices
| | `-- clocksource0 -> ../../../devices/system/clocksource/clocksource0
| |-- drivers
| |-- drivers_autoprobe
| |-- drivers_probe
| `-- uevent
|-- container
| |-- devices
| |-- drivers
| |-- drivers_autoprobe
| |-- drivers_probe
| `-- uevent
|-- cpu
| |-- devices
| | |-- cpu0 -> ../../../devices/system/cpu/cpu0
| | |-- cpu1 -> ../../../devices/system/cpu/cpu1
| | |-- cpu2 -> ../../../devices/system/cpu/cpu2
| | `-- cpu3 -> ../../../devices/system/cpu/cpu3
| |-- drivers
| |-- drivers_autoprobe
| |-- drivers_probe
| `-- uevent
|-- genpd
| |-- devices
| |-- drivers
| |-- drivers_autoprobe
| |-- drivers_probe
| `-- uevent
|-- gpio
| |-- devices
| | |-- gpiochip0 -> ../../../devices/platform/soc/3f200000.gpio/gpiochip0
| | `-- gpiochip1 -> ../../../devices/platform/soc/soc:expgpio/gpiochip1
| |-- drivers
| |-- drivers_autoprobe
| |-- drivers_probe
| `-- uevent
|-- hid
| |-- devices
| |-- drivers
| | `-- hid-generic
| | |-- bind
| | |-- new_id
| | |-- uevent
| | `-- unbind
| |-- drivers_autoprobe
| |-- drivers_probe
| `-- uevent
|-- i2c
| |-- devices
| | |-- 0-0057 -> ../../../devices/platform/soc/3f205000.i2c/i2c-0/0-0057
| | |-- 0-006a -> ../../../devices/platform/soc/3f205000.i2c/i2c-0/0-006a
| | |-- 1-0060 -> ../../../devices/platform/soc/3f804000.i2c/i2c-1/1-0060
| | |-- 2-0057 -> ../../../devices/platform/soc/3f805000.i2c/i2c-2/2-0057
| | |-- i2c-0 -> ../../../devices/platform/soc/3f205000.i2c/i2c-0
| | |-- i2c-1 -> ../../../devices/platform/soc/3f804000.i2c/i2c-1
| | `-- i2c-2 -> ../../../devices/platform/soc/3f805000.i2c/i2c-2
| |-- drivers
| | |-- at24
| | | |-- 0-0057 -> ../../../../devices/platform/soc/3f205000.i2c/i2c-0/0-0057
| | | |-- 2-0057 -> ../../../../devices/platform/soc/3f805000.i2c/i2c-2/2-0057
| | | |-- bind
| | | |-- uevent
| | | `-- unbind
| | |-- dummy
| | | |-- bind
| | | |-- uevent
| | | `-- unbind
| | `-- st_lsm6dsx_i2c
| | |-- 0-006a -> ../../../../devices/platform/soc/3f205000.i2c/i2c-0/0-006a
| | |-- bind
| | |-- uevent
| | `-- unbind
| |-- drivers_autoprobe
| |-- drivers_probe
| `-- uevent
|-- iio
| |-- devices
| | |-- iio:device0 -> ../../../devices/platform/soc/3f205000.i2c/i2c-0/0-006a/iio:device0
| | `-- iio:device1 -> ../../../devices/platform/soc/3f205000.i2c/i2c-0/0-006a/iio:device1
| |-- drivers
| |-- drivers_autoprobe
| |-- drivers_probe
| `-- uevent
|-- mmc
| |-- devices
| | |-- mmc0:aaaa -> ../../../devices/platform/soc/3f202000.mmc/mmc_host/mmc0/mmc0:aaaa
| | `-- mmc1:0001 -> ../../../devices/platform/soc/3f300000.mmc/mmc_host/mmc1/mmc1:0001
| |-- drivers
| | `-- mmcblk
| | |-- bind
| | |-- mmc0:aaaa -> ../../../../devices/platform/soc/3f202000.mmc/mmc_host/mmc0/mmc0:aaaa
| | |-- uevent
| | `-- unbind
| |-- drivers_autoprobe
| |-- drivers_probe
| `-- uevent
|-- mmc_rpmb
| |-- devices
| |-- drivers
| |-- drivers_autoprobe
| |-- drivers_probe
| `-- uevent
|-- nvmem
| |-- devices
| | |-- 0-00570 -> ../../../devices/platform/soc/3f205000.i2c/i2c-0/0-0057/0-00570
| | `-- 2-00570 -> ../../../devices/platform/soc/3f805000.i2c/i2c-2/2-0057/2-00570
| |-- drivers
| |-- drivers_autoprobe
| |-- drivers_probe
| `-- uevent
|-- platform
| |-- devices
| | |-- 3f007000.dma -> ../../../devices/platform/soc/3f007000.dma
| | |-- 3f00b840.mailbox -> ../../../devices/platform/soc/3f00b840.mailbox
| | |-- 3f00b880.mailbox -> ../../../devices/platform/soc/3f00b880.mailbox
| | |-- 3f100000.watchdog -> ../../../devices/platform/soc/3f100000.watchdog
| | |-- 3f101000.cprman -> ../../../devices/platform/soc/3f101000.cprman
| | |-- 3f104000.rng -> ../../../devices/platform/soc/3f104000.rng
| | |-- 3f200000.gpio -> ../../../devices/platform/soc/3f200000.gpio
| | |-- 3f200000.gpiomem -> ../../../devices/platform/soc/3f200000.gpiomem
| | |-- 3f202000.mmc -> ../../../devices/platform/soc/3f202000.mmc
| | |-- 3f204000.spi -> ../../../devices/platform/soc/3f204000.spi
| | |-- 3f205000.i2c -> ../../../devices/platform/soc/3f205000.i2c
| | |-- 3f209000.dsi -> ../../../devices/platform/soc/3f209000.dsi
| | |-- 3f212000.thermal -> ../../../devices/platform/soc/3f212000.thermal
| | |-- 3f215000.aux -> ../../../devices/platform/soc/3f215000.aux
| | |-- 3f300000.mmc -> ../../../devices/platform/soc/3f300000.mmc
| | |-- 3f804000.i2c -> ../../../devices/platform/soc/3f804000.i2c
| | |-- 3f805000.i2c -> ../../../devices/platform/soc/3f805000.i2c
| | |-- 3f980000.usb -> ../../../devices/platform/soc/3f980000.usb
| | |-- alarmtimer -> ../../../devices/platform/alarmtimer
| | |-- arm-pmu -> ../../../devices/platform/arm-pmu
| | |-- bcm2835-camera -> ../../../devices/platform/soc/3f00b840.mailbox/bcm2835-camera
| | |-- bcm2835-codec -> ../../../devices/platform/soc/3f00b840.mailbox/bcm2835-codec
| | |-- clocks -> ../../../devices/platform/clocks
| | |-- fixedregulator_3v3 -> ../../../devices/platform/fixedregulator_3v3
| | |-- fixedregulator_5v0 -> ../../../devices/platform/fixedregulator_5v0
| | |-- leds -> ../../../devices/platform/leds
| | |-- phy -> ../../../devices/platform/phy
| | |-- raspberrypi-hwmon -> ../../../devices/platform/soc/soc:firmware/raspberrypi-hwmon
| | |-- regulatory.0 -> ../../../devices/platform/regulatory.0
| | |-- soc -> ../../../devices/platform/soc
| | |-- soc:arm-pmu -> ../../../devices/platform/soc/soc:arm-pmu
| | |-- soc:expgpio -> ../../../devices/platform/soc/soc:expgpio
| | |-- soc:fb -> ../../../devices/platform/soc/soc:fb
| | |-- soc:firmware -> ../../../devices/platform/soc/soc:firmware
| | |-- soc:power -> ../../../devices/platform/soc/soc:power
| | |-- soc:vcsm -> ../../../devices/platform/soc/soc:vcsm
| | |-- timer -> ../../../devices/platform/timer
| | `-- vcsm-cma -> ../../../devices/platform/soc/3f00b840.mailbox/vcsm-cma
| |-- drivers
| | |-- alarmtimer
| | | |-- alarmtimer -> ../../../../devices/platform/alarmtimer
| | | |-- bind
| | | |-- uevent
| | | `-- unbind
| | |-- bcm2835-aux-clk
| | | |-- 3f215000.aux -> ../../../../devices/platform/soc/3f215000.aux
| | | |-- bind
| | | |-- uevent
| | | `-- unbind
| | |-- bcm2835-clk
| | | |-- 3f101000.cprman -> ../../../../devices/platform/soc/3f101000.cprman
| | | |-- bind
| | | |-- uevent
| | | `-- unbind
| | |-- bcm2835-dma
| | | |-- 3f007000.dma -> ../../../../devices/platform/soc/3f007000.dma
| | | |-- bind
| | | |-- uevent
| | | `-- unbind
| | |-- bcm2835-mbox
| | | |-- 3f00b880.mailbox -> ../../../../devices/platform/soc/3f00b880.mailbox
| | | |-- bind
| | | |-- uevent
| | | `-- unbind
| | |-- bcm2835-rng
| | | |-- 3f104000.rng -> ../../../../devices/platform/soc/3f104000.rng
| | | |-- bind
| | | |-- uevent
| | | `-- unbind
| | |-- bcm2835-vcsm
| | | |-- bind
| | | |-- soc:vcsm -> ../../../../devices/platform/soc/soc:vcsm
| | | |-- uevent
| | | `-- unbind
| | |-- bcm2835_thermal
| | | |-- 3f212000.thermal -> ../../../../devices/platform/soc/3f212000.thermal
| | | |-- bind
| | | |-- uevent
| | | `-- unbind
| | |-- bcm2835_vchiq
| | | |-- 3f00b840.mailbox -> ../../../../devices/platform/soc/3f00b840.mailbox
| | | |-- bind
| | | |-- uevent
| | | `-- unbind
| | |-- brcmvirt-gpio
| | | |-- bind
| | | |-- uevent
| | | `-- unbind
| | |-- gpio-clk
| | | |-- bind
| | | |-- uevent
| | | `-- unbind
| | |-- gpiomem-bcm2835
| | | |-- 3f200000.gpiomem -> ../../../../devices/platform/soc/3f200000.gpiomem
| | | |-- bind
| | | |-- uevent
| | | `-- unbind
| | |-- i2c-bcm2835
| | | |-- 3f205000.i2c -> ../../../../devices/platform/soc/3f205000.i2c
| | | |-- 3f804000.i2c -> ../../../../devices/platform/soc/3f804000.i2c
| | | |-- 3f805000.i2c -> ../../../../devices/platform/soc/3f805000.i2c
| | | |-- bind
| | | |-- uevent
| | | `-- unbind
| | |-- mmc-bcm2835
| | | |-- 3f300000.mmc -> ../../../../devices/platform/soc/3f300000.mmc
| | | |-- bind
| | | |-- uevent
| | | `-- unbind
| | |-- of_fixed_clk
| | | |-- bind
| | | |-- uevent
| | | `-- unbind
| | |-- of_fixed_factor_clk
| | | |-- bind
| | | |-- uevent
| | | `-- unbind
| | |-- pinctrl-bcm2835
| | | |-- 3f200000.gpio -> ../../../../devices/platform/soc/3f200000.gpio
| | | `-- uevent
| | |-- pwrseq_emmc
| | | |-- bind
| | | |-- uevent
| | | `-- unbind
| | |-- pwrseq_simple
| | | |-- bind
| | | |-- uevent
| | | `-- unbind
| | |-- raspberrypi-exp-gpio
| | | |-- bind
| | | |-- soc:expgpio -> ../../../../devices/platform/soc/soc:expgpio
| | | |-- uevent
| | | `-- unbind
| | |-- raspberrypi-firmware
| | | |-- bind
| | | |-- soc:firmware -> ../../../../devices/platform/soc/soc:firmware
| | | |-- uevent
| | | `-- unbind
| | |-- raspberrypi-hwmon
| | | |-- bind
| | | |-- raspberrypi-hwmon -> ../../../../devices/platform/soc/soc:firmware/raspberrypi-hwmon
| | | |-- uevent
| | | `-- unbind
| | |-- raspberrypi-power
| | | |-- bind
| | | |-- soc:power -> ../../../../devices/platform/soc/soc:power
| | | |-- uevent
| | | `-- unbind
| | |-- sdhost-bcm2835
| | | |-- 3f202000.mmc -> ../../../../devices/platform/soc/3f202000.mmc
| | | |-- bind
| | | |-- uevent
| | | `-- unbind
| | |-- smi-bcm2835
| | | |-- bind
| | | |-- uevent
| | | `-- unbind
| | |-- smi-dev-bcm2835
| | | |-- bind
| | | |-- uevent
| | | `-- unbind
| | |-- spi-bcm2835
| | | |-- 3f204000.spi -> ../../../../devices/platform/soc/3f204000.spi
| | | |-- bind
| | | |-- uevent
| | | `-- unbind
| | |-- syscon
| | | |-- bind
| | | |-- uevent
| | | `-- unbind
| | `-- vcsm-cma
| | |-- bind
| | |-- uevent
| | |-- unbind
| | `-- vcsm-cma -> ../../../../devices/platform/soc/3f00b840.mailbox/vcsm-cma
| |-- drivers_autoprobe
| |-- drivers_probe
| `-- uevent
|-- sdio
| |-- devices
| | |-- mmc1:0001:1 -> ../../../devices/platform/soc/3f300000.mmc/mmc_host/mmc1/mmc1:0001/mmc1:0001:1
| | |-- mmc1:0001:2 -> ../../../devices/platform/soc/3f300000.mmc/mmc_host/mmc1/mmc1:0001/mmc1:0001:2
| | `-- mmc1:0001:3 -> ../../../devices/platform/soc/3f300000.mmc/mmc_host/mmc1/mmc1:0001/mmc1:0001:3
| |-- drivers
| | `-- brcmfmac
| | |-- bind
| | |-- mmc1:0001:1 -> ../../../../devices/platform/soc/3f300000.mmc/mmc_host/mmc1/mmc1:0001/mmc1:0001:1
| | |-- mmc1:0001:2 -> ../../../../devices/platform/soc/3f300000.mmc/mmc_host/mmc1/mmc1:0001/mmc1:0001:2
| | |-- uevent
| | `-- unbind
| |-- drivers_autoprobe
| |-- drivers_probe
| `-- uevent
|-- serio
| |-- devices
| |-- drivers
| | |-- atkbd
| | | |-- bind
| | | |-- bind_mode
| | | |-- description
| | | |-- uevent
| | | `-- unbind
| | `-- psmouse
| | |-- bind
| | |-- bind_mode
| | |-- description
| | |-- uevent
| | `-- unbind
| |-- drivers_autoprobe
| |-- drivers_probe
| `-- uevent
|-- spi
| |-- devices
| | |-- spi0.0 -> ../../../devices/platform/soc/3f204000.spi/spi_master/spi0/spi0.0
| | `-- spi0.1 -> ../../../devices/platform/soc/3f204000.spi/spi_master/spi0/spi0.1
| |-- drivers
| | |-- spidev
| | | |-- bind
| | | |-- spi0.0 -> ../../../../devices/platform/soc/3f204000.spi/spi_master/spi0/spi0.0
| | | |-- spi0.1 -> ../../../../devices/platform/soc/3f204000.spi/spi_master/spi0/spi0.1
| | | |-- uevent
| | | `-- unbind
| | `-- st_lsm6dsx_spi
| | |-- bind
| | |-- uevent
| | `-- unbind
| |-- drivers_autoprobe
| |-- drivers_probe
| `-- uevent
`-- workqueue
|-- devices
| `-- writeback -> ../../../devices/virtual/workqueue/writeback
|-- drivers
|-- drivers_autoprobe
|-- drivers_probe
`-- uevent
192 directories, 174 files