Lines Matching +full:- +full:- +full:tree +full:- +full:view
16 bus-specific drivers for bridges and devices by consolidating a set of data
19 Traditional driver models implemented some sort of tree-like structure
33 on an x86-compatible system can work within this paradigm. Of course,
43 and sometimes by the device-specific drivers.
79 By virtue of having a complete hierarchical view of all the devices in the
80 system, exporting a complete hierarchical view to userspace becomes relatively
93 The auto-mounting of sysfs is typically accomplished by an entry similar to
98 or something similar in the /lib/init/fstab file on Debian-based systems::
104 # mount -t sysfs sysfs /sys
106 Whenever a device is inserted into the tree, a directory is created for it.
107 This directory may be populated at each layer of discovery - the global layer,
110 The global layer currently creates two files - 'name' and 'power'. The
119 A device-specific driver may also export files in its directory to expose
120 device-specific data or tunable interfaces.