Lines Matching defs:hdev
51 static int hci_devcd_update_state(struct hci_dev *hdev, int state) in hci_devcd_update_state()
62 static int hci_devcd_mkheader(struct hci_dev *hdev, struct sk_buff *skb) in hci_devcd_mkheader()
81 static void hci_devcd_notify(struct hci_dev *hdev, int state) in hci_devcd_notify()
88 void hci_devcd_reset(struct hci_dev *hdev) in hci_devcd_reset()
101 static void hci_devcd_free(struct hci_dev *hdev) in hci_devcd_free()
109 static int hci_devcd_alloc(struct hci_dev *hdev, u32 size) in hci_devcd_alloc()
125 static bool hci_devcd_copy(struct hci_dev *hdev, char *buf, u32 size) in hci_devcd_copy()
137 static bool hci_devcd_memset(struct hci_dev *hdev, u8 pattern, u32 len) in hci_devcd_memset()
149 static int hci_devcd_prepare(struct hci_dev *hdev, u32 dump_size) in hci_devcd_prepare()
181 static void hci_devcd_handle_pkt_init(struct hci_dev *hdev, struct sk_buff *skb) in hci_devcd_handle_pkt_init()
211 static void hci_devcd_handle_pkt_skb(struct hci_dev *hdev, struct sk_buff *skb) in hci_devcd_handle_pkt_skb()
222 static void hci_devcd_handle_pkt_pattern(struct hci_dev *hdev, in hci_devcd_handle_pkt_pattern()
243 static void hci_devcd_handle_pkt_complete(struct hci_dev *hdev, in hci_devcd_handle_pkt_complete()
262 static void hci_devcd_handle_pkt_abort(struct hci_dev *hdev, in hci_devcd_handle_pkt_abort()
314 struct hci_dev *hdev = container_of(work, struct hci_dev, dump.dump_rx); in hci_devcd_rx() local
378 struct hci_dev *hdev = container_of(work, struct hci_dev, in hci_devcd_timeout() local
403 int hci_devcd_register(struct hci_dev *hdev, coredump_t coredump, in hci_devcd_register()
427 static inline bool hci_devcd_enabled(struct hci_dev *hdev) in hci_devcd_enabled()
432 int hci_devcd_init(struct hci_dev *hdev, u32 dump_size) in hci_devcd_init()
453 int hci_devcd_append(struct hci_dev *hdev, struct sk_buff *skb) in hci_devcd_append()
472 int hci_devcd_append_pattern(struct hci_dev *hdev, u8 pattern, u32 len) in hci_devcd_append_pattern()
497 int hci_devcd_complete(struct hci_dev *hdev) in hci_devcd_complete()
517 int hci_devcd_abort(struct hci_dev *hdev) in hci_devcd_abort()