Searched refs:clk_bulk_data (Results 1 – 25 of 25) sorted by relevance
/Linux-v4.19/include/linux/ |
D | clk.h | 90 struct clk_bulk_data { struct 237 const struct clk_bulk_data *clks); 245 static inline int __must_check clk_bulk_prepare(int num_clks, struct clk_bulk_data *clks) in clk_bulk_prepare() 263 void clk_bulk_unprepare(int num_clks, const struct clk_bulk_data *clks); 269 static inline void clk_bulk_unprepare(int num_clks, struct clk_bulk_data *clks) in clk_bulk_unprepare() 314 struct clk_bulk_data *clks); 329 struct clk_bulk_data *clks); 422 const struct clk_bulk_data *clks); 456 void clk_bulk_disable(int num_clks, const struct clk_bulk_data *clks); 488 void clk_bulk_put(int num_clks, struct clk_bulk_data *clks); [all …]
|
/Linux-v4.19/drivers/clk/ |
D | clk-bulk.c | 23 void clk_bulk_put(int num_clks, struct clk_bulk_data *clks) in clk_bulk_put() 33 struct clk_bulk_data *clks) in clk_bulk_get() 72 void clk_bulk_unprepare(int num_clks, const struct clk_bulk_data *clks) in clk_bulk_unprepare() 88 const struct clk_bulk_data *clks) in clk_bulk_prepare() 122 void clk_bulk_disable(int num_clks, const struct clk_bulk_data *clks) in clk_bulk_disable() 138 int __must_check clk_bulk_enable(int num_clks, const struct clk_bulk_data *clks) in clk_bulk_enable()
|
D | clk-devres.c | 38 struct clk_bulk_data *clks; 50 struct clk_bulk_data *clks) in devm_clk_bulk_get()
|
/Linux-v4.19/drivers/clk/davinci/ |
D | psc-da830.c | 46 static struct clk_bulk_data da830_psc0_parent_clks[] = { 108 static struct clk_bulk_data da830_psc1_parent_clks[] = {
|
D | psc-da850.c | 85 static struct clk_bulk_data da850_psc0_parent_clks[] = { 139 static struct clk_bulk_data da850_psc1_parent_clks[] = {
|
D | psc.h | 92 struct clk_bulk_data *parent_clks;
|
D | psc-dm644x.c | 73 static struct clk_bulk_data dm644x_psc_parent_clks[] = {
|
D | psc-dm646x.c | 68 static struct clk_bulk_data dm646x_psc_parent_clks[] = {
|
D | psc-dm355.c | 77 static struct clk_bulk_data dm355_psc_parent_clks[] = {
|
D | psc-dm365.c | 96 static struct clk_bulk_data dm365_psc_parent_clks[] = {
|
/Linux-v4.19/drivers/gpu/drm/msm/adreno/ |
D | a6xx_gmu.h | 66 struct clk_bulk_data *clocks;
|
/Linux-v4.19/drivers/gpu/drm/msm/ |
D | msm_drv.h | 390 int msm_clk_bulk_get(struct device *dev, struct clk_bulk_data **bulk); 392 struct clk *msm_clk_bulk_get_clock(struct clk_bulk_data *bulk, int count,
|
D | msm_drv.c | 84 int msm_clk_bulk_get(struct device *dev, struct clk_bulk_data **bulk) in msm_clk_bulk_get() 88 struct clk_bulk_data *local; in msm_clk_bulk_get() 95 local = devm_kcalloc(dev, sizeof(struct clk_bulk_data *), in msm_clk_bulk_get() 124 struct clk *msm_clk_bulk_get_clock(struct clk_bulk_data *bulk, int count, in msm_clk_bulk_get_clock()
|
D | msm_gpu.h | 115 struct clk_bulk_data *grp_clks;
|
/Linux-v4.19/drivers/reset/ |
D | reset-uniphier-usb3.c | 26 struct clk_bulk_data clk[MAX_CLKS];
|
/Linux-v4.19/drivers/regulator/ |
D | uniphier-regulator.c | 30 struct clk_bulk_data clk[MAX_CLKS];
|
/Linux-v4.19/drivers/cpufreq/ |
D | imx6q-cpufreq.c | 43 static struct clk_bulk_data clks[] = {
|
/Linux-v4.19/drivers/soc/qcom/ |
D | qcom-geni-se.c | 91 struct clk_bulk_data ahb_clks[NUM_AHB_CLKS];
|
/Linux-v4.19/drivers/usb/dwc3/ |
D | core.h | 1031 struct clk_bulk_data *clks;
|
D | core.c | 279 static const struct clk_bulk_data dwc3_core_clks[] = {
|
/Linux-v4.19/drivers/soc/rockchip/ |
D | pm_domains.c | 75 struct clk_bulk_data *clks;
|
/Linux-v4.19/drivers/iommu/ |
D | rockchip-iommu.c | 101 struct clk_bulk_data *clocks;
|
/Linux-v4.19/drivers/phy/qualcomm/ |
D | phy-qcom-qmp.c | 705 struct clk_bulk_data *clks;
|
/Linux-v4.19/drivers/clk/tegra/ |
D | clk-tegra210.c | 293 struct clk_bulk_data *clks; 3470 struct clk_bulk_data *clk_data; in tegra210_mbist_clk_init()
|
/Linux-v4.19/drivers/mmc/host/ |
D | sdhci-msm.c | 245 struct clk_bulk_data bulk_clks[4]; /* core, iface, cal, sleep clocks */
|