Lines Matching refs:control_cnt
2468 hdw->control_cnt = CTRLDEF_COUNT; in pvr2_hdw_create()
2469 hdw->control_cnt += MPEGDEF_COUNT; in pvr2_hdw_create()
2470 hdw->controls = kzalloc(sizeof(struct pvr2_ctrl) * hdw->control_cnt, in pvr2_hdw_create()
2475 for (idx = 0; idx < hdw->control_cnt; idx++) { in pvr2_hdw_create()
2767 return hdw->control_cnt; in pvr2_hdw_get_ctrl_count()
2775 if (idx >= hdw->control_cnt) return NULL; in pvr2_hdw_get_ctrl_by_index()
2789 for (idx = 0; idx < hdw->control_cnt; idx++) { in pvr2_hdw_get_ctrl_by_id()
2806 for (idx = 0; idx < hdw->control_cnt; idx++) { in pvr2_hdw_get_ctrl_v4l()
2826 for (idx = 0; idx < hdw->control_cnt; idx++) { in pvr2_hdw_get_ctrl_nextv4l()
3020 for (idx = 0; idx < hdw->control_cnt; idx++) { in pvr2_hdw_commit_setup()
3197 for (idx = 0; idx < hdw->control_cnt; idx++) { in pvr2_hdw_commit_execute()