Lines Matching defs:attr_val
57 struct device_attribute attr_val;
161 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_val);
264 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_val);
337 sysfs_attr_init(&cip->attr_val.attr);
338 cip->attr_val.attr.name = "cur_val";
339 cip->attr_val.attr.mode = S_IRUGO;
356 cip->attr_val.attr.mode |= S_IWUSR|S_IWGRP;
363 cip->attr_gen[acnt++] = &cip->attr_val.attr;
365 cip->attr_val.show = show_val_norm;
366 cip->attr_val.store = store_val_norm;