Lines Matching +full:auto +full:- +full:switching
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.
60 they're doing when switching between the bus driver and the global driver,
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
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.