Lines Matching refs:container_of
93 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_name); in show_name()
108 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_type); in show_type()
129 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_min); in show_min()
142 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_max); in show_max()
157 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_def); in show_def()
176 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_val); in show_val_norm()
195 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_custom); in show_val_custom()
213 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_enum); in show_enum()
237 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_bits); in show_bits()
279 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_val); in store_val_norm()
293 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_custom); in store_val_custom()
508 clp = container_of(class,struct pvr2_sysfs_class,class); in pvr2_sysfs_class_release()
762 sfp = container_of(chp,struct pvr2_sysfs,channel); in pvr2_sysfs_internal_check()