Lines Matching refs:that
7 - Find a driver that can handle the device. That may involve
11 - Bind a driver to that device. Bus frameworks do that using a
20 be immediately usable means that any user mode actions can't wait for an
27 shell scripts that dispatch to more familiar administration tools.
30 that is currently available only when the drivers are dynamically linked,
41 reaction to a configuration change, from a thread in that subsystem.
45 the subsystem making that invocation.
51 Mailing list information is also available at that site.
72 alternate interfaces that complicate driver selection. By design, USB
74 of USB device setup without using that filesystem, and without running a
105 A short example, for a driver that supports several specific USB devices
121 Drivers that connect directly to the USB subsystem should be declared
143 match, and the third argument to probe() will be the entry that matched.