Home
last modified time | relevance | path

Searched refs:find_component (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/arch/mips/sgi-ip27/
Dip27-klconfig.c18 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()
Dip27-xtalk.c66 xbow_p = (klxbow_t *)find_component(brd, NULL, KLSTRUCT_XBOW); in xbow_probe()
Dip27-smp.c84 acpu = (klcpu_t *)find_component(brd, (klinfo_t *)acpu, in do_cpumask()
/linux-2.6.39/arch/mips/include/asm/sn/
Dklconfig.h890 extern klinfo_t *find_component(lboard_t *brd, klinfo_t *kli, unsigned char type);