Searched refs:rst_bus (Results 1 – 1 of 1) sorted by relevance
58 struct reset_control *rst_bus; member104 ret = reset_control_deassert(sfctemp->rst_bus); in sfctemp_enable()125 reset_control_assert(sfctemp->rst_bus); in sfctemp_enable()143 reset_control_assert(sfctemp->rst_bus); in sfctemp_disable()287 sfctemp->rst_bus = devm_reset_control_get_exclusive(dev, "bus"); in sfctemp_probe()288 if (IS_ERR(sfctemp->rst_bus)) in sfctemp_probe()289 return dev_err_probe(dev, PTR_ERR(sfctemp->rst_bus), in sfctemp_probe()296 ret = reset_control_assert(sfctemp->rst_bus); in sfctemp_probe()