Home
last modified time | relevance | path

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

/linux-6.15/drivers/base/
H A Dproperty.c599 const char *prop, const char *nargs_prop, in fwnode_property_get_reference_args() argument
608 ret = fwnode_call_int_op(fwnode, get_reference_args, prop, nargs_prop, in fwnode_property_get_reference_args()
616 return fwnode_call_int_op(fwnode->secondary, get_reference_args, prop, nargs_prop, in fwnode_property_get_reference_args()
H A Dswnode.c505 const char *propname, const char *nargs_prop, in software_node_get_reference_args() argument
542 if (nargs_prop) { in software_node_get_reference_args()
544 nargs_prop, sizeof(u32), in software_node_get_reference_args()
/linux-6.15/include/linux/
H A Dfwnode.h170 const char *prop, const char *nargs_prop,
H A Dproperty.h139 const char *prop, const char *nargs_prop,
/linux-6.15/drivers/of/
H A Dproperty.c1118 const char *prop, const char *nargs_prop, in of_fwnode_get_reference_args() argument
1126 if (nargs_prop) in of_fwnode_get_reference_args()
1128 nargs_prop, index, &of_args); in of_fwnode_get_reference_args()
/linux-6.15/drivers/acpi/
H A Dproperty.c1563 const char *prop, const char *nargs_prop, in acpi_fwnode_get_reference_args() argument