Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Drealtek_otto_wdt.c272 if (fwnode_property_match_string(node, mode_property, "soc") == 0) in otto_wdt_probe_reset_mode()
274 else if (fwnode_property_match_string(node, mode_property, "cpu") == 0) in otto_wdt_probe_reset_mode()
276 else if (fwnode_property_match_string(node, mode_property, "software") == 0) in otto_wdt_probe_reset_mode()
/openbmc/linux/drivers/base/
H A Dproperty.c252 return fwnode_property_match_string(dev_fwnode(dev), propname, string); in device_property_match_string()
470 int fwnode_property_match_string(const struct fwnode_handle *fwnode, in fwnode_property_match_string() function
499 EXPORT_SYMBOL_GPL(fwnode_property_match_string);
1025 index = fwnode_property_match_string(fwnode, "interrupt-names", name); in fwnode_irq_get_byname()
/openbmc/linux/include/linux/
H A Dproperty.h78 int fwnode_property_match_string(const struct fwnode_handle *fwnode,
96 return fwnode_property_match_string(fwnode, "compatible", compat) >= 0; in fwnode_device_is_compatible()
/openbmc/linux/drivers/iio/
H A Dinkern.c220 index = fwnode_property_match_string(fwnode, "io-channel-names", in __fwnode_iio_channel_get_by_name()
/openbmc/linux/drivers/input/misc/
H A Diqs626a.c1210 if (fwnode_property_match_string(ch_node, "azoteq,assoc-select", in iqs626_parse_channel()