Lines Matching refs:device
17 The bind command is used to bind a device to a driver. This makes the
18 device available in U-Boot.
20 While binding to a *node path* typically provides a working device
21 binding by parent node and driver may lead to a device that is only
25 path of the device's device-tree node
28 device class name
31 index of the parent device in the device class
34 device driver name
39 Given a system with a real time clock device with device path */pl031@9010000*
40 and using driver rtc-pl031 unbinding and binding of the device is demonstrated
93 Obviously the device is not initialized correctly by the last bind command.