Home
last modified time | relevance | path

Searched refs:tcon_top (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/sun4i/
A Dsun8i_tcon_top.c136 tcon_top = devm_kzalloc(dev, sizeof(*tcon_top), GFP_KERNEL); in sun8i_tcon_top_bind()
137 if (!tcon_top) in sun8i_tcon_top_bind()
144 tcon_top->clk_data = clk_data; in sun8i_tcon_top_bind()
149 if (IS_ERR(tcon_top->rst)) { in sun8i_tcon_top_bind()
151 return PTR_ERR(tcon_top->rst); in sun8i_tcon_top_bind()
155 if (IS_ERR(tcon_top->bus)) { in sun8i_tcon_top_bind()
157 return PTR_ERR(tcon_top->bus); in sun8i_tcon_top_bind()
161 tcon_top->regs = regs; in sun8i_tcon_top_bind()
194 &tcon_top->reg_lock, in sun8i_tcon_top_bind()
200 &tcon_top->reg_lock, in sun8i_tcon_top_bind()
[all …]
/linux/Documentation/devicetree/bindings/display/
A Dallwinner,sun8i-r40-tcon-top.yaml166 tcon_top: tcon-top@1c70000 {
A Dallwinner,sun4i-a10-tcon.yaml630 clocks = <&ccu CLK_BUS_TCON_TV0>, <&tcon_top 0>;
/linux/arch/arm/boot/dts/
A Dsun8i-r40.dtsi993 tcon_top: tcon-top@1c70000 { label
1115 clocks = <&ccu CLK_BUS_TCON_TV0>, <&tcon_top CLK_TCON_TOP_TV0>;
1158 clocks = <&ccu CLK_BUS_TCON_TV1>, <&tcon_top CLK_TCON_TOP_TV1>;
/linux/arch/arm64/boot/dts/allwinner/
A Dsun50i-h6.dtsi817 tcon_top: tcon-top@6510000 { label
881 <&tcon_top CLK_TCON_TOP_TV0>;

Completed in 11 milliseconds