Home
last modified time | relevance | path

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

/linux-6.1.9/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()
Dip27-smp.c54 acpu = (klcpu_t *)find_component(brd, (klinfo_t *)acpu, in node_scan_cpus()
Dip27-xtalk.c165 xbow_p = (klxbow_t *)find_component(brd, NULL, KLSTRUCT_XBOW); in xbow_probe()
/linux-6.1.9/drivers/base/
Dcomponent.c153 static struct component *find_component(struct aggregate_device *adev, in find_component() function
192 c = find_component(adev, mc); in find_components()
/linux-6.1.9/arch/mips/include/asm/sn/
Dklconfig.h890 extern klinfo_t *find_component(lboard_t *brd, klinfo_t *kli, unsigned char type);