Searched refs:SubType (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/arch/ppc/platforms/ |
D | residual.c | 247 unsigned char SubType) { in PnP_SUB_TYPE_STR() argument 250 && (*s)[1]==SubType)) s++; in PnP_SUB_TYPE_STR() 256 unsigned char SubType, in PnP_INTERFACE_STR() argument 260 && (*s)[1]==SubType in PnP_INTERFACE_STR() 518 s = PnP_INTERFACE_STR(did.BaseType, did.SubType, 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); 713 did.BaseType, did.SubType); [all …]
|
/linux-2.4.37.9/include/asm-ppc/ |
D | residual.h | 187 unsigned char SubType; /* See pnp.h for bit definitions */ member 322 int SubType, int Interface, int n);
|