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

/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-sysfs.c58 struct device_attribute attr_custom; member in struct:pvr2_sysfs_ctl_item
176 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_custom);
274 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_custom);
337 sysfs_attr_init(&cip->attr_custom.attr);
338 cip->attr_custom.attr.name = "custom_val";
339 cip->attr_custom.attr.mode = S_IRUGO;
353 cip->attr_custom.attr.mode |= S_IWUSR|S_IWGRP;
364 cip->attr_gen[acnt++] = &cip->attr_custom.attr;
365 cip->attr_custom.show = show_val_custom;
366 cip->attr_custom
[all...]

Completed in 179 milliseconds