Searched refs:ctl_type (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/sound/drivers/pcsp/ |
| H A D | pcsp_mixer.c | 114 #define PCSP_MIXER_CONTROL(ctl_type, ctl_name) \ argument 118 .info = pcsp_##ctl_type##_info, \ 119 .get = pcsp_##ctl_type##_get, \ 120 .put = pcsp_##ctl_type##_put, \
|
| /OK3568_Linux_fs/kernel/drivers/phy/rockchip/ |
| H A D | phy-rockchip-mipi-rx.c | 556 enum mipi_dphy_ctl_type ctl_type; member 1517 .ctl_type = MIPI_DPHY_CTL_CSI_HOST, 1529 .ctl_type = MIPI_DPHY_CTL_GRF_ONLY, 1541 .ctl_type = MIPI_DPHY_CTL_CSI_HOST, 1553 .ctl_type = MIPI_DPHY_CTL_CSI_HOST, 1565 .ctl_type = MIPI_DPHY_CTL_CSI_HOST, 1577 .ctl_type = MIPI_DPHY_CTL_GRF_ONLY, 1588 .ctl_type = MIPI_DPHY_CTL_CSI_HOST, 1828 if (drv_data->ctl_type == MIPI_DPHY_CTL_CSI_HOST) { in rockchip_mipidphy_probe()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/ |
| H A D | rkisp_demo.h | 65 int ctl_type; member
|
| H A D | rkisp_demo.cpp | 1872 ctx->ctl_type = atoi(optarg); 2520 if (ctx->ctl_type == TEST_CTL_TYPE_DEFAULT) { 2527 if (ctx->ctl_type != TEST_CTL_TYPE_DEFAULT) { 2538 if (ctx->ctl_type == TEST_CTL_TYPE_REPEAT_INIT_PREPARE_START_STOP_DEINIT) { 2559 } else if (ctx->ctl_type == TEST_CTL_TYPE_REPEAT_PREPARE_START_STOP) { 2562 } else if (ctx->ctl_type == TEST_CTL_TYPE_REPEAT_START_STOP) { 2672 .ctl_type = TEST_CTL_TYPE_DEFAULT,
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | wmfw.h | 147 __le16 ctl_type; member
|
| H A D | wm_adsp.c | 1557 int ctl_type; member 1652 blk->ctl_type = le16_to_cpu(raw->ctl_type); in wm_coeff_parse_coeff() 1665 blk->ctl_type = wm_coeff_parse_int(sizeof(raw->ctl_type), &tmp); in wm_coeff_parse_coeff() 1677 adsp_dbg(dsp, "\tALSA control type: %#x\n", blk->ctl_type); in wm_coeff_parse_coeff() 1689 coeff_blk->flags, coeff_blk->ctl_type); in wm_adsp_check_coeff_flags() 1709 switch (coeff_blk.ctl_type) { in wm_adsp_parse_coeff() 1745 coeff_blk.ctl_type); in wm_adsp_parse_coeff() 1758 coeff_blk.ctl_type); in wm_adsp_parse_coeff()
|
| /OK3568_Linux_fs/kernel/sound/pci/hda/ |
| H A D | hda_generic.c | 1150 static bool path_has_mixer(struct hda_codec *codec, int path_idx, int ctl_type) in path_has_mixer() argument 1153 return path && path->ctls[ctl_type]; in path_has_mixer() 1162 int *index, int ctl_type) in get_line_out_pfx() argument 1191 !path_has_mixer(codec, spec->hp_paths[0], ctl_type)) in get_line_out_pfx() 1203 !path_has_mixer(codec, spec->speaker_paths[0], ctl_type)) in get_line_out_pfx() 1219 spec->speaker_paths[0], ctl_type); in get_line_out_pfx() 1221 hp_lo_shared = !path_has_mixer(codec, spec->hp_paths[0], ctl_type); in get_line_out_pfx()
|