Home
last modified time | relevance | path

Searched refs:ms_timeout (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/rtc/
H A Drtc-ma35d1.c87 static int ma35d1_rtc_init(struct ma35_rtc *rtc, u32 ms_timeout) in ma35d1_rtc_init() argument
89 const unsigned long timeout = jiffies + msecs_to_jiffies(ms_timeout); in ma35d1_rtc_init()
H A Drtc-sunxi.c309 unsigned int mask, unsigned int ms_timeout) in sunxi_rtc_wait() argument
311 const unsigned long timeout = jiffies + msecs_to_jiffies(ms_timeout); in sunxi_rtc_wait()
H A Drtc-sun6i.c581 unsigned int mask, unsigned int ms_timeout) in sun6i_rtc_wait() argument
583 const unsigned long timeout = jiffies + msecs_to_jiffies(ms_timeout); in sun6i_rtc_wait()
/linux/drivers/net/pse-pd/
H A Dpd692x0.c1099 pd692x0_fw_recv_resp(const struct i2c_client *client, unsigned long ms_timeout, in pd692x0_fw_recv_resp() argument
1111 timeout = msecs_to_jiffies(ms_timeout) + jiffies; in pd692x0_fw_recv_resp()