Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/w1/slaves/
H A Dw1_therm.c1052 int t_conv; in convert_t() local
1071 t_conv = conversion_time(sl); in convert_t()
1093 w1_next_pullup(dev_master, t_conv); in convert_t()
1098 sleep_rem = msleep_interruptible(t_conv); in convert_t()
1115 sleep_rem = msleep_interruptible(t_conv); in convert_t()
1438 int t_conv = 0; in trigger_bulk_read() local
1453 t_conv = t_cur > t_conv ? t_cur : t_conv; in trigger_bulk_read()
1465 if (!t_conv) in trigger_bulk_read()
1481 w1_next_pullup(dev_master, t_conv); in trigger_bulk_read()
1493 sleep_rem = msleep_interruptible(t_conv); in trigger_bulk_read()
[all …]