• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/easycap/

Lines Matching refs:data_urb

326 struct data_urb *pdata_urb;
357 pdata_urb = list_entry(plist_head, struct data_urb, list_head);
446 pdata_urb = list_entry(plist_head, struct data_urb, \
476 struct data_urb *pdata_urb;
491 pdata_urb = list_entry(plist_head, struct data_urb, \
493 if ((struct data_urb *)NULL != pdata_urb) {
614 struct data_urb *pdata_urb;
633 pdata_urb = list_entry(plist_head, struct data_urb, list_head);
648 JOT(4, "freeing video data_urb structures.\n");
651 pdata_urb = list_entry(plist_head, struct data_urb, list_head);
652 if ((struct data_urb *)NULL != pdata_urb) {
653 kfree(pdata_urb); pdata_urb = (struct data_urb *)NULL;
655 sizeof(struct data_urb);
659 JOT(4, "%i video data_urb structures freed\n", m);
719 pdata_urb = list_entry(plist_head, struct data_urb, list_head);
733 JOT(4, "freeing audio data_urb structures.\n");
736 pdata_urb = list_entry(plist_head, struct data_urb, list_head);
737 if ((struct data_urb *)NULL != pdata_urb) {
738 kfree(pdata_urb); pdata_urb = (struct data_urb *)NULL;
740 sizeof(struct data_urb);
744 JOT(4, "%i audio data_urb structures freed\n", m);
2987 struct data_urb *pdata_urb;
3687 pdata_urb = kzalloc(sizeof(struct data_urb), GFP_KERNEL);
3689 SAY("ERROR: Could not allocate struct data_urb.\n");
3693 sizeof(struct data_urb);
4016 pdata_urb = kzalloc(sizeof(struct data_urb), GFP_KERNEL);
4018 SAY("ERROR: Could not allocate struct data_urb.\n");
4022 sizeof(struct data_urb);
4138 struct data_urb *pdata_urb;
4175 struct data_urb, list_head);
4176 if ((struct data_urb *)NULL != pdata_urb) {
4197 struct data_urb, list_head);
4198 if ((struct data_urb *)NULL != pdata_urb) {