Lines Matching defs:attr_val
57 struct device_attribute attr_val;
157 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_val);
260 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_val);
333 sysfs_attr_init(&cip->attr_val.attr);
334 cip->attr_val.attr.name = "cur_val";
335 cip->attr_val.attr.mode = S_IRUGO;
352 cip->attr_val.attr.mode |= S_IWUSR|S_IWGRP;
359 cip->attr_gen[acnt++] = &cip->attr_val.attr;
361 cip->attr_val.show = show_val_norm;
362 cip->attr_val.store = store_val_norm;