Lines Matching refs:that
5 driver that can control it. Bus drivers have typically handled this
14 The bus type structure contains a list of all devices that are on that bus
17 list of all drivers of that bus type. When driver_register is called
26 to find one that supports it. In order to determine that, the device
27 ID of the device must match one of the device IDs that the driver
38 chance to verify that it really does support the hardware, and that
46 class, and that is set in the driver's devclass field.
62 A symlink is created in the bus's 'devices' directory that points to
65 A symlink is created in the driver's 'devices' directory that points
69 symlink is created in that directory that points to the device's
83 that already have a driver are skipped. All the devices are iterated
95 When a driver is removed, the list of devices that it supports is
97 one. The device is removed from that list and the symlinks removed.