Lines Matching refs:pvr2_sysfs_ctl_item
24 struct pvr2_sysfs_ctl_item *item_first;
25 struct pvr2_sysfs_ctl_item *item_last;
49 struct pvr2_sysfs_ctl_item { struct
62 struct pvr2_sysfs_ctl_item *item_next; argument
73 struct pvr2_sysfs_ctl_item *cip; in show_name() argument
75 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_name); in show_name()
87 struct pvr2_sysfs_ctl_item *cip; in show_type()
90 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_type); in show_type()
108 struct pvr2_sysfs_ctl_item *cip; in show_min()
110 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_min); in show_min()
121 struct pvr2_sysfs_ctl_item *cip; in show_max()
123 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_max); in show_max()
134 struct pvr2_sysfs_ctl_item *cip; in show_def()
138 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_def); in show_def()
153 struct pvr2_sysfs_ctl_item *cip; in show_val_norm()
157 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_val); in show_val_norm()
172 struct pvr2_sysfs_ctl_item *cip; in show_val_custom()
176 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_custom); in show_val_custom()
191 struct pvr2_sysfs_ctl_item *cip; in show_enum()
194 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_enum); in show_enum()
215 struct pvr2_sysfs_ctl_item *cip; in show_bits()
218 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_bits); in show_bits()
236 static int store_val_any(struct pvr2_sysfs_ctl_item *cip, int customfl, in store_val_any()
258 struct pvr2_sysfs_ctl_item *cip; in store_val_norm()
260 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_val); in store_val_norm()
272 struct pvr2_sysfs_ctl_item *cip; in store_val_custom()
274 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_custom); in store_val_custom()
284 struct pvr2_sysfs_ctl_item *cip; in pvr2_sysfs_add_control()
474 struct pvr2_sysfs_ctl_item *cip1,*cip2; in pvr2_sysfs_tear_down_controls()