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
1147 while (--fw_retry_count > 0) { in cx18_init_on_first_open()
1151 if (fw_retry_count > 1) in cx18_init_on_first_open()
1155 if (fw_retry_count == 0) { in cx18_init_on_first_open()
1177 fw_retry_count = 3; in cx18_init_on_first_open()
1178 while (--fw_retry_count > 0) { in cx18_init_on_first_open()
1182 if (fw_retry_count > 1) in cx18_init_on_first_open()
1186 if (fw_retry_count == 0) { in cx18_init_on_first_open()
/linux/drivers/media/pci/ivtv/
H A Divtv-driver.c1253 int fw_retry_count = 3; in ivtv_init_on_first_open() local
1262 while (--fw_retry_count > 0) { in ivtv_init_on_first_open()
1266 if (fw_retry_count > 1) in ivtv_init_on_first_open()
1270 if (fw_retry_count == 0) { in ivtv_init_on_first_open()