Searched refs:hci_devcd_append (Results 1 – 8 of 8) sorted by relevance
| /linux/include/net/bluetooth/ |
| H A D | coredump.h | 70 int hci_devcd_append(struct hci_dev *hdev, struct sk_buff *skb); 93 static inline int hci_devcd_append(struct hci_dev *hdev, struct sk_buff *skb) in hci_devcd_append() function
|
| /linux/net/bluetooth/ |
| H A D | coredump.c | 471 int hci_devcd_append(struct hci_dev *hdev, struct sk_buff *skb) in hci_devcd_append() function 488 EXPORT_SYMBOL(hci_devcd_append);
|
| /linux/drivers/bluetooth/ |
| H A D | hci_vhci.c | 359 hci_devcd_append(hdev, skb); in force_devcd_write()
|
| H A D | btmtk.c | 427 err = hci_devcd_append(hdev, skb); in btmtk_process_coredump()
|
| H A D | btnxpuart.c | 1385 err = hci_devcd_append(hdev, skb_clone(skb, GFP_ATOMIC)); in nxp_process_fw_dump()
|
| H A D | btusb.c | 1069 hci_devcd_append(hdev, skb); in btusb_rtl_alloc_devcoredump() 3164 hci_devcd_append(hdev, skb); in handle_dump_pkt_qca()
|
| H A D | hci_qca.c | 1167 hci_devcd_append(hu->hdev, skb); in qca_controller_memdump()
|
| H A D | btintel.c | 3708 hci_devcd_append(hdev, skb_clone(skb, GFP_ATOMIC)); in btintel_diagnostics()
|