Searched refs:force_band (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/go7007/
H A Dwis-sony-tuner.c37 static v4l2_std_id force_band; variable
39 module_param_string(force_band, force_band_str, sizeof(force_band_str), 0644);
415 if (force_band && (*std & force_band) != *std &&
420 "favor of force_band value\n");
421 t->std = force_band;
462 if (force_band)
463 *std = force_band;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dcx24123.c35 static int force_band; variable
36 module_param(force_band, int, 0644);
37 MODULE_PARM_DESC(force_band, "Force a specific band select "\
555 if (force_band < 1 || force_band > num_bands) {
563 band = force_band - 1;

Completed in 105 milliseconds