Searched refs:w1_rom_to_uint64 (Results 1 – 6 of 6) sorted by relevance
17 w1_rom_to_uint64(&rom)); in w1_search_callback()
113 rom_x_64 = w1_rom_to_uint64(&rom_01); in ZTEST_USER()116 rom_x_64 = w1_rom_to_uint64(&rom_02); in ZTEST_USER()119 rom_x_64 = w1_rom_to_uint64(&rom_03); in ZTEST_USER()170 TC_PRINT("rom: %016llx\n", w1_rom_to_uint64(&found_rom)); in w1_test_search_callback()
152 if (w1_rom_to_uint64(&data->config.rom) == 0ULL) { in ds18b20_configure()155 } else if (w1_rom_to_uint64(&data->config.rom) == 0ULL) { in ds18b20_configure()173 w1_rom_to_uint64(&data->config.rom)); in ds18b20_configure()
192 w1_rom_to_uint64(&found_rom)); in z_impl_w1_search_bus()
344 shell_print(sh, "ROM found: %016llx", w1_rom_to_uint64(&rom)); in search_callback()
656 static inline uint64_t w1_rom_to_uint64(const struct w1_rom *rom) in w1_rom_to_uint64() function