Searched refs:hci_req_run_skb (Results 1 – 5 of 5) sorted by relevance
/net/bluetooth/ |
D | amp.c | 268 err = hci_req_run_skb(&req, read_local_amp_assoc_complete); in amp_read_loc_assoc_frag() 287 err = hci_req_run_skb(&req, read_local_amp_assoc_complete); in amp_read_loc_assoc() 312 err = hci_req_run_skb(&req, read_local_amp_assoc_complete); in amp_read_loc_assoc_final_data() 378 hci_req_run_skb(&req, write_remote_amp_assoc_complete); in amp_write_rem_assoc_frag()
|
D | hci_request.h | 42 int hci_req_run_skb(struct hci_request *req, hci_req_complete_skb_t complete);
|
D | hci_request.c | 97 int hci_req_run_skb(struct hci_request *req, hci_req_complete_skb_t complete) in hci_req_run_skb() function 142 err = hci_req_run_skb(&req, hci_req_sync_complete); in __hci_cmd_sync_ev() 212 err = hci_req_run_skb(&req, hci_req_sync_complete); in __hci_req_sync()
|
D | mgmt.c | 3600 err = hci_req_run_skb(&req, set_default_phy_complete); in set_phy_configuration() 4458 err = hci_req_run_skb(&req, read_local_oob_data_complete); in read_local_oob_data() 7047 err = hci_req_run_skb(&req, read_local_oob_ext_data_complete); in read_local_ssp_oob_req()
|
D | hci_event.c | 3134 if (hci_req_run_skb(&req, read_enc_key_size_complete)) { in hci_encrypt_change_evt()
|