Searched refs:msec_timeout (Results 1 – 3 of 3) sorted by relevance
706 * msec_timeout - How long to wait (milliseconds)715 acpi_os_wait_semaphore(acpi_handle handle, u32 units, u16 msec_timeout) in acpi_os_wait_semaphore() argument 728 switch (msec_timeout) { in acpi_os_wait_semaphore() 755 /* Wait with msec_timeout */ in acpi_os_wait_semaphore() 764 while (msec_timeout) { in acpi_os_wait_semaphore() 771 if (msec_timeout >= 10) { in acpi_os_wait_semaphore() 772 msec_timeout -= 10; in acpi_os_wait_semaphore() 775 msec_timeout--; in acpi_os_wait_semaphore() 790 time.tv_sec += (msec_timeout / ACPI_MSEC_PER_SEC); in acpi_os_wait_semaphore() 792 ((msec_timeout in acpi_os_wait_semaphore() [all...]
439 int msec_timeout; in agilent_82357a_read() local463 msec_timeout = (board->usec_timeout + 999) / 1000; in agilent_82357a_read()469 retval = agilent_82357a_send_bulk_msg(a_priv, out_data, i, &bytes_written, msec_timeout); in agilent_82357a_read()486 msec_timeout -= jiffies_to_msecs(jiffies - start_jiffies) - 1; in agilent_82357a_read()487 if (msec_timeout >= 0) { in agilent_82357a_read()489 &bytes_read, msec_timeout); in agilent_82357a_read()552 int msec_timeout; in agilent_82357a_generic_write() local583 msec_timeout = (board->usec_timeout + 999) / 1000; in agilent_82357a_generic_write()590 msec_timeout); in agilent_82357a_generic_write()615 test_bit(TIMO_NUM, &board->status), msec_timeout); in agilent_82357a_generic_write()
1595 int msec_timeout = 1000 + data_length / 4; in __vub300_command_response() local1598 msecs_to_jiffies(msec_timeout)); in __vub300_command_response()