/kernel/linux/linux-6.6/drivers/scsi/pcmcia/ |
H A D | nsp_cs.c | 370 int time_out; in nsphw_start_selection() local 386 time_out = 1000; in nsphw_start_selection() 393 (time_out-- != 0)); in nsphw_start_selection() 519 int time_out; in nsp_negate_signal() local 523 time_out = 100; in nsp_negate_signal() 530 } while ((--time_out != 0) && (reg & mask) != 0); in nsp_negate_signal() 532 if (time_out == 0) { in nsp_negate_signal() 547 int time_out; in nsp_expect_signal() local 552 time_out = 100; in nsp_expect_signal() 568 } while(time_out in nsp_expect_signal() 721 long time_out; nsp_pio_read() local 824 int time_out; nsp_pio_write() local [all...] |
/kernel/linux/linux-6.6/drivers/watchdog/ |
H A D | xilinx_wwdt.c | 70 u64 time_out, closed_timeout, open_timeout; in xilinx_wwdt_start() local 74 time_out = xdev->freq * wdd->timeout; in xilinx_wwdt_start() 75 closed_timeout = div_u64(time_out * xdev->close_percent, 100); in xilinx_wwdt_start() 76 open_timeout = time_out - closed_timeout; in xilinx_wwdt_start()
|
H A D | rzg2l_wdt.c | 113 u32 time_out; in rzg2l_wdt_init_timeout() local 118 time_out = (wdev->timeout * (MICRO / 2)) / in rzg2l_wdt_init_timeout() 120 rzg2l_wdt_write(priv, WDTSET_COUNTER_VAL(time_out), WDTSET); in rzg2l_wdt_init_timeout()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_mci.c | 34 u32 bit_position, int time_out) in ar9003_mci_wait_for_interrupt() 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() 593 more_data = time_out ? MCI_GPM_NOMORE : MCI_GPM_MORE; in ar9003_mci_wait_for_gpm() 595 while (time_out > in ar9003_mci_wait_for_gpm() 33 ar9003_mci_wait_for_interrupt(struct ath_hw *ah, u32 address, u32 bit_position, int time_out) ar9003_mci_wait_for_interrupt() argument 583 ar9003_mci_wait_for_gpm(struct ath_hw *ah, u8 gpm_type, u8 gpm_opcode, int time_out) ar9003_mci_wait_for_gpm() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_mci.c | 34 u32 bit_position, int time_out) in ar9003_mci_wait_for_interrupt() 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() 593 more_data = time_out ? MCI_GPM_NOMORE : MCI_GPM_MORE; in ar9003_mci_wait_for_gpm() 595 while (time_out > in ar9003_mci_wait_for_gpm() 33 ar9003_mci_wait_for_interrupt(struct ath_hw *ah, u32 address, u32 bit_position, int time_out) ar9003_mci_wait_for_interrupt() argument 583 ar9003_mci_wait_for_gpm(struct ath_hw *ah, u8 gpm_type, u8 gpm_opcode, int time_out) ar9003_mci_wait_for_gpm() argument [all...] |
/kernel/linux/linux-5.10/drivers/scsi/pcmcia/ |
H A D | nsp_cs.c | 369 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 in nsp_expect_signal() 721 long time_out; nsp_pio_read() local 820 int time_out; nsp_pio_write() local [all...] |
/kernel/linux/linux-5.10/sound/pci/asihpi/ |
H A D | hpi6000.c | 1212 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() 1413 u16 time_out = 8; hpi6000_send_data() local [all...] |
/kernel/linux/linux-6.6/sound/pci/asihpi/ |
H A D | hpi6000.c | 1212 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 1263 time_out = PCI_TIMEOUT; in hpi6000_dsp_block_read32() 1268 && --time_out); in hpi6000_dsp_block_read32() 1269 if (!time_out) in hpi6000_dsp_block_read32() 1277 if (time_out) in hpi6000_dsp_block_read32() 1411 u16 time_out = 8; hpi6000_send_data() local [all...] |
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | task-analyzer.py | 263 self._last_finish = task.time_out(time_unit) 267 time_out = task.time_out(time_unit) 270 self.in_out = time_out - self._last_start 271 self.out_out = time_out - self._last_finish 274 self._last_finish = task.time_out(time_unit) 551 def time_out(self, unit="s"): member in Task 677 line_out = fmt.format(c_row_set, task.time_in(), task.time_out(), task.cpu, 682 line_out = fmt.format(c_row_set, task.time_in(), task.time_out(), task.cpu,
|
/kernel/linux/linux-5.10/drivers/firmware/efi/ |
H A D | cper-arm.c | 95 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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_dp_dual_mode_helper.c | 493 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()
|
/kernel/linux/linux-6.6/drivers/firmware/efi/ |
H A D | cper-arm.c | 94 bool time_out, access_mode; in cper_print_arm_err_info() local 206 time_out = ((error_info >> CPER_ARM_ERR_TIME_OUT_SHIFT) in cper_print_arm_err_info() 208 if (time_out) in cper_print_arm_err_info()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/display/ |
H A D | drm_dp_dual_mode_helper.c | 498 int time_out = 200; in drm_lspcon_set_mode() local 525 time_out -= 10; in drm_lspcon_set_mode() 532 } while (time_out); in drm_lspcon_set_mode()
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | stv0288.c | 443 u8 tda[3], reg, time_out = 0; in stv0288_set_frontend() local 476 time_out++; in stv0288_set_frontend() 477 if (time_out > 10) in stv0288_set_frontend() 485 time_out = 0; in stv0288_set_frontend()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | stv0288.c | 443 u8 tda[3], reg, time_out = 0; in stv0288_set_frontend() local 476 time_out++; in stv0288_set_frontend() 477 if (time_out > 10) in stv0288_set_frontend() 485 time_out = 0; in stv0288_set_frontend()
|
/kernel/linux/linux-5.10/drivers/net/can/c_can/ |
H A D | c_can.c | 1226 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()
|
/kernel/linux/linux-6.6/drivers/net/can/c_can/ |
H A D | c_can_main.c | 1257 unsigned long time_out; in c_can_power_down() local 1271 time_out = jiffies + msecs_to_jiffies(INIT_WAIT_MS); in c_can_power_down() 1273 time_after(time_out, jiffies)) in c_can_power_down() 1276 if (time_after(jiffies, time_out)) in c_can_power_down() 1291 unsigned long time_out; in c_can_power_up() local 1312 time_out = jiffies + msecs_to_jiffies(INIT_WAIT_MS); in c_can_power_up() 1314 time_after(time_out, jiffies)) in c_can_power_up() 1317 if (time_after(jiffies, time_out)) { in c_can_power_up()
|
/kernel/linux/linux-5.10/net/hsr/ |
H A D | hsr_framereg.h | 80 unsigned long time_out[HSR_PT_PORTS]; member
|
H A D | hsr_framereg.c | 170 new_node->time_out[i] = now; in hsr_add_node() 421 time_is_after_jiffies(node->time_out[port->type] + in hsr_register_frame_out() 427 node->time_out[port->type] = jiffies; in hsr_register_frame_out()
|
/kernel/linux/linux-6.6/net/hsr/ |
H A D | hsr_framereg.h | 80 unsigned long time_out[HSR_PT_PORTS]; member
|
H A D | hsr_framereg.c | 161 new_node->time_out[i] = now; in hsr_add_node() 461 time_is_after_jiffies(node->time_out[port->type] + in hsr_register_frame_out() 467 node->time_out[port->type] = jiffies; in hsr_register_frame_out()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/ |
H A D | mv88e1xxx.c | 51 int time_out = 1000; in mv88e1xxx_reset() local 60 } while (ctl && --time_out); in mv88e1xxx_reset()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/ |
H A D | mv88e1xxx.c | 51 int time_out = 1000; in mv88e1xxx_reset() local 60 } while (ctl && --time_out); in mv88e1xxx_reset()
|
/kernel/linux/linux-5.10/net/smc/ |
H A D | smc_llc.h | 99 int time_out, u8 exp_msg);
|
/kernel/linux/linux-6.6/net/smc/ |
H A D | smc_llc.h | 109 int time_out, u8 exp_msg);
|