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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/sn/
H A Dklconfig.h887 extern klinfo_t *find_component(lboard_t *brd, klinfo_t *kli, unsigned char type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/sn/
H A Dklconfig.h887 extern klinfo_t *find_component(lboard_t *brd, klinfo_t *kli, unsigned char type);

Completed in 59 milliseconds