Lines Matching defs:hdev

35 void hci_req_init(struct hci_request *req, struct hci_dev *hdev)  in hci_req_init()
47 bool hci_req_status_pend(struct hci_dev *hdev) in hci_req_status_pend()
55 struct hci_dev *hdev = req->hdev; in req_run() local
100 void hci_req_sync_complete(struct hci_dev *hdev, u8 result, u16 opcode, in hci_req_sync_complete()
117 int __hci_req_sync(struct hci_dev *hdev, int (*func)(struct hci_request *req, in __hci_req_sync()
193 int hci_req_sync(struct hci_dev *hdev, int (*req)(struct hci_request *req, in hci_req_sync()
214 struct sk_buff *hci_prepare_cmd(struct hci_dev *hdev, u16 opcode, u32 plen, in hci_prepare_cmd()
244 struct hci_dev *hdev = req->hdev; in hci_req_add_ev() local
278 static void start_interleave_scan(struct hci_dev *hdev) in start_interleave_scan()
285 static bool is_interleave_scanning(struct hci_dev *hdev) in is_interleave_scanning()
290 static void cancel_interleave_scan(struct hci_dev *hdev) in cancel_interleave_scan()
302 static bool __hci_update_interleaved_scan(struct hci_dev *hdev) in __hci_update_interleaved_scan()
332 struct hci_dev *hdev = req->hdev; in hci_req_add_le_scan_disable() local
396 struct hci_dev *hdev = req->hdev; in add_to_accept_list() local
454 struct hci_dev *hdev = req->hdev; in update_accept_list() local
539 static bool scan_use_rpa(struct hci_dev *hdev) in scan_use_rpa()
548 struct hci_dev *hdev = req->hdev; in hci_req_start_scan() local
639 struct hci_dev *hdev = req->hdev; in hci_update_random_address() local
730 struct hci_dev *hdev = req->hdev; in hci_req_add_le_passive_scan() local
816 struct hci_dev *hdev = req->hdev; in hci_req_add_le_interleaved_scan() local
846 struct hci_dev *hdev = container_of(work, struct hci_dev, in interleave_scan_work() local
871 struct hci_dev *hdev = req->hdev; in set_random_addr() local
893 void hci_request_setup(struct hci_dev *hdev) in hci_request_setup()
898 void hci_request_cancel_all(struct hci_dev *hdev) in hci_request_cancel_all()