Home
last modified time | relevance | path

Searched refs:struct_type (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/arch/mips/sgi-ip27/
Dip27-klconfig.c18 klinfo_t *find_component(lboard_t *brd, klinfo_t *kli, unsigned char struct_type) in find_component() argument
38 if (KLCF_COMP_TYPE(kli) == struct_type) in find_component()
46 klinfo_t *find_first_component(lboard_t *brd, unsigned char struct_type) in find_first_component() argument
48 return find_component(brd, (klinfo_t *)NULL, struct_type); in find_first_component()
/linux-2.6.39/drivers/staging/ath6kl/include/
Ddl_list.h30 #define A_CONTAINING_STRUCT(address, struct_type, field_name)\ argument
31 … ((struct_type *)((unsigned long)(address) - (unsigned long)(&((struct_type *)0)->field_name)))
/linux-2.6.39/arch/ia64/include/asm/sn/
Dklconfig.h182 unsigned char struct_type; /* type of structure, local or remote */ member
217 unsigned char struct_type; /* type of this structure */ member
/linux-2.6.39/arch/mips/include/asm/sn/
Dklconfig.h423 unsigned char struct_type; /* type of structure, local or remote */ member
459 #define KLCF_REMOTE(_brd) (((_brd)->struct_type & LOCAL_BOARD) ? 0 : 1)
474 #define KLCF_COMP_TYPE(_comp) ((_comp)->struct_type)
485 unsigned char struct_type; /* type of this structure */ member