Searched refs:rstc_id (Results 1 – 1 of 1) sorted by relevance
823 int rstc_id; in __of_reset_control_get() local864 rstc_id = rcdev->of_xlate(rcdev, &args); in __of_reset_control_get()865 if (rstc_id < 0) { in __of_reset_control_get()866 rstc = ERR_PTR(rstc_id); in __of_reset_control_get()871 rstc = __reset_control_get_internal(rcdev, rstc_id, shared, acquired); in __of_reset_control_get()