HCI_EVENT_HDR_SIZE  276 drivers/bluetooth/bfusb.c 			if (len >= HCI_EVENT_HDR_SIZE) {
HCI_EVENT_HDR_SIZE  278 drivers/bluetooth/bfusb.c 				pkt_len = HCI_EVENT_HDR_SIZE + hdr->plen;
HCI_EVENT_HDR_SIZE  419 drivers/bluetooth/bluecard_cs.c 				info->rx_count = HCI_EVENT_HDR_SIZE;
HCI_EVENT_HDR_SIZE  256 drivers/bluetooth/bt3c_cs.c 				info->rx_count = HCI_EVENT_HDR_SIZE;
HCI_EVENT_HDR_SIZE   62 drivers/bluetooth/btmrvl_main.c 		ec = (void *) (skb->data + HCI_EVENT_HDR_SIZE);
HCI_EVENT_HDR_SIZE  598 drivers/bluetooth/btusb.c 			hci_skb_expect(skb) = HCI_EVENT_HDR_SIZE;
HCI_EVENT_HDR_SIZE  608 drivers/bluetooth/btusb.c 		if (skb->len == HCI_EVENT_HDR_SIZE) {
HCI_EVENT_HDR_SIZE 1760 drivers/bluetooth/btusb.c 	while (remain > HCI_EVENT_HDR_SIZE && *fw_ptr[0] == 0x02) {
HCI_EVENT_HDR_SIZE 2041 drivers/bluetooth/btusb.c 		if (skb->len > HCI_EVENT_HDR_SIZE && hdr->evt == 0xff &&
HCI_EVENT_HDR_SIZE 2043 drivers/bluetooth/btusb.c 			const void *ptr = skb->data + HCI_EVENT_HDR_SIZE + 1;
HCI_EVENT_HDR_SIZE 2044 drivers/bluetooth/btusb.c 			unsigned int len = skb->len - HCI_EVENT_HDR_SIZE - 1;
HCI_EVENT_HDR_SIZE   36 drivers/bluetooth/h4_recv.h 	.hlen = HCI_EVENT_HDR_SIZE, \
HCI_EVENT_HDR_SIZE  545 drivers/bluetooth/hci_bcsp.c 				memcpy(skb_push(bcsp->rx_skb, HCI_EVENT_HDR_SIZE), &hdr, HCI_EVENT_HDR_SIZE);
HCI_EVENT_HDR_SIZE   41 drivers/bluetooth/hci_intel.c #define HCI_LPM_HDR_SIZE HCI_EVENT_HDR_SIZE
HCI_EVENT_HDR_SIZE  141 drivers/bluetooth/hci_uart.h 	.hlen = HCI_EVENT_HDR_SIZE, \
HCI_EVENT_HDR_SIZE 5790 net/bluetooth/hci_event.c 	skb_pull(skb, HCI_EVENT_HDR_SIZE);
HCI_EVENT_HDR_SIZE 5853 net/bluetooth/hci_event.c 	skb_pull(skb, HCI_EVENT_HDR_SIZE);
HCI_EVENT_HDR_SIZE  707 net/bluetooth/hci_sock.c 	skb = bt_skb_alloc(HCI_EVENT_HDR_SIZE + sizeof(*ev) + dlen, GFP_ATOMIC);
HCI_EVENT_HDR_SIZE  711 net/bluetooth/hci_sock.c 	hdr = skb_put(skb, HCI_EVENT_HDR_SIZE);