Home
last modified time | relevance | path

Searched defs:hci_devcoredump (Results 1 – 1 of 1) sorted by relevance

/linux/include/net/bluetooth/
H A Dcoredump.h41 struct hci_devcoredump { struct
42 bool supported;
44 enum devcoredump_state {
50 } state;
52 unsigned long timeout;
54 size_t alloc_size;
55 char *head;
56 char *tail;
57 char *end;
59 struct sk_buff_head dump_q;
[all …]