Lines Matching defs:rescan
40 * rescan:Y rescan all channels/IDs
41 * rescan:N use all devices found until now
51 * max_ids:127,rescan:N,hdr_channel:0,
53 * Here is another example: "gdth=reserve_list:0,1,2,0,0,1,3,0,rescan:Y".
62 * max_ids=127 rescan=0 hdr_channel=0 shared_access=0
64 * The other example: "modprobe gdth reserve_list=0,1,2,0,0,1,3,0 rescan=1".
237 /* rescan all IDs */
238 static int rescan = 0;
251 module_param(rescan, int, 0);
4076 ha->scan_mode = rescan ? 0x10 : 0;
4275 else if (!strncmp(argv, "rescan:", 7))
4276 rescan = val;