hci_sco_hdr       297 drivers/bluetooth/bfusb.c 				struct hci_sco_hdr *hdr = (struct hci_sco_hdr *) buf;
hci_sco_hdr       454 drivers/bluetooth/bluecard_cs.c 				struct hci_sco_hdr *sh;
hci_sco_hdr       472 drivers/bluetooth/bluecard_cs.c 					sh = hci_sco_hdr(info->rx_skb);
hci_sco_hdr       294 drivers/bluetooth/bt3c_cs.c 				struct hci_sco_hdr *sh;
hci_sco_hdr       312 drivers/bluetooth/bt3c_cs.c 					sh = hci_sco_hdr(info->rx_skb);
hci_sco_hdr       724 drivers/bluetooth/btusb.c 			hci_skb_expect(skb) = hci_sco_hdr(skb)->dlen;
hci_sco_hdr       128 drivers/bluetooth/btwilink.c 		.hdr_len = sizeof(struct hci_sco_hdr),
hci_sco_hdr       129 drivers/bluetooth/btwilink.c 		.offset_len_in_hdr = offsetof(struct hci_sco_hdr, dlen),
hci_sco_hdr      2288 include/net/bluetooth/hci.h static inline struct hci_sco_hdr *hci_sco_hdr(const struct sk_buff *skb)
hci_sco_hdr      2290 include/net/bluetooth/hci.h 	return (struct hci_sco_hdr *) skb->data;
hci_sco_hdr      3797 net/bluetooth/hci_core.c 	struct hci_sco_hdr hdr;
hci_sco_hdr      4323 net/bluetooth/hci_core.c 	struct hci_sco_hdr *hdr = (void *) skb->data;