Searched +full:rtl8723bs +full:- +full:bt (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/net/ |
D | realtek-bluetooth.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/net/realtek-bluetooth.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: RTL8723BS/RTL8723CS/RTL8822CS Bluetooth 10 - Vasily Khoruzhick <anarsoul@gmail.com> 11 - Alistair Francis <alistair@alistair23.me> 14 RTL8723CS/RTL8723CS/RTL8822CS is WiFi + BT chip. WiFi part is connected over 15 SDIO, while BT is connected over serial. It speaks H5 protocol with few 21 - realtek,rtl8723bs-bt [all …]
|
/Linux-v6.1/arch/arm64/boot/dts/allwinner/ |
D | sun50i-h6-pine-h64-model-b.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ or MIT) 6 #include "sun50i-h6-pine-h64.dts" 10 compatible = "pine64,pine-h64-model-b", "allwinner,sun50i-h6"; 12 /delete-node/ reg_gmac_3v3; 15 compatible = "mmc-pwrseq-simple"; 16 reset-gpios = <&r_pio 1 3 GPIO_ACTIVE_LOW>; /* PM3 */ 17 post-power-on-delay-ms = <200>; 22 /delete-property/ ddc-en-gpios; 26 phy-supply = <®_aldo2>; 30 vmmc-supply = <®_cldo3>; [all …]
|
/Linux-v6.1/arch/arm64/boot/dts/rockchip/ |
D | rk3308-rock-pi-s.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 7 /dts-v1/; 21 stdout-path = "serial0:1500000n8"; 25 compatible = "gpio-leds"; 26 pinctrl-names = "default"; 27 pinctrl-0 = <&green_led_gio>, <&heartbeat_led_gpio>; 29 green-led { 30 default-state = "on"; 33 linux,default-trigger = "default-on"; 36 blue-led { [all …]
|
/Linux-v6.1/drivers/bluetooth/ |
D | hci_h5.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 * Bluetooth HCI Three-wire UART driver 37 * Maximum Three-wire packet: 38 * 4 byte header + max value for 12-bit length + 2 bytes for CRC 42 /* Convenience macros for reading Three-wire header values */ 127 struct h5 *h5 = hu->priv; in h5_link_control() 138 skb_queue_tail(&h5->unrel, nskb); in h5_link_control() 144 return h5->tx_win & 0x07; in h5_cfg_field() 152 struct hci_uart *hu = h5->hu; in h5_timed_event() 156 BT_DBG("%s", hu->hdev->name); in h5_timed_event() [all …]
|
/Linux-v6.1/drivers/staging/rtl8723bs/hal/ |
D | rtl8723b_hal_init.c | 1 // SPDX-License-Identifier: GPL-2.0 4 * Copyright(c) 2007 - 2013 Realtek Corporation. All rights reserved. 49 u32 blockSize_p1 = 4; /* (Default) Phase #1 : PCI muse use 4-byte write to download FW */ in _BlockWrite() 50 u32 blockSize_p2 = 8; /* Phase #2 : Use 8-byte, if Phase#1 use big size to write FW. */ in _BlockWrite() 51 u32 blockSize_p3 = 1; /* Phase #3 : Use 1-byte, the remnant of FW image. */ in _BlockWrite() 194 if (value32 & FWDL_ChkSum_rpt || adapter->bSurpriseRemoved || adapter->bDriverStopped) in polling_fwdl_chksum() 197 } while (jiffies_to_msecs(jiffies-start) < timeout_ms || cnt < min_cnt); in polling_fwdl_chksum() 204 g_fwdl_chksum_fail--; in polling_fwdl_chksum() 235 if (value32 & WINTINI_RDY || adapter->bSurpriseRemoved || adapter->bDriverStopped) in _FWFreeToGo() 238 } while (jiffies_to_msecs(jiffies - start) < timeout_ms || cnt < min_cnt); in _FWFreeToGo() [all …]
|