Home
last modified time | relevance | path

Searched refs:hci_request (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/net/bluetooth/
Dhci_request.h23 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 …]
Dhci_request.c30 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 …]
Damp.c265 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()
Dmgmt.c901 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 …]
Dhci_core.c232 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 …]
DMakefile16 ecc.o hci_request.o mgmt_util.o
Dhci_conn.c710 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()
Da2mp.c303 struct hci_request hreq; in a2mp_getinfo_req()
Dhci_event.c2636 struct hci_request req; in hci_encrypt_change_evt()