Home
last modified time | relevance | path

Searched refs:find_first_component (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/arch/ia64/sn/io/sn2/
Dklconflib.c104 find_first_component(lboard_t *brd, unsigned char struct_type) in find_first_component() function
207 hub = (klhub_t *)find_first_component(brd, KLSTRUCT_HUB); in get_actual_nasid()
416 hub = (klhub_t *)find_first_component(board, in board_serial_number_get()
439 tpu = (kltpu_t *)find_first_component(board, in board_serial_number_get()
461 gsn = (klgsn_t *)find_first_component(board, in board_serial_number_get()
482 bridge = (klbri_t *)find_first_component(board, in board_serial_number_get()
504 router = (klrou_t *)find_first_component(board, in board_serial_number_get()
525 graphics = (klgfx_t *)find_first_component(board, KLSTRUCT_GFX); in board_serial_number_get()
Dklgraph.c449 hub = (klhub_t *)find_first_component(brd, KLSTRUCT_HUB); in klhwg_add_tionode()
511 hub = (klhub_t *)find_first_component(brd, KLSTRUCT_HUB); in klhwg_add_node()
540 cpu = (klcpu_t *)find_first_component(brd, KLSTRUCT_CPU); in klhwg_add_node()
774 hub = (klhub_t *)find_first_component(brd, KLSTRUCT_HUB); in klhwg_connect_hubs()
/linux-2.4.37.9/arch/mips/sgi-ip27/
Dip27-klconfig.c46 klinfo_t *find_first_component(lboard_t *brd, unsigned char struct_type) in find_first_component() function
89 if (!(acpu = (klcpu_t *)find_first_component(brd, KLSTRUCT_CPU))) in nasid_slice_to_cpuinfo()
Dip27-init.c101 hub = (klhub_t *)find_first_component(brd, KLSTRUCT_HUB); in get_actual_nasid()
125 acpu = (klcpu_t *)find_first_component(brd, KLSTRUCT_CPU); in do_cpumask()
860 kr = (klrou_t *)find_first_component(lbptr,
Dip27-memory.c114 banks = (klmembnk_t *)find_first_component(brd, KLSTRUCT_MEMBNK); in slot_psize_compute()
/linux-2.4.37.9/include/asm-ia64/sn/
Dklconfig.h977 extern klinfo_t *find_first_component(lboard_t *brd, unsigned char type);
/linux-2.4.37.9/include/asm-mips64/sn/
Dklconfig.h937 extern klinfo_t *find_first_component(lboard_t *brd, unsigned char type);