Lines Matching refs:ctl_id
74 int ctl_id; member
96 cip->chptr, cip->ctl_id, name); in show_name()
118 cip->chptr, cip->ctl_id, name); in show_type()
132 cip->chptr, cip->ctl_id, val); in show_min()
145 cip->chptr, cip->ctl_id, val); in show_max()
163 cip->chptr, cip->ctl_id, cnt, buf, val); in show_def()
182 cip->chptr, cip->ctl_id, cnt, buf, val); in show_val_norm()
201 cip->chptr, cip->ctl_id, cnt, buf, val); in show_val_custom()
226 cip->chptr, cip->ctl_id); in show_enum()
251 cip->chptr, cip->ctl_id); in show_bits()
281 cip->chptr, cip->ctl_id, (int)count, buf); in store_val_norm()
295 cip->chptr, cip->ctl_id, (int)count, buf); in store_val_custom()
301 static void pvr2_sysfs_add_control(struct pvr2_sysfs *sfp,int ctl_id) in pvr2_sysfs_add_control() argument
308 cptr = pvr2_hdw_get_ctrl_by_index(sfp->channel.hdw,ctl_id); in pvr2_sysfs_add_control()
316 cip->ctl_id = ctl_id; in pvr2_sysfs_add_control()