Home
last modified time | relevance | path

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

/linux/drivers/acpi/
H A Dproperty.c848 const char *nargs_prop) in acpi_fwnode_get_args_count() argument
858 ret = acpi_data_get_property(data, nargs_prop, ACPI_TYPE_INTEGER, &obj); in acpi_fwnode_get_args_count()
867 const char *nargs_prop, in acpi_get_ref_args() argument
873 if (nargs_prop) in acpi_get_ref_args()
874 num_args = acpi_fwnode_get_args_count(ref_fwnode, nargs_prop); in acpi_get_ref_args()
948 const char *propname, const char *nargs_prop, in acpi_fwnode_get_reference_args() argument
1028 nargs_prop, &element, end, in acpi_fwnode_get_reference_args()
1045 ref_fwnode, nargs_prop, &element, end, in acpi_fwnode_get_reference_args()
/linux/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
559 if (nargs_prop) { in software_node_get_reference_args()
560 error = fwnode_property_read_u32(refnode, nargs_prop, &nargs_prop_val); in software_node_get_reference_args()
/linux/include/linux/
H A Dfwnode.h170 const char *prop, const char *nargs_prop,
H A Dproperty.h140 const char *prop, const char *nargs_prop,