Home
last modified time | relevance | path

Searched +full:bcm43341 +full:- +full:bt (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-4.19/Documentation/devicetree/bindings/serial/
Dslave-device.txt14 - compatible : A string reflecting the vendor and specific device the node
19 - max-speed : The maximum baud rate the device operates at. This should
24 - current-speed : The current baud rate the device operates at. This should
28 * device supports auto-baud
41 compatible = "brcm,bcm43341-bt";
42 interrupt-parent = <&gpio>;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/serial/
Dserial.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
10 - Rob Herring <robh@kernel.org>
11 - Greg Kroah-Hartman <gregkh@linuxfoundation.org>
19 where N is the port number (non-negative decimal integer) as printed on the
26 cts-gpios:
32 dcd-gpios:
38 dsr-gpios:
44 dtr-gpios:
[all …]
/kernel/linux/linux-4.19/drivers/bluetooth/
Dbtsdio.c21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
44 /* Generic Bluetooth Type-A SDIO device */
47 /* Generic Bluetooth Type-B SDIO device */
83 BT_DBG("%s", data->hdev->name); in btsdio_tx_packet()
85 /* Prepend Type-A header */ in btsdio_tx_packet()
87 skb->data[0] = (skb->len & 0x0000ff); in btsdio_tx_packet()
88 skb->data[1] = (skb->len & 0x00ff00) >> 8; in btsdio_tx_packet()
89 skb->data[2] = (skb->len & 0xff0000) >> 16; in btsdio_tx_packet()
90 skb->data[3] = hci_skb_pkt_type(skb); in btsdio_tx_packet()
92 err = sdio_writesb(data->func, REG_TDAT, skb->data, skb->len); in btsdio_tx_packet()
[all …]