Searched refs:fwnode_property_match_string (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/watchdog/ |
| H A D | realtek_otto_wdt.c | 254 if (fwnode_property_match_string(node, mode_property, "soc") == 0) in otto_wdt_probe_reset_mode() 256 else if (fwnode_property_match_string(node, mode_property, "cpu") == 0) in otto_wdt_probe_reset_mode() 258 else if (fwnode_property_match_string(node, mode_property, "software") == 0) in otto_wdt_probe_reset_mode()
|
| /linux/drivers/base/ |
| H A D | property.c | 299 return fwnode_property_match_string(dev_fwnode(dev), propname, string); in device_property_match_string() 517 int fwnode_property_match_string(const struct fwnode_handle *fwnode, in fwnode_property_match_string() function 543 EXPORT_SYMBOL_GPL(fwnode_property_match_string); 1104 index = fwnode_property_match_string(fwnode, "interrupt-names", name); in fwnode_irq_get_byname()
|
| /linux/drivers/iio/ |
| H A D | inkern.c | 215 index = fwnode_property_match_string(fwnode, "io-channel-names", in __fwnode_iio_channel_get_by_name()
|
| /linux/drivers/reset/ |
| H A D | core.c | 1155 index = fwnode_property_match_string(fwnode, "reset-names", id); in __fwnode_reset_control_get()
|
| /linux/drivers/input/misc/ |
| H A D | iqs626a.c | 1200 if (fwnode_property_match_string(ch_node, "azoteq,assoc-select", in iqs626_parse_channel()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_dpll.c | 3866 index = fwnode_property_match_string(fwnode, "dpll-pin-names", name); in ice_dpll_pin_node_get()
|