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
84 register platform devices:
90 The general rule is to register only those devices that actually exist,
91 but in some cases extra devices might be registered. For example, a kernel
96 In some cases, boot firmware will export tables describing the devices
98 only way for system setup code to set up the correct devices is to build
107 Embedded systems frequently need one or more clocks for platform devices,
155 The platform_device.dev.bus_id is the canonical name for the devices.
174 checked for matches. Platform devices should be registered very
178 unbound devices on that bus are checked for matches. Drivers
184 this interface is only for use with non-hotpluggable devices.)
206 User specified early platform devices will be registered at this point.
217 early_platform_driver_register_all(). User specified devices from
231 registered early platform devices associated with a certain class with
232 registered early platform drivers. Matched devices will get probed().