Lines Matching defs:attr_custom
58 struct device_attribute attr_custom;
180 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_custom);
278 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_custom);
341 sysfs_attr_init(&cip->attr_custom.attr);
342 cip->attr_custom.attr.name = "custom_val";
343 cip->attr_custom.attr.mode = S_IRUGO;
357 cip->attr_custom.attr.mode |= S_IWUSR|S_IWGRP;
368 cip->attr_gen[acnt++] = &cip->attr_custom.attr;
369 cip->attr_custom.show = show_val_custom;
370 cip->attr_custom.store = store_val_custom;