Searched refs:hci_req_complete_t (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/net/bluetooth/ |
D | hci_request.h | 40 int hci_req_run(struct hci_request *req, hci_req_complete_t complete); 47 hci_req_complete_t *req_complete,
|
D | hci_request.c | 49 static int req_run(struct hci_request *req, hci_req_complete_t complete, in req_run() 87 int hci_req_run(struct hci_request *req, hci_req_complete_t complete) in hci_req_run()
|
D | hci_event.c | 3027 hci_req_complete_t *req_complete, in hci_cmd_complete_evt() 3366 hci_req_complete_t *req_complete, in hci_cmd_status_evt() 5697 hci_req_complete_t req_complete = NULL; in hci_event_packet()
|
D | hci_core.c | 4251 hci_req_complete_t *req_complete, in hci_req_cmd_complete()
|
/Linux-v4.19/include/net/bluetooth/ |
D | bluetooth.h | 302 typedef void (*hci_req_complete_t)(struct hci_dev *hdev, u8 status, u16 opcode); typedef 314 hci_req_complete_t req_complete;
|