• Home
  • Raw
  • Download

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()
117 int __hci_req_sync(struct hci_dev *hdev, int (*func)(struct hci_request *req, in __hci_req_sync()
121 struct hci_request req; in __hci_req_sync() local
193 int hci_req_sync(struct hci_dev *hdev, int (*req)(struct hci_request *req, in hci_req_sync()
241 void hci_req_add_ev(struct hci_request *req, u16 opcode, u32 plen, in hci_req_add_ev()
271 void hci_req_add(struct hci_request *req, u16 opcode, u32 plen, in hci_req_add()
330 void hci_req_add_le_scan_disable(struct hci_request *req, bool rpa_le_conn) in hci_req_add_le_scan_disable()
362 static void del_from_accept_list(struct hci_request *req, bdaddr_t *bdaddr, in del_from_accept_list()
391 static int add_to_accept_list(struct hci_request *req, in add_to_accept_list()
452 static u8 update_accept_list(struct hci_request *req) in update_accept_list()
544 static void hci_req_start_scan(struct hci_request *req, u8 type, u16 interval, in hci_req_start_scan()
635 static int hci_update_random_address(struct hci_request *req, in hci_update_random_address()
728 void hci_req_add_le_passive_scan(struct hci_request *req) in hci_req_add_le_passive_scan()
813 static int hci_req_add_le_interleaved_scan(struct hci_request *req, in hci_req_add_le_interleaved_scan()
869 static void set_random_addr(struct hci_request *req, bdaddr_t *rpa) in set_random_addr()