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

/linux-4.1.27/drivers/media/usb/pvrusb2/
H A Dpvrusb2-sysfs.c56 struct device_attribute attr_debugcmd; member in struct:pvr2_sysfs_debugifc
435 sysfs_attr_init(&dip->attr_debugcmd.attr); pvr2_sysfs_add_debugifc()
436 dip->attr_debugcmd.attr.name = "debugcmd"; pvr2_sysfs_add_debugifc()
437 dip->attr_debugcmd.attr.mode = S_IRUGO|S_IWUSR|S_IWGRP; pvr2_sysfs_add_debugifc()
438 dip->attr_debugcmd.show = debugcmd_show; pvr2_sysfs_add_debugifc()
439 dip->attr_debugcmd.store = debugcmd_store; pvr2_sysfs_add_debugifc()
445 ret = device_create_file(sfp->class_dev,&dip->attr_debugcmd); pvr2_sysfs_add_debugifc()
473 &sfp->debugifc->attr_debugcmd); pvr2_sysfs_tear_down_debugifc()

Completed in 32 milliseconds