Home
last modified time | relevance | path

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

/drivers/media/pci/cx18/
Dcx18-driver.c1161 int fw_retry_count = 3; in cx18_init_on_first_open() local
1174 while (--fw_retry_count > 0) { in cx18_init_on_first_open()
1178 if (fw_retry_count > 1) in cx18_init_on_first_open()
1182 if (fw_retry_count == 0) { in cx18_init_on_first_open()
1204 fw_retry_count = 3; in cx18_init_on_first_open()
1205 while (--fw_retry_count > 0) { in cx18_init_on_first_open()
1209 if (fw_retry_count > 1) in cx18_init_on_first_open()
1213 if (fw_retry_count == 0) { in cx18_init_on_first_open()
/drivers/media/pci/ivtv/
Divtv-driver.c1317 int fw_retry_count = 3; in ivtv_init_on_first_open() local
1329 while (--fw_retry_count > 0) { in ivtv_init_on_first_open()
1333 if (fw_retry_count > 1) in ivtv_init_on_first_open()
1337 if (fw_retry_count == 0) { in ivtv_init_on_first_open()