Searched refs:kli (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sgi-ip27/
H A Dip27-klconfig.c18 klinfo_t *find_component(lboard_t *brd, klinfo_t *kli, unsigned char struct_type) argument
22 if (kli == (klinfo_t *)NULL) {
26 if (kli == KLCF_COMP(brd, j))
30 printk("find_component: Bad pointer: 0x%p\n", kli);
37 kli = KLCF_COMP(brd, index);
38 if (KLCF_COMP_TYPE(kli) == struct_type)
39 return kli;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/sn/
H A Dklconfig.h887 extern klinfo_t *find_component(lboard_t *brd, klinfo_t *kli, unsigned char type);

Completed in 109 milliseconds