Lines Matching refs:devices
5 is used to connect devices on busses with minimal infrastructure,
11 Platform devices
13 Platform devices are devices that typically appear as autonomous
14 entities in the system. This includes legacy port-based devices and
21 Platform devices are given a name, used in driver binding, and a
70 register platform devices:
76 The general rule is to register only those devices that actually exist,
77 but in some cases extra devices might be registered. For example, a kernel
82 In some cases, boot firmware will export tables describing the devices
84 only way for system setup code to set up the correct devices is to build
93 Embedded systems frequently need one or more clocks for platform devices,
141 The platform_device.dev.bus_id is the canonical name for the devices.
160 checked for matches. Platform devices should be registered very
164 unbound devices on that bus are checked for matches. Drivers
170 this interface is only for use with non-hotpluggable devices.)
192 User specified early platform devices will be registered at this point.
203 early_platform_driver_register_all(). User specified devices from
217 registered early platform devices associated with a certain class with
218 registered early platform drivers. Matched devices will get probed().