Searched refs:bcsp (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | hci_bcsp.c | 136 struct bcsp_struct *bcsp = hu->priv; in bcsp_enqueue() local 147 skb_queue_tail(&bcsp->rel, skb); in bcsp_enqueue() 151 skb_queue_tail(&bcsp->unrel, skb); in bcsp_enqueue() 163 static struct sk_buff *bcsp_prepare_pkt(struct bcsp_struct *bcsp, u8 *data, in bcsp_prepare_pkt() argument 226 hdr[0] = bcsp->rxseq_txack << 3; in bcsp_prepare_pkt() 227 bcsp->txack_req = 0; in bcsp_prepare_pkt() 228 BT_DBG("We request packet no %u to card", bcsp->rxseq_txack); in bcsp_prepare_pkt() 231 hdr[0] |= 0x80 + bcsp->msgq_txseq; in bcsp_prepare_pkt() 232 BT_DBG("Sending packet with seqno %u", bcsp->msgq_txseq); in bcsp_prepare_pkt() 233 bcsp->msgq_txseq = (bcsp->msgq_txseq + 1) & 0x07; in bcsp_prepare_pkt() [all …]
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/ |
| H A D | hciattach.c | 381 static int bcsp(int fd, struct uart_t *u, struct termios *ti) in bcsp() function 1050 …{ "bcsp", 0x0000, 0x0000, HCI_UART_BCSP, 115200, 115200, 0, DISABLE_PM, NULL, bcsp … 1092 { "comone", 0xffff, 0x0101, HCI_UART_BCSP, 115200, 115200, 0, NULL, bcsp }, 1095 { "tdk", 0x0105, 0x4254, HCI_UART_BCSP, 115200, 115200, 0, NULL, bcsp }, 1098 { "socket", 0x0104, 0x0096, HCI_UART_BCSP, 230400, 230400, 0, NULL, bcsp }, 1107 { "zoom", 0x0279, 0x950b, HCI_UART_BCSP, 115200, 115200, 0, NULL, bcsp }, 1110 { "sitecom", 0x0279, 0x950b, HCI_UART_BCSP, 115200, 115200, 0, NULL, bcsp }, 1113 { "billionton", 0x0279, 0x950b, HCI_UART_BCSP, 115200, 115200, 0, NULL, bcsp },
|