Home
last modified time | relevance | path

Searched full:h5 (Results 1 – 25 of 215) sorted by relevance

123456789

/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dhci_h5.c52 /* H5 state flags */
58 struct h5 { struct
101 int (*setup)(struct h5 *h5); argument
102 void (*open)(struct h5 *h5);
103 void (*close)(struct h5 *h5);
104 int (*suspend)(struct h5 *h5);
105 int (*resume)(struct h5 *h5);
109 static void h5_reset_rx(struct h5 *h5);
113 struct h5 *h5 = hu->priv; in h5_link_control() local
124 skb_queue_tail(&h5->unrel, nskb); in h5_link_control()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Dhci_rtk_h5.c97 /* ---- H5 CRC calculation ---- */
129 /* ---- H5 core ---- */
165 struct h5_struct *h5 = hu->priv; in h5_enqueue() local
176 skb_queue_tail(&h5->rel, skb); in h5_enqueue()
180 skb_queue_tail(&h5->unrel, skb); in h5_enqueue()
185 skb_queue_tail(&h5->unrel, skb); /* 3-wire LinkEstablishment */ in h5_enqueue()
197 static struct sk_buff *h5_prepare_pkt(struct h5_struct *h5, u8 * data, in h5_prepare_pkt() argument
241 /* Max len of packet: (original len +4(h5 hdr) +2(crc))*2 in h5_prepare_pkt()
254 spin_lock_irqsave(&h5->lock, flags); in h5_prepare_pkt()
255 tmp = h5->rxseq_txack; in h5_prepare_pkt()
[all …]
H A DKconfig62 bool "Realtek H5 protocol support"
65 Realtek H5 is serial protocol for communication
67 Realtek uart h5 bluetooth controller
69 Say Y here to compile support for Realtek HCI H5 protocol.
/OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/
H A Dhciattach_rtk.c273 static uint16_t h5_get_crc(struct rtb_struct * h5) in h5_get_crc() argument
276 uint8_t *data = h5->rx_skb->data + h5->rx_skb->data_len - 2; in h5_get_crc()
280 /* return get_unaligned_be16(&h5->rx_skb->data[h5->rx_skb->data_len - 2]); */ in h5_get_crc()
293 * Encode one byte in h5 proto
331 * Decode one byte in h5 proto
338 static void h5_unslip_one_byte(struct rtb_struct * h5, unsigned char byte) in h5_unslip_one_byte() argument
343 if (H5_ESCSTATE_NOESC == h5->rx_esc_state) { in h5_unslip_one_byte()
345 h5->rx_esc_state = H5_ESCSTATE_ESC; in h5_unslip_one_byte()
347 memcpy(skb_put(h5->rx_skb, 1), &byte, 1); in h5_unslip_one_byte()
349 if ((h5->rx_skb->data[0] & 0x40) != 0 && in h5_unslip_one_byte()
[all …]
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/
H A Dhciattach_rtk.c18 * H4/H5 specific initialization
413 /**********************h5 releated*************************/
844 * @param h5 realtek h5 struct
847 static RT_U16 h5_get_crc(rtk_hw_cfg_t * h5) in h5_get_crc() argument
850 RT_U8 *data = h5->rx_skb->data + h5->rx_skb->data_len - 2; in h5_get_crc()
853 // return get_unaligned_be16(&h5->rx_skb->data[h5->rx_skb->data_len - 2]); in h5_get_crc()
869 * Slip ecode one byte in h5 proto, as follows:
910 * Decode one byte in h5 proto, as follows:
917 * @param h5 realtek h5 struct
920 static void h5_unslip_one_byte(rtk_hw_cfg_t * h5, unsigned char byte) in h5_unslip_one_byte() argument
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/allwinner/
H A DMakefile19 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h5-bananapi-m2-plus.dtb
20 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h5-bananapi-m2-plus-v1.2.dtb
21 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h5-emlid-neutis-n5-devboard.dtb
22 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h5-libretech-all-h3-cc.dtb
23 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h5-libretech-all-h3-it.dtb
24 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h5-libretech-all-h5-cc.dtb
25 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h5-nanopi-neo2.dtb
26 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h5-nanopi-neo-plus2.dtb
27 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h5-orangepi-pc2.dtb
28 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-h5-orangepi-prime.dtb
[all …]
H A Dsun50i-h5.dtsi4 #include <arm/sunxi-h3-h5.dtsi>
83 compatible = "allwinner,sun50i-h5-system-control";
97 compatible = "allwinner,sun50i-h5-sram-c1",
105 compatible = "allwinner,sun50i-h5-video-engine";
116 compatible = "allwinner,sun50i-h5-crypto";
125 compatible = "allwinner,sun50i-h5-mali", "arm,mali-450";
164 compatible = "allwinner,sun50i-h5-ths";
216 compatible = "allwinner,sun50i-h5-ccu";
220 compatible = "allwinner,sun50i-h5-de2-clk";
224 compatible = "allwinner,sun50i-h5-mmc",
[all …]
H A Dsun50i-h5-libretech-all-h5-cc.dts4 #include "sun50i-h5-libretech-all-h3-cc.dts"
7 model = "Libre Computer Board ALL-H5-CC H5";
8 compatible = "libretech,all-h5-cc-h5", "allwinner,sun50i-h5";
H A Dsun50i-h5-libretech-all-h3-cc.dts6 #include "sun50i-h5.dtsi"
7 #include "sun50i-h5-cpu-opp.dtsi"
11 model = "Libre Computer Board ALL-H3-CC H5";
12 compatible = "libretech,all-h3-cc-h5", "allwinner,sun50i-h5";
H A Dsun50i-h5-libretech-all-h3-it.dts5 #include "sun50i-h5.dtsi"
9 model = "Libre Computer Board ALL-H3-IT H5";
10 compatible = "libretech,all-h3-it-h5", "allwinner,sun50i-h5";
H A Dsun50i-h5-bananapi-m2-plus-v1.2.dts5 #include "sun50i-h5.dtsi"
6 #include "sun50i-h5-cpu-opp.dtsi"
10 model = "Banana Pi BPI-M2-Plus v1.2 H5";
11 compatible = "bananapi,bpi-m2-plus-v1.2", "allwinner,sun50i-h5";
H A Dsun50i-h5-bananapi-m2-plus.dts5 #include "sun50i-h5.dtsi"
9 model = "Banana Pi BPI-M2-Plus H5";
10 compatible = "sinovoip,bpi-m2-plus", "allwinner,sun50i-h5";
H A Dsun50i-h5-emlid-neutis-n5.dtsi10 #include "sun50i-h5.dtsi"
11 #include <arm/sunxi-h3-h5-emlid-neutis.dtsi>
H A Dsun50i-h5-orangepi-prime.dts3 // Based on sun50i-h5-orangepi-pc2.dts, which is:
7 #include "sun50i-h5.dtsi"
14 compatible = "xunlong,orangepi-prime", "allwinner,sun50i-h5";
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/
H A Dsunxi.yaml102 - const: allwinner,sun50i-h5
112 - const: allwinner,sun50i-h5
242 - const: allwinner,sun50i-h5
252 - const: allwinner,sun50i-h5
345 - description: Libre Computer Board ALL-H3-CC H5
347 - const: libretech,all-h3-cc-h5
348 - const: allwinner,sun50i-h5
350 - description: Libre Computer Board ALL-H3-IT H5
352 - const: libretech,all-h3-it-h5
353 - const: allwinner,sun50i-h5
[all …]
/OK3568_Linux_fs/external/rkwifibt/bin/arm/
HDrtlbtmp ... proto %d[1/H4, 2/H5] bt hw config aborted[no buffer] USB_hw_config_cback ...
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dsun50i-h5-nanopi-neo2.dts46 #include "sun50i-h5.dtsi"
52 compatible = "friendlyarm,nanopi-neo2", "allwinner,sun50i-h5";
71 compatible = "allwinner,sun50i-h5-mmc",
H A Dsun50i-h5-orangepi-prime.dts45 #include "sun50i-h5.dtsi"
51 compatible = "xunlong,orangepi-prime", "allwinner,sun50i-h5";
76 compatible = "allwinner,sun50i-h5-mmc",
H A Dsun50i-h5-orangepi-pc2.dts45 #include "sun50i-h5.dtsi"
51 compatible = "xunlong,orangepi-pc-2", "allwinner,sun50i-h5";
77 compatible = "allwinner,sun50i-h5-mmc",
H A Dsun50i-h5-orangepi-zero-plus2.dts45 #include "sun50i-h5.dtsi"
52 compatible = "xunlong,orangepi-zero-plus2", "allwinner,sun50i-h5";
71 compatible = "allwinner,sun50i-h5-mmc",
/OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/share/matrix-gui-2.0/css/
H A Dyui-reset-fonts-base.css13h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{bor… selector
19 h1{font-size:138.5%}h2{font-size:123.1%}h3{font-size:108%}h1,h2,h3{margin:1em 0}h1,h2,h3,h4,h5,h6,s… selector
/OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/css/
H A Dyui-reset-fonts-base.css13h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{bor… selector
19 h1{font-size:138.5%}h2{font-size:123.1%}h3{font-size:108%}h1,h2,h3{margin:1em 0}h1,h2,h3,h4,h5,h6,s… selector
/OK3568_Linux_fs/buildroot/docs/website/
H A Dindex.html136 …<div class="panel-heading"><a href="http://git.buildroot.net/buildroot"><h5>Recent commits</h5></a…
143 …<a href="http://dir.gmane.org/gmane.comp.lib.uclibc.buildroot"><h5>Recent discussions</h5></a></di…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/maki-4.0.0/
H A Dentrance-alt1.svg3 …0,0-.707.707L8.2,7H1.5a.5.5,0,0,0,0,1H8.2ZM12,1H5.5a.5.5,0,0,0,0,1h6a.5.5,0,0,1,.5.5v10a.5.5,0,0,1…
H A Dparking.svg6 <path d="M11.85,8.37c-0.9532,0.7086-2.1239,1.0623-3.31,1H5.79V14H3V1h5.72c1.1305-0.0605,2.244,0.295…
8H5.79v3.82h2.49c0.5315,0.0326,1.056-0.1351,1.47-0.47c0.3795-0.3947,0.5693-0.9346,0.52-1.48C10.324,…

123456789