Lines Matching defs:req

35 void hci_req_init(struct hci_request *req, struct hci_dev *hdev)  in hci_req_init()
42 void hci_req_purge(struct hci_request *req) in hci_req_purge()
52 static int req_run(struct hci_request *req, hci_req_complete_t complete, in req_run()
90 int hci_req_run(struct hci_request *req, hci_req_complete_t complete) in hci_req_run()
95 int hci_req_run_skb(struct hci_request *req, hci_req_complete_skb_t complete) in hci_req_run_skb()
115 int __hci_req_sync(struct hci_dev *hdev, int (*func)(struct hci_request *req, in __hci_req_sync()
119 struct hci_request req; in __hci_req_sync() local
191 int hci_req_sync(struct hci_dev *hdev, int (*req)(struct hci_request *req, in hci_req_sync()
239 void hci_req_add_ev(struct hci_request *req, u16 opcode, u32 plen, in hci_req_add_ev()
269 void hci_req_add(struct hci_request *req, u16 opcode, u32 plen, in hci_req_add()
328 void hci_req_add_le_scan_disable(struct hci_request *req, bool rpa_le_conn) in hci_req_add_le_scan_disable()
360 static void del_from_accept_list(struct hci_request *req, bdaddr_t *bdaddr, in del_from_accept_list()
389 static int add_to_accept_list(struct hci_request *req, in add_to_accept_list()
450 static u8 update_accept_list(struct hci_request *req) in update_accept_list()
542 static void hci_req_start_scan(struct hci_request *req, u8 type, u16 interval, in hci_req_start_scan()
633 static int hci_update_random_address(struct hci_request *req, in hci_update_random_address()
726 void hci_req_add_le_passive_scan(struct hci_request *req) in hci_req_add_le_passive_scan()
811 static int hci_req_add_le_interleaved_scan(struct hci_request *req, in hci_req_add_le_interleaved_scan()
867 static void set_random_addr(struct hci_request *req, bdaddr_t *rpa) in set_random_addr()