Searched refs:timeout (Results 1 - 25 of 2970) sorted by path

1234567891011>>

/linux-master/arch/arm/mach-omap2/
H A Dvp.c42 u32 val, sys_clk_rate, timeout, waittime; local
61 timeout = (sys_clk_rate * voltdm->pmic->vp_timeout_us) / 1000;
94 (timeout << vp->common->vlimitto_timeout_shift);
127 int ret, timeout = 0; local
137 while (timeout++ < VP_TRANXDONE_TIMEOUT) {
143 if (timeout >= VP_TRANXDONE_TIMEOUT) {
144 pr_warn("%s: vdd_%s TRANXDONE timeout exceeded. Voltage change aborted\n",
159 timeout = 0;
161 VP_TRANXDONE_TIMEOUT, timeout);
162 if (timeout >
245 int timeout; local
[all...]
/linux-master/arch/arm/mach-orion5x/
H A Dterastation_pro2-setup.c164 int timeout; local
167 timeout = 10;
170 if (--timeout == 0)
175 if (timeout == 0)
/linux-master/arch/arm/mach-sa1100/
H A Dssp.c48 * %-ETIMEDOUT timeout occurred
53 int timeout = TIMEOUT; local
56 if (!--timeout)
63 timeout = TIMEOUT;
65 if (!--timeout)
85 * %-ETIMEDOUT timeout occurred
90 int timeout = TIMEOUT; local
93 if (!--timeout)
112 * %-ETIMEDOUT timeout occurred
117 int timeout local
[all...]
/linux-master/arch/mips/include/asm/mach-rc32434/
H A Ddma_v.h28 int timeout = 1; local
31 for (timeout = DMA_HALT_TIMEOUT; timeout > 0; timeout--) {
39 return timeout ? 0 : 1;
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-spi.h57 int timeout);
60 int (*training_cb) (int interface, cvmx_spi_mode_t mode, int timeout);
64 int timeout);
92 * @timeout: Timeout to wait for clock synchronization in seconds
98 int timeout, int num_ports);
110 * @timeout: Timeout to wait for clock synchronization in seconds
114 int timeout);
212 * @timeout: Timeout to wait for clock synchronization in seconds
218 int timeout);
229 * @timeout
[all...]
H A Dcvmx-sriox-defs.h1511 uint64_t timeout:1; member in struct:cvmx_sriox_tx_bell_info::cvmx_sriox_tx_bell_info_s
1525 uint64_t timeout:1;
/linux-master/arch/mips/include/asm/sn/sn0/
H A Dhubio.h28 #define IIO_WIDGET_TOUT IIO_WRTO /* Widget request timeout */
37 #define IIO_XTALKCC_TOUT IIO_IXCC /* Xtalk credit count timeout*/
38 #define IIO_XTALKTT_TOUT IIO_IXTT /* Xtalk tail timeout */
87 #define IIO_WSTAT_TXRETRY (1ULL << 9) /* Hub Tx Retry timeout */
233 icsr_null_to: 6; /* Null timeout */
316 #define IIO_IXCC 0x4001e0 /* Crosstalk credit count timeout */
319 #define IIO_IXTT 0x4001f0 /* Crosstalk tail timeout */
387 #define IIO_ICCR_CMD_TIMEOUT (0x200) /* Make CRB timeout & mark invalid */
504 #define IIO_ICRB_ECODE_TOUT 6 /* CRB timeout before deallocating */
721 timeout member in struct:icrbd_s::__anon39
874 timeout:1, /* 57: CRB timed out */ member in struct:icrbp_a::__anon43
[all...]
/linux-master/arch/mips/jazz/
H A Dreset.c41 unsigned long timeout = start + HZ/2; local
46 } while (time_before_eq(jiffies, timeout));
/linux-master/arch/mips/kernel/
H A Dearly_printk_8250.c17 unsigned int timeout)
21 serial8250_tx_timeout = timeout;
36 unsigned int timeout; local
42 timeout = serial8250_tx_timeout;
48 if (--timeout == 0)
52 if (timeout)
16 setup_8250_early_printk_port(unsigned long base, unsigned int reg_shift, unsigned int timeout) argument
/linux-master/drivers/acpi/acpica/
H A Dutxfmutex.c87 * timeout - Max time to wait for the lock (millisec)
100 acpi_acquire_mutex(acpi_handle handle, acpi_string pathname, u16 timeout) argument
114 status = acpi_os_acquire_mutex(mutex_obj->mutex.os_mutex, timeout);
/linux-master/drivers/bcma/
H A Dbcma_private.h25 int timeout);
H A Dcore.c13 u32 value, int timeout)
15 unsigned long deadline = jiffies + timeout;
100 bcma_err(core->bus, "HT force timeout\n");
127 bcma_err(core->bus, "PLL enable timeout\n");
12 bcma_core_wait_value(struct bcma_device *core, u16 reg, u32 mask, u32 value, int timeout) argument
/linux-master/drivers/clk/mxs/
H A Dclk.c16 unsigned long timeout = jiffies + msecs_to_jiffies(10); local
19 if (time_after(jiffies, timeout))
/linux-master/drivers/crypto/cavium/cpt/
H A Dcptvf_mbox.c61 int timeout = CPT_MBOX_MSG_TIMEOUT; local
67 /* Wait for previous message to be acked, timeout 2sec */
74 timeout -= sleep;
75 if (!timeout) {
/linux-master/drivers/crypto/nx/
H A Dnx-842.c169 ktime_t timeout; local
216 timeout = ktime_add_ms(ktime_get(), COMP_BUSY_TIMEOUT);
225 } while (ret == -EBUSY && ktime_before(ktime_get(), timeout));
348 ktime_t timeout; local
394 timeout = ktime_add_ms(ktime_get(), DECOMP_BUSY_TIMEOUT);
398 } while (ret == -EBUSY && ktime_before(ktime_get(), timeout));
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dbit.c64 u32 timeout = T_TIMEOUT / T_RISEFALL; local
69 } while (!nvkm_i2c_sense_scl(bus) && --timeout);
71 return timeout != 0;
H A Dbus.c238 bit->timeout = usecs_to_jiffies(2200);
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_irq.h27 unsigned long timeout);
/linux-master/drivers/hsi/controllers/
H A Domap_ssi.h32 * @timeout: RX frame timeout
41 u32 timeout; /* Rx Only */ member in union:omap_ssm_ctx::__anon264
/linux-master/drivers/i2c/algos/
H A Di2c-algo-pcf.c98 int timeout = DEF_TIMEOUT; local
103 while (!(status & I2C_PCF_BB) && --timeout) {
108 if (timeout == 0) {
119 int timeout = DEF_TIMEOUT; local
123 while ((*status & I2C_PCF_PIN) && --timeout) {
132 if (timeout == 0)
209 int wrcount, status, timeout; local
215 timeout = wait_for_pin(adap, &status);
216 if (timeout) {
217 if (timeout
301 int ret=0, timeout, status; local
[all...]
/linux-master/drivers/i2c/busses/
H A Di2c-acorn.c76 .timeout = HZ,
H A Di2c-hydra.c86 .timeout = HZ
/linux-master/drivers/input/mouse/
H A Dcyapa.h394 int cyapa_poll_state(struct cyapa *cyapa, unsigned int timeout);
406 unsigned long timeout,
/linux-master/drivers/input/touchscreen/
H A Dwm9705.c212 int timeout = 5 * delay; local
233 && timeout) {
235 timeout--;
238 if (timeout == 0) {
239 /* If PDEN is set, we can get a timeout when pen goes up */
243 dev_dbg(wm->dev, "adc sample timeout");
H A Dwm9712.c252 int timeout = 5 * delay; local
273 && timeout) {
275 timeout--;
278 if (timeout <= 0) {
279 /* If PDEN is set, we can get a timeout when pen goes up */
283 dev_dbg(wm->dev, "adc sample timeout\n");
316 int timeout = 5 * delay; local
337 && timeout) {
339 timeout--;
342 if (timeout <
[all...]

Completed in 474 milliseconds

1234567891011>>