Home
last modified time | relevance | path

Searched refs:req_complete (Results 1 – 4 of 4) sorted by relevance

/net/bluetooth/
Dhci_request.h48 hci_req_complete_t *req_complete,
Dhci_event.c3130 hci_req_complete_t *req_complete, in hci_cmd_complete_evt() argument
3476 hci_req_cmd_complete(hdev, *opcode, *status, req_complete, in hci_cmd_complete_evt()
3491 hci_req_complete_t *req_complete, in hci_cmd_status_evt() argument
3589 hci_req_cmd_complete(hdev, *opcode, ev->status, req_complete, in hci_cmd_status_evt()
5830 hci_req_complete_t req_complete = NULL; in hci_event_packet() local
5839 hci_req_cmd_complete(hdev, opcode, status, &req_complete, in hci_event_packet()
5898 &req_complete, &req_complete_skb); in hci_event_packet()
5902 hci_cmd_status_evt(hdev, skb, &opcode, &status, &req_complete, in hci_event_packet()
6037 if (req_complete) { in hci_event_packet()
6038 req_complete(hdev, status, opcode); in hci_event_packet()
Dhci_core.c4385 hci_req_complete_t *req_complete, in hci_req_cmd_complete() argument
4427 if (bt_cb(hdev->sent_cmd)->hci.req_complete) { in hci_req_cmd_complete()
4428 *req_complete = bt_cb(hdev->sent_cmd)->hci.req_complete; in hci_req_cmd_complete()
4443 *req_complete = bt_cb(skb)->hci.req_complete; in hci_req_cmd_complete()
Dhci_request.c77 bt_cb(skb)->hci.req_complete = complete; in req_run()