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

Lines Matching refs:fh

365 	struct hdpvr_fh *fh;
375 fh = kzalloc(sizeof(struct hdpvr_fh), GFP_KERNEL);
376 if (!fh) {
386 fh->dev = dev;
389 file->private_data = fh;
398 struct hdpvr_fh *fh = file->private_data;
399 struct hdpvr_device *dev = fh->dev;
420 struct hdpvr_fh *fh = file->private_data;
421 struct hdpvr_device *dev = fh->dev;
522 struct hdpvr_fh *fh = filp->private_data;
523 struct hdpvr_device *dev = fh->dev;
589 struct hdpvr_fh *fh = file->private_data;
590 struct hdpvr_device *dev = fh->dev;
608 struct hdpvr_fh *fh = file->private_data;
609 struct hdpvr_device *dev = fh->dev;
631 struct hdpvr_fh *fh = file->private_data;
632 struct hdpvr_device *dev = fh->dev;
651 struct hdpvr_fh *fh = file->private_data;
652 struct hdpvr_device *dev = fh->dev;
685 struct hdpvr_fh *fh = file->private_data;
686 struct hdpvr_device *dev = fh->dev;
705 struct hdpvr_fh *fh = file->private_data;
706 struct hdpvr_device *dev = fh->dev;
781 struct hdpvr_fh *fh = file->private_data;
782 struct hdpvr_device *dev = fh->dev;
813 struct hdpvr_fh *fh = file->private_data;
814 struct hdpvr_device *dev = fh->dev;
841 struct hdpvr_fh *fh = file->private_data;
842 struct hdpvr_device *dev = fh->dev;
915 struct hdpvr_fh *fh = file->private_data;
916 struct hdpvr_device *dev = fh->dev;
987 struct hdpvr_fh *fh = file->private_data;
988 struct hdpvr_device *dev = fh->dev;
1085 struct hdpvr_fh *fh = file->private_data;
1086 struct hdpvr_device *dev = fh->dev;
1129 struct hdpvr_fh *fh = file->private_data;
1130 struct hdpvr_device *dev = fh->dev;
1156 struct hdpvr_fh *fh = filp->private_data;
1157 struct hdpvr_device *dev = fh->dev;