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/host1x/dev.h
141
struct reset_control_bulk_data resets[2];
drivers/iio/adc/rzg2l_adc.c
535
struct reset_control_bulk_data resets[] = {
drivers/iio/adc/rzg2l_adc.c
560
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
95
struct reset_control_bulk_data *resets;
drivers/media/platform/qcom/iris/iris_core.h
96
struct reset_control_bulk_data *controller_resets;
drivers/media/platform/qcom/iris/iris_probe.c
91
struct reset_control_bulk_data **resets,
drivers/media/platform/qcom/iris/iris_probe.c
97
sizeof(struct reset_control_bulk_data) * rst_tbl_size,
drivers/media/platform/renesas/rzv2h-ivc/rzv2h-ivc.h
87
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
2972
struct reset_control_bulk_data *xsi_rsts;
drivers/net/ethernet/airoha/airoha_eth.h
595
struct reset_control_bulk_data rsts[AIROHA_MAX_NUM_RSTS];
drivers/net/ethernet/airoha/airoha_eth.h
596
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
547
struct reset_control_bulk_data app_rsts[DW_PCIE_NUM_APP_RSTS];
drivers/pci/controller/dwc/pcie-designware.h
548
struct reset_control_bulk_data core_rsts[DW_PCIE_NUM_CORE_RSTS];
drivers/pci/controller/dwc/pcie-qcom.c
187
struct reset_control_bulk_data resets[QCOM_PCIE_2_1_0_MAX_RESETS];
drivers/pci/controller/dwc/pcie-qcom.c
203
struct reset_control_bulk_data rst[QCOM_PCIE_2_3_3_MAX_RESETS];
drivers/pci/controller/dwc/pcie-qcom.c
210
struct reset_control_bulk_data resets[QCOM_PCIE_2_4_0_MAX_RESETS];
drivers/pci/controller/pcie-mediatek-gen3.c
207
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
249
struct reset_control_bulk_data *power_resets;
drivers/pci/controller/pcie-rzg3s-host.c
250
struct reset_control_bulk_data *cfg_resets;
drivers/phy/phy-google-usb.c
46
struct reset_control_bulk_data *rsts;
drivers/phy/phy-spacemit-k1-pcie.c
448
struct reset_control_bulk_data resets[] = {
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
3328
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
170
struct reset_control_bulk_data *rsts;
drivers/phy/rockchip/phy-rockchip-usbdp.c
459
struct reset_control_bulk_data *list = udphy->rsts;
drivers/reset/core.c
1094
struct reset_control_bulk_data *rstcs,
drivers/reset/core.c
1154
void reset_control_bulk_put(int num_rstcs, struct reset_control_bulk_data *rstcs)
drivers/reset/core.c
1217
struct reset_control_bulk_data *rstcs;
drivers/reset/core.c
1236
struct reset_control_bulk_data *rstcs,
drivers/reset/core.c
372
struct reset_control_bulk_data *rstcs)
drivers/reset/core.c
500
struct reset_control_bulk_data *rstcs)
drivers/reset/core.c
580
struct reset_control_bulk_data *rstcs)
drivers/reset/core.c
687
struct reset_control_bulk_data *rstcs)
drivers/reset/core.c
739
struct reset_control_bulk_data *rstcs)
drivers/reset/reset-uniphier-glue.c
26
struct reset_control_bulk_data rst[MAX_RSTS];
drivers/staging/media/starfive/camss/stf-camss.h
62
struct reset_control_bulk_data sys_rst[STF_RST_NUM];
drivers/usb/dwc3/dwc3-google.c
58
struct reset_control_bulk_data rsts[DWC3_GOOGLE_MAX_RESETS];
include/linux/reset.h
101
struct reset_control_bulk_data *rstcs,
include/linux/reset.h
174
reset_control_bulk_reset(int num_rstcs, struct reset_control_bulk_data *rstcs)
include/linux/reset.h
180
reset_control_bulk_assert(int num_rstcs, struct reset_control_bulk_data *rstcs)
include/linux/reset.h
186
reset_control_bulk_deassert(int num_rstcs, struct reset_control_bulk_data *rstcs)
include/linux/reset.h
192
reset_control_bulk_acquire(int num_rstcs, struct reset_control_bulk_data *rstcs)
include/linux/reset.h
198
reset_control_bulk_release(int num_rstcs, struct reset_control_bulk_data *rstcs)
include/linux/reset.h
204
struct reset_control_bulk_data *rstcs,
include/linux/reset.h
213
reset_control_bulk_put(int num_rstcs, struct reset_control_bulk_data *rstcs)
include/linux/reset.h
228
struct reset_control_bulk_data *rstcs,
include/linux/reset.h
302
struct reset_control_bulk_data *rstcs)
include/linux/reset.h
344
struct reset_control_bulk_data *rstcs)
include/linux/reset.h
365
struct reset_control_bulk_data *rstcs)
include/linux/reset.h
411
struct reset_control_bulk_data *rstcs)
include/linux/reset.h
448
struct reset_control_bulk_data *rstcs)
include/linux/reset.h
485
struct reset_control_bulk_data *rstcs)
include/linux/reset.h
649
struct reset_control_bulk_data *rstcs)
include/linux/reset.h
689
struct reset_control_bulk_data *rstcs)
include/linux/reset.h
729
struct reset_control_bulk_data *rstcs)
include/linux/reset.h
784
struct reset_control_bulk_data *rstcs)
include/linux/reset.h
805
struct reset_control_bulk_data *rstcs)
include/linux/reset.h
81
int reset_control_bulk_reset(int num_rstcs, struct reset_control_bulk_data *rstcs);
include/linux/reset.h
82
int reset_control_bulk_assert(int num_rstcs, struct reset_control_bulk_data *rstcs);
include/linux/reset.h
83
int reset_control_bulk_deassert(int num_rstcs, struct reset_control_bulk_data *rstcs);
include/linux/reset.h
84
int reset_control_bulk_acquire(int num_rstcs, struct reset_control_bulk_data *rstcs);
include/linux/reset.h
85
void reset_control_bulk_release(int num_rstcs, struct reset_control_bulk_data *rstcs);
include/linux/reset.h
863
struct reset_control_bulk_data *rstcs)
include/linux/reset.h
921
struct reset_control_bulk_data *rstcs)
include/linux/reset.h
93
struct reset_control_bulk_data *rstcs,
include/linux/reset.h
95
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];