Lines Matching refs:pvr2_sysfs_ctl_item
38 struct pvr2_sysfs_ctl_item *item_first;
39 struct pvr2_sysfs_ctl_item *item_last;
63 struct pvr2_sysfs_ctl_item { struct
76 struct pvr2_sysfs_ctl_item *item_next; argument
91 struct pvr2_sysfs_ctl_item *cip; in show_name() argument
93 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_name); in show_name()
105 struct pvr2_sysfs_ctl_item *cip; in show_type()
108 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_type); in show_type()
127 struct pvr2_sysfs_ctl_item *cip; in show_min()
129 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_min); in show_min()
140 struct pvr2_sysfs_ctl_item *cip; in show_max()
142 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_max); in show_max()
153 struct pvr2_sysfs_ctl_item *cip; in show_def()
157 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_def); in show_def()
172 struct pvr2_sysfs_ctl_item *cip; in show_val_norm()
176 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_val); in show_val_norm()
191 struct pvr2_sysfs_ctl_item *cip; in show_val_custom()
195 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_custom); in show_val_custom()
210 struct pvr2_sysfs_ctl_item *cip; in show_enum()
213 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_enum); in show_enum()
234 struct pvr2_sysfs_ctl_item *cip; in show_bits()
237 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_bits); in show_bits()
255 static int store_val_any(struct pvr2_sysfs_ctl_item *cip, int customfl, in store_val_any()
277 struct pvr2_sysfs_ctl_item *cip; in store_val_norm()
279 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_val); in store_val_norm()
291 struct pvr2_sysfs_ctl_item *cip; in store_val_custom()
293 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_custom); in store_val_custom()
303 struct pvr2_sysfs_ctl_item *cip; in pvr2_sysfs_add_control()
493 struct pvr2_sysfs_ctl_item *cip1,*cip2; in pvr2_sysfs_tear_down_controls()