Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/w1/slaves/
H A Dw1_ds28e04.c31 static int w1_strong_pullup = 1; variable
32 module_param_named(strong_pullup, w1_strong_pullup, int, 0);
202 if (w1_strong_pullup && i == sizeof(wrbuf)-1) in w1_f1C_write()
208 if (!w1_strong_pullup) in w1_f1C_write()
H A Dw1_therm.c44 static int w1_strong_pullup = 1; variable
45 module_param_named(strong_pullup, w1_strong_pullup, int, 0);
1059 strong_pullup = (w1_strong_pullup == 2 || in convert_t()
1061 w1_strong_pullup)); in convert_t()
1162 strong_pullup = (w1_strong_pullup == 2 || in conv_time_measure()
1164 w1_strong_pullup)); in conv_time_measure()
1318 strong_pullup = (w1_strong_pullup == 2 || in copy_scratchpad()
1320 w1_strong_pullup)); in copy_scratchpad()
1455 (w1_strong_pullup == 2 || in trigger_bulk_read()
1457 w1_strong_pullup)); in trigger_bulk_read()
[all …]
/OK3568_Linux_fs/kernel/Documentation/w1/slaves/
H A Dw1_ds28e04.rst23 via the module parameter "w1_strong_pullup".