Lines Matching refs:urb
386 /* prep urb helper function */
492 struct ep11_urb *urb = NULL;
513 /* urb and target */
514 urb = kmalloc(sizeof(struct ep11_urb), GFP_KERNEL);
515 if (!urb)
519 prep_urb(urb, &target, 1,
523 rc = zcrypt_send_ep11_cprb(urb);
551 kfree(urb);
704 struct ep11_urb *urb = NULL;
751 /* urb and target */
752 urb = kmalloc(sizeof(struct ep11_urb), GFP_KERNEL);
753 if (!urb)
757 prep_urb(urb, &target, 1,
761 rc = zcrypt_send_ep11_cprb(urb);
796 kfree(urb);
832 struct ep11_urb *urb = NULL;
871 /* urb and target */
872 urb = kmalloc(sizeof(struct ep11_urb), GFP_KERNEL);
873 if (!urb)
877 prep_urb(urb, &target, 1,
881 rc = zcrypt_send_ep11_cprb(urb);
924 kfree(urb);
969 struct ep11_urb *urb = NULL;
1019 /* urb and target */
1020 urb = kmalloc(sizeof(struct ep11_urb), GFP_KERNEL);
1021 if (!urb)
1025 prep_urb(urb, &target, 1,
1029 rc = zcrypt_send_ep11_cprb(urb);
1064 kfree(urb);
1100 struct ep11_urb *urb = NULL;
1157 /* urb and target */
1158 urb = kmalloc(sizeof(struct ep11_urb), GFP_KERNEL);
1159 if (!urb)
1163 prep_urb(urb, &target, 1,
1167 rc = zcrypt_send_ep11_cprb(urb);
1197 kfree(urb);