Lines Matching refs:pvr2_sysfs_ctl_item

34 	struct pvr2_sysfs_ctl_item *item_first;
35 struct pvr2_sysfs_ctl_item *item_last;
59 struct pvr2_sysfs_ctl_item { struct
72 struct pvr2_sysfs_ctl_item *item_next; argument
87 struct pvr2_sysfs_ctl_item *cip; in show_name() argument
89 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_name); in show_name()
101 struct pvr2_sysfs_ctl_item *cip; in show_type()
104 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_type); in show_type()
122 struct pvr2_sysfs_ctl_item *cip; in show_min()
124 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_min); in show_min()
135 struct pvr2_sysfs_ctl_item *cip; in show_max()
137 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_max); in show_max()
148 struct pvr2_sysfs_ctl_item *cip; in show_def()
152 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_def); in show_def()
167 struct pvr2_sysfs_ctl_item *cip; in show_val_norm()
171 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_val); in show_val_norm()
186 struct pvr2_sysfs_ctl_item *cip; in show_val_custom()
190 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_custom); in show_val_custom()
205 struct pvr2_sysfs_ctl_item *cip; in show_enum()
208 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_enum); in show_enum()
229 struct pvr2_sysfs_ctl_item *cip; in show_bits()
232 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_bits); in show_bits()
250 static int store_val_any(struct pvr2_sysfs_ctl_item *cip, int customfl, in store_val_any()
272 struct pvr2_sysfs_ctl_item *cip; in store_val_norm()
274 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_val); in store_val_norm()
286 struct pvr2_sysfs_ctl_item *cip; in store_val_custom()
288 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_custom); in store_val_custom()
298 struct pvr2_sysfs_ctl_item *cip; in pvr2_sysfs_add_control()
488 struct pvr2_sysfs_ctl_item *cip1,*cip2; in pvr2_sysfs_tear_down_controls()