Searched refs:of_property_match_string (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/dev/pci/drm/include/linux/
H A Dof.h54 #define of_property_match_string(n, a, b) \ macro
/openbsd-current/sys/dev/pci/drm/apple/
H A Ddcp.c849 } else if (of_property_match_string(dev->of_node, "apple,connector-type", "HDMI-A") >= 0)
851 else if (of_property_match_string(dev->of_node, "apple,connector-type", "DP") >= 0)
853 else if (of_property_match_string(dev->of_node, "apple,connector-type", "USB-C") >= 0)
H A Dapple_drv.c377 idx = of_property_match_string(dev->of_node, "memory-region-names", name);

Completed in 114 milliseconds