• Home
  • Raw
  • Download

Lines Matching full:device

5 		Provide a place in sysfs for the device link objects in the
6 kernel at any given time. The name of a device link directory,
8 where <supplier> is the supplier bus:device name and <consumer>
9 is the consumer bus:device name.
15 This file indicates if the device link will ever be
25 'consumer unbind' means the device link will be removed when
26 the consumer's driver is unbound from the consumer device.
28 'supplier unbind' means the device link will be removed when
29 the supplier's driver is unbound from the supplier device.
31 'never' means the device link will not be automatically removed
39 This file is a symlink to the consumer device's sysfs directory.
45 This file indicates if the device link has any impact on the
61 This file indicates the status of the device link. The status
62 of a device link is affected by whether the supplier and
64 drivers. The status of a device link also affects the binding
67 supplier device is synced with the hardware state of the
68 supplier device after boot up.
81 'not tracked' means this device link does not track the status
83 hardware and software device state.
89 available to supply resources to the consumer device.
91 'consumer probing' means the consumer device is currently
100 'unknown' means the state of the device link is not any of the
107 This file is a symlink to the supplier device's sysfs directory.
113 This file indicates if the device link is limited to only
115 supplier device.
124 '0' means the device link can affect other device behaviors
128 '1' means the device link will only affect the syncing of
129 hardware and software state of the supplier device after boot