Home
last modified time | relevance | path

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

/linux-4.1.27/tools/power/acpi/os_specific/service_layers/
Dosunixxf.c721 acpi_os_wait_semaphore(acpi_handle handle, u32 units, u16 msec_timeout) in acpi_os_wait_semaphore() argument
734 switch (msec_timeout) { in acpi_os_wait_semaphore()
767 while (msec_timeout) { in acpi_os_wait_semaphore()
774 if (msec_timeout >= 10) { in acpi_os_wait_semaphore()
775 msec_timeout -= 10; in acpi_os_wait_semaphore()
778 msec_timeout--; in acpi_os_wait_semaphore()
793 time.tv_sec += (msec_timeout / ACPI_MSEC_PER_SEC); in acpi_os_wait_semaphore()
795 ((msec_timeout % ACPI_MSEC_PER_SEC) * ACPI_NSEC_PER_MSEC); in acpi_os_wait_semaphore()
/linux-4.1.27/drivers/media/platform/
Dvim2m.c336 static void schedule_irq(struct vim2m_dev *dev, int msec_timeout) in schedule_irq() argument
339 mod_timer(&dev->timer, jiffies + msecs_to_jiffies(msec_timeout)); in schedule_irq()
/linux-4.1.27/drivers/mmc/host/
Dvub300.c1602 int msec_timeout = 1000 + data_length / 4; in __vub300_command_response() local
1605 msecs_to_jiffies(msec_timeout)); in __vub300_command_response()