Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/w1/slaves/
Dw1_therm.c1056 int t_conv; in convert_t() local
1075 t_conv = conversion_time(sl); in convert_t()
1097 w1_next_pullup(dev_master, t_conv); in convert_t()
1102 sleep_rem = msleep_interruptible(t_conv); in convert_t()
1119 sleep_rem = msleep_interruptible(t_conv); in convert_t()
1442 int t_conv = 0; in trigger_bulk_read() local
1457 t_conv = t_cur > t_conv ? t_cur : t_conv; in trigger_bulk_read()
1469 if (!t_conv) in trigger_bulk_read()
1485 w1_next_pullup(dev_master, t_conv); in trigger_bulk_read()
1497 sleep_rem = msleep_interruptible(t_conv); in trigger_bulk_read()
[all …]