Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-sysfs.c42 struct device_attribute attr_debugcmd; member
416 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()