Searched refs:msec_timeout (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/power/acpi/os_specific/service_layers/ |
| H A D | osunixxf.c | 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() 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 % ACPI_MSEC_PER_SEC) * ACPI_NSEC_PER_MSEC); in acpi_os_wait_semaphore()
|
| /linux/drivers/gpib/agilent_82357a/ |
| H A D | agilent_82357a.c | 439 int msec_timeout; in agilent_82357a_read() local 463 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() local 583 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()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_psp.h | 541 uint32_t field_val, uint32_t mask, uint32_t msec_timeout);
|
| /linux/drivers/mmc/host/ |
| H A D | vub300.c | 1592 int msec_timeout = 1000 + data_length / 4; in __vub300_command_response() local 1595 msecs_to_jiffies(msec_timeout)); in __vub300_command_response()
|