Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/w1/slaves/
Dw1_therm.c1051 int t_conv; in convert_t() local
1070 t_conv = conversion_time(sl); in convert_t()
1092 w1_next_pullup(dev_master, t_conv); in convert_t()
1097 sleep_rem = msleep_interruptible(t_conv); in convert_t()
1114 sleep_rem = msleep_interruptible(t_conv); in convert_t()
1437 int t_conv = 0; in trigger_bulk_read() local
1452 t_conv = t_cur > t_conv ? t_cur : t_conv; in trigger_bulk_read()
1464 if (!t_conv) in trigger_bulk_read()
1480 w1_next_pullup(dev_master, t_conv); in trigger_bulk_read()
1492 sleep_rem = msleep_interruptible(t_conv); in trigger_bulk_read()
[all …]