Searched +full:rtl8723bs +full:- +full:bt (Results 1 – 11 of 11) sorted by relevance
/linux-6.8/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/RTL8821CS/RTL8822CS Bluetooth 10 - Vasily Khoruzhick <anarsoul@gmail.com> 11 - Alistair Francis <alistair@alistair23.me> 14 RTL8723BS/RTL8723CS/RTL8821CS/RTL8822CS is a WiFi + BT chip. WiFi part 15 is connected over SDIO, while BT is connected over serial. It speaks 22 - enum: [all …]
|
/linux-6.8/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-6.8/arch/arm/boot/dts/allwinner/ |
D | sun5i-r8-chip.dts | 5 * Maxime Ripard <maxime.ripard@free-electrons.com> 7 * This file is dual-licensed: you can use it either under the terms 46 /dts-v1/; 47 #include "sun5i-r8.dtsi" 48 #include "sunxi-common-regulators.dtsi" 50 #include <dt-bindings/gpio/gpio.h> 51 #include <dt-bindings/interrupt-controller/irq.h> 55 compatible = "nextthing,chip", "allwinner,sun5i-r8", "allwinner,sun5i-a13"; 67 stdout-path = "serial0:115200n8"; 71 compatible = "gpio-leds"; [all …]
|
/linux-6.8/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 …]
|
D | rk3588s-indiedroid-nova.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 /dts-v1/; 5 #include <dt-bindings/gpio/gpio.h> 6 #include <dt-bindings/input/linux-event-codes.h> 7 #include <dt-bindings/pinctrl/rockchip.h> 8 #include <dt-bindings/usb/pd.h> 15 adc-keys-0 { 16 compatible = "adc-keys"; 17 io-channel-names = "buttons"; 18 io-channels = <&saradc 0>; [all …]
|
D | rk3566-anbernic-rgxx3.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 /dts-v1/; 5 #include <dt-bindings/gpio/gpio.h> 6 #include <dt-bindings/input/linux-event-codes.h> 7 #include <dt-bindings/leds/common.h> 8 #include <dt-bindings/pinctrl/rockchip.h> 9 #include <dt-bindings/soc/rockchip,vop2.h> 14 stdout-path = "serial2:1500000n8"; 17 adc-joystick { 18 compatible = "adc-joystick"; [all …]
|
D | rk3566-powkiddy-x55.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 /dts-v1/; 5 #include <dt-bindings/gpio/gpio.h> 6 #include <dt-bindings/input/linux-event-codes.h> 7 #include <dt-bindings/leds/common.h> 8 #include <dt-bindings/pinctrl/rockchip.h> 9 #include <dt-bindings/soc/rockchip,vop2.h> 24 stdout-path = "serial2:1500000n8"; 27 adc_joystick: adc-joystick { 28 compatible = "adc-joystick"; [all …]
|
D | rk3566-powkiddy-rk2023.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 /dts-v1/; 5 #include <dt-bindings/gpio/gpio.h> 6 #include <dt-bindings/input/linux-event-codes.h> 7 #include <dt-bindings/leds/common.h> 8 #include <dt-bindings/pinctrl/rockchip.h> 9 #include <dt-bindings/soc/rockchip,vop2.h> 19 adc-joystick { 20 compatible = "adc-joystick"; 21 io-channels = <&adc_mux 0>, [all …]
|
/linux-6.8/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 …]
|
D | btrtl.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 117 .hw_info = "rtl8723bs" }, 127 /* 8723CS-CG */ 137 .hw_info = "rtl8723cs-cg" }, 139 /* 8723CS-VF */ 149 .hw_info = "rtl8723cs-vf" }, 151 /* 8723CS-XX */ 355 if (skb->len != sizeof(struct hci_rp_read_local_version)) { in btrtl_read_local_version() 358 return ERR_PTR(-EIO); in btrtl_read_local_version() 377 if (skb->len != sizeof(*rom_version)) { in rtl_read_rom_version() [all …]
|
/linux-6.8/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 …]
|