Searched refs:BaseType (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/arch/ppc/platforms/ |
D | residual.c | 246 static const unsigned char __init *PnP_SUB_TYPE_STR(unsigned char BaseType, in PnP_SUB_TYPE_STR() argument 249 while (*s && !((*s)[0]==BaseType in PnP_SUB_TYPE_STR() 255 static const unsigned char __init *PnP_INTERFACE_STR(unsigned char BaseType, in PnP_INTERFACE_STR() argument 259 while (*s && !((*s)[0]==BaseType in PnP_INTERFACE_STR() 518 s = PnP_INTERFACE_STR(did.BaseType, did.SubType, in print_residual_device_info() 549 PnP_BASE_TYPES[did.BaseType], in print_residual_device_info() 550 PnP_SUB_TYPE_STR(did.BaseType,did.SubType), in print_residual_device_info() 659 did.BaseType, did.SubType); 693 did.BaseType, did.SubType); 703 did.BaseType, did.SubType); [all …]
|
/linux-2.4.37.9/include/asm-ppc/ |
D | residual.h | 186 unsigned char BaseType; /* See pnp.h for bit definitions */ member 321 unsigned char * DevID, int BaseType,
|