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

/linux-master/drivers/usb/misc/
H A Dusbtest.c1090 struct usb_ctrlrequest *reqp; local
1095 reqp = (struct usb_ctrlrequest *)urb->setup_packet;
1096 subcase = container_of(reqp, struct subcase, setup);
1147 reqp->bRequestType, reqp->bRequest,
1187 reqp->bRequestType, reqp->bRequest, status);
1232 struct subcase *reqp; local
1373 reqp = kmalloc(sizeof(*reqp), GFP_KERNE
[all...]
/linux-master/fs/nfsd/
H A Dexport.c935 u32 *fsidv, struct cache_req *reqp)
950 err = cache_check(cd, &ek->h, reqp);
960 const struct path *path, struct cache_req *reqp)
975 err = cache_check(cd, &exp->h, reqp);
1057 u32 *fsidv, struct cache_req *reqp)
1061 struct svc_expkey *ek = exp_find_key(nn->svc_expkey_cache, clp, fsid_type, fsidv, reqp);
1065 exp = exp_get_by_name(cd, clp, &ek->ek_path, reqp);
934 exp_find_key(struct cache_detail *cd, struct auth_domain *clp, int fsid_type, u32 *fsidv, struct cache_req *reqp) argument
959 exp_get_by_name(struct cache_detail *cd, struct auth_domain *clp, const struct path *path, struct cache_req *reqp) argument
1055 exp_find(struct cache_detail *cd, struct auth_domain *clp, int fsid_type, u32 *fsidv, struct cache_req *reqp) argument
/linux-master/fs/ocfs2/
H A Dioctl.c811 struct ocfs2_info_request __user *reqp; local
825 reqp = (struct ocfs2_info_request __user *)(unsigned long)req_addr;
826 if (!reqp) {
831 status = ocfs2_info_handle_request(inode, reqp);
/linux-master/drivers/scsi/
H A Dadvansys.c5899 adv_req_t *reqp; local
5924 reqp = (adv_req_t *)scp->host_scribble;
5925 ASC_DBG(1, "reqp 0x%lx\n", (ulong)reqp);
5926 if (reqp == NULL) {
5927 ASC_PRINT("adv_isr_callback: reqp is NULL\n");
5935 reqp->cmndp = NULL;
6016 while ((sgblkp = reqp->sgblkp) != NULL) {
6018 reqp->sgblkp = sgblkp->next_sgblkp;
6053 adv_req_t *reqp; local
7540 adv_get_sglist(struct asc_board *boardp, adv_req_t *reqp, ADV_SCSI_REQ_Q *scsiqp, struct scsi_cmnd *scp, int use_sg) argument
7650 adv_req_t *reqp; local
8294 AdvExeScsiQueue(ADV_DVC_VAR *asc_dvc, adv_req_t *reqp) argument
[all...]

Completed in 346 milliseconds