Home
last modified time | relevance | path

Searched refs:time_out (Results 1 – 25 of 44) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/scsi/pcmcia/
H A Dnsp_cs.c369 int time_out; in nsphw_start_selection() local
385 time_out = 1000; in nsphw_start_selection()
392 (time_out-- != 0)); in nsphw_start_selection()
520 int time_out; in nsp_negate_signal() local
524 time_out = 100; in nsp_negate_signal()
531 } while ((--time_out != 0) && (reg & mask) != 0); in nsp_negate_signal()
533 if (time_out == 0) { in nsp_negate_signal()
548 int time_out; in nsp_expect_signal() local
553 time_out = 100; in nsp_expect_signal()
569 } while(time_out-- != 0); in nsp_expect_signal()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dar9003_mci.c34 u32 bit_position, int time_out) in ar9003_mci_wait_for_interrupt() argument
38 while (time_out) { in ar9003_mci_wait_for_interrupt()
41 time_out -= 10; in ar9003_mci_wait_for_interrupt()
43 if (time_out < 0) in ar9003_mci_wait_for_interrupt()
65 if (time_out <= 0) { in ar9003_mci_wait_for_interrupt()
73 time_out = 0; in ar9003_mci_wait_for_interrupt()
76 return time_out; in ar9003_mci_wait_for_interrupt()
584 u8 gpm_opcode, int time_out) in ar9003_mci_wait_for_gpm() argument
593 more_data = time_out ? MCI_GPM_NOMORE : MCI_GPM_MORE; in ar9003_mci_wait_for_gpm()
595 while (time_out > 0) { in ar9003_mci_wait_for_gpm()
[all …]
/OK3568_Linux_fs/kernel/sound/pci/asihpi/
H A Dhpi6000.c1212 u32 time_out = PCI_TIMEOUT; in hpi6000_dsp_block_write32() local
1225 time_out = PCI_TIMEOUT; in hpi6000_dsp_block_write32()
1230 && --time_out); in hpi6000_dsp_block_write32()
1232 if (!time_out) in hpi6000_dsp_block_write32()
1239 if (time_out) in hpi6000_dsp_block_write32()
1250 u32 time_out = PCI_TIMEOUT; in hpi6000_dsp_block_read32() local
1264 time_out = PCI_TIMEOUT; in hpi6000_dsp_block_read32()
1269 && --time_out); in hpi6000_dsp_block_read32()
1270 if (!time_out) in hpi6000_dsp_block_read32()
1279 if (time_out) in hpi6000_dsp_block_read32()
[all …]
H A Dhpi6205.c1471 int time_out = 10; in adapter_boot_load_dsp() local
1483 && time_out--) { in adapter_boot_load_dsp()
2087 u32 time_out, time_out2; in message_response_sequence() local
2127 time_out = HPI6205_TIMEOUT; in message_response_sequence()
2130 if (time_out) { in message_response_sequence()
2150 if (!time_out || !time_out2) { in message_response_sequence()
/OK3568_Linux_fs/external/rk_pcba_test/
H A Decho_bt_test.c286 int time_out = 0; in confirm_firmware_test() local
290 while(time_out < BT_TIMEOUT_FIRMWARE) in confirm_firmware_test()
298 time_out +=PERIOD_TIME; in confirm_firmware_test()
300 if(time_out > BT_TIMEOUT_FIRMWARE) in confirm_firmware_test()
/OK3568_Linux_fs/kernel/drivers/firmware/efi/
H A Dcper-arm.c95 bool time_out, access_mode; in cper_print_arm_err_info() local
207 time_out = ((error_info >> CPER_ARM_ERR_TIME_OUT_SHIFT) in cper_print_arm_err_info()
209 if (time_out) in cper_print_arm_err_info()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_dp_dual_mode_helper.c493 int time_out = 200; in drm_lspcon_set_mode() local
520 time_out -= 10; in drm_lspcon_set_mode()
528 } while (time_out); in drm_lspcon_set_mode()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dlan91c96.c312 int time_out; in smc_send_packet() local
347 time_out = MEMORY_WAIT_TIME; in smc_send_packet()
356 } while (--time_out); in smc_send_packet()
358 if (!time_out) { in smc_send_packet()
H A Dsmc91111.c422 int time_out; in smc_send() local
469 time_out = MEMORY_WAIT_TIME; in smc_send()
477 } while (--time_out); in smc_send()
479 if (!time_out) { in smc_send()
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Dstv0288.c445 u8 reg, time_out = 0; in stv0288_set_frontend() local
477 time_out++; in stv0288_set_frontend()
478 if (time_out > 10) in stv0288_set_frontend()
486 time_out = 0; in stv0288_set_frontend()
/OK3568_Linux_fs/kernel/drivers/net/can/c_can/
H A Dc_can.c1226 unsigned long time_out; in c_can_power_down() local
1240 time_out = jiffies + msecs_to_jiffies(INIT_WAIT_MS); in c_can_power_down()
1242 time_after(time_out, jiffies)) in c_can_power_down()
1245 if (time_after(jiffies, time_out)) in c_can_power_down()
1260 unsigned long time_out; in c_can_power_up() local
1281 time_out = jiffies + msecs_to_jiffies(INIT_WAIT_MS); in c_can_power_up()
1283 time_after(time_out, jiffies)) in c_can_power_up()
1286 if (time_after(jiffies, time_out)) { in c_can_power_up()
/OK3568_Linux_fs/kernel/drivers/misc/
H A Drk_scr.c176 int time_out = 10000; in rk_scr_clock_start() local
188 while ((scr_reg->CTRL1 & CLKSTOP) && (time_out-- > 0)) in rk_scr_clock_start()
195 int time_out = 10000; in rk_scr_clock_stop() local
203 while ((!(scr_reg->CTRL1 & CLKSTOP)) && (time_out-- > 0)) in rk_scr_clock_stop()
957 unsigned time_out = SMC_DEFAULT_TIMEOUT; in scr_write() local
967 udelay = msecs_to_jiffies(time_out) + jiffies; in scr_write()
980 msecs_to_jiffies(time_out)); in scr_write()
/OK3568_Linux_fs/u-boot/drivers/video/exynos/
H A Dexynos_mipi_dsi_common.c521 unsigned int time_out = 100; in exynos_mipi_dsi_init_link() local
538 time_out--; in exynos_mipi_dsi_init_link()
539 if (time_out == 0) { in exynos_mipi_dsi_init_link()
/OK3568_Linux_fs/kernel/net/hsr/
H A Dhsr_framereg.c169 new_node->time_out[i] = now; in hsr_add_node()
417 time_is_after_jiffies(node->time_out[port->type] + in hsr_register_frame_out()
421 node->time_out[port->type] = jiffies; in hsr_register_frame_out()
H A Dhsr_framereg.h78 unsigned long time_out[HSR_PT_PORTS]; member
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dqlogicpti.h111 u16 time_out; member
139 u16 time_out; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/smsc/
H A Dsmc9194.c474 word time_out; in smc_wait_to_send_packet() local
535 time_out = MEMORY_WAIT_TIME; in smc_wait_to_send_packet()
545 } while ( -- time_out ); in smc_wait_to_send_packet()
547 if ( !time_out ) { in smc_wait_to_send_packet()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb/
H A Dmv88e1xxx.c51 int time_out = 1000; in mv88e1xxx_reset() local
60 } while (ctl && --time_out); in mv88e1xxx_reset()
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dfsl_esdhc.c579 u32 time_out; in esdhc_clock_control() local
590 time_out = 20; in esdhc_clock_control()
593 if (time_out == 0) { in esdhc_clock_control()
597 time_out--; in esdhc_clock_control()
/OK3568_Linux_fs/kernel/net/smc/
H A Dsmc_llc.h99 int time_out, u8 exp_msg);
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_executor.c515 mali_bool time_out = MALI_FALSE; in mali_executor_interrupt_gp() local
533 time_out = MALI_TRUE; in mali_executor_interrupt_gp()
614 if (MALI_FALSE == time_out) { in mali_executor_interrupt_gp()
649 mali_bool time_out = MALI_FALSE; in mali_executor_interrupt_pp() local
677 time_out = MALI_TRUE; in mali_executor_interrupt_pp()
722 if (MALI_FALSE == time_out) { in mali_executor_interrupt_pp()
729 if (MALI_TRUE == time_out) { in mali_executor_interrupt_pp()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_eth_ioctl.h405 t_u32 time_out; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeopositioninfosource/
H A Dtestqgeopositioninfosource.cpp330 int time_out = 7000; in lastKnownPosition() local
331 m_source->setUpdateInterval(time_out); in lastKnownPosition()
/OK3568_Linux_fs/kernel/drivers/scsi/snic/
H A Dsnic_fwint.h275 __le16 time_out; /* ms time for Res allocations fw to handle io*/ member
/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dzynq_i2c.c31 u32 time_out; member

12