Searched refs:fwnode_property_match_string (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/drivers/net/mdio/ |
D | fwnode_mdio.c | 98 rc = fwnode_property_match_string(child, "compatible", in fwnode_mdiobus_register_phy()
|
/Linux-v5.15/drivers/base/ |
D | property.c | 225 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);
|
/Linux-v5.15/include/linux/ |
D | property.h | 72 int fwnode_property_match_string(const struct fwnode_handle *fwnode,
|
/Linux-v5.15/drivers/leds/ |
D | leds-tca6507.c | 703 if (fwnode_property_match_string(child, "compatible", in tca6507_led_dt_init()
|
/Linux-v5.15/drivers/input/misc/ |
D | iqs626a.c | 1204 if (fwnode_property_match_string(ch_node, "azoteq,assoc-select", in iqs626_parse_channel()
|