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 * @no_uart_clock_set: UART clock set command for >3Mbps mode is unavailable57 * @max_autobaud_speed: max baudrate supported by device in autobaud mode69 * struct bcm_device - device driver resources106 * @drive_rts_on_open: drive RTS signal on ->open() when platform requires it107 * @no_uart_clock_set: UART clock set command for >3Mbps mode is unavailable109 * @use_autobaud_mode: start Bluetooth device in autobaud mode110 * @max_autobaud_speed: max baudrate supported by device in autobaud mode[all …]