Home
last modified time | relevance | path

Searched refs:fmt_config (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/sound/soc/intel/skylake/
Dskl-nhlt.c78 struct nhlt_fmt_cfg *fmt_config = fmt->fmt_config; in skl_get_specific_cfg() local
84 wfmt = &fmt_config->fmt_ext.fmt; in skl_get_specific_cfg()
92 sp_config = &fmt_config->config; in skl_get_specific_cfg()
100 fmt_config = (struct nhlt_fmt_cfg *)(fmt_config->config.caps + in skl_get_specific_cfg()
101 fmt_config->config.size); in skl_get_specific_cfg()
312 fmt_cfg = &fmt->fmt_config[i]; in skl_get_ssp_clks()
331 fmt_cfg = &fmt->fmt_config[j]; in skl_get_ssp_clks()
353 fmt->fmt_config[0].config.caps; in skl_get_ssp_clks()
396 fmt_cfg = &fmt->fmt_config[0].config; in skl_get_mclk()
426 mclk[id].rate_cfg[0].config = &fmt->fmt_config[0]; in skl_get_mclk()
Dskl-nhlt.h73 struct nhlt_fmt_cfg fmt_config[0]; member
/Linux-v4.19/drivers/media/platform/atmel/
Datmel-isc.c138 struct fmt_config { struct
338 static struct fmt_config fmt_configs_list[] = {
905 static struct fmt_config *get_fmt_config(u32 fourcc) in get_fmt_config()
907 struct fmt_config *config; in get_fmt_config()
925 struct fmt_config *config = get_fmt_config(isc->current_fmt->fourcc); in isc_start_dma()
958 struct fmt_config *config = get_fmt_config(isc->raw_fmt->fourcc); in isc_set_pipeline()
1025 struct fmt_config *config = get_fmt_config(isc->raw_fmt->fourcc); in isc_set_histogram()
1050 struct fmt_config *config = get_fmt_config(fmt->fourcc); in isc_get_param()
1077 struct fmt_config *curfmt_config = get_fmt_config(current_fmt->fourcc); in isc_configure()
1078 struct fmt_config *rawfmt_config = get_fmt_config(isc->raw_fmt->fourcc); in isc_configure()
[all …]