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

/linux-4.1.27/drivers/media/usb/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
444 sfp->debugifc = dip; pvr2_sysfs_add_debugifc()
466 if (!sfp->debugifc) return; pvr2_sysfs_tear_down_debugifc()
467 if (sfp->debugifc->debuginfo_created_ok) { pvr2_sysfs_tear_down_debugifc()
469 &sfp->debugifc->attr_debuginfo); pvr2_sysfs_tear_down_debugifc()
471 if (sfp->debugifc->debugcmd_created_ok) { pvr2_sysfs_tear_down_debugifc()
473 &sfp->debugifc->attr_debugcmd); pvr2_sysfs_tear_down_debugifc()
475 kfree(sfp->debugifc); pvr2_sysfs_tear_down_debugifc()
476 sfp->debugifc = NULL; pvr2_sysfs_tear_down_debugifc()
H A Dpvrusb2-debugifc.c22 #include "pvrusb2-debugifc.h"
207 pvr2_trace(PVR2_TRACE_DEBUGIFC,"debugifc cmd: \"%.*s\"",wlen,wptr); pvr2_debugifc_do1cmd()
300 "debugifc failed to recognize cmd: \"%.*s\"",wlen,wptr); pvr2_debugifc_do1cmd()

Completed in 98 milliseconds