Home
last modified time | relevance | path

Searched refs:reset_control_bulk_data (Results 1 – 25 of 33) sorted by relevance

12

/linux/include/linux/
H A Dreset.h24 struct reset_control_bulk_data { struct
81 int reset_control_bulk_reset(int num_rstcs, struct reset_control_bulk_data *rstcs);
82 int reset_control_bulk_assert(int num_rstcs, struct reset_control_bulk_data *rstcs);
83 int reset_control_bulk_deassert(int num_rstcs, struct reset_control_bulk_data *rstcs);
84 int reset_control_bulk_acquire(int num_rstcs, struct reset_control_bulk_data *rstcs);
85 void reset_control_bulk_release(int num_rstcs, struct reset_control_bulk_data *rstcs);
93 struct reset_control_bulk_data *rstcs,
95 void reset_control_bulk_put(int num_rstcs, struct reset_control_bulk_data *rstcs);
101 struct reset_control_bulk_data *rstcs,
174 reset_control_bulk_reset(int num_rstcs, struct reset_control_bulk_data *rstcs) in reset_control_bulk_reset()
[all …]
/linux/drivers/media/platform/qcom/iris/
H A Diris_core.h95 struct reset_control_bulk_data *resets;
96 struct reset_control_bulk_data *controller_resets;
/linux/drivers/reset/
H A Dcore.c372 struct reset_control_bulk_data *rstcs) in reset_control_bulk_reset()
500 struct reset_control_bulk_data *rstcs) in reset_control_bulk_assert()
580 struct reset_control_bulk_data *rstcs) in reset_control_bulk_deassert()
687 struct reset_control_bulk_data *rstcs) in reset_control_bulk_acquire()
739 struct reset_control_bulk_data *rstcs) in reset_control_bulk_release()
1094 struct reset_control_bulk_data *rstcs, in __reset_control_bulk_get()
1154 void reset_control_bulk_put(int num_rstcs, struct reset_control_bulk_data *rstcs) in reset_control_bulk_put()
1217 struct reset_control_bulk_data *rstcs;
1236 struct reset_control_bulk_data *rstcs, in __devm_reset_control_bulk_get()
H A Dreset-uniphier-glue.c26 struct reset_control_bulk_data rst[MAX_RSTS];
/linux/drivers/accel/rocket/
H A Drocket_core.h40 struct reset_control_bulk_data resets[2];
/linux/drivers/pci/controller/
H A Dpcie-rockchip.h312 struct reset_control_bulk_data pm_rsts[ROCKCHIP_NUM_PM_RSTS];
313 struct reset_control_bulk_data core_rsts[ROCKCHIP_NUM_CORE_RSTS];
H A Dpcie-rzg3s-host.c249 struct reset_control_bulk_data *power_resets;
250 struct reset_control_bulk_data *cfg_resets;
/linux/drivers/media/platform/renesas/rzv2h-ivc/
H A Drzv2h-ivc.h87 struct reset_control_bulk_data resets[RZV2H_IVC_NUM_HW_RESOURCES];
/linux/drivers/staging/media/starfive/camss/
H A Dstf-camss.h62 struct reset_control_bulk_data sys_rst[STF_RST_NUM];
/linux/drivers/iio/adc/
H A Drzg2l_adc.c535 struct reset_control_bulk_data resets[] = { in rzg2l_adc_suspend()
560 struct reset_control_bulk_data resets[] = { in rzg2l_adc_resume()
/linux/drivers/media/platform/arm/mali-c55/
H A Dmali-c55-common.h241 struct reset_control_bulk_data resets[MALI_C55_NUM_RESETS];
/linux/sound/soc/tegra/
H A Dtegra30_ahub.h514 struct reset_control_bulk_data resets[21];
H A Dtegra30_ahub.c342 static const struct reset_control_bulk_data tegra30_ahub_resets_data[] = {
/linux/drivers/phy/
H A Dphy-google-usb.c46 struct reset_control_bulk_data *rsts;
H A Dphy-spacemit-k1-pcie.c448 struct reset_control_bulk_data resets[] = { in k1_pcie_combo_phy_calibrate()
/linux/drivers/gpu/host1x/
H A Ddev.h141 struct reset_control_bulk_data resets[2];
/linux/drivers/gpu/drm/tegra/
H A Dgr2d.c36 struct reset_control_bulk_data resets[RST_GR2D_MAX];
H A Dgr3d.c47 struct reset_control_bulk_data resets[RST_GR3D_MAX];
/linux/drivers/pci/controller/dwc/
H A Dpcie-designware.h547 struct reset_control_bulk_data app_rsts[DW_PCIE_NUM_APP_RSTS];
548 struct reset_control_bulk_data core_rsts[DW_PCIE_NUM_CORE_RSTS];
H A Dpcie-qcom.c187 struct reset_control_bulk_data resets[QCOM_PCIE_2_1_0_MAX_RESETS];
203 struct reset_control_bulk_data rst[QCOM_PCIE_2_3_3_MAX_RESETS];
210 struct reset_control_bulk_data resets[QCOM_PCIE_2_4_0_MAX_RESETS];
/linux/drivers/phy/rockchip/
H A Dphy-rockchip-inno-csidphy.c149 struct reset_control_bulk_data resets[RESETS_MAX];
H A Dphy-rockchip-usbdp.c170 struct reset_control_bulk_data *rsts;
459 struct reset_control_bulk_data *list = udphy->rsts; in rk_udphy_reset_deassert()
/linux/sound/hda/controllers/
H A Dtegra.c84 struct reset_control_bulk_data resets[3];
/linux/drivers/usb/dwc3/
H A Ddwc3-google.c58 struct reset_control_bulk_data rsts[DWC3_GOOGLE_MAX_RESETS];
/linux/drivers/phy/qualcomm/
H A Dphy-qcom-qmp-pcie-msm8996.c212 struct reset_control_bulk_data *resets;

12