Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
1105 sleep_rem = msleep_interruptible(t_conv); in convert_t()
1113 sleep_rem = msleep_interruptible(t_conv); in convert_t()
1435 int t_conv = 0; in trigger_bulk_read() local
1450 t_conv = t_cur > t_conv ? t_cur : t_conv; in trigger_bulk_read()
1459 * t_conv i in trigger_bulk_read()
[all...]
/kernel/linux/linux-6.6/drivers/w1/slaves/
H A 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()
1170 sleep_rem = msleep_interruptible(t_conv); in convert_t()
1178 sleep_rem = msleep_interruptible(t_conv); in convert_t()
1500 int t_conv = 0; in trigger_bulk_read() local
1515 t_conv = max(t_cur, t_conv); in trigger_bulk_read()
1524 * t_conv is the max conversion time required on the bus in trigger_bulk_read()
1527 if (!t_conv) in trigger_bulk_read()
[all...]

Completed in 5 milliseconds