Searched defs:udev_device (Results 1 – 2 of 2) sorted by relevance
139 struct udev_device { struct206 udev_device *GetParent() in GetParent() argument237 udev_device *GetParentWithSubsystem(const std::string &subsystem) in GetParentWithSubsystem() argument271 udev_device() = default; argument273 ~udev_device() in ~udev_device() argument297 void SetSyspath(std::string newSyspath) in SetSyspath()331 void ReadUeventFile() in ReadUeventFile()541 void SetInputProperty(std::string prop) in SetInputProperty()547 void CheckInputProperties() in CheckInputProperties()604 std::optional<udev_device *> parentDevice_; argument[all …]
24 struct udev_device { struct29 struct udev_device udevDev; argument