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.c1138 int fw_retry_count = 3; in cx18_init_on_first_open() local
1151 while (--fw_retry_count > 0) { in cx18_init_on_first_open()
1155 if (fw_retry_count > 1) in cx18_init_on_first_open()
1159 if (fw_retry_count == 0) { in cx18_init_on_first_open()
1181 fw_retry_count = 3; in cx18_init_on_first_open()
1182 while (--fw_retry_count > 0) { in cx18_init_on_first_open()
1186 if (fw_retry_count > 1) in cx18_init_on_first_open()
1190 if (fw_retry_count == 0) { in cx18_init_on_first_open()
/drivers/media/pci/ivtv/
Divtv-driver.c1302 int fw_retry_count = 3; in ivtv_init_on_first_open() local
1314 while (--fw_retry_count > 0) { in ivtv_init_on_first_open()
1318 if (fw_retry_count > 1) in ivtv_init_on_first_open()
1322 if (fw_retry_count == 0) { in ivtv_init_on_first_open()