Searched refs:hpsb_protocol_class (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ieee1394/
H A Dieee1394_core.h163 extern struct class *hpsb_protocol_class;
H A Dieee1394_core.c71 struct class *hpsb_protocol_class; variable in typeref:struct:class
1203 hpsb_protocol_class = class_create(THIS_MODULE, "ieee1394_protocol");
1204 if (IS_ERR(hpsb_protocol_class)) {
1205 ret = PTR_ERR(hpsb_protocol_class);
1241 class_destroy(hpsb_protocol_class);
1266 class_destroy(hpsb_protocol_class);
1293 EXPORT_SYMBOL(hpsb_protocol_class); variable
H A Dvideo1394.c1325 class_device_create(hpsb_protocol_class, NULL, MKDEV(
1336 class_device_destroy(hpsb_protocol_class, MKDEV(IEEE1394_MAJOR,
H A Ddv1394.c2237 class_device_destroy(hpsb_protocol_class, MKDEV(IEEE1394_MAJOR,
2252 class_device_create(hpsb_protocol_class, NULL, MKDEV(
H A Draw1394.c3052 (hpsb_protocol_class, NULL,
3080 class_device_destroy(hpsb_protocol_class,
3091 class_device_destroy(hpsb_protocol_class,

Completed in 33 milliseconds