Symbol: reset_control_bulk_data
drivers/accel/rocket/rocket_core.h
40
struct reset_control_bulk_data resets[2];
drivers/gpu/drm/tegra/gr2d.c
36
struct reset_control_bulk_data resets[RST_GR2D_MAX];
drivers/gpu/drm/tegra/gr3d.c
47
struct reset_control_bulk_data resets[RST_GR3D_MAX];
drivers/gpu/drm/verisilicon/vs_dc.h
32
struct reset_control_bulk_data rsts[VSDC_RESET_COUNT];
drivers/gpu/host1x/dev.h
141
struct reset_control_bulk_data resets[2];
drivers/iio/adc/rzg2l_adc.c
534
struct reset_control_bulk_data resets[] = {
drivers/iio/adc/rzg2l_adc.c
559
struct reset_control_bulk_data resets[] = {
drivers/media/platform/arm/mali-c55/mali-c55-common.h
241
struct reset_control_bulk_data resets[MALI_C55_NUM_RESETS];
drivers/media/platform/qcom/iris/iris_core.h
100
struct reset_control_bulk_data *controller_resets;
drivers/media/platform/qcom/iris/iris_core.h
99
struct reset_control_bulk_data *resets;
drivers/media/platform/qcom/iris/iris_probe.c
105
sizeof(struct reset_control_bulk_data) * rst_tbl_size,
drivers/media/platform/qcom/iris/iris_probe.c
99
struct reset_control_bulk_data **resets,
drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc.h
89
struct reset_control_bulk_data resets[RZV2H_IVC_NUM_HW_RESOURCES];
drivers/media/platform/synopsys/hdmirx/snps_hdmirx.c
138
struct reset_control_bulk_data resets[HDMIRX_NUM_RST];
drivers/net/ethernet/airoha/airoha_eth.c
3394
struct reset_control_bulk_data *xsi_rsts;
drivers/net/ethernet/airoha/airoha_eth.h
651
struct reset_control_bulk_data rsts[AIROHA_MAX_NUM_RSTS];
drivers/net/ethernet/airoha/airoha_eth.h
652
struct reset_control_bulk_data *xsi_rsts;
drivers/net/pcs/pcs-rzn1-miic.c
205
struct reset_control_bulk_data rsts[MIIC_MAX_NUM_RSTS];
drivers/pci/controller/dwc/pcie-designware.h
573
struct reset_control_bulk_data app_rsts[DW_PCIE_NUM_APP_RSTS];
drivers/pci/controller/dwc/pcie-designware.h
574
struct reset_control_bulk_data core_rsts[DW_PCIE_NUM_CORE_RSTS];
drivers/pci/controller/dwc/pcie-eswin.c
65
struct reset_control_bulk_data resets[ESWIN_NUM_RSTS];
drivers/pci/controller/dwc/pcie-qcom.c
193
struct reset_control_bulk_data resets[QCOM_PCIE_2_1_0_MAX_RESETS];
drivers/pci/controller/dwc/pcie-qcom.c
209
struct reset_control_bulk_data rst[QCOM_PCIE_2_3_3_MAX_RESETS];
drivers/pci/controller/dwc/pcie-qcom.c
216
struct reset_control_bulk_data resets[QCOM_PCIE_2_4_0_MAX_RESETS];
drivers/pci/controller/pcie-mediatek-gen3.c
215
struct reset_control_bulk_data phy_resets[MAX_NUM_PHY_RESETS];
drivers/pci/controller/pcie-rockchip.h
312
struct reset_control_bulk_data pm_rsts[ROCKCHIP_NUM_PM_RSTS];
drivers/pci/controller/pcie-rockchip.h
313
struct reset_control_bulk_data core_rsts[ROCKCHIP_NUM_CORE_RSTS];
drivers/pci/controller/pcie-rzg3s-host.c
305
struct reset_control_bulk_data *power_resets;
drivers/pci/controller/pcie-rzg3s-host.c
306
struct reset_control_bulk_data *cfg_resets;
drivers/phy/phy-google-usb.c
46
struct reset_control_bulk_data *rsts;
drivers/phy/qualcomm/phy-qcom-qmp-combo.c
2292
struct reset_control_bulk_data *resets;
drivers/phy/qualcomm/phy-qcom-qmp-pcie-msm8996.c
212
struct reset_control_bulk_data *resets;
drivers/phy/qualcomm/phy-qcom-qmp-pcie.c
3434
struct reset_control_bulk_data *resets;
drivers/phy/qualcomm/phy-qcom-qmp-usb-legacy.c
540
struct reset_control_bulk_data *resets;
drivers/phy/qualcomm/phy-qcom-qmp-usb.c
1432
struct reset_control_bulk_data *resets;
drivers/phy/qualcomm/phy-qcom-qmp-usbc.c
455
struct reset_control_bulk_data *resets;
drivers/phy/rockchip/phy-rockchip-inno-csidphy.c
149
struct reset_control_bulk_data resets[RESETS_MAX];
drivers/phy/rockchip/phy-rockchip-samsung-hdptx.c
412
struct reset_control_bulk_data rsts[RST_MAX];
drivers/phy/rockchip/phy-rockchip-usbdp.c
169
struct reset_control_bulk_data *rsts;
drivers/phy/rockchip/phy-rockchip-usbdp.c
458
struct reset_control_bulk_data *list = udphy->rsts;
drivers/phy/spacemit/phy-k1-pcie.c
448
struct reset_control_bulk_data resets[] = {
drivers/reset/core.c
1253
struct reset_control_bulk_data *rstcs,
drivers/reset/core.c
1308
void reset_control_bulk_put(int num_rstcs, struct reset_control_bulk_data *rstcs)
drivers/reset/core.c
1369
struct reset_control_bulk_data *rstcs;
drivers/reset/core.c
1388
struct reset_control_bulk_data *rstcs,
drivers/reset/core.c
423
struct reset_control_bulk_data *rstcs)
drivers/reset/core.c
559
struct reset_control_bulk_data *rstcs)
drivers/reset/core.c
647
struct reset_control_bulk_data *rstcs)
drivers/reset/core.c
766
struct reset_control_bulk_data *rstcs)
drivers/reset/core.c
818
struct reset_control_bulk_data *rstcs)
drivers/reset/reset-uniphier-glue.c
26
struct reset_control_bulk_data rst[MAX_RSTS];
drivers/usb/dwc3/dwc3-google.c
58
struct reset_control_bulk_data rsts[DWC3_GOOGLE_MAX_RESETS];
include/linux/reset.h
103
struct reset_control_bulk_data *rstcs,
include/linux/reset.h
177
reset_control_bulk_reset(int num_rstcs, struct reset_control_bulk_data *rstcs)
include/linux/reset.h
183
reset_control_bulk_assert(int num_rstcs, struct reset_control_bulk_data *rstcs)
include/linux/reset.h
189
reset_control_bulk_deassert(int num_rstcs, struct reset_control_bulk_data *rstcs)
include/linux/reset.h
195
reset_control_bulk_acquire(int num_rstcs, struct reset_control_bulk_data *rstcs)
include/linux/reset.h
201
reset_control_bulk_release(int num_rstcs, struct reset_control_bulk_data *rstcs)
include/linux/reset.h
207
struct reset_control_bulk_data *rstcs,
include/linux/reset.h
216
reset_control_bulk_put(int num_rstcs, struct reset_control_bulk_data *rstcs)
include/linux/reset.h
231
struct reset_control_bulk_data *rstcs,
include/linux/reset.h
305
struct reset_control_bulk_data *rstcs)
include/linux/reset.h
347
struct reset_control_bulk_data *rstcs)
include/linux/reset.h
368
struct reset_control_bulk_data *rstcs)
include/linux/reset.h
414
struct reset_control_bulk_data *rstcs)
include/linux/reset.h
451
struct reset_control_bulk_data *rstcs)
include/linux/reset.h
488
struct reset_control_bulk_data *rstcs)
include/linux/reset.h
657
struct reset_control_bulk_data *rstcs)
include/linux/reset.h
697
struct reset_control_bulk_data *rstcs)
include/linux/reset.h
737
struct reset_control_bulk_data *rstcs)
include/linux/reset.h
792
struct reset_control_bulk_data *rstcs)
include/linux/reset.h
813
struct reset_control_bulk_data *rstcs)
include/linux/reset.h
83
int reset_control_bulk_reset(int num_rstcs, struct reset_control_bulk_data *rstcs);
include/linux/reset.h
84
int reset_control_bulk_assert(int num_rstcs, struct reset_control_bulk_data *rstcs);
include/linux/reset.h
85
int reset_control_bulk_deassert(int num_rstcs, struct reset_control_bulk_data *rstcs);
include/linux/reset.h
86
int reset_control_bulk_acquire(int num_rstcs, struct reset_control_bulk_data *rstcs);
include/linux/reset.h
87
void reset_control_bulk_release(int num_rstcs, struct reset_control_bulk_data *rstcs);
include/linux/reset.h
871
struct reset_control_bulk_data *rstcs)
include/linux/reset.h
929
struct reset_control_bulk_data *rstcs)
include/linux/reset.h
95
struct reset_control_bulk_data *rstcs,
include/linux/reset.h
97
void reset_control_bulk_put(int num_rstcs, struct reset_control_bulk_data *rstcs);
sound/hda/controllers/tegra.c
84
struct reset_control_bulk_data resets[3];
sound/soc/tegra/tegra30_ahub.c
342
static const struct reset_control_bulk_data tegra30_ahub_resets_data[] = {
sound/soc/tegra/tegra30_ahub.h
514
struct reset_control_bulk_data resets[21];