Searched refs:hci_req_run_skb (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A 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()
|
H A D | hci_request.h | 42 int hci_req_run_skb(struct hci_request *req, hci_req_complete_skb_t complete);
|
H A 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 144 err = hci_req_run_skb(&req, hci_req_sync_complete); in __hci_cmd_sync_ev() 214 err = hci_req_run_skb(&req, hci_req_sync_complete); in __hci_req_sync()
|
H A D | mgmt.c | 3604 err = hci_req_run_skb(&req, set_default_phy_complete); in set_phy_configuration() 4462 err = hci_req_run_skb(&req, read_local_oob_data_complete); in read_local_oob_data() 7051 err = hci_req_run_skb(&req, read_local_oob_ext_data_complete); in read_local_ssp_oob_req()
|
H A D | hci_event.c | 3137 if (hci_req_run_skb(&req, read_enc_key_size_complete)) { in hci_encrypt_change_evt()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_request.h | 50 int hci_req_run_skb(struct hci_request *req, hci_req_complete_skb_t complete);
|
H A D | hci_request.c | 95 int hci_req_run_skb(struct hci_request *req, hci_req_complete_skb_t complete) in hci_req_run_skb() function 135 err = hci_req_run_skb(&req, hci_req_sync_complete); in __hci_req_sync()
|
Completed in 22 milliseconds