Lines Matching defs:data
52 __u8 data[];
877 hdr = (void *)skb->data;
884 skb->data[2] == 0x06) {
885 if (skb->data[3] != 0x00)
897 skb->data[2] == 0x02) {
922 struct hci_lpm_pkt *lpm = (void *)skb->data;
932 intel_recv_lpm_notify(hdev, lpm->data[0]);
968 static int intel_recv(struct hci_uart *hu, const void *data, int count)
975 intel->rx_skb = h4_recv_buf(hu->hdev, intel->rx_skb, data, count,
1028 struct hci_command_hdr *cmd = (void *)skb->data;