Lines Matching +full:close +full:- +full:range
2 # SPDX-License-Identifier: GPL-2.0
43 result = subprocess.check_output(('grep', '-q', MODULE_NAME), stdin=lsmod_p.stdout)
45 @pytest.mark.parametrize('socket', range(0, NUM_SOCKETS))
126 f.close()
133 f.close()
139 # file is none-zero and the same as the value read
147 f.close()
149 @pytest.mark.parametrize('socket', range(0, NUM_SOCKETS))
163 f.close()
165 @pytest.mark.parametrize('socket', range(0, NUM_SOCKETS))
187 f.close()
188 g.close()
190 # Short wait needed to allow file to close before pulling driver
193 p = subprocess.Popen(('modprobe', '-r', 'intel_sdsi'))
195 p = subprocess.Popen(('modprobe', '-r', 'intel_vsec'))
216 subprocess.check_output(('modprobe', '-r', 'intel_sdsi'))
217 subprocess.check_output(('modprobe', '-r', 'intel_vsec'))