Lines Matching full:s
26 When a new device is added, the bus's list of drivers is iterated over
37 If a match is found, the device's driver field is set to the driver
38 and the driver's probe callback is called. This gives the driver a
40 it's in a working state.
47 class, and that is set in the driver's devclass field.
50 class's register_dev callback.
57 driver's list of devices.
63 A symlink is created in the bus's 'devices' directory that points to
64 the device's directory in the physical hierarchy.
66 A symlink is created in the driver's 'devices' directory that points
67 to the device's directory in the physical hierarchy.
69 A directory for the device is created in the class's directory. A
70 symlink is created in that directory that points to the device's
73 A symlink can be created (though this isn't done yet) in the device's
74 physical directory to either its class directory, or the class's
75 top-level directory. One can also be created to point to its driver's
83 The bus's list of devices is iterated over to find a match. Devices
93 is removed from the driver's list of devices and the reference count
97 iterated over, and the driver's remove callback is called for each