/linux-4.1.27/include/uapi/linux/ |
D | ncp_mount.h | 33 unsigned int time_out; /* How long should I wait after member 56 unsigned int time_out; /* How long should I wait after member
|
/linux-4.1.27/drivers/scsi/pcmcia/ |
D | nsp_cs.c | 371 int time_out; in nsphw_start_selection() local 387 time_out = 1000; in nsphw_start_selection() 394 (time_out-- != 0)); in nsphw_start_selection() 522 int time_out; in nsp_negate_signal() local 526 time_out = 100; in nsp_negate_signal() 533 } while ((--time_out != 0) && (reg & mask) != 0); in nsp_negate_signal() 535 if (time_out == 0) { in nsp_negate_signal() 550 int time_out; in nsp_expect_signal() local 555 time_out = 100; in nsp_expect_signal() 571 } while(time_out-- != 0); in nsp_expect_signal() [all …]
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | ar9003_mci.c | 34 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() 571 u8 gpm_opcode, int time_out) in ar9003_mci_wait_for_gpm() argument 580 more_data = time_out ? MCI_GPM_NOMORE : MCI_GPM_MORE; in ar9003_mci_wait_for_gpm() 582 while (time_out > 0) { in ar9003_mci_wait_for_gpm() [all …]
|
/linux-4.1.27/fs/ncpfs/ |
D | inode.c | 350 if (server->m.time_out != NCP_DEFAULT_TIME_OUT * HZ / 100) { in ncp_show_options() 351 tmp = server->m.time_out * 100 / HZ; in ncp_show_options() 391 data->time_out = NCP_DEFAULT_TIME_OUT; in ncp_parse_options() 433 data->time_out = optint; in ncp_parse_options() 500 data.time_out = md->time_out; in ncp_fill_super() 519 data.time_out = md->time_out; in ncp_fill_super() 601 if (server->m.time_out < 1) { in ncp_fill_super() 602 server->m.time_out = 10; in ncp_fill_super() 605 server->m.time_out = server->m.time_out * HZ / 100; in ncp_fill_super()
|
D | ncp_fs_sb.h | 29 unsigned int time_out; /* How long should I wait after member
|
D | sock.c | 283 server->timeout_last = server->m.time_out; in ncpdgram_start_request() 286 mod_timer(&server->timeout_tm, jiffies + server->m.time_out); in ncpdgram_start_request()
|
/linux-4.1.27/sound/pci/asihpi/ |
D | hpi6000.c | 1223 u32 time_out = PCI_TIMEOUT; in hpi6000_dsp_block_write32() local 1236 time_out = PCI_TIMEOUT; in hpi6000_dsp_block_write32() 1241 && --time_out); in hpi6000_dsp_block_write32() 1243 if (!time_out) in hpi6000_dsp_block_write32() 1250 if (time_out) in hpi6000_dsp_block_write32() 1261 u32 time_out = PCI_TIMEOUT; in hpi6000_dsp_block_read32() local 1275 time_out = PCI_TIMEOUT; in hpi6000_dsp_block_read32() 1280 && --time_out); in hpi6000_dsp_block_read32() 1281 if (!time_out) in hpi6000_dsp_block_read32() 1290 if (time_out) in hpi6000_dsp_block_read32() [all …]
|
D | hpi6205.c | 1487 int time_out = 10; in adapter_boot_load_dsp() local 1499 && time_out--) { in adapter_boot_load_dsp() 2103 u32 time_out, time_out2; in message_response_sequence() local 2143 time_out = HPI6205_TIMEOUT; in message_response_sequence() 2146 if (time_out) { in message_response_sequence() 2166 if (!time_out || !time_out2) { in message_response_sequence()
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | stv0288.c | 462 u8 reg, time_out = 0; in stv0288_set_frontend() local 495 time_out++; in stv0288_set_frontend() 496 if (time_out > 10) in stv0288_set_frontend() 504 time_out = 0; in stv0288_set_frontend()
|
D | stv0900_priv.h | 367 enum fe_stv0900_demod_num demod, s32 time_out);
|
D | stv0900_core.c | 840 enum fe_stv0900_demod_num demod, s32 time_out) in stv0900_get_demod_lock() argument 847 while ((timer < time_out) && (lock == 0)) { in stv0900_get_demod_lock()
|
D | stv0900_sw.c | 1033 enum fe_stv0900_demod_num demod, s32 time_out) in stv0900_get_fec_lock() argument 1043 while ((timer < time_out) && (lock == 0)) { in stv0900_get_fec_lock()
|
D | drxk_hard.c | 1277 u16 rom_offset, u16 nr_of_elements, u32 time_out) in bl_chain_cmd() argument 1298 end = jiffies + msecs_to_jiffies(time_out); in bl_chain_cmd() 2812 u16 rom_offset, u16 nr_of_elements, u32 time_out) in bl_direct_cmd() argument 2842 end = jiffies + msecs_to_jiffies(time_out); in bl_direct_cmd()
|
/linux-4.1.27/drivers/net/can/c_can/ |
D | c_can.c | 1169 unsigned long time_out; in c_can_power_down() local 1183 time_out = jiffies + msecs_to_jiffies(INIT_WAIT_MS); in c_can_power_down() 1185 time_after(time_out, jiffies)) in c_can_power_down() 1188 if (time_after(jiffies, time_out)) in c_can_power_down() 1203 unsigned long time_out; in c_can_power_up() local 1224 time_out = jiffies + msecs_to_jiffies(INIT_WAIT_MS); in c_can_power_up() 1226 time_after(time_out, jiffies)) in c_can_power_up() 1229 if (time_after(jiffies, time_out)) in c_can_power_up()
|
/linux-4.1.27/drivers/video/fbdev/exynos/ |
D | exynos_mipi_dsi_common.c | 749 unsigned int time_out = 100; in exynos_mipi_dsi_init_link() local 765 time_out--; in exynos_mipi_dsi_init_link() 766 if (time_out == 0) { in exynos_mipi_dsi_init_link() 775 if (time_out != 0) { in exynos_mipi_dsi_init_link()
|
/linux-4.1.27/drivers/scsi/ |
D | qlogicpti.h | 110 u16 time_out; member 138 u16 time_out; member
|
D | qlogicpti.c | 882 cmd->time_out = Cmnd->request->timeout/HZ; in cmd_frob()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/ |
D | mv88e1xxx.c | 50 int time_out = 1000; in mv88e1xxx_reset() local 59 } while (ctl && --time_out); in mv88e1xxx_reset()
|
/linux-4.1.27/drivers/mtd/spi-nor/ |
D | spi-nor.c | 761 goto time_out; in sst_write() 773 goto time_out; in sst_write() 782 goto time_out; in sst_write() 793 goto time_out; in sst_write() 796 time_out: in sst_write()
|
/linux-4.1.27/drivers/net/ethernet/smsc/ |
D | smc9194.c | 474 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()
|
D | smc91c92_cs.c | 1201 short time_out, ir; in smc_start_xmit() local 1240 for (time_out = MEMORY_WAIT_TIME; time_out >= 0; time_out--) { in smc_start_xmit()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_minidump.c | 619 u8 poll_mask, poll_to, time_out = 0; in qlcnic_dump_l2_cache() local 638 time_out++; in qlcnic_dump_l2_cache() 639 } while (time_out <= poll_to); in qlcnic_dump_l2_cache() 641 if (time_out > poll_to) { in qlcnic_dump_l2_cache()
|
/linux-4.1.27/fs/ |
D | compat.c | 661 compat_uint_t time_out; member 676 compat_uint_t time_out; member 708 n->time_out = c_n->time_out; in do_ncp_super_data_conv()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_phy.c | 783 u32 time_out; in ixgbe_check_phy_link_tnx() local 798 for (time_out = 0; time_out < max_time_out; time_out++) { in ixgbe_check_phy_link_tnx()
|
/linux-4.1.27/drivers/char/ |
D | mbcs.h | 178 uint64_t time_out:24, // 23:0 member
|
D | mbcs.c | 679 cm_req_timeout.time_out = MBCS_CM_CONTROL_REQ_TOUT_MASK; in mbcs_hw_init()
|
/linux-4.1.27/arch/powerpc/sysdev/ |
D | ppc4xx_pci.c | 812 int time_out = 20; in ppc440spe_pciex_core_init() local 832 while (time_out) { in ppc440spe_pciex_core_init() 834 time_out--; in ppc440spe_pciex_core_init() 839 if (!time_out) { in ppc440spe_pciex_core_init()
|
/linux-4.1.27/drivers/usb/host/ |
D | fhci.h | 398 struct timer_list time_out; member
|