Searched refs:hci_request (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/net/bluetooth/ |
D | hci_request.h | 23 struct hci_request { struct 33 void hci_req_init(struct hci_request *req, struct hci_dev *hdev); argument 34 int hci_req_run(struct hci_request *req, hci_req_complete_t complete); 35 int hci_req_run_skb(struct hci_request *req, hci_req_complete_skb_t complete); 36 void hci_req_add(struct hci_request *req, u16 opcode, u32 plen, 38 void hci_req_add_ev(struct hci_request *req, u16 opcode, u32 plen, 47 void hci_req_add_le_scan_disable(struct hci_request *req); 48 void hci_req_add_le_passive_scan(struct hci_request *req); 51 void __hci_update_page_scan(struct hci_request *req); 53 int hci_update_random_address(struct hci_request *req, bool require_privacy, [all …]
|
D | hci_request.c | 30 void hci_req_init(struct hci_request *req, struct hci_dev *hdev) in hci_req_init() 37 static int req_run(struct hci_request *req, hci_req_complete_t complete, in req_run() 71 int hci_req_run(struct hci_request *req, hci_req_complete_t complete) in hci_req_run() 76 int hci_req_run_skb(struct hci_request *req, hci_req_complete_skb_t complete) in hci_req_run_skb() 108 void hci_req_add_ev(struct hci_request *req, u16 opcode, u32 plen, in hci_req_add_ev() 138 void hci_req_add(struct hci_request *req, u16 opcode, u32 plen, in hci_req_add() 144 void hci_req_add_le_scan_disable(struct hci_request *req) in hci_req_add_le_scan_disable() 153 static void add_to_white_list(struct hci_request *req, in add_to_white_list() 164 static u8 update_white_list(struct hci_request *req) in update_white_list() 261 void hci_req_add_le_passive_scan(struct hci_request *req) in hci_req_add_le_passive_scan() [all …]
|
D | amp.c | 265 struct hci_request req; in amp_read_loc_assoc_frag() 284 struct hci_request req; in amp_read_loc_assoc() 305 struct hci_request req; in amp_read_loc_assoc_final_data() 343 struct hci_request req; in amp_write_rem_assoc_frag() 450 struct hci_request req; in amp_create_phylink() 489 struct hci_request req; in amp_accept_phylink()
|
D | mgmt.c | 901 static void update_inst_scan_rsp_data(struct hci_request *req, u8 instance) in update_inst_scan_rsp_data() 929 static void update_scan_rsp_data(struct hci_request *req) in update_scan_rsp_data() 1091 static void update_inst_adv_data(struct hci_request *req, u8 instance) in update_inst_adv_data() 1117 static void update_adv_data(struct hci_request *req) in update_adv_data() 1124 struct hci_request req; in mgmt_update_adv_data() 1180 static void update_eir(struct hci_request *req) in update_eir() 1220 static void update_class(struct hci_request *req) in update_class() 1249 static void disable_advertising(struct hci_request *req) in disable_advertising() 1256 static void enable_advertising(struct hci_request *req) in enable_advertising() 1317 struct hci_request req; in service_cache_off() [all …]
|
D | hci_core.c | 232 struct hci_request req; in __hci_cmd_sync_ev() 302 void (*func)(struct hci_request *req, in __hci_req_sync() 306 struct hci_request req; in __hci_req_sync() 368 void (*req)(struct hci_request *req, in hci_req_sync() 385 static void hci_reset_req(struct hci_request *req, unsigned long opt) in hci_reset_req() 394 static void bredr_init(struct hci_request *req) in bredr_init() 408 static void amp_init1(struct hci_request *req) in amp_init1() 431 static void amp_init2(struct hci_request *req) in amp_init2() 441 static void hci_init1_req(struct hci_request *req, unsigned long opt) in hci_init1_req() 466 static void bredr_setup(struct hci_request *req) in bredr_setup() [all …]
|
D | Makefile | 16 ecc.o hci_request.o mgmt_util.o
|
D | hci_conn.c | 710 static void hci_req_add_le_create_conn(struct hci_request *req, in hci_req_add_le_create_conn() 747 static void hci_req_directed_advertising(struct hci_request *req, in hci_req_directed_advertising() 790 struct hci_request req; in hci_connect_le() 971 static int hci_explicit_conn_params_set(struct hci_request *req, in hci_explicit_conn_params_set() 1016 struct hci_request req; in hci_connect_le_scan()
|
D | a2mp.c | 303 struct hci_request hreq; in a2mp_getinfo_req()
|
D | hci_event.c | 2636 struct hci_request req; in hci_encrypt_change_evt()
|