Searched defs:busPath (Results 1 – 3 of 3) sorted by relevance
101 static int deleteDevice(std::string_view busPath, uint64_t address, in deleteDevice()117 static int createDevice(std::string_view busPath, std::string_view parameters, in createDevice()134 static bool deviceIsCreated(std::string_view busPath, uint64_t bus, in deviceIsCreated()151 std::string_view name, std::string_view busPath, in buildDevice()211 std::string busPath(exportTemplate.busPath); in exportDevice() local
36 std::string_view busPath; member
1169 fs::path busPath = fs::path("/dev/i2c-" + std::to_string(busNum)); in rescanOneBus() local1252 for (const auto& busPath : busPaths) in rescanBusses() local