Symbol: utp_upiu_req
drivers/ufs/core/ufshcd-priv.h
97
struct utp_upiu_req *req_upiu,
drivers/ufs/core/ufshcd-priv.h
98
struct utp_upiu_req *rsp_upiu,
drivers/ufs/core/ufshcd.c
2802
struct utp_upiu_req *ucd_req_ptr = lrbp->ucd_req_ptr;
drivers/ufs/core/ufshcd.c
2833
struct utp_upiu_req *ucd_req_ptr = lrbp->ucd_req_ptr;
drivers/ufs/core/ufshcd.c
2865
struct utp_upiu_req *ucd_req_ptr = lrbp->ucd_req_ptr;
drivers/ufs/core/ufshcd.c
2868
memset(ucd_req_ptr, 0, sizeof(struct utp_upiu_req));
drivers/ufs/core/ufshcd.c
2940
lrb->ucd_req_ptr = (struct utp_upiu_req *)cmd_descp->command_upiu;
drivers/ufs/core/ufshcd.c
414
struct utp_upiu_req *rq = lrb->ucd_req_ptr;
drivers/ufs/core/ufshcd.c
431
struct utp_upiu_req *rq_rsp)
drivers/ufs/core/ufshcd.c
5656
(struct utp_upiu_req *)lrbp->ucd_rsp_ptr);
drivers/ufs/core/ufshcd.c
623
sizeof(struct utp_upiu_req));
drivers/ufs/core/ufshcd.c
7394
struct utp_upiu_req *req_upiu,
drivers/ufs/core/ufshcd.c
7395
struct utp_upiu_req *rsp_upiu,
drivers/ufs/core/ufshcd.c
7481
struct utp_upiu_req *req_upiu,
drivers/ufs/core/ufshcd.c
7482
struct utp_upiu_req *rsp_upiu,
drivers/ufs/core/ufshcd.c
7548
int ufshcd_advanced_rpmb_req_handler(struct ufs_hba *hba, struct utp_upiu_req *req_upiu,
drivers/ufs/core/ufshcd.c
7549
struct utp_upiu_req *rsp_upiu, struct ufs_ehs *req_ehs,
include/uapi/scsi/scsi_bsg_ufs.h
191
struct utp_upiu_req upiu_req;
include/uapi/scsi/scsi_bsg_ufs.h
209
struct utp_upiu_req upiu_rsp;
include/ufs/ufs.h
26
#define GENERAL_UPIU_REQUEST_SIZE (sizeof(struct utp_upiu_req))
include/ufs/ufshcd.h
1440
int ufshcd_advanced_rpmb_req_handler(struct ufs_hba *hba, struct utp_upiu_req *req_upiu,
include/ufs/ufshcd.h
1441
struct utp_upiu_req *rsp_upiu, struct ufs_ehs *ehs_req,
include/ufs/ufshcd.h
179
struct utp_upiu_req *ucd_req_ptr;