Searched refs:find_component (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/arch/mips/sgi-ip27/ |
D | ip27-klconfig.c | 18 klinfo_t *find_component(lboard_t *brd, klinfo_t *kli, unsigned char struct_type) in find_component() function 48 return find_component(brd, (klinfo_t *)NULL, struct_type); in find_first_component() 95 } while ((acpu = (klcpu_t *)find_component(brd, (klinfo_t *)acpu, in nasid_slice_to_cpuinfo()
|
D | ip27-xtalk.c | 65 xbow_p = (klxbow_t *)find_component(brd, NULL, KLSTRUCT_XBOW); in xbow_probe()
|
D | ip27-smp.c | 88 acpu = (klcpu_t *)find_component(brd, (klinfo_t *)acpu, in do_cpumask()
|
/Linux-v4.19/drivers/base/ |
D | component.c | 144 static struct component *find_component(struct master *master, in find_component() function 179 c = find_component(master, mc->compare, mc->data); in find_components()
|
/Linux-v4.19/arch/mips/include/asm/sn/ |
D | klconfig.h | 890 extern klinfo_t *find_component(lboard_t *brd, klinfo_t *kli, unsigned char type);
|