Home
last modified time | relevance | path

Searched +full:requires +full:- +full:autobaud +full:- +full:mode (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/net/
Dbroadcom-bluetooth.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/broadcom-bluetooth.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Linus Walleij <linus.walleij@linaro.org>
13 This binding describes Broadcom UART-attached bluetooth chips.
18 - brcm,bcm20702a1
19 - brcm,bcm4329-bt
20 - brcm,bcm4330-bt
21 - brcm,bcm4334-bt
[all …]
/Linux-v6.1/drivers/bluetooth/
Dhci_bcm.c1 // SPDX-License-Identifier: GPL-2.0-or-later
53 * struct bcm_device_data - device specific data
55 * @drive_rts_on_open: drive RTS signal on ->open() when platform requires it
56 * @max_autobaud_speed: max baudrate supported by device in autobaud mode
65 * struct bcm_device - device driver resources
102 * @drive_rts_on_open: drive RTS signal on ->open() when platform requires it
104 * @use_autobaud_mode: start Bluetooth device in autobaud mode
105 * @max_autobaud_speed: max baudrate supported by device in autobaud mode
160 static int irq_polarity = -1;
162 MODULE_PARM_DESC(irq_polarity, "IRQ polarity 0: active-high 1: active-low");
[all …]