| /OK3568_Linux_fs/kernel/sound/pci/oxygen/ |
| H A D | xonar_dg_mixer.c | 242 if (idx == data->input_sel) { in input_vol_put() 260 if (data->input_sel == CAPTURE_SRC_FP_MIC) in input_source_apply() 262 else if (data->input_sel == CAPTURE_SRC_LINE) in input_source_apply() 264 else if (data->input_sel != CAPTURE_SRC_MIC) in input_source_apply() 286 value->value.enumerated.item[0] = data->input_sel; in input_sel_get() 303 changed = value->value.enumerated.item[0] != data->input_sel; in input_sel_put() 305 data->input_sel = value->value.enumerated.item[0]; in input_sel_put() 310 data->input_vol[data->input_sel][0], in input_sel_put() 311 data->input_vol[data->input_sel][1]); in input_sel_put()
|
| H A D | xonar_dg.h | 35 unsigned char input_sel; member
|
| H A D | xonar_dg.c | 153 data->input_sel = CAPTURE_SRC_MIC; in dg_init()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/ |
| H A D | subdev-itf.c | 127 struct v4l2_subdev_selection input_sel; in sditf_get_set_fmt() local 147 input_sel.target = V4L2_SEL_TGT_CROP_BOUNDS; in sditf_get_set_fmt() 148 input_sel.which = V4L2_SUBDEV_FORMAT_ACTIVE; in sditf_get_set_fmt() 149 input_sel.pad = 0; in sditf_get_set_fmt() 152 &input_sel); in sditf_get_set_fmt() 154 fmt->format.width = input_sel.r.width; in sditf_get_set_fmt() 155 fmt->format.height = input_sel.r.height; in sditf_get_set_fmt() 214 input_sel.target = V4L2_SEL_TGT_CROP_BOUNDS; in sditf_get_set_fmt() 215 input_sel.which = V4L2_SUBDEV_FORMAT_ACTIVE; in sditf_get_set_fmt() 216 input_sel.pad = 0; in sditf_get_set_fmt() [all …]
|
| H A D | cif-scale.c | 135 struct v4l2_subdev_selection input_sel; in rkcif_scale_set_fmt() local 159 input_sel.target = V4L2_SEL_TGT_CROP_BOUNDS; in rkcif_scale_set_fmt() 160 input_sel.which = V4L2_SUBDEV_FORMAT_ACTIVE; in rkcif_scale_set_fmt() 161 input_sel.pad = 0; in rkcif_scale_set_fmt() 164 &input_sel); in rkcif_scale_set_fmt() 166 fmt_src.format.width = input_sel.r.width; in rkcif_scale_set_fmt() 167 fmt_src.format.height = input_sel.r.height; in rkcif_scale_set_fmt()
|
| H A D | capture.c | 5327 struct v4l2_subdev_selection input_sel; in rkcif_sync_crop_info() local 5331 input_sel.target = V4L2_SEL_TGT_CROP_BOUNDS; in rkcif_sync_crop_info() 5332 input_sel.which = V4L2_SUBDEV_FORMAT_ACTIVE; in rkcif_sync_crop_info() 5333 input_sel.pad = 0; in rkcif_sync_crop_info() 5336 &input_sel); in rkcif_sync_crop_info() 5338 stream->crop[CROP_SRC_SENSOR] = input_sel.r; in rkcif_sync_crop_info() 5341 dev->terminal_sensor.selection = input_sel; in rkcif_sync_crop_info() 9699 struct v4l2_subdev_selection input_sel; in rkcif_set_default_fmt() local 9727 memset(&input_sel, 0, sizeof(input_sel)); in rkcif_set_default_fmt() 9728 input_sel.pad = i; in rkcif_set_default_fmt() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | tvp514x.c | 536 enum tvp514x_input input_sel; in tvp514x_querystd() local 555 input_sel = decoder->input; in tvp514x_querystd() 557 switch (input_sel) { in tvp514x_querystd() 656 enum tvp514x_input input_sel; in tvp514x_s_routing() local 664 input_sel = input; in tvp514x_s_routing() 667 err = tvp514x_write_reg(sd, REG_INPUT_SEL, input_sel); in tvp514x_s_routing() 678 decoder->tvp514x_regs[REG_INPUT_SEL].val = input_sel; in tvp514x_s_routing() 683 v4l2_dbg(1, debug, sd, "Input set to: %d\n", input_sel); in tvp514x_s_routing()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/rkisp1/ |
| H A D | rkisp1-isp.c | 372 u32 val, input_sel; in rkisp1_config_dvp() local 376 input_sel = RKISP1_CIF_ISP_ACQ_PROP_IN_SEL_8B_ZERO; in rkisp1_config_dvp() 379 input_sel = RKISP1_CIF_ISP_ACQ_PROP_IN_SEL_10B_ZERO; in rkisp1_config_dvp() 382 input_sel = RKISP1_CIF_ISP_ACQ_PROP_IN_SEL_12B; in rkisp1_config_dvp() 390 rkisp1_write(rkisp1, val | input_sel, RKISP1_CIF_ISP_ACQ_PROP); in rkisp1_config_dvp()
|
| /OK3568_Linux_fs/kernel/drivers/perf/ |
| H A D | arm-cmn.c | 205 u8 input_sel[4]; member 1016 unsigned int i, dtc_idx, input_sel; in arm_cmn_event_add() local 1053 input_sel = CMN__PMEVCNT0_INPUT_SEL_XP + dtm_idx; in arm_cmn_event_add() 1066 input_sel = CMN__PMEVCNT0_INPUT_SEL_WP + wp_idx; in arm_cmn_event_add() 1073 input_sel = CMN__PMEVCNT0_INPUT_SEL_DEV + dtm_idx + in arm_cmn_event_add() 1092 xp->input_sel[dtm_idx] = input_sel; in arm_cmn_event_add()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp1/ |
| H A D | capture.h | 82 enum rkisp1_sp_inp input_sel; member
|
| H A D | rkisp1.c | 409 u32 val, input_sel, data_width; local 413 input_sel = CIF_ISP_ACQ_PROP_IN_SEL_8B_ZERO; 417 input_sel = CIF_ISP_ACQ_PROP_IN_SEL_10B_ZERO; 421 input_sel = CIF_ISP_ACQ_PROP_IN_SEL_12B; 430 writel(val | input_sel, base + CIF_ISP_ACQ_PROP);
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | capture.h | 130 enum rkisp_sp_inp input_sel; member
|
| H A D | rkisp.c | 1787 u32 val, input_sel, data_width; in rkisp_config_dvp() local 1791 input_sel = CIF_ISP_ACQ_PROP_IN_SEL_8B_ZERO; in rkisp_config_dvp() 1795 input_sel = CIF_ISP_ACQ_PROP_IN_SEL_10B_ZERO; in rkisp_config_dvp() 1799 input_sel = CIF_ISP_ACQ_PROP_IN_SEL_12B; in rkisp_config_dvp() 1808 writel(val | input_sel, base + CIF_ISP_ACQ_PROP); in rkisp_config_dvp()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/sti/ |
| H A D | sti_tvout.c | 459 char *const input_sel[] = {"Main (color matrix enabled)", in tvout_dbg_vip() local 488 seq_printf(s, "%-24s %s", "Input selection:", input_sel[tmp]); in tvout_dbg_vip()
|