Searched refs:fwnode_property_match_string (Results 1 – 4 of 4) sorted by relevance
| /drivers/watchdog/ |
| A D | realtek_otto_wdt.c | 272 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()
|
| /drivers/base/ |
| A D | property.c | 291 return fwnode_property_match_string(dev_fwnode(dev), propname, string); in device_property_match_string() 509 int fwnode_property_match_string(const struct fwnode_handle *fwnode, in fwnode_property_match_string() function 538 EXPORT_SYMBOL_GPL(fwnode_property_match_string); 1085 index = fwnode_property_match_string(fwnode, "interrupt-names", name); in fwnode_irq_get_byname()
|
| /drivers/iio/ |
| A D | inkern.c | 214 index = fwnode_property_match_string(fwnode, "io-channel-names", in __fwnode_iio_channel_get_by_name()
|
| /drivers/input/misc/ |
| A D | iqs626a.c | 1201 if (fwnode_property_match_string(ch_node, "azoteq,assoc-select", in iqs626_parse_channel()
|
Completed in 16 milliseconds