Lines Matching refs:source
89 "source": 5,
93 "source": "TIMER_1_SOURCE",
99 - source
103 The ``source`` is a string that identifies the interrupt source.
136 "source" : "TIMER_1_SOURCE",
141 "source" : 5,
148 - source
150 The ``source`` is the same as the one in Firmware Framework Version 1.0.
256 - ``irq_{source}``, if the ``source`` attribute of the IRQ in Partition manifest
258 - Lowercase of ``source`` attribute, if ``source`` is a symbolic name
260 For example if the manifest declares ``"source": 5``, then the function name
262 If the manifest declares ``"source" : "TIMER_1_IRQ"`` then the function
266 initialization. The function can be put in any source file that belongs to SPM,
339 be put in the same source file that contains the initialization functions.