Home
last modified time | relevance | path

Searched refs:control_cnt (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/usb/pvrusb2/
A Dpvrusb2-hdw-internal.h373 unsigned int control_cnt; member
A Dpvrusb2-hdw.c2425 hdw->control_cnt = CTRLDEF_COUNT; in pvr2_hdw_create()
2426 hdw->control_cnt += MPEGDEF_COUNT; in pvr2_hdw_create()
2427 hdw->controls = kcalloc(hdw->control_cnt, sizeof(struct pvr2_ctrl), in pvr2_hdw_create()
2432 for (idx = 0; idx < hdw->control_cnt; idx++) { in pvr2_hdw_create()
2718 return hdw->control_cnt; in pvr2_hdw_get_ctrl_count()
2726 if (idx >= hdw->control_cnt) return NULL; in pvr2_hdw_get_ctrl_by_index()
2740 for (idx = 0; idx < hdw->control_cnt; idx++) { in pvr2_hdw_get_ctrl_by_id()
2757 for (idx = 0; idx < hdw->control_cnt; idx++) { in pvr2_hdw_get_ctrl_v4l()
2777 for (idx = 0; idx < hdw->control_cnt; idx++) { in pvr2_hdw_get_ctrl_nextv4l()
2978 for (idx = 0; idx < hdw->control_cnt; idx++) { in pvr2_hdw_commit_setup()
[all …]

Completed in 13 milliseconds