Searched defs:timeout (Results 1 - 25 of 1085) sorted by relevance

1234567891011>>

/drivers/clk/mxs/
H A Dclk.c22 unsigned long timeout = jiffies + msecs_to_jiffies(10); local
25 if (time_after(jiffies, timeout))
/drivers/net/wireless/ti/wl12xx/
H A Devent.c28 bool *timeout)
45 return wlcore_cmd_wait_for_event_or_timeout(wl, local_event, timeout);
27 wl12xx_wait_for_event(struct wl1271 *wl, enum wlcore_wait_event event, bool *timeout) argument
/drivers/acpi/acpica/
H A Devglock.c186 * PARAMETERS: timeout - Max time to wait for the lock, in millisec.
204 acpi_status acpi_ev_acquire_global_lock(u16 timeout) argument
218 os_mutex, timeout);
H A Dexsystem.c56 * timeout - Max time to wait
65 acpi_status acpi_ex_system_wait_semaphore(acpi_semaphore semaphore, u16 timeout) argument
82 status = acpi_os_wait_semaphore(semaphore, 1, timeout);
101 * timeout - Max time to wait
111 acpi_status acpi_ex_system_wait_mutex(acpi_mutex mutex, u16 timeout) argument
128 status = acpi_os_acquire_mutex(mutex, timeout);
H A Dutxfmutex.c123 * timeout - Max time to wait for the lock (millisec)
136 acpi_acquire_mutex(acpi_handle handle, acpi_string pathname, u16 timeout) argument
150 status = acpi_os_acquire_mutex(mutex_obj->mutex.os_mutex, timeout);
H A Dexmutex.c140 * PARAMETERS: timeout - Timeout in milliseconds
160 acpi_ex_acquire_mutex_object(u16 timeout, argument
186 status = acpi_ev_acquire_global_lock(timeout);
189 timeout);
194 /* Includes failure from a timeout on time_desc */
/drivers/bcma/
H A Ddriver_chipcommon_b.c15 u32 value, int timeout)
17 unsigned long deadline = jiffies + timeout;
14 bcma_wait_reg(struct bcma_bus *bus, void __iomem *addr, u32 mask, u32 value, int timeout) argument
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
/drivers/block/paride/
H A Dpseudo.h12 int timeout,
16 when either it returns true, or timeout jiffies have passed,
52 int timeout, int nice)
60 ps_timeout = jiffies + timeout;
50 ps_set_intr(void (*continuation)(void), int (*ready)(void), int timeout, int nice) argument
/drivers/dma-buf/
H A Dseqno-fence.c59 static signed long seqno_wait(struct fence *fence, bool intr, signed long timeout) argument
62 return f->ops->wait(fence, intr, timeout);
/drivers/media/common/siano/
H A Dsmsir.h44 u32 timeout; member in struct:ir_t
/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_cmd_v5.c24 unsigned long timeout; local
26 timeout = jiffies + msecs_to_jiffies(MFC_BW_TIMEOUT);
29 if (time_after(jiffies, timeout)) {
/drivers/mmc/host/
H A Dsdhci-cns3xxx.c31 unsigned long timeout; local
64 timeout = 20;
67 if (timeout == 0) {
71 timeout--;
/drivers/net/phy/
H A Dsmsc.c70 int timeout = 50000; local
80 if (timeout-- == 0)
/drivers/net/wireless/cw1200/
H A Dscan.h27 struct delayed_work timeout; member in struct:cw1200_scan
/drivers/net/wireless/ti/wl1251/
H A Dps.c68 unsigned long timeout, start; local
79 timeout = jiffies + msecs_to_jiffies(WL1251_WAKEUP_TIMEOUT);
90 if (time_after(jiffies, timeout)) {
91 wl1251_error("elp wakeup timeout");
H A Devent.c166 * timeout occurs (WL1251_EVENT_TIMEOUT in msecs)
171 unsigned long timeout; local
173 timeout = jiffies + msecs_to_jiffies(timeout_ms);
176 if (time_after(jiffies, timeout))
/drivers/pcmcia/
H A Dpxa2xx_palmtc.c69 int timeout = 50; local
81 timeout) {
83 timeout--;
87 if (!timeout) {
/drivers/power/reset/
H A Dxgene-reboot.c46 unsigned long timeout; local
52 timeout = jiffies + HZ;
53 while (time_before(jiffies, timeout))
/drivers/usb/misc/
H A Drio500_usb.h36 int timeout; member in struct:RioCommand
/drivers/isdn/sc/
H A Dmessage.c177 int timeout)
200 while (tries < timeout) {
227 pr_debug("%s: SAR message timeout\n", sc_adapter[card]->devicename);
168 send_and_receive(int card, unsigned int procid, unsigned char type, unsigned char class, unsigned char code, unsigned char link, unsigned char data_len, unsigned char *data, RspMessage *mesgdata, int timeout) argument
/drivers/media/pci/mantis/
H A Dmantis_hif.c51 dprintk(MANTIS_ERROR, 1, "Adapter(%d) Slot(0): Smart buffer operation timeout !", mantis->num);
62 u32 opdone = 0, timeout = 0; local
77 timeout++;
78 if (timeout > 100) {
/drivers/mfd/
H A Dwm831x-auxadc.c161 int ret, src, timeout; local
190 timeout = 5;
191 while (timeout) {
210 "AUXADC conversion timeout\n");
/drivers/misc/ibmasm/
H A Dcommand.c162 void ibmasm_wait_for_response(struct command *cmd, int timeout) argument
167 timeout * HZ);
/drivers/net/wireless/iwlwifi/
H A Diwl-notif-wait.c162 unsigned long timeout)
168 timeout);
160 iwl_wait_notification(struct iwl_notif_wait_data *notif_wait, struct iwl_notification_wait *wait_entry, unsigned long timeout) argument

Completed in 2499 milliseconds

1234567891011>>