Searched refs:attr_custom (Results 1 – 1 of 1) sorted by relevance
72 struct device_attribute attr_custom; member195 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_custom); in show_val_custom()293 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_custom); in store_val_custom()356 sysfs_attr_init(&cip->attr_custom.attr); in pvr2_sysfs_add_control()357 cip->attr_custom.attr.name = "custom_val"; in pvr2_sysfs_add_control()358 cip->attr_custom.attr.mode = S_IRUGO; in pvr2_sysfs_add_control()372 cip->attr_custom.attr.mode |= S_IWUSR|S_IWGRP; in pvr2_sysfs_add_control()383 cip->attr_gen[acnt++] = &cip->attr_custom.attr; in pvr2_sysfs_add_control()384 cip->attr_custom.show = show_val_custom; in pvr2_sysfs_add_control()385 cip->attr_custom.store = store_val_custom; in pvr2_sysfs_add_control()