Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/w1/slaves/
Dw1_therm.c1117 int t_conv; in convert_t() local
1136 t_conv = conversion_time(sl); in convert_t()
1158 w1_next_pullup(dev_master, t_conv); in convert_t()
1163 sleep_rem = msleep_interruptible(t_conv); in convert_t()
1180 sleep_rem = msleep_interruptible(t_conv); in convert_t()
1503 int t_conv = 0; in trigger_bulk_read() local
1518 t_conv = t_cur > t_conv ? t_cur : t_conv; in trigger_bulk_read()
1530 if (!t_conv) in trigger_bulk_read()
1546 w1_next_pullup(dev_master, t_conv); in trigger_bulk_read()
1558 sleep_rem = msleep_interruptible(t_conv); in trigger_bulk_read()
[all …]