class BindPropertyVisitor
Defined at line 16 of file ../../sdk/lib/driver/devicetree/visitors/default/bind-property/bind-property.h
The |BindPropertyVisitor| populates the bind properties of each device tree
node based on the "compatible" string.
TODO(https://fxbug.dev/42058369): support extra "bind,..." properties as bind properties.
Public Methods
void BindPropertyVisitor ()
Defined at line 18 of file ../../sdk/lib/driver/devicetree/visitors/default/bind-property/bind-property.h
void ~BindPropertyVisitor ()
Defined at line 19 of file ../../sdk/lib/driver/devicetree/visitors/default/bind-property/bind-property.h
zx::result<> Visit (Node & node, const devicetree::PropertyDecoder & decoder)
Defined at line 20 of file ../../sdk/lib/driver/devicetree/visitors/default/bind-property/bind-property.cc