Home
last modified time | relevance | path

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

/linux/drivers/usb/misc/
H A Dusbtest.c1090 struct usb_ctrlrequest *reqp; in ctrl_complete() local
1095 reqp = (struct usb_ctrlrequest *)urb->setup_packet; in ctrl_complete()
1096 subcase = container_of(reqp, struct subcase, setup); in ctrl_complete()
1147 reqp->bRequestType, reqp->bRequest, in ctrl_complete()
1187 reqp->bRequestType, reqp->bRequest, status); in ctrl_complete()
1232 struct subcase *reqp; in test_ctrl_queue() local
1373 reqp = kmalloc(sizeof(*reqp), GFP_KERNEL); in test_ctrl_queue()
1374 if (!reqp) in test_ctrl_queue()
1376 reqp->setup = req; in test_ctrl_queue()
1377 reqp->number = i % NUM_SUBCASES; in test_ctrl_queue()
[all …]
/linux/fs/ocfs2/
H A Dioctl.c808 struct ocfs2_info_request __user *reqp; in ocfs2_info_handle() local
822 reqp = (struct ocfs2_info_request __user *)(unsigned long)req_addr; in ocfs2_info_handle()
823 if (!reqp) { in ocfs2_info_handle()
828 status = ocfs2_info_handle_request(inode, reqp); in ocfs2_info_handle()
/linux/fs/nfsd/
H A Dexport.h135 struct svc_export *rqst_exp_find(struct cache_req *reqp, struct net *net,
/linux/drivers/scsi/
H A Dadvansys.c5898 adv_req_t *reqp; in adv_isr_callback() local
5923 reqp = (adv_req_t *)scp->host_scribble; in adv_isr_callback()
5924 ASC_DBG(1, "reqp 0x%lx\n", (ulong)reqp); in adv_isr_callback()
5925 if (reqp == NULL) { in adv_isr_callback()
5934 reqp->cmndp = NULL; in adv_isr_callback()
6015 while ((sgblkp = reqp->sgblkp) != NULL) { in adv_isr_callback()
6017 reqp->sgblkp = sgblkp->next_sgblkp; in adv_isr_callback()
6052 adv_req_t *reqp; in AdvISR() local
6108 reqp = adv_get_reqp(asc_dvc, pa_offset); in AdvISR()
6109 scsiq = &reqp->scsi_req_q; in AdvISR()
[all …]