Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dw1.h45 #define W1_MATCH_ROM 0x55 macro
/linux-6.1.9/drivers/w1/slaves/
Dw1_ds2405.c185 cmd[0] = W1_MATCH_ROM; in output_store()
Dw1_therm.c1073 u8 match[9] = { W1_MATCH_ROM, }; in reset_select_slave()
2162 w1_write_8(sl->master, W1_MATCH_ROM); in w1_seq_show()
/linux-6.1.9/drivers/w1/
Dw1_io.c395 u8 match[9] = {W1_MATCH_ROM, }; in w1_reset_select_slave()
/linux-6.1.9/Documentation/w1/
Dw1-generic.rst40 is selected using either W1_SKIP_ROM or W1_MATCH_ROM command.