Home
last modified time | relevance | path

Searched refs:h6 (Results 1 – 25 of 29) sorted by relevance

12

/Linux-v5.15/arch/arm64/boot/dts/allwinner/
Dsun50i-h6.dtsi5 #include <dt-bindings/clock/sun50i-h6-ccu.h>
6 #include <dt-bindings/clock/sun50i-h6-r-ccu.h>
9 #include <dt-bindings/reset/sun50i-h6-ccu.h>
10 #include <dt-bindings/reset/sun50i-h6-r-ccu.h>
65 compatible = "allwinner,sun50i-h6-display-engine";
111 compatible = "allwinner,sun50i-h6-de3",
120 compatible = "allwinner,sun50i-h6-de3-clk";
132 compatible = "allwinner,sun50i-h6-de3-mixer-0";
157 compatible = "allwinner,sun50i-h6-video-engine";
169 compatible = "allwinner,sun50i-h6-mali",
[all …]
DMakefile33 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h6-beelink-gs1.dtb
34 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h6-orangepi-3.dtb
35 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h6-orangepi-lite2.dtb
36 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h6-orangepi-one-plus.dtb
37 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h6-pine-h64.dtb
38 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h6-pine-h64-model-b.dtb
39 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h6-tanix-tx6.dtb
Dsun50i-h6-tanix-tx6.dts6 #include "sun50i-h6.dtsi"
7 #include "sun50i-h6-cpu-opp.dtsi"
13 compatible = "oranth,tanix-tx6", "allwinner,sun50i-h6";
Dsun50i-h6-orangepi-one-plus.dts5 #include "sun50i-h6-orangepi.dtsi"
9 compatible = "xunlong,orangepi-one-plus", "allwinner,sun50i-h6";
Dsun50i-h6-pine-h64-model-b.dts6 #include "sun50i-h6-pine-h64.dts"
10 compatible = "pine64,pine-h64-model-b", "allwinner,sun50i-h6";
Dsun50i-h6-beelink-gs1.dts6 #include "sun50i-h6.dtsi"
7 #include "sun50i-h6-cpu-opp.dtsi"
13 compatible = "azw,beelink-gs1", "allwinner,sun50i-h6";
64 simple-audio-card,name = "sun50i-h6-spdif";
Dsun50i-h6-orangepi-lite2.dts4 #include "sun50i-h6-orangepi.dtsi"
8 compatible = "xunlong,orangepi-lite2", "allwinner,sun50i-h6";
Dsun50i-h6-pine-h64.dts6 #include "sun50i-h6.dtsi"
7 #include "sun50i-h6-cpu-opp.dtsi"
13 compatible = "pine64,pine-h64", "allwinner,sun50i-h6";
Dsun50i-h6-orangepi-3.dts6 #include "sun50i-h6.dtsi"
7 #include "sun50i-h6-cpu-opp.dtsi"
13 compatible = "xunlong,orangepi-3", "allwinner,sun50i-h6";
Dsun50i-h6-orangepi.dtsi7 #include "sun50i-h6.dtsi"
13 compatible = "xunlong,orangepi-one-plus", "allwinner,sun50i-h6";
Dsun50i-h6-cpu-opp.dtsi7 compatible = "allwinner,sun50i-h6-operating-points";
/Linux-v5.15/drivers/pinctrl/sunxi/
DMakefile24 obj-$(CONFIG_PINCTRL_SUN50I_H6) += pinctrl-sun50i-h6.o
25 obj-$(CONFIG_PINCTRL_SUN50I_H6_R) += pinctrl-sun50i-h6-r.o
/Linux-v5.15/drivers/clk/sunxi-ng/
DMakefile28 obj-$(CONFIG_SUN50I_H6_CCU) += ccu-sun50i-h6.o
30 obj-$(CONFIG_SUN50I_H6_R_CCU) += ccu-sun50i-h6-r.o
/Linux-v5.15/include/linux/
Derrqueue.h18 struct inet6_skb_parm h6; member
/Linux-v5.15/sound/pci/oxygen/
Dxonar_pcm179x.c218 bool h6; member
329 data->h6 ? PCM1796_OS_64 : PCM1796_OS_128; in pcm1796_init()
383 data->pcm179x.h6 = chip->model.dac_channels_mixer > 2; in xonar_hdav_init()
414 data->h6 = chip->model.dac_channels_mixer > 2; in xonar_st_init_common()
462 data->h6 = chip->model.dac_channels_mixer > 2; in xonar_st_init()
470 OXYGEN_I2S_MCLK(data->h6 ? MCLK_256 : MCLK_512) | in xonar_st_init()
605 if (data->current_rate <= 48000 && !data->h6) in update_pcm1796_oversampling()
695 if (rate <= 96000 && (rate > 48000 || data->h6)) { in update_cs2000_rate()
/Linux-v5.15/Documentation/sphinx-static/
Dtheme_overrides.css15 h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend { selector
/Linux-v5.15/include/net/
Dtcp.h891 struct inet6_skb_parm h6; member
907 return TCP_SKB_CB(skb)->header.h6.iif; in tcp_v6_iif()
912 bool l3_slave = ipv6_l3mdev_skb(TCP_SKB_CB(skb)->header.h6.flags); in tcp_v6_iif_l3_slave()
914 return l3_slave ? skb->skb_iif : TCP_SKB_CB(skb)->header.h6.iif; in tcp_v6_iif_l3_slave()
921 if (skb && ipv6_l3mdev_skb(TCP_SKB_CB(skb)->header.h6.flags)) in tcp_v6_sdif()
922 return TCP_SKB_CB(skb)->header.h6.iif; in tcp_v6_sdif()
Dudp.h43 struct inet6_skb_parm h6; member
/Linux-v5.15/net/ipv6/
Dsyncookies.c189 if (ipv6_opt_accepted(sk, skb, &TCP_SKB_CB(skb)->header.h6) || in cookie_v6_check()
Dtcp_ipv6.c827 bool l3_slave = ipv6_l3mdev_skb(TCP_SKB_CB(skb)->header.h6.flags); in tcp_v6_init_req()
840 (ipv6_opt_accepted(sk_listener, skb, &TCP_SKB_CB(skb)->header.h6) || in tcp_v6_init_req()
1227 memmove(IP6CB(skb), &TCP_SKB_CB(skb)->header.h6, in tcp_v6_restore_cb()
1584 if (ipv6_opt_accepted(sk, opt_skb, &TCP_SKB_CB(opt_skb)->header.h6)) { in tcp_v6_do_rcv()
1606 memmove(&TCP_SKB_CB(skb)->header.h6, IP6CB(skb), in tcp_v6_fill_cb()
/Linux-v5.15/net/dccp/
Ddccp.h342 struct inet6_skb_parm h6; member
Dipv6.c681 &DCCP_SKB_CB(opt_skb)->header.h6)) { in dccp_v6_do_rcv()
684 &DCCP_SKB_CB(opt_skb)->header.h6, in dccp_v6_do_rcv()
/Linux-v5.15/net/ipv4/
Dinet_fragment.c38 struct inet6_skb_parm h6; member
/Linux-v5.15/drivers/cpufreq/
DKconfig.arm39 h6 SoC.
/Linux-v5.15/net/xfrm/
Dxfrm_input.c35 struct inet6_skb_parm h6; member

12