Lines Matching refs:control_cnt
2414 hdw->control_cnt = CTRLDEF_COUNT; in pvr2_hdw_create()
2415 hdw->control_cnt += MPEGDEF_COUNT; in pvr2_hdw_create()
2416 hdw->controls = kcalloc(hdw->control_cnt, sizeof(struct pvr2_ctrl), in pvr2_hdw_create()
2421 for (idx = 0; idx < hdw->control_cnt; idx++) { in pvr2_hdw_create()
2708 return hdw->control_cnt; in pvr2_hdw_get_ctrl_count()
2716 if (idx >= hdw->control_cnt) return NULL; in pvr2_hdw_get_ctrl_by_index()
2730 for (idx = 0; idx < hdw->control_cnt; idx++) { in pvr2_hdw_get_ctrl_by_id()
2747 for (idx = 0; idx < hdw->control_cnt; idx++) { in pvr2_hdw_get_ctrl_v4l()
2767 for (idx = 0; idx < hdw->control_cnt; idx++) { in pvr2_hdw_get_ctrl_nextv4l()
2968 for (idx = 0; idx < hdw->control_cnt; idx++) { in pvr2_hdw_commit_setup()
3145 for (idx = 0; idx < hdw->control_cnt; idx++) { in pvr2_hdw_commit_execute()