Searched refs:debugifc (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A DMakefile2 obj-pvrusb2-debugifc-$(CONFIG_VIDEO_PVRUSB2_DEBUGIFC) := pvrusb2-debugifc.o
12 $(obj-pvrusb2-sysfs-y) $(obj-pvrusb2-debugifc-y)
H A Dpvrusb2-sysfs.c29 #include "pvrusb2-debugifc.h"
38 struct pvr2_sysfs_debugifc *debugifc; member in struct:pvr2_sysfs
606 sfp->debugifc = dip;
626 if (!sfp->debugifc) return;
627 if (sfp->debugifc->debuginfo_created_ok) {
629 &sfp->debugifc->attr_debuginfo);
631 if (sfp->debugifc->debugcmd_created_ok) {
633 &sfp->debugifc->attr_debugcmd);
635 kfree(sfp->debugifc);
636 sfp->debugifc
[all...]

Completed in 61 milliseconds