Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/
H A Dpvrusb2-sysfs.c42 struct device_attribute attr_debugcmd; member
420 sysfs_attr_init(&dip->attr_debugcmd.attr); in pvr2_sysfs_add_debugifc()
421 dip->attr_debugcmd.attr.name = "debugcmd"; in pvr2_sysfs_add_debugifc()
422 dip->attr_debugcmd.attr.mode = S_IRUGO|S_IWUSR|S_IWGRP; in pvr2_sysfs_add_debugifc()
423 dip->attr_debugcmd.show = debugcmd_show; in pvr2_sysfs_add_debugifc()
424 dip->attr_debugcmd.store = debugcmd_store; in pvr2_sysfs_add_debugifc()
430 ret = device_create_file(sfp->class_dev,&dip->attr_debugcmd); in pvr2_sysfs_add_debugifc()
458 &sfp->debugifc->attr_debugcmd); in pvr2_sysfs_tear_down_debugifc()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds