Home
last modified time | relevance | path

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

123

/external/u-boot/drivers/clk/
Dclk-uclass.c17 static inline const struct clk_ops *clk_dev_ops(struct udevice *dev) in clk_dev_ops()
19 return (const struct clk_ops *)dev->driver->ops; in clk_dev_ops()
63 const struct clk_ops *ops; in clk_get_by_indexed_prop()
299 const struct clk_ops *ops = clk_dev_ops(dev); in clk_request()
313 const struct clk_ops *ops = clk_dev_ops(clk->dev); in clk_free()
325 const struct clk_ops *ops = clk_dev_ops(clk->dev); in clk_get_rate()
337 const struct clk_ops *ops = clk_dev_ops(clk->dev); in clk_set_rate()
349 const struct clk_ops *ops = clk_dev_ops(clk->dev); in clk_set_parent()
361 const struct clk_ops *ops = clk_dev_ops(clk->dev); in clk_enable()
386 const struct clk_ops *ops = clk_dev_ops(clk->dev); in clk_disable()
Dclk_fixed_rate.c24 const struct clk_ops clk_fixed_rate_ops = {
Dclk_bcm6345.c45 static struct clk_ops bcm6345_clk_ops = {
Dclk_boston.c56 const struct clk_ops clk_boston_ops = {
Dclk_sandbox.c68 static struct clk_ops sandbox_clk_ops = {
/external/u-boot/arch/arm/cpu/armv7/bcm235xx/
Dclk-core.h49 struct clk_ops { struct
67 struct clk_ops *ops; argument
485 extern struct clk_ops peri_clk_ops;
486 extern struct clk_ops ccu_clk_ops;
487 extern struct clk_ops bus_clk_ops;
488 extern struct clk_ops ref_clk_ops;
Dclk-core.c249 struct clk_ops peri_clk_ops = {
328 struct clk_ops ccu_clk_ops = {
388 struct clk_ops bus_clk_ops = {
401 struct clk_ops ref_clk_ops = {
/external/u-boot/arch/arm/cpu/armv7/bcm281xx/
Dclk-core.h49 struct clk_ops { struct
67 struct clk_ops *ops; argument
485 extern struct clk_ops peri_clk_ops;
486 extern struct clk_ops ccu_clk_ops;
487 extern struct clk_ops bus_clk_ops;
488 extern struct clk_ops ref_clk_ops;
Dclk-core.c249 struct clk_ops peri_clk_ops = {
328 struct clk_ops ccu_clk_ops = {
388 struct clk_ops bus_clk_ops = {
401 struct clk_ops ref_clk_ops = {
/external/u-boot/drivers/clk/exynos/
Dclk-exynos7420.c85 static struct clk_ops exynos7420_clk_topc_ops = {
136 static struct clk_ops exynos7420_clk_top0_ops = {
188 static struct clk_ops exynos7420_clk_peric1_ops = {
/external/u-boot/drivers/clk/at91/
Dclk-master.c18 static struct clk_ops at91_master_clk_ops = {
Dclk-slow.c21 static struct clk_ops at91_slow_clk_ops = {
Dclk-plla.c32 static struct clk_ops plla_clk_ops = {
Dclk-main.c32 static struct clk_ops main_osc_clk_ops = {
Dclk-h32mx.c34 static struct clk_ops sama5d4_h32mx_clk_ops = {
Dclk-plladiv.c62 static struct clk_ops at91_plladiv_clk_ops = {
Dclk-system.c97 static struct clk_ops system_clk_ops = {
Dclk-peripheral.c100 static struct clk_ops periph_clk_ops = {
Dclk-utmi.c100 static struct clk_ops utmi_clk_ops = {
/external/u-boot/include/
Dclk-uclass.h20 struct clk_ops { struct
/external/u-boot/drivers/clk/renesas/
Drcar-gen2-cpg.h47 extern const struct clk_ops gen2_clk_ops;
Drcar-gen3-cpg.h60 extern const struct clk_ops gen3_clk_ops;
/external/u-boot/drivers/clk/tegra/
Dtegra-car-clk.c81 static struct clk_ops tegra_car_clk_ops = {
Dtegra186-clk.c84 static struct clk_ops tegra186_clk_ops = {
/external/u-boot/arch/arm/mach-snapdragon/
Dclock-snapdragon.c129 static struct clk_ops msm_clk_ops = {

123