Home
last modified time | relevance | path

Searched refs:ctl_type (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/sound/drivers/pcsp/
H A Dpcsp_mixer.c114 #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 Dphy-rockchip-mipi-rx.c556 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 Drkisp_demo.h65 int ctl_type; member
H A Drkisp_demo.cpp1872 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 Dwmfw.h147 __le16 ctl_type; member
H A Dwm_adsp.c1557 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 Dhda_generic.c1150 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()