| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | clk.h | 87 struct clk_bulk_data { struct 252 const struct clk_bulk_data *clks); 261 clk_bulk_prepare(int num_clks, const struct clk_bulk_data *clks) in clk_bulk_prepare() 279 void clk_bulk_unprepare(int num_clks, const struct clk_bulk_data *clks); 286 const struct clk_bulk_data *clks) in clk_bulk_unprepare() 331 struct clk_bulk_data *clks); 351 struct clk_bulk_data **clks); 364 struct clk_bulk_data *clks); 378 struct clk_bulk_data *clks); 401 struct clk_bulk_data *clks); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/clk/ |
| H A D | clk-bulk.c | 16 struct clk_bulk_data *clks) in of_clk_bulk_get() 47 struct clk_bulk_data **clks) in of_clk_bulk_get_all() 49 struct clk_bulk_data *clk_bulk; in of_clk_bulk_get_all() 72 void clk_bulk_put(int num_clks, struct clk_bulk_data *clks) in clk_bulk_put() 82 struct clk_bulk_data *clks, bool optional) in __clk_bulk_get() 115 struct clk_bulk_data *clks) in clk_bulk_get() 122 struct clk_bulk_data *clks) in clk_bulk_get_optional() 128 void clk_bulk_put_all(int num_clks, struct clk_bulk_data *clks) in clk_bulk_put_all() 140 struct clk_bulk_data **clks) in clk_bulk_get_all() 161 void clk_bulk_unprepare(int num_clks, const struct clk_bulk_data *clks) in clk_bulk_unprepare() [all …]
|
| H A D | clk-devres.c | 44 struct clk_bulk_data *clks; 56 struct clk_bulk_data *clks, bool optional) in __devm_clk_bulk_get() 82 struct clk_bulk_data *clks) in devm_clk_bulk_get() 89 struct clk_bulk_data *clks) in devm_clk_bulk_get_optional() 103 struct clk_bulk_data **clks) in devm_clk_bulk_get_all()
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | meson-mx-sdhc-clkc.c | 85 struct clk_bulk_data *clk_bulk_data) in meson_mx_sdhc_register_clkc() argument 152 clk_bulk_data[0].clk = clkc_data->mod_clk_en.hw.clk; in meson_mx_sdhc_register_clkc() 153 clk_bulk_data[1].clk = clkc_data->sd_clk_en.hw.clk; in meson_mx_sdhc_register_clkc() 154 clk_bulk_data[2].clk = clkc_data->tx_clk_en.hw.clk; in meson_mx_sdhc_register_clkc() 155 clk_bulk_data[3].clk = clkc_data->rx_clk_en.hw.clk; in meson_mx_sdhc_register_clkc()
|
| H A D | meson-mx-sdhc.h | 136 struct clk_bulk_data; 139 struct clk_bulk_data *clk_bulk_data);
|
| /OK3568_Linux_fs/kernel/sound/soc/meson/ |
| H A D | aiu.h | 11 struct clk_bulk_data; 25 struct clk_bulk_data *clks;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/ |
| H A D | snoc.h | 52 struct clk_bulk_data; 75 struct clk_bulk_data *clks;
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/ |
| H A D | mipi-csi2.h | 146 struct clk_bulk_data *clks_bulk; 178 struct clk_bulk_data *clks_bulk;
|
| /OK3568_Linux_fs/kernel/drivers/clk/davinci/ |
| H A D | psc-da830.c | 46 static struct clk_bulk_data da830_psc0_parent_clks[] = { 108 static struct clk_bulk_data da830_psc1_parent_clks[] = {
|
| H A D | psc-da850.c | 85 static struct clk_bulk_data da850_psc0_parent_clks[] = { 139 static struct clk_bulk_data da850_psc1_parent_clks[] = {
|
| H A D | psc.h | 92 struct clk_bulk_data *parent_clks;
|
| H A D | psc-dm644x.c | 73 static struct clk_bulk_data dm644x_psc_parent_clks[] = {
|
| /OK3568_Linux_fs/kernel/drivers/crypto/caam/ |
| H A D | ctrl.c | 495 const struct clk_bulk_data *clks; 499 static const struct clk_bulk_data caam_imx6_clks[] = { 511 static const struct clk_bulk_data caam_imx7_clks[] = { 521 static const struct clk_bulk_data caam_imx6ul_clks[] = { 532 static const struct clk_bulk_data caam_vf610_clks[] = {
|
| /OK3568_Linux_fs/kernel/drivers/clk/renesas/ |
| H A D | rcar-usb2-clock-sel.c | 30 static const struct clk_bulk_data rcar_usb2_clocks[] = { 38 struct clk_bulk_data clks[ARRAY_SIZE(rcar_usb2_clocks)];
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/ |
| H A D | vehicle-csi2-dphy-common.h | 348 struct clk_bulk_data *dphy_clks; 350 struct clk_bulk_data *csi2_clks;
|
| /OK3568_Linux_fs/kernel/drivers/phy/rockchip/ |
| H A D | phy-rockchip-naneng-combphy.c | 72 const struct clk_bulk_data *clks; 82 struct clk_bulk_data *clks; 411 phy_cfg->num_clks * sizeof(struct clk_bulk_data), in rockchip_combphy_probe() 563 static const struct clk_bulk_data rk3528_clks[] = { 757 static const struct clk_bulk_data rk3562_clks[] = { 984 static const struct clk_bulk_data rk3568_clks[] = { 1255 static const struct clk_bulk_data rk3588_clks[] = {
|
| H A D | phy-rockchip-csi2-dphy-common.h | 118 struct clk_bulk_data *clks_bulk;
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/ |
| H A D | mali_osk_mali.h | 31 struct clk_bulk_data *clks;
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/tegra-video/ |
| H A D | csi.h | 141 struct clk_bulk_data *clks;
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/mtk-jpeg/ |
| H A D | mtk_jpeg_core.h | 63 struct clk_bulk_data *clks;
|
| /OK3568_Linux_fs/kernel/drivers/usb/cdns3/ |
| H A D | cdns3-imx.c | 92 struct clk_bulk_data *clks; 107 static const struct clk_bulk_data imx_cdns3_core_clks[] = {
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/rkvdec/ |
| H A D | rkvdec.h | 89 struct clk_bulk_data *clocks;
|
| /OK3568_Linux_fs/kernel/drivers/usb/dwc3/ |
| H A D | dwc3-meson-g12a.c | 104 static struct clk_bulk_data meson_gxl_clocks[] = { 109 static struct clk_bulk_data meson_g12a_clocks[] = { 113 static struct clk_bulk_data meson_a1_clocks[] = { 145 struct clk_bulk_data *clks;
|
| /OK3568_Linux_fs/kernel/include/linux/mfd/madera/ |
| H A D | core.h | 196 struct clk_bulk_data mclk[MADERA_NUM_MCLK];
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | wm8994.h | 83 struct clk_bulk_data mclk[WM8994_NUM_MCLK];
|