Searched +full:requires +full:- +full:autobaud +full:- +full:mode (Results 1 – 2 of 2) sorted by relevance
1 # 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,bcm20702a119 - brcm,bcm4329-bt20 - brcm,bcm4330-bt21 - brcm,bcm4334-bt[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later53 * struct bcm_device_data - device specific data55 * @drive_rts_on_open: drive RTS signal on ->open() when platform requires it56 * @max_autobaud_speed: max baudrate supported by device in autobaud mode65 * struct bcm_device - device driver resources102 * @drive_rts_on_open: drive RTS signal on ->open() when platform requires it104 * @use_autobaud_mode: start Bluetooth device in autobaud mode105 * @max_autobaud_speed: max baudrate supported by device in autobaud mode160 static int irq_polarity = -1;162 MODULE_PARM_DESC(irq_polarity, "IRQ polarity 0: active-high 1: active-low");[all …]