Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h287 struct hci_dev { struct
288 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 …]
H A Dhci_sock.h39 unsigned short hci_dev; member
/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Drtk_btusb.h447 struct hci_dev { struct
460 struct hci_dev_stats stat; argument
475 int (*open)(struct hci_dev *hdev); argument
476 int (*close)(struct hci_dev *hdev); argument
477 int (*flush)(struct hci_dev *hdev); argument
480 void (*destruct)(struct hci_dev *hdev); argument
483 void (*notify)(struct hci_dev *hdev, unsigned int evt); argument
484 int (*ioctl)(struct hci_dev *hdev, unsigned int cmd, unsigned long arg); argument
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dssb-hcd.c105 struct platform_device *hci_dev; in ssb_hcd_create_pdev() local
H A Dbcma-hcd.c305 struct platform_device *hci_dev; in bcma_hcd_create_pdev() local
/OK3568_Linux_fs/kernel/include/net/nfc/
H A Dnci_core.h199 struct nci_hci_dev *hci_dev; member