Home
last modified time | relevance | path

Searched refs:fwnode_property_match_string (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/base/
H A Dproperty.c225 return fwnode_property_match_string(dev_fwnode(dev), propname, string); in device_property_match_string()
425 int fwnode_property_match_string(const struct fwnode_handle *fwnode, in fwnode_property_match_string() function
453 EXPORT_SYMBOL_GPL(fwnode_property_match_string);
/OK3568_Linux_fs/kernel/include/linux/
H A Dproperty.h72 int fwnode_property_match_string(const struct fwnode_handle *fwnode,
/OK3568_Linux_fs/kernel/drivers/leds/
H A Dleds-tca6507.c703 if (fwnode_property_match_string(child, "compatible", in tca6507_led_dt_init()