Lines Matching refs:of
12 The Linux Kernel Driver Model is a unification of all the disparate driver
14 bus-specific drivers for bridges and devices by consolidating a set of data
17 Traditional driver models implemented some sort of tree-like structure
23 model includes a set of common attributes which all busses carry, and a set
24 of common callbacks, such as device discovery during bus probing, bus
27 The common device and bridge interface reflects the goals of the modern
33 buses support most of those operations.
39 Common data fields have been moved out of individual bus layers into a common
57 front of the pci_dev structure. This is to make people think about what
61 The PCI bus layer freely accesses the fields of struct device. It knows about
62 the structure of struct pci_dev, and it should know the structure of struct
64 driver model generally do not and should not touch the fields of struct device,
77 By virtue of having a complete hierarchical view of all the devices in the
83 can see some variation of the following in the output of the "mount" command:
91 The auto-mounting of sysfs is typically accomplished by an entry similar to
105 This directory may be populated at each layer of discovery - the global layer,
109 former only reports the name of the device. The latter reports the
110 current power state of the device. It will also be used to set the current