bitwidth          700 drivers/media/platform/exynos4-is/fimc-is-param.c 	isp->otf_input.bitwidth = 10;
bitwidth          710 drivers/media/platform/exynos4-is/fimc-is-param.c 	isp->dma1_input.bitwidth = 0;
bitwidth          722 drivers/media/platform/exynos4-is/fimc-is-param.c 	isp->dma2_input.bitwidth = 0;
bitwidth          776 drivers/media/platform/exynos4-is/fimc-is-param.c 	isp->otf_output.bitwidth = 12;
bitwidth          785 drivers/media/platform/exynos4-is/fimc-is-param.c 		isp->dma1_output.bitwidth = 0;
bitwidth          801 drivers/media/platform/exynos4-is/fimc-is-param.c 		isp->dma2_output.bitwidth = 0;
bitwidth          829 drivers/media/platform/exynos4-is/fimc-is-param.c 	drc->otf_input.bitwidth = 12;
bitwidth          837 drivers/media/platform/exynos4-is/fimc-is-param.c 	drc->dma_input.bitwidth = 0;
bitwidth          852 drivers/media/platform/exynos4-is/fimc-is-param.c 	drc->otf_output.bitwidth = 8;
bitwidth          868 drivers/media/platform/exynos4-is/fimc-is-param.c 	fd->otf_input.bitwidth = 8;
bitwidth          876 drivers/media/platform/exynos4-is/fimc-is-param.c 	fd->dma_input.bitwidth = 0;
bitwidth          464 drivers/media/platform/exynos4-is/fimc-is-param.h 	u32 bitwidth;
bitwidth          481 drivers/media/platform/exynos4-is/fimc-is-param.h 	u32 bitwidth;
bitwidth          495 drivers/media/platform/exynos4-is/fimc-is-param.h 	u32 bitwidth;
bitwidth          506 drivers/media/platform/exynos4-is/fimc-is-param.h 	u32 bitwidth;
bitwidth          430 drivers/media/platform/exynos4-is/fimc-isp-video.c 	dma->bitwidth = ifmt->depth[0];
bitwidth           24 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 		.bitwidth = 32,
bitwidth           30 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 		.bitwidth = 1,
bitwidth           35 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 		.bitwidth = 1,
bitwidth           40 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 		.bitwidth = 32,
bitwidth           45 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 		.bitwidth = 32,
bitwidth           50 drivers/net/ethernet/mellanox/mlxsw/spectrum_dpipe.c 		.bitwidth = 32,
bitwidth          109 include/net/devlink.h 	unsigned int bitwidth;
bitwidth           38 net/core/devlink.c 		.bitwidth = 48,
bitwidth           55 net/core/devlink.c 		.bitwidth = 32,
bitwidth           72 net/core/devlink.c 		.bitwidth = 128,
bitwidth         2229 net/core/devlink.c 		    nla_put_u32(skb, DEVLINK_ATTR_DPIPE_FIELD_BITWIDTH, field->bitwidth) ||
bitwidth          471 sound/soc/codecs/cs43130.c 				unsigned int bitwidth)
bitwidth          476 sound/soc/codecs/cs43130.c 		if (cs43130_bitwidth_table[i].bitwidth == bitwidth)
bitwidth          469 sound/soc/codecs/cs43130.h 	unsigned int bitwidth;
bitwidth           76 sound/soc/qcom/lpass-cpu.c 	int bitwidth, ret;
bitwidth           78 sound/soc/qcom/lpass-cpu.c 	bitwidth = snd_pcm_format_width(format);
bitwidth           79 sound/soc/qcom/lpass-cpu.c 	if (bitwidth < 0) {
bitwidth           80 sound/soc/qcom/lpass-cpu.c 		dev_err(dai->dev, "invalid bit width given: %d\n", bitwidth);
bitwidth           81 sound/soc/qcom/lpass-cpu.c 		return bitwidth;
bitwidth           87 sound/soc/qcom/lpass-cpu.c 	switch (bitwidth) {
bitwidth           98 sound/soc/qcom/lpass-cpu.c 		dev_err(dai->dev, "invalid bitwidth given: %d\n", bitwidth);
bitwidth          167 sound/soc/qcom/lpass-cpu.c 			   rate * bitwidth * 2);
bitwidth          170 sound/soc/qcom/lpass-cpu.c 			rate * bitwidth * 2, ret);
bitwidth          138 sound/soc/qcom/lpass-platform.c 	int bitwidth;
bitwidth          143 sound/soc/qcom/lpass-platform.c 	bitwidth = snd_pcm_format_width(format);
bitwidth          144 sound/soc/qcom/lpass-platform.c 	if (bitwidth < 0) {
bitwidth          146 sound/soc/qcom/lpass-platform.c 				bitwidth);
bitwidth          147 sound/soc/qcom/lpass-platform.c 		return bitwidth;
bitwidth          154 sound/soc/qcom/lpass-platform.c 	switch (bitwidth) {
bitwidth          173 sound/soc/qcom/lpass-platform.c 				bitwidth, channels);
bitwidth          198 sound/soc/qcom/lpass-platform.c 				bitwidth, channels);
bitwidth          204 sound/soc/qcom/lpass-platform.c 			bitwidth, channels);
bitwidth          471 sound/soc/qcom/qdsp6/q6afe.c 	u16	bitwidth;
bitwidth         1120 sound/soc/qcom/qdsp6/q6afe.c 	port->scfg->bitwidth = cfg->bit_width;
bitwidth           27 sound/soc/qcom/storm.c 	int bitwidth, ret;
bitwidth           29 sound/soc/qcom/storm.c 	bitwidth = snd_pcm_format_width(format);
bitwidth           30 sound/soc/qcom/storm.c 	if (bitwidth < 0) {
bitwidth           31 sound/soc/qcom/storm.c 		dev_err(card->dev, "invalid bit width given: %d\n", bitwidth);
bitwidth           32 sound/soc/qcom/storm.c 		return bitwidth;
bitwidth           40 sound/soc/qcom/storm.c 	sysclk_freq = rate * bitwidth * 2 * STORM_SYSCLK_MULT;
bitwidth           35 sound/soc/samsung/snow.c 	int bfs, psr, rfs, bitwidth;
bitwidth           40 sound/soc/samsung/snow.c 	bitwidth = snd_pcm_format_width(params_format(params));
bitwidth           41 sound/soc/samsung/snow.c 	if (bitwidth < 0) {
bitwidth           42 sound/soc/samsung/snow.c 		dev_err(rtd->card->dev, "Invalid bit-width: %d\n", bitwidth);
bitwidth           43 sound/soc/samsung/snow.c 		return bitwidth;
bitwidth           46 sound/soc/samsung/snow.c 	if (bitwidth != 16 && bitwidth != 24) {
bitwidth           47 sound/soc/samsung/snow.c 		dev_err(rtd->card->dev, "Unsupported bit-width: %d\n", bitwidth);
bitwidth           51 sound/soc/samsung/snow.c 	bfs = 2 * bitwidth;
bitwidth          214 sound/soc/samsung/tm2_wm5110.c 	int bitwidth, ret;
bitwidth          216 sound/soc/samsung/tm2_wm5110.c 	bitwidth = snd_pcm_format_width(params_format(params));
bitwidth          217 sound/soc/samsung/tm2_wm5110.c 	if (bitwidth < 0) {
bitwidth          218 sound/soc/samsung/tm2_wm5110.c 		dev_err(rtd->card->dev, "Invalid bit-width: %d\n", bitwidth);
bitwidth          219 sound/soc/samsung/tm2_wm5110.c 		return bitwidth;
bitwidth          222 sound/soc/samsung/tm2_wm5110.c 	switch (bitwidth) {
bitwidth          230 sound/soc/samsung/tm2_wm5110.c 		dev_err(rtd->card->dev, "Unsupported bit-width: %d\n", bitwidth);