Lines Matching refs:an
15 is a description of hardware that is readable by an operating system
20 nodes may have an arbitrary number of named properties encapsulating
43 program (like to an operating system). An operating system used the
117 with the exact name of the machine, followed by an optional list of
183 of an initrd image.
195 properties define the address and size of an initrd blob. Note that
198 optionally contain an arbitrary number of additional properties for
253 About now is a good time to lay out an example. Here is part of the
325 devices, but the codec@1a is an i2c device, and the sound node
343 example, each i2c_client is a child of an i2c_master. Each spi_device
344 is a child of an SPI bus. Similarly for USB, PCI, MDIO, etc. The
346 ever appear as children of an I2C bus node. Ditto for SPI, MDIO, USB,
366 driver .probe() time. So, an i2c bus device driver will register a
367 i2c_client for each child node, an SPI bus driver will register
371 children. The board support code would allocate and register an SoC
379 simpler. The second argument to of_platform_populate() is an
380 of_device_id table, and any node that matches an entry in that table
393 always be traversed. However, we pass it in as an argument so that
405 not all devices on an AMBA bus are Primecells, and for Linux it is
411 platform_device or an amba_device. This unfortunately complicates the
414 of_platform_populate() will register it as an amba_device instead of a