/linux-4.4.14/drivers/bluetooth/ |
D | hci_vhci.c | 110 skb = bt_skb_alloc(4, GFP_KERNEL); in __vhci_create_device() 180 skb = bt_skb_alloc(len, GFP_KERNEL); in vhci_get_user()
|
D | hci_ll.c | 103 skb = bt_skb_alloc(1, GFP_ATOMIC); in send_hcill_cmd() 488 ll->rx_skb = bt_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_ATOMIC); in ll_recv()
|
D | hci_intel.c | 182 skb = bt_skb_alloc(sizeof(suspend), GFP_KERNEL); in intel_lpm_suspend() 227 skb = bt_skb_alloc(0, GFP_KERNEL); in intel_lpm_resume() 267 skb = bt_skb_alloc(sizeof(lpm_resume_ack), GFP_KERNEL); in intel_lpm_host_wake() 456 skb = bt_skb_alloc(sizeof(*hdr) + sizeof(*evt) + 1, GFP_ATOMIC); in inject_cmd_complete() 513 skb = bt_skb_alloc(sizeof(speed_cmd), GFP_KERNEL); in intel_set_baudrate()
|
D | bfusb.c | 230 skb = bt_skb_alloc(size, GFP_ATOMIC); in bfusb_rx_submit() 321 skb = bt_skb_alloc(pkt_len, GFP_ATOMIC); in bfusb_recv_block() 492 nskb = bt_skb_alloc(count + 32, GFP_ATOMIC); in bfusb_send_frame()
|
D | dtl1_cs.c | 220 info->rx_skb = bt_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_ATOMIC); in dtl1_receive() 409 s = bt_skb_alloc(NSHL + skb->len + 1, GFP_ATOMIC); in dtl1_hci_send_frame()
|
D | hci_h4.c | 182 skb = bt_skb_alloc((&pkts[i])->maxlen, in h4_recv_buf()
|
D | bluecard_cs.c | 396 info->rx_skb = bt_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_ATOMIC); in bluecard_receive() 572 skb = bt_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_ATOMIC); in bluecard_hci_set_baud_rate()
|
D | hci_qca.c | 211 skb = bt_skb_alloc(1, GFP_ATOMIC); in send_hci_ibs_cmd() 868 skb = bt_skb_alloc(sizeof(cmd), GFP_ATOMIC); in qca_set_baudrate()
|
D | btsdio.c | 143 skb = bt_skb_alloc(len - 4, GFP_KERNEL); in btsdio_rx_packet()
|
D | btusb.c | 442 skb = bt_skb_alloc(HCI_MAX_EVENT_SIZE, GFP_ATOMIC); in btusb_recv_intr() 497 skb = bt_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_ATOMIC); in btusb_recv_bulk() 554 skb = bt_skb_alloc(HCI_MAX_SCO_SIZE, GFP_ATOMIC); in btusb_recv_isoc() 907 skb = bt_skb_alloc(urb->actual_length, GFP_ATOMIC); in btusb_diag_complete() 1850 skb = bt_skb_alloc(sizeof(*hdr) + sizeof(*evt) + 1, GFP_ATOMIC); in inject_cmd_complete() 2739 skb = bt_skb_alloc(2, GFP_KERNEL); in alloc_diag_urb()
|
D | btuart_cs.c | 194 info->rx_skb = bt_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_ATOMIC); in btuart_receive()
|
D | bt3c_cs.c | 239 info->rx_skb = bt_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_ATOMIC); in bt3c_receive()
|
D | btmrvl_main.c | 186 skb = bt_skb_alloc(HCI_COMMAND_HDR_SIZE + len, GFP_ATOMIC); in btmrvl_send_sync_cmd()
|
D | hci_bcm.c | 261 skb = bt_skb_alloc(3, GFP_KERNEL); in bcm_set_diag()
|
D | hci_bcsp.c | 654 bcsp->rx_skb = bt_skb_alloc(0x1005, GFP_ATOMIC); in bcsp_recv()
|
D | hci_h5.c | 449 h5->rx_skb = bt_skb_alloc(H5_MAX_LEN, GFP_ATOMIC); in h5_rx_pkt_start()
|
D | btmrvl_sdio.c | 656 skb = bt_skb_alloc(num_blocks * blksz + BTSDIO_DMA_ALIGN, GFP_ATOMIC); in btmrvl_sdio_card_to_host()
|
/linux-4.4.14/net/bluetooth/ |
D | hci_sock.c | 317 skb = bt_skb_alloc(HCI_MON_NEW_INDEX_SIZE, GFP_ATOMIC); in create_monitor_event() 331 skb = bt_skb_alloc(0, GFP_ATOMIC); in create_monitor_event() 345 skb = bt_skb_alloc(HCI_MON_INDEX_INFO_SIZE, GFP_ATOMIC); in create_monitor_event() 357 skb = bt_skb_alloc(0, GFP_ATOMIC); in create_monitor_event() 365 skb = bt_skb_alloc(0, GFP_ATOMIC); in create_monitor_event() 435 skb = bt_skb_alloc(HCI_EVENT_HDR_SIZE + sizeof(*ev) + dlen, GFP_ATOMIC); in hci_si_event()
|
D | hci_request.c | 88 skb = bt_skb_alloc(len, GFP_ATOMIC); in hci_prepare_cmd()
|
D | a2mp.c | 734 skb = bt_skb_alloc(hdr_len + len, GFP_KERNEL); in a2mp_chan_alloc_skb_cb()
|
D | 6lowpan.c | 974 return bt_skb_alloc(hdr_len + len, GFP_ATOMIC); in chan_alloc_skb_cb()
|
D | l2cap_core.c | 1035 skb = bt_skb_alloc(hlen, GFP_KERNEL); in l2cap_create_sframe_pdu() 2886 skb = bt_skb_alloc(count, GFP_KERNEL); in l2cap_build_cmd() 2916 *frag = bt_skb_alloc(count, GFP_KERNEL); in l2cap_build_cmd() 7513 conn->rx_skb = bt_skb_alloc(len, GFP_KERNEL); in l2cap_recv_acldata()
|
D | smp.c | 3051 skb = bt_skb_alloc(hdr_len + len, GFP_KERNEL); in smp_alloc_skb_cb()
|
D | hci_core.c | 3519 skb = bt_skb_alloc(3, GFP_ATOMIC); in hci_reset_dev()
|
/linux-4.4.14/include/net/bluetooth/ |
D | bluetooth.h | 319 static inline struct sk_buff *bt_skb_alloc(unsigned int len, gfp_t how) in bt_skb_alloc() function
|