Home
last modified time | relevance | path

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

/linux/drivers/macintosh/ams/
H A Dams-pmu.c51 DECLARE_COMPLETION(req_complete); in ams_pmu_set_register()
53 req.arg = &req_complete; in ams_pmu_set_register()
57 wait_for_completion(&req_complete); in ams_pmu_set_register()
64 DECLARE_COMPLETION(req_complete); in ams_pmu_get_register()
66 req.arg = &req_complete; in ams_pmu_get_register()
70 wait_for_completion(&req_complete); in ams_pmu_get_register()
/linux/net/bluetooth/
H A Dhci_event.c4275 hci_req_complete_t *req_complete, in hci_cmd_complete_evt() argument
4312 hci_req_cmd_complete(hdev, *opcode, *status, req_complete, in hci_cmd_complete_evt()
4406 hci_req_complete_t *req_complete, in hci_cmd_status_evt() argument
4433 hci_req_cmd_complete(hdev, *opcode, ev->status, req_complete, in hci_cmd_status_evt()
7460 hci_req_complete_t *req_complete, in hci_le_meta_evt() argument
7474 hci_req_cmd_complete(hdev, *opcode, 0x00, req_complete, in hci_le_meta_evt()
7608 hci_req_complete_t *req_complete,
7734 hci_req_complete_t *req_complete, in hci_event_func() argument
7763 ev->func_req(hdev, data, skb, opcode, status, req_complete, in hci_event_func()
7772 hci_req_complete_t req_complete = NULL; in hci_event_packet() local
[all …]
H A Dhci_core.c3961 hci_req_complete_t *req_complete, in hci_req_cmd_complete() argument
4005 if (skb && bt_cb(skb)->hci.req_complete) { in hci_req_cmd_complete()
4006 *req_complete = bt_cb(skb)->hci.req_complete; in hci_req_cmd_complete()
4021 *req_complete = bt_cb(skb)->hci.req_complete; in hci_req_cmd_complete()
/linux/drivers/usb/gadget/udc/
H A Daspeed_udc.c1074 goto req_complete; in ast_udc_ep0_handle_setup()
1116 req_complete: in ast_udc_ep0_handle_setup()