Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/misc/
Dusbtest.c1082 struct usb_ctrlrequest *reqp; in ctrl_complete() local
1087 reqp = (struct usb_ctrlrequest *)urb->setup_packet; in ctrl_complete()
1088 subcase = container_of(reqp, struct subcase, setup); in ctrl_complete()
1139 reqp->bRequestType, reqp->bRequest, in ctrl_complete()
1179 reqp->bRequestType, reqp->bRequest, status); in ctrl_complete()
1224 struct subcase *reqp; in test_ctrl_queue() local
1365 reqp = kmalloc(sizeof(*reqp), GFP_KERNEL); in test_ctrl_queue()
1366 if (!reqp) in test_ctrl_queue()
1368 reqp->setup = req; in test_ctrl_queue()
1369 reqp->number = i % NUM_SUBCASES; in test_ctrl_queue()
[all …]
/Linux-v4.19/fs/nfsd/
Dexport.c806 u32 *fsidv, struct cache_req *reqp) in exp_find_key() argument
821 err = cache_check(cd, &ek->h, reqp); in exp_find_key()
829 const struct path *path, struct cache_req *reqp) in exp_get_by_name() argument
844 err = cache_check(cd, &exp->h, reqp); in exp_get_by_name()
924 u32 *fsidv, struct cache_req *reqp) in exp_find() argument
928 struct svc_expkey *ek = exp_find_key(nn->svc_expkey_cache, clp, fsid_type, fsidv, reqp); in exp_find()
932 exp = exp_get_by_name(cd, clp, &ek->ek_path, reqp); in exp_find()
/Linux-v4.19/fs/ocfs2/
Dioctl.c814 struct ocfs2_info_request __user *reqp; in ocfs2_info_handle() local
828 reqp = (struct ocfs2_info_request __user *)(unsigned long)req_addr; in ocfs2_info_handle()
829 if (!reqp) { in ocfs2_info_handle()
834 status = ocfs2_info_handle_request(inode, reqp); in ocfs2_info_handle()
/Linux-v4.19/drivers/scsi/
Dadvansys.c5953 adv_req_t *reqp; in adv_isr_callback() local
5979 reqp = (adv_req_t *)scp->host_scribble; in adv_isr_callback()
5980 ASC_DBG(1, "reqp 0x%lx\n", (ulong)reqp); in adv_isr_callback()
5981 if (reqp == NULL) { in adv_isr_callback()
5990 reqp->cmndp = NULL; in adv_isr_callback()
6086 while ((sgblkp = reqp->sgblkp) != NULL) { in adv_isr_callback()
6088 reqp->sgblkp = sgblkp->next_sgblkp; in adv_isr_callback()
6124 adv_req_t *reqp; in AdvISR() local
6180 reqp = adv_get_reqp(asc_dvc, pa_offset); in AdvISR()
6181 scsiq = &reqp->scsi_req_q; in AdvISR()
[all …]