Searched refs:hci_dev (Results 1 – 7 of 7) sorted by relevance
| /include/net/bluetooth/ |
| A D | hci_sync.h | 19 struct hci_dev *hdev; 65 void hci_cmd_sync_init(struct hci_dev *hdev); 66 void hci_cmd_sync_clear(struct hci_dev *hdev); 91 int hci_update_eir_sync(struct hci_dev *hdev); 94 int hci_update_eir_sync(struct hci_dev *hdev); 138 int hci_update_scan(struct hci_dev *hdev); 146 int hci_reset_sync(struct hci_dev *hdev); 147 int hci_dev_open_sync(struct hci_dev *hdev); 148 int hci_dev_close_sync(struct hci_dev *hdev); 163 int hci_suspend_sync(struct hci_dev *hdev); [all …]
|
| A D | coredump.h | 11 typedef void (*coredump_t)(struct hci_dev *hdev); 12 typedef void (*dmp_hdr_t)(struct hci_dev *hdev, struct sk_buff *skb); 13 typedef void (*notify_change_t)(struct hci_dev *hdev, int state); 63 void hci_devcd_reset(struct hci_dev *hdev); 69 int hci_devcd_init(struct hci_dev *hdev, u32 dump_size); 70 int hci_devcd_append(struct hci_dev *hdev, struct sk_buff *skb); 72 int hci_devcd_complete(struct hci_dev *hdev); 73 int hci_devcd_abort(struct hci_dev *hdev); 77 static inline void hci_devcd_reset(struct hci_dev *hdev) {} in hci_devcd_reset() 104 static inline int hci_devcd_complete(struct hci_dev *hdev) in hci_devcd_complete() [all …]
|
| A D | hci_core.h | 351 struct hci_dev { struct 640 int (*open)(struct hci_dev *hdev); argument 641 int (*close)(struct hci_dev *hdev); argument 642 int (*flush)(struct hci_dev *hdev); argument 643 int (*setup)(struct hci_dev *hdev); argument 651 void (*reset)(struct hci_dev *hdev); argument 652 bool (*wakeup)(struct hci_dev *hdev); argument 765 struct hci_dev *hdev; 987 struct hci_dev *hdev = conn->hdev; in hci_conn_ssp_enabled() 994 struct hci_dev *hdev = conn->hdev; in hci_conn_sc_enabled() [all …]
|
| A D | hci_drv.h | 58 int hci_drv_cmd_status(struct hci_dev *hdev, u16 cmd, u8 status); 59 int hci_drv_cmd_complete(struct hci_dev *hdev, u16 cmd, u8 status, void *rp, 61 int hci_drv_process_cmd(struct hci_dev *hdev, struct sk_buff *cmd_skb); 64 int (*func)(struct hci_dev *hdev, void *data, u16 data_len);
|
| A D | bluetooth.h | 449 struct hci_dev; 451 typedef void (*hci_req_complete_t)(struct hci_dev *hdev, u8 status, u16 opcode); 452 typedef void (*hci_req_complete_skb_t)(struct hci_dev *hdev, u8 status, 455 void hci_req_cmd_complete(struct hci_dev *hdev, u16 opcode, u8 status, 477 struct hci_dev *hdev;
|
| A D | hci_sock.h | 39 unsigned short hci_dev; member
|
| /include/net/nfc/ |
| A D | nci_core.h | 199 struct nci_hci_dev *hci_dev; member
|
Completed in 26 milliseconds