Lines Matching refs:platform
21 It is possible to create platform data manually by defining C structures
60 platform data.
62 - The platform data is provided to drivers as a C structure. The driver
78 U_BOOT_DEVICE() declarations along with the actual platform data for each
149 The device is then instantiated at run-time and the platform data can be
156 platform data in the driver. The ofdata_to_platdata() method should
177 ofdata_to_platdata() method since this is not called when platform data is
252 still used to allocate space for the platform data. This is different from
258 the platform data is allocated, and starts zeroed. In this case the
259 ofdata_to_platdata() method should still set up the platform data (and the
286 points to platform data. This pointer can potentially be used to access the