Searched refs:ms_timeout (Results 1 – 7 of 7) sorted by relevance
87 static int ma35d1_rtc_init(struct ma35_rtc *rtc, u32 ms_timeout) in ma35d1_rtc_init() argument89 const unsigned long timeout = jiffies + msecs_to_jiffies(ms_timeout); in ma35d1_rtc_init()
309 unsigned int mask, unsigned int ms_timeout) in sunxi_rtc_wait() argument311 const unsigned long timeout = jiffies + msecs_to_jiffies(ms_timeout); in sunxi_rtc_wait()
581 unsigned int mask, unsigned int ms_timeout) in sun6i_rtc_wait() argument583 const unsigned long timeout = jiffies + msecs_to_jiffies(ms_timeout); in sun6i_rtc_wait()
1099 pd692x0_fw_recv_resp(const struct i2c_client *client, unsigned long ms_timeout, in pd692x0_fw_recv_resp() argument1111 timeout = msecs_to_jiffies(ms_timeout) + jiffies; in pd692x0_fw_recv_resp()
754 chip->ms_timeout = 2000; in rtsx_init_options()
884 int ms_timeout; member
3095 chip->ms_timeout);3264 chip->ms_timeout);
Completed in 26 milliseconds