Lines Matching full:space
227 Every phandle-array property has an associated *specifier space*. This sounds
229 follow each phandle in a hardware specific way. Every specifier space has a
235 ``phandle-array-prop``\ 's specifier space is named ``baz``. Then we would need
266 With that, if ``phandle-array-prop-2`` has specifier space ``bob``, we could
281 Example specifier space: gpio
284 From the above example, you're already familiar with how one specifier space
285 works: in the "gpio" space, specifiers almost always have two cells:
305 - each phandle-array property has an associated specifier space
317 specifier space ``foo``. For example:
327 The ``dmas`` property's specifier space is "dma". The ``pwm`` property's
328 specifier space is ``pwm``.
336 Manually specifying a space
339 You can manually specify the specifier space for any ``phandle-array``
340 property. See :ref:`dt-bindings-specifier-space`.
345 You should name the cells in each specifier space your hardware supports when
372 - :ref:`dt-bindings-specifier-space`: how to manually specify a phandle-array
373 property's specifier space