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
77 struct pvr2_sysfs_ctl_item *cip; in show_name() argument
79 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_name); in show_name()
91 struct pvr2_sysfs_ctl_item *cip; in show_type()
94 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_type); in show_type()
112 struct pvr2_sysfs_ctl_item *cip; in show_min()
114 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_min); in show_min()
125 struct pvr2_sysfs_ctl_item *cip; in show_max()
127 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_max); in show_max()
138 struct pvr2_sysfs_ctl_item *cip; in show_def()
142 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_def); in show_def()
157 struct pvr2_sysfs_ctl_item *cip; in show_val_norm()
161 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_val); in show_val_norm()
176 struct pvr2_sysfs_ctl_item *cip; in show_val_custom()
180 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_custom); in show_val_custom()
195 struct pvr2_sysfs_ctl_item *cip; in show_enum()
198 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_enum); in show_enum()
219 struct pvr2_sysfs_ctl_item *cip; in show_bits()
222 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_bits); in show_bits()
240 static int store_val_any(struct pvr2_sysfs_ctl_item *cip, int customfl, in store_val_any()
262 struct pvr2_sysfs_ctl_item *cip; in store_val_norm()
264 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_val); in store_val_norm()
276 struct pvr2_sysfs_ctl_item *cip; in store_val_custom()
278 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_custom); in store_val_custom()
288 struct pvr2_sysfs_ctl_item *cip; in pvr2_sysfs_add_control()
478 struct pvr2_sysfs_ctl_item *cip1,*cip2; in pvr2_sysfs_tear_down_controls()