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

/drivers/media/radio/si470x/
H A Dradio-si470x-i2c.c66 static unsigned short max_rds_errors = 1; variable
71 module_param(max_rds_errors, ushort, 0644);
72 MODULE_PARM_DESC(max_rds_errors, "RDS maximum block errors: *1*");
327 if (bler > max_rds_errors)
H A Dradio-si470x-usb.c81 static unsigned short max_rds_errors = 1; variable
86 module_param(max_rds_errors, ushort, 0644);
87 MODULE_PARM_DESC(max_rds_errors, "RDS maximum block errors: *1*");
466 if (bler > max_rds_errors)

Completed in 10 milliseconds