Home
last modified time | relevance | path

Searched refs:req_result (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/pcmcia/
Dds.c112 int req_pending, req_result; member
284 return s->req_result; in handle_request()
675 get_user(s->req_result, (int *)buf); in ds_write()
676 if ((s->req_result != 0) || (s->req_pending == 0)) in ds_write()
/linux-2.4.37.9/net/bluetooth/
Dhci_core.c131 hdev->req_result = result; in hci_req_complete()
142 hdev->req_result = err; in hci_req_cancel()
172 err = -bterr(hdev->req_result); in __hci_request()
176 err = -hdev->req_result; in __hci_request()
184 hdev->req_status = hdev->req_result = 0; in __hci_request()
/linux-2.4.37.9/include/net/bluetooth/
Dhci_core.h104 __u32 req_result; member