Searched refs:find_first_component (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/arch/ia64/sn/io/sn2/ |
D | klconflib.c | 104 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()
|
D | klgraph.c | 449 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/ |
D | ip27-klconfig.c | 46 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()
|
D | ip27-init.c | 101 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,
|
D | ip27-memory.c | 114 banks = (klmembnk_t *)find_first_component(brd, KLSTRUCT_MEMBNK); in slot_psize_compute()
|
/linux-2.4.37.9/include/asm-ia64/sn/ |
D | klconfig.h | 977 extern klinfo_t *find_first_component(lboard_t *brd, unsigned char type);
|
/linux-2.4.37.9/include/asm-mips64/sn/ |
D | klconfig.h | 937 extern klinfo_t *find_first_component(lboard_t *brd, unsigned char type);
|