Lines Matching full:module
18 # $1: module
23 printf "Inserting $1 module\n"
24 # insert module
30 printf "Removing $1 module\n"
31 # remove module
40 # Insert cpufreq driver module and perform basic tests
41 # $1: cpufreq-driver module to insert
53 # insert module
54 printf "Inserting $1 module\n\n"
70 # remove module
71 printf "Removing $1 module\n\n"
83 # $1: cpufreq-driver module to insert
88 # check if module is present or not
95 # test basic module tests
98 # Do simple module test
101 # Remove CPUs before inserting module and then bring them back
106 # find governor name based on governor module name
107 # $1: governor module name
125 # $1: governor string, $2: governor module, $3: policy
137 # try removing module, it should fail as governor is used
138 printf "Removing $2 module\n\n"
153 # Insert cpufreq governor module and perform basic tests
154 # $1: cpufreq-governor module to insert
159 # check if module is present or not
166 # test basic module tests
169 # insert module
170 printf "Inserting $1 module\n\n"
180 # remove module
181 printf "Removing $1 module\n\n"
191 # $1: driver module, $2: governor module
204 # insert driver module
205 printf "Inserting $1 module\n\n"
215 # remove driver module
216 printf "Removing $1 module\n\n"
224 # insert governor module
225 printf "Inserting $2 module\n\n"
235 # remove driver module
236 printf "Removing $2 module\n\n"