Searched refs:pvr2_sysfs_class (Results 1 - 3 of 3) 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 Dpvrusb2-sysfs.h28 struct pvr2_sysfs_class;
30 struct pvr2_sysfs_class *pvr2_sysfs_class_create(void);
31 void pvr2_sysfs_class_destroy(struct pvr2_sysfs_class *);
34 struct pvr2_sysfs_class *);
H A Dpvrusb2-main.c54 static struct pvr2_sysfs_class *class_ptr = NULL;
H A Dpvrusb2-sysfs.c83 struct pvr2_sysfs_class { struct
498 struct pvr2_sysfs_class *clp;
499 clp = container_of(class,struct pvr2_sysfs_class,class);
500 pvr2_sysfs_trace("Destroying pvr2_sysfs_class id=%p",clp);
624 struct pvr2_sysfs_class *class_ptr)
763 struct pvr2_sysfs_class *class_ptr)
778 struct pvr2_sysfs_class *pvr2_sysfs_class_create(void)
780 struct pvr2_sysfs_class *clp;
783 pvr2_sysfs_trace("Creating and registering pvr2_sysfs_class id=%p",
790 "Registration failed for pvr2_sysfs_class i
[all...]

Completed in 119 milliseconds