Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Drtk_btusb.h389 struct hci_event_hdr { struct
404 static inline struct hci_event_hdr *hci_event_hdr(const struct sk_buff *skb) in hci_event_hdr() argument
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/
H A Dhciattach_rtk.c222 struct hci_event_hdr { struct
223 RT_U8 evt;
224 RT_U8 plen;
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci.h2469 struct hci_event_hdr { struct
2470 __u8 evt;
2471 __u8 plen;
2508 static inline struct hci_event_hdr *hci_event_hdr(const struct sk_buff *skb) in hci_event_hdr() function