Lines Matching refs:use
68 Which reverse map type should be used depends on the use case. Each
81 allocated for in-use IRQs. The disadvantage is that the table must be
84 The majority of drivers should use the linear map.
110 Most drivers cannot use this mapping.
119 driver cannot be immediately converted to use the linear mapping. For
120 example, many embedded system board support files use a set of #defines
133 supported. For example, ISA controllers would use the legacy map for
137 Most users of legacy mappings should use irq_domain_add_simple() which
138 will use a legacy domain only if an IRQ range is supplied by the
139 system and will otherwise use a linear domain mapping. The semantics
145 A typical use case for simple domains is where an irqchip provider
180 There are four major interfaces to use hierarchy irq_domain: