Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/radio/si470x/
H A Dradio-si470x-i2c.c53 static unsigned short max_rds_errors = 1; variable
58 module_param(max_rds_errors, ushort, 0644);
59 MODULE_PARM_DESC(max_rds_errors, "RDS maximum block errors: *1*");
300 if (bler > max_rds_errors) in si470x_i2c_interrupt()
H A Dradio-si470x-usb.c70 static unsigned short max_rds_errors = 1; variable
75 module_param(max_rds_errors, ushort, 0644);
76 MODULE_PARM_DESC(max_rds_errors, "RDS maximum block errors: *1*");
437 if (bler > max_rds_errors) in si470x_int_in_callback()