Searched refs:hci_req_complete_t (Results 1 – 5 of 5) sorted by relevance
/linux/net/bluetooth/ |
A D | hci_request.h | 41 int hci_req_run(struct hci_request *req, hci_req_complete_t complete); 48 hci_req_complete_t *req_complete,
|
A D | hci_request.c | 56 static int req_run(struct hci_request *req, hci_req_complete_t complete, in req_run() 94 int hci_req_run(struct hci_request *req, hci_req_complete_t complete) in hci_req_run()
|
A D | hci_event.c | 3375 hci_req_complete_t *req_complete, in hci_cmd_complete_evt() 3752 hci_req_complete_t *req_complete, in hci_cmd_status_evt() 6313 hci_req_complete_t req_complete = NULL; in hci_event_packet()
|
A D | hci_core.c | 4977 hci_req_complete_t *req_complete, in hci_req_cmd_complete()
|
/linux/include/net/bluetooth/ |
A D | bluetooth.h | 375 typedef void (*hci_req_complete_t)(struct hci_dev *hdev, u8 status, u16 opcode); typedef 387 hci_req_complete_t req_complete;
|
Completed in 25 milliseconds