Searched defs:hci_dev (Results 1 – 6 of 6) sorted by relevance
287 struct hci_dev { struct288 struct list_head list;289 struct mutex lock;291 char name[8];292 unsigned long flags;293 __u16 id;294 __u8 bus;295 __u8 dev_type;296 bdaddr_t bdaddr;297 bdaddr_t setup_addr;[all …]
39 unsigned short hci_dev; member
447 struct hci_dev { struct460 struct hci_dev_stats stat; argument475 int (*open)(struct hci_dev *hdev); argument476 int (*close)(struct hci_dev *hdev); argument477 int (*flush)(struct hci_dev *hdev); argument480 void (*destruct)(struct hci_dev *hdev); argument483 void (*notify)(struct hci_dev *hdev, unsigned int evt); argument484 int (*ioctl)(struct hci_dev *hdev, unsigned int cmd, unsigned long arg); argument
105 struct platform_device *hci_dev; in ssb_hcd_create_pdev() local
305 struct platform_device *hci_dev; in bcma_hcd_create_pdev() local
199 struct nci_hci_dev *hci_dev; member