Searched refs:reset_control_status (Results 1 – 8 of 8) sorted by relevance
18 int reset_control_status(struct reset_control *rstc);59 static inline int reset_control_status(struct reset_control *rstc) in reset_control_status() function
250 reset_sw = reset_control_status(ddata->sw_reset); in st_rproc_state()253 reset_pwr = reset_control_status(ddata->pwr_reset); in st_rproc_state()
448 ret = reset_control_status(ksproc->reset); in keystone_rproc_probe()
678 ret = reset_control_status(kproc->reset); in k3_dsp_rproc_probe()
53 return reset_control_status(priv->bridge_reset); in alt_hps2fpga_enable_show()
447 int reset_control_status(struct reset_control *rstc) in reset_control_status() function460 EXPORT_SYMBOL_GPL(reset_control_status);
771 return read_poll_timeout_atomic(reset_control_status, ret, ret == 0, 1, in rcar_i2c_do_reset()985 ret = reset_control_status(priv->rstc); in rcar_i2c_probe()
371 bool status = !!reset_control_status(dp->reset); in zynqmp_dp_reset()