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

/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-sysfs.c42 struct device_attribute attr_debugcmd; member in struct:pvr2_sysfs_debugifc
416 sysfs_attr_init(&dip->attr_debugcmd.attr);
417 dip->attr_debugcmd.attr.name = "debugcmd";
418 dip->attr_debugcmd.attr.mode = S_IRUGO|S_IWUSR|S_IWGRP;
419 dip->attr_debugcmd.show = debugcmd_show;
420 dip->attr_debugcmd.store = debugcmd_store;
426 ret = device_create_file(sfp->class_dev,&dip->attr_debugcmd);
454 &sfp->debugifc->attr_debugcmd);

Completed in 205 milliseconds