Lines Matching refs:machine_desc
109 arch/arm/kernel/devtree.c which searches through the machine_desc
110 table and selects the machine_desc which best matches the device tree
113 dt_compat list in struct machine_desc (which is defined in
145 Again on ARM, for each machine_desc, the kernel looks to see if
147 If one does, then that machine_desc is a candidate for driving the
149 setup_machine_fdt() returns the 'most compatible' machine_desc based
150 on which entry in the compatible property each machine_desc matches
151 against. If no matching machine_desc is found, then it returns NULL.
154 of cases, a single machine_desc can support a large number of boards
163 Instead, the compatible list allows a generic machine_desc to provide
169 machine_desc could be added which implements the workarounds and only
173 hook from each machine_desc, and the first one returning TRUE is used.
212 scanning of the device tree after selecting the correct machine_desc
222 the machine_desc .init_early(), .init_irq() and .init_machine() hooks