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

/linux-4.1.27/drivers/media/usb/pvrusb2/
H A Dpvrusb2-sysfs.c72 struct device_attribute attr_custom; member in struct:pvr2_sysfs_ctl_item
195 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_custom); show_val_custom()
293 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_custom); store_val_custom()
356 sysfs_attr_init(&cip->attr_custom.attr); pvr2_sysfs_add_control()
357 cip->attr_custom.attr.name = "custom_val"; pvr2_sysfs_add_control()
358 cip->attr_custom.attr.mode = S_IRUGO; pvr2_sysfs_add_control()
372 cip->attr_custom.attr.mode |= S_IWUSR|S_IWGRP; pvr2_sysfs_add_control()
383 cip->attr_gen[acnt++] = &cip->attr_custom.attr; pvr2_sysfs_add_control()
384 cip->attr_custom.show = show_val_custom; pvr2_sysfs_add_control()
385 cip->attr_custom.store = store_val_custom; pvr2_sysfs_add_control()

Completed in 32 milliseconds