Home
last modified time | relevance | path

Searched refs:property_present (Results 1 – 6 of 6) sorted by relevance

/linux/samples/rust/
H A Drust_driver_platform.rs141 if fwnode.property_present(c_str!("test,u32-prop")) { in properties_parse()
/linux/include/linux/
H A Dfwnode.h148 bool (*property_present)(const struct fwnode_handle *fwnode, member
/linux/drivers/cpufreq/
H A Drcpufreq_dt.rs23 .property_present(&prop_name) in find_supply_name_exact()
/linux/drivers/base/
H A Dswnode.c697 .property_present = software_node_property_present,
/linux/drivers/of/
H A Dproperty.c1660 .property_present = of_fwnode_property_present,
/linux/drivers/acpi/
H A Dproperty.c1745 .property_present = acpi_fwnode_property_present, \