Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-driver.c1147 int fw_retry_count = 3; in cx18_init_on_first_open() local
1160 while (--fw_retry_count > 0) { in cx18_init_on_first_open()
1164 if (fw_retry_count > 1) in cx18_init_on_first_open()
1168 if (fw_retry_count == 0) { in cx18_init_on_first_open()
1190 fw_retry_count = 3; in cx18_init_on_first_open()
1191 while (--fw_retry_count > 0) { in cx18_init_on_first_open()
1195 if (fw_retry_count > 1) in cx18_init_on_first_open()
1199 if (fw_retry_count == 0) { in cx18_init_on_first_open()
/Linux-v4.19/drivers/media/pci/ivtv/
Divtv-driver.c1305 int fw_retry_count = 3; in ivtv_init_on_first_open() local
1317 while (--fw_retry_count > 0) { in ivtv_init_on_first_open()
1321 if (fw_retry_count > 1) in ivtv_init_on_first_open()
1325 if (fw_retry_count == 0) { in ivtv_init_on_first_open()