Lines Matching refs:pvr2_ctrl
344 static int ctrl_channelfreq_get(struct pvr2_ctrl *cptr,int *vp)
355 static int ctrl_channelfreq_set(struct pvr2_ctrl *cptr,int m,int v)
377 static int ctrl_channelprog_get(struct pvr2_ctrl *cptr,int *vp)
383 static int ctrl_channelprog_set(struct pvr2_ctrl *cptr,int m,int v)
392 static int ctrl_channel_get(struct pvr2_ctrl *cptr,int *vp)
399 static int ctrl_channel_set(struct pvr2_ctrl *cptr,int m,int slotId)
417 static int ctrl_freq_get(struct pvr2_ctrl *cptr,int *vp)
423 static int ctrl_freq_is_dirty(struct pvr2_ctrl *cptr)
428 static void ctrl_freq_clear_dirty(struct pvr2_ctrl *cptr)
433 static int ctrl_freq_set(struct pvr2_ctrl *cptr,int m,int v)
439 static int ctrl_cropl_min_get(struct pvr2_ctrl *cptr, int *left)
450 static int ctrl_cropl_max_get(struct pvr2_ctrl *cptr, int *left)
464 static int ctrl_cropt_min_get(struct pvr2_ctrl *cptr, int *top)
475 static int ctrl_cropt_max_get(struct pvr2_ctrl *cptr, int *top)
489 static int ctrl_cropw_max_get(struct pvr2_ctrl *cptr, int *width)
505 static int ctrl_croph_max_get(struct pvr2_ctrl *cptr, int *height)
521 static int ctrl_get_cropcapbl(struct pvr2_ctrl *cptr, int *val)
532 static int ctrl_get_cropcapbt(struct pvr2_ctrl *cptr, int *val)
543 static int ctrl_get_cropcapbw(struct pvr2_ctrl *cptr, int *val)
554 static int ctrl_get_cropcapbh(struct pvr2_ctrl *cptr, int *val)
565 static int ctrl_get_cropcapdl(struct pvr2_ctrl *cptr, int *val)
576 static int ctrl_get_cropcapdt(struct pvr2_ctrl *cptr, int *val)
587 static int ctrl_get_cropcapdw(struct pvr2_ctrl *cptr, int *val)
598 static int ctrl_get_cropcapdh(struct pvr2_ctrl *cptr, int *val)
609 static int ctrl_get_cropcappan(struct pvr2_ctrl *cptr, int *val)
620 static int ctrl_get_cropcappad(struct pvr2_ctrl *cptr, int *val)
631 static int ctrl_vres_max_get(struct pvr2_ctrl *cptr,int *vp)
642 static int ctrl_vres_min_get(struct pvr2_ctrl *cptr,int *vp)
653 static int ctrl_get_input(struct pvr2_ctrl *cptr,int *vp)
659 static int ctrl_check_input(struct pvr2_ctrl *cptr,int v)
666 static int ctrl_set_input(struct pvr2_ctrl *cptr,int m,int v)
671 static int ctrl_isdirty_input(struct pvr2_ctrl *cptr)
676 static void ctrl_cleardirty_input(struct pvr2_ctrl *cptr)
682 static int ctrl_freq_max_get(struct pvr2_ctrl *cptr, int *vp)
704 static int ctrl_freq_min_get(struct pvr2_ctrl *cptr, int *vp)
726 static int ctrl_cx2341x_is_dirty(struct pvr2_ctrl *cptr)
731 static void ctrl_cx2341x_clear_dirty(struct pvr2_ctrl *cptr)
737 static int ctrl_cx2341x_get(struct pvr2_ctrl *cptr,int *vp)
754 static int ctrl_cx2341x_set(struct pvr2_ctrl *cptr,int m,int v)
785 static unsigned int ctrl_cx2341x_getv4lflags(struct pvr2_ctrl *cptr)
810 static int ctrl_streamingenabled_get(struct pvr2_ctrl *cptr,int *vp)
816 static int ctrl_masterstate_get(struct pvr2_ctrl *cptr,int *vp)
822 static int ctrl_hsm_get(struct pvr2_ctrl *cptr,int *vp)
831 static int ctrl_stddetect_get(struct pvr2_ctrl *cptr, int *vp)
837 static int ctrl_stdavail_get(struct pvr2_ctrl *cptr,int *vp)
843 static int ctrl_stdavail_set(struct pvr2_ctrl *cptr,int m,int v)
855 static int ctrl_std_val_to_sym(struct pvr2_ctrl *cptr,int msk,int val,
863 static int ctrl_std_sym_to_val(struct pvr2_ctrl *cptr,
875 static int ctrl_stdcur_get(struct pvr2_ctrl *cptr,int *vp)
881 static int ctrl_stdcur_set(struct pvr2_ctrl *cptr,int m,int v)
893 static int ctrl_stdcur_is_dirty(struct pvr2_ctrl *cptr)
898 static void ctrl_stdcur_clear_dirty(struct pvr2_ctrl *cptr)
903 static int ctrl_signal_get(struct pvr2_ctrl *cptr,int *vp)
911 static int ctrl_audio_modes_present_get(struct pvr2_ctrl *cptr,int *vp)
961 static int ctrl_get_##vname(struct pvr2_ctrl *cptr,int *vp) \
963 static int ctrl_set_##vname(struct pvr2_ctrl *cptr,int m,int v) \
965 static int ctrl_isdirty_##vname(struct pvr2_ctrl *cptr) \
967 static void ctrl_cleardirty_##vname(struct pvr2_ctrl *cptr) \
2087 struct pvr2_ctrl *cptr;
2352 struct pvr2_ctrl *cptr;
2427 hdw->controls = kcalloc(hdw->control_cnt, sizeof(struct pvr2_ctrl),
2727 struct pvr2_ctrl *pvr2_hdw_get_ctrl_by_index(struct pvr2_hdw *hdw,
2736 struct pvr2_ctrl *pvr2_hdw_get_ctrl_by_id(struct pvr2_hdw *hdw,
2739 struct pvr2_ctrl *cptr;
2754 struct pvr2_ctrl *pvr2_hdw_get_ctrl_v4l(struct pvr2_hdw *hdw,unsigned int ctl_id)
2756 struct pvr2_ctrl *cptr;
2772 struct pvr2_ctrl *pvr2_hdw_get_ctrl_nextv4l(struct pvr2_hdw *hdw,
2775 struct pvr2_ctrl *cptr,*cp2;
2976 struct pvr2_ctrl *cptr;
3025 struct pvr2_ctrl *cptr;