Lines Matching defs:rstc
21 struct reset_control *rstc;
352 struct reset_control *rstc;
365 rstc = devm_reset_control_get_exclusive(&pdev->dev, NULL);
366 if (IS_ERR(rstc))
367 rstc = NULL;
369 reset_control_deassert(rstc);
380 pdata->rstc = rstc;
435 if (rstc)
436 reset_control_assert(rstc);
446 struct reset_control *rstc = pdata->rstc;
453 if (rstc)
454 reset_control_assert(rstc);
474 if (pdata->rstc)
475 reset_control_assert(pdata->rstc);
501 if (pdata->rstc)
502 reset_control_deassert(pdata->rstc);