Searched refs:attr_debugcmd (Results 1 – 1 of 1) sorted by relevance
42 struct device_attribute attr_debugcmd; member416 sysfs_attr_init(&dip->attr_debugcmd.attr); in pvr2_sysfs_add_debugifc()417 dip->attr_debugcmd.attr.name = "debugcmd"; in pvr2_sysfs_add_debugifc()418 dip->attr_debugcmd.attr.mode = S_IRUGO|S_IWUSR|S_IWGRP; in pvr2_sysfs_add_debugifc()419 dip->attr_debugcmd.show = debugcmd_show; in pvr2_sysfs_add_debugifc()420 dip->attr_debugcmd.store = debugcmd_store; in pvr2_sysfs_add_debugifc()426 ret = device_create_file(sfp->class_dev,&dip->attr_debugcmd); in pvr2_sysfs_add_debugifc()454 &sfp->debugifc->attr_debugcmd); in pvr2_sysfs_tear_down_debugifc()