Home
last modified time | relevance | path

Searched refs:sub_class (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/tools/testing/selftests/tc-testing/
DTdcPlugin.py6 print(' -- {}.__init__'.format(self.sub_class))
13 print(' -- {}.pre_suite'.format(self.sub_class))
19 print(' -- {}.post_suite'.format(self.sub_class))
24 print(' -- {}.pre_case'.format(self.sub_class))
31 print(' -- {}.post_case'.format(self.sub_class))
36 print(' -- {}.pre_execute'.format(self.sub_class))
41 print(' -- {}.post_execute'.format(self.sub_class))
46 print(' -- {}.adjust_command {}'.format(self.sub_class, stage))
74 print(' -- {}.check_args'.format(self.sub_class))
/linux-6.12.1/tools/testing/selftests/tc-testing/plugin-lib/
DscapyPlugin.py22 self.sub_class = 'scapy/SubPlugin'
28 print('{}.post_execute: no scapy info in test case'.format(self.sub_class))
46 .format(self.sub_class))
DnsPlugin.py22 self.sub_class = 'ns/SubPlugin'
58 print('{}.pre_case'.format(self.sub_class))
67 print('{}.post_case'.format(self.sub_class))
76 print('{}.post_suite'.format(self.sub_class))
92 print('{}.adjust_command'.format(self.sub_class))
125 print('{}._nl_ns_create'.format(self.sub_class))
DvalgrindPlugin.py23 self.sub_class = 'valgrind/SubPlugin'
33 print('{}.pre_suite'.format(self.sub_class))
41 print('{}.post_suite'.format(self.sub_class))
72 print('{}.adjust_command'.format(self.sub_class))
DrootPlugin.py10 self.sub_class = 'root/SubPlugin'
/linux-6.12.1/include/uapi/linux/
Di2o-dev.h210 __u32 sub_class; member
/linux-6.12.1/drivers/staging/rts5208/
Dms.c877 u8 val, *buf, class_code, device_type, sub_class, data[16]; local
1060 sub_class = buf[sys_info_addr + 46];
1089 class_code, device_type, sub_class);
1120 if (sub_class & 0xC0)
1124 class_code, device_type, sub_class);
/linux-6.12.1/drivers/scsi/
Ddc395x.c189 u8 sub_class; /* 4 Sub Class */ member
4012 eeprom->sub_class = 0x00; in check_eeprom()