Home
last modified time | relevance | path

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

/linux/drivers/macintosh/ams/
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/arch/powerpc/platforms/powermac/
A Dnvram.c197 DECLARE_COMPLETION_ONSTACK(req_complete); in pmu_nvram_read_byte()
199 req.arg = system_state == SYSTEM_RUNNING ? &req_complete : NULL; in pmu_nvram_read_byte()
204 wait_for_completion(&req_complete); in pmu_nvram_read_byte()
213 DECLARE_COMPLETION_ONSTACK(req_complete); in pmu_nvram_write_byte()
215 req.arg = system_state == SYSTEM_RUNNING ? &req_complete : NULL; in pmu_nvram_write_byte()
220 wait_for_completion(&req_complete); in pmu_nvram_write_byte()
/linux/include/net/bluetooth/
A Dbluetooth.h446 hci_req_complete_t *req_complete,
458 hci_req_complete_t req_complete; member
/linux/net/bluetooth/
A Dhci_event.c4191 hci_req_complete_t *req_complete, in hci_cmd_complete_evt() argument
4221 hci_req_cmd_complete(hdev, *opcode, *status, req_complete, in hci_cmd_complete_evt()
4312 hci_req_complete_t *req_complete, in hci_cmd_status_evt() argument
7094 hci_req_complete_t *req_complete, in hci_le_meta_evt() argument
7107 hci_req_cmd_complete(hdev, *opcode, 0x00, req_complete, in hci_le_meta_evt()
7285 hci_req_complete_t *req_complete,
7411 hci_req_complete_t *req_complete, in hci_event_func() argument
7449 hci_req_complete_t req_complete = NULL; in hci_event_packet() local
7475 status, &req_complete, &req_complete_skb); in hci_event_packet()
7498 if (req_complete) { in hci_event_packet()
[all …]
A Dhci_core.c3913 hci_req_complete_t *req_complete, in hci_req_cmd_complete() argument
3957 if (skb && bt_cb(skb)->hci.req_complete) { in hci_req_cmd_complete()
3958 *req_complete = bt_cb(skb)->hci.req_complete; in hci_req_cmd_complete()
3973 *req_complete = bt_cb(skb)->hci.req_complete; in hci_req_cmd_complete()
/linux/drivers/usb/gadget/udc/
A Daspeed_udc.c1074 goto req_complete; in ast_udc_ep0_handle_setup()
1116 req_complete: in ast_udc_ep0_handle_setup()

Completed in 33 milliseconds