Searched refs:hci_dev (Results 1 – 4 of 4) sorted by relevance
215 struct hci_dev { struct436 int (*open)(struct hci_dev *hdev); argument437 int (*close)(struct hci_dev *hdev); argument438 int (*flush)(struct hci_dev *hdev); argument439 int (*setup)(struct hci_dev *hdev); argument440 int (*shutdown)(struct hci_dev *hdev); argument441 int (*send)(struct hci_dev *hdev, struct sk_buff *skb); argument442 void (*notify)(struct hci_dev *hdev, unsigned int evt); argument443 void (*hw_error)(struct hci_dev *hdev, u8 code); argument444 int (*post_init)(struct hci_dev *hdev); argument[all …]
300 struct hci_dev;302 typedef void (*hci_req_complete_t)(struct hci_dev *hdev, u8 status, u16 opcode);303 typedef void (*hci_req_complete_skb_t)(struct hci_dev *hdev, u8 status,
39 unsigned short hci_dev; member
198 struct nci_hci_dev *hci_dev; member