Home
last modified time | relevance | path

Searched refs:clk_ops (Results 1 – 25 of 56) sorted by relevance

123

/rk3399_rockchip-uboot/drivers/clk/
H A Dclk-uclass.c19 static inline const struct clk_ops *clk_dev_ops(struct udevice *dev) in clk_dev_ops()
21 return (const struct clk_ops *)dev->driver->ops; in clk_dev_ops()
65 const struct clk_ops *ops; in clk_get_by_indexed_prop()
302 const struct clk_ops *ops = clk_dev_ops(dev); in clk_request()
316 const struct clk_ops *ops = clk_dev_ops(clk->dev); in clk_free()
328 const struct clk_ops *ops = clk_dev_ops(clk->dev); in clk_get_rate()
340 const struct clk_ops *ops = clk_dev_ops(clk->dev); in clk_set_rate()
352 const struct clk_ops *ops = clk_dev_ops(clk->dev); in clk_get_phase()
362 const struct clk_ops *ops = clk_dev_ops(clk->dev); in clk_set_phase()
372 const struct clk_ops *ops = clk_dev_ops(clk->dev); in clk_set_parent()
[all …]
H A Dclk_fixed_rate.c25 const struct clk_ops clk_fixed_rate_ops = {
H A Dclk_bcm6345.c46 static struct clk_ops bcm6345_clk_ops = {
H A Dclk_boston.c57 const struct clk_ops clk_boston_ops = {
H A Dclk_sandbox.c69 static struct clk_ops sandbox_clk_ops = {
H A Dclk_scmi.c88 static const struct clk_ops scmi_clk_ops = {
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/bcm281xx/
H A Dclk-core.h50 struct clk_ops { struct
68 struct clk_ops *ops; argument
486 extern struct clk_ops peri_clk_ops;
487 extern struct clk_ops ccu_clk_ops;
488 extern struct clk_ops bus_clk_ops;
489 extern struct clk_ops ref_clk_ops;
H A Dclk-core.c250 struct clk_ops peri_clk_ops = {
329 struct clk_ops ccu_clk_ops = {
389 struct clk_ops bus_clk_ops = {
402 struct clk_ops ref_clk_ops = {
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/bcm235xx/
H A Dclk-core.h50 struct clk_ops { struct
68 struct clk_ops *ops; argument
486 extern struct clk_ops peri_clk_ops;
487 extern struct clk_ops ccu_clk_ops;
488 extern struct clk_ops bus_clk_ops;
489 extern struct clk_ops ref_clk_ops;
H A Dclk-core.c250 struct clk_ops peri_clk_ops = {
329 struct clk_ops ccu_clk_ops = {
389 struct clk_ops bus_clk_ops = {
402 struct clk_ops ref_clk_ops = {
/rk3399_rockchip-uboot/drivers/clk/exynos/
H A Dclk-exynos7420.c88 static struct clk_ops exynos7420_clk_topc_ops = {
139 static struct clk_ops exynos7420_clk_top0_ops = {
191 static struct clk_ops exynos7420_clk_peric1_ops = {
/rk3399_rockchip-uboot/drivers/clk/at91/
H A Dclk-master.c19 static struct clk_ops at91_master_clk_ops = {
H A Dclk-slow.c22 static struct clk_ops at91_slow_clk_ops = {
H A Dclk-main.c33 static struct clk_ops main_osc_clk_ops = {
H A Dclk-plla.c33 static struct clk_ops plla_clk_ops = {
H A Dclk-h32mx.c35 static struct clk_ops sama5d4_h32mx_clk_ops = {
H A Dclk-utmi.c45 static struct clk_ops utmi_clk_ops = {
H A Dclk-system.c74 static struct clk_ops system_clk_ops = {
H A Dclk-peripheral.c101 static struct clk_ops periph_clk_ops = {
H A Dclk-generated.c144 static struct clk_ops generic_clk_ops = {
/rk3399_rockchip-uboot/include/
H A Dclk-uclass.h21 struct clk_ops { struct
/rk3399_rockchip-uboot/drivers/clk/tegra/
H A Dtegra-car-clk.c82 static struct clk_ops tegra_car_clk_ops = {
H A Dtegra186-clk.c85 static struct clk_ops tegra186_clk_ops = {
/rk3399_rockchip-uboot/drivers/clk/uniphier/
H A Dclk-uniphier-core.c124 static const struct clk_ops uniphier_clk_ops = {
/rk3399_rockchip-uboot/arch/arm/mach-snapdragon/
H A Dclock-apq8016.c245 static struct clk_ops msm_clk_ops = {

123