Home
last modified time | relevance | path

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

/linux/drivers/media/pci/cx18/
H A Dcx18-driver.c1137 int fw_retry_count = 3; in cx18_init_on_first_open() local
1150 while (--fw_retry_count > 0) { in cx18_init_on_first_open()
1154 if (fw_retry_count > 1) in cx18_init_on_first_open()
1158 if (fw_retry_count == 0) { in cx18_init_on_first_open()
1180 fw_retry_count = 3; in cx18_init_on_first_open()
1181 while (--fw_retry_count > 0) { in cx18_init_on_first_open()
1185 if (fw_retry_count > 1) in cx18_init_on_first_open()
1189 if (fw_retry_count == 0) { in cx18_init_on_first_open()
/linux/drivers/media/pci/ivtv/
H A Divtv-driver.c1266 int fw_retry_count = 3; in ivtv_init_on_first_open() local
1278 while (--fw_retry_count > 0) { in ivtv_init_on_first_open()
1282 if (fw_retry_count > 1) in ivtv_init_on_first_open()
1286 if (fw_retry_count == 0) { in ivtv_init_on_first_open()