Searched refs:rstc_id (Results 1 – 1 of 1) sorted by relevance
1148 int rstc_id = -EINVAL; in __fwnode_reset_control_get() local1212 rstc_id = rcdev->of_xlate(rcdev, &of_args); in __fwnode_reset_control_get()1215 rstc_id = rcdev->fwnode_xlate(rcdev, &args); in __fwnode_reset_control_get()1217 if (rstc_id < 0) { in __fwnode_reset_control_get()1218 rstc = ERR_PTR(rstc_id); in __fwnode_reset_control_get()1225 rstc = __reset_control_get_internal(rcdev, rstc_id, flags); in __fwnode_reset_control_get()