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