Home
last modified time | relevance | path

Searched refs:msec_timeout (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/tools/power/acpi/os_specific/service_layers/
H A Dosunixxf.c715 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-6.15/drivers/staging/gpib/agilent_82357a/
H A Dagilent_82357a.c438 int msec_timeout; in agilent_82357a_read() local
462 msec_timeout = (board->usec_timeout + 999) / 1000; in agilent_82357a_read()
468 retval = agilent_82357a_send_bulk_msg(a_priv, out_data, i, &bytes_written, msec_timeout); in agilent_82357a_read()
485 msec_timeout -= jiffies_to_msecs(jiffies - start_jiffies) - 1; in agilent_82357a_read()
486 if (msec_timeout >= 0) { in agilent_82357a_read()
488 &bytes_read, msec_timeout); in agilent_82357a_read()
550 int msec_timeout; in agilent_82357a_generic_write() local
581 msec_timeout = (board->usec_timeout + 999) / 1000; in agilent_82357a_generic_write()
588 msec_timeout); in agilent_82357a_generic_write()
613 test_bit(TIMO_NUM, &board->status), msec_timeout); in agilent_82357a_generic_write()
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_psp.h492 uint32_t field_val, uint32_t mask, uint32_t msec_timeout);
H A Damdgpu_psp.c603 uint32_t reg_val, uint32_t mask, uint32_t msec_timeout) in psp_wait_for_spirom_update() argument
612 for (i = 0; i < msec_timeout; i++) { in psp_wait_for_spirom_update()
/linux-6.15/drivers/mmc/host/
H A Dvub300.c1594 int msec_timeout = 1000 + data_length / 4; in __vub300_command_response() local
1597 msecs_to_jiffies(msec_timeout)); in __vub300_command_response()