Home
last modified time | relevance | path

Searched refs:reset_control_status (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/include/linux/
Dreset.h16 int reset_control_status(struct reset_control *rstc);
52 static inline int reset_control_status(struct reset_control *rstc) in reset_control_status() function
/Linux-v4.19/drivers/remoteproc/
Dst_remoteproc.c176 reset_sw = reset_control_status(ddata->sw_reset); in st_rproc_state()
179 reset_pwr = reset_control_status(ddata->pwr_reset); in st_rproc_state()
Dkeystone_remoteproc.c460 ret = reset_control_status(ksproc->reset); in keystone_rproc_probe()
/Linux-v4.19/drivers/fpga/
Daltera-hps2fpga.c53 return reset_control_status(priv->bridge_reset); in alt_hps2fpga_enable_show()
/Linux-v4.19/drivers/reset/
Dcore.c394 int reset_control_status(struct reset_control *rstc) in reset_control_status() function
407 EXPORT_SYMBOL_GPL(reset_control_status);
/Linux-v4.19/drivers/i2c/busses/
Di2c-rcar.c762 ret = reset_control_status(priv->rstc); in rcar_i2c_do_reset()
968 ret = reset_control_status(priv->rstc); in rcar_i2c_probe()