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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A DMakefile2 obj-pvrusb2-debugifc-$(CONFIG_VIDEO_PVRUSB2_DEBUGIFC) := pvrusb2-debugifc.o
15 $(obj-pvrusb2-sysfs-y) $(obj-pvrusb2-debugifc-y)
H A Dpvrusb2-sysfs.c27 #include "pvrusb2-debugifc.h"
36 struct pvr2_sysfs_debugifc *debugifc; member in struct:pvr2_sysfs
435 sfp->debugifc = dip;
457 if (!sfp->debugifc) return;
458 if (sfp->debugifc->debuginfo_created_ok) {
460 &sfp->debugifc->attr_debuginfo);
462 if (sfp->debugifc->debugcmd_created_ok) {
464 &sfp->debugifc->attr_debugcmd);
466 kfree(sfp->debugifc);
467 sfp->debugifc
[all...]

Completed in 177 milliseconds