Searched refs:fwnode_property_match_string (Results 1 – 7 of 7) sorted by relevance
/drivers/watchdog/ |
D | realtek_otto_wdt.c | 285 if (fwnode_property_match_string(node, mode_property, "soc") == 0) in otto_wdt_probe_reset_mode() 287 else if (fwnode_property_match_string(node, mode_property, "cpu") == 0) in otto_wdt_probe_reset_mode() 289 else if (fwnode_property_match_string(node, mode_property, "software") == 0) in otto_wdt_probe_reset_mode()
|
/drivers/base/ |
D | property.c | 245 return fwnode_property_match_string(dev_fwnode(dev), propname, string); in device_property_match_string() 463 int fwnode_property_match_string(const struct fwnode_handle *fwnode, in fwnode_property_match_string() function 491 EXPORT_SYMBOL_GPL(fwnode_property_match_string); 1017 index = fwnode_property_match_string(fwnode, "interrupt-names", name); in fwnode_irq_get_byname()
|
/drivers/net/mdio/ |
D | fwnode_mdio.c | 132 rc = fwnode_property_match_string(child, "compatible", in fwnode_mdiobus_register_phy()
|
/drivers/iio/adc/ |
D | xilinx-ams.c | 1223 if (fwnode_property_match_string(fwnode, "compatible", in ams_init_module() 1235 } else if (fwnode_property_match_string(fwnode, "compatible", in ams_init_module() 1250 } else if (fwnode_property_match_string(fwnode, "compatible", in ams_init_module()
|
/drivers/leds/ |
D | leds-tca6507.c | 699 if (fwnode_property_match_string(child, "compatible", in tca6507_led_dt_init()
|
/drivers/iio/ |
D | inkern.c | 219 index = fwnode_property_match_string(fwnode, "io-channel-names", in __fwnode_iio_channel_get_by_name()
|
/drivers/input/misc/ |
D | iqs626a.c | 1207 if (fwnode_property_match_string(ch_node, "azoteq,assoc-select", in iqs626_parse_channel()
|