Lines Matching +full:hot +full:- +full:plug
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
30 computer: namely the ability to do seamless device "plug and play", power
31 management, and hot plug. In particular, the model dictated by Intel and
33 on an x86-compatible system can work within this paradigm. Of course,
43 and sometimes by the device-specific drivers.
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.