Home
last modified time | relevance | path

Searched refs:bits_per_sample (Results 1 – 18 of 18) sorted by relevance

/drivers/media/platform/soc_camera/
Dsoc_mediabus.c24 .bits_per_sample = 8,
34 .bits_per_sample = 8,
44 .bits_per_sample = 8,
54 .bits_per_sample = 8,
64 .bits_per_sample = 8,
74 .bits_per_sample = 8,
84 .bits_per_sample = 8,
94 .bits_per_sample = 8,
104 .bits_per_sample = 18,
113 .bits_per_sample = 24,
[all …]
Dmx3_camera.c636 .bits_per_sample = 8,
643 .bits_per_sample = 8,
654 (fmt->bits_per_sample == 8 && in mx3_camera_packing_supported()
656 (fmt->bits_per_sample > 8 && in mx3_camera_packing_supported()
685 ret = mx3_camera_try_bus_param(icd, fmt->bits_per_sample); in mx3_camera_get_formats()
1021 buswidth = fmt->bits_per_sample; in mx3_camera_set_bus_param()
1118 switch (xlate->host_fmt->bits_per_sample) { in mx3_camera_set_bus_param()
Domap1_camera.c987 .bits_per_sample = 8,
997 .bits_per_sample = 8,
1007 .bits_per_sample = 8,
1017 .bits_per_sample = 8,
1027 .bits_per_sample = 8,
1037 .bits_per_sample = 8,
1047 .bits_per_sample = 8,
1057 .bits_per_sample = 8,
1090 if (fmt->bits_per_sample != 8) in omap1_cam_get_formats()
Drcar_vin.c1277 (fmt->bits_per_sample > 8 && in rcar_vin_packing_supported()
1285 .bits_per_sample = 8,
1293 .bits_per_sample = 16,
1301 .bits_per_sample = 16,
1309 .bits_per_sample = 16,
1317 .bits_per_sample = 16,
1325 .bits_per_sample = 32,
1356 ret = rcar_vin_try_bus_param(icd, fmt->bits_per_sample); in rcar_vin_get_formats()
Dsh_mobile_ceu_camera.c855 if (icd->current_fmt->host_fmt->bits_per_sample > 8) in sh_mobile_ceu_set_bus_param()
980 .bits_per_sample = 8,
987 .bits_per_sample = 8,
994 .bits_per_sample = 8,
1001 .bits_per_sample = 8,
1012 (fmt->bits_per_sample == 8 && in sh_mobile_ceu_packing_supported()
1014 (fmt->bits_per_sample == 8 && in sh_mobile_ceu_packing_supported()
1016 (fmt->bits_per_sample > 8 && in sh_mobile_ceu_packing_supported()
1081 ret = sh_mobile_ceu_try_bus_param(icd, fmt->bits_per_sample); in sh_mobile_ceu_get_formats()
Datmel-isi.c615 .bits_per_sample = 8,
626 (fmt->bits_per_sample == 8 && in isi_camera_packing_supported()
628 (fmt->bits_per_sample > 8 && in isi_camera_packing_supported()
698 ret = isi_camera_try_bus_param(icd, fmt->bits_per_sample); in isi_camera_get_formats()
Dpxa_camera.c1045 switch (icd->current_fmt->host_fmt->bits_per_sample) { in pxa_camera_setup_cicr()
1135 ret = test_platform_param(pcdev, icd->current_fmt->host_fmt->bits_per_sample, in pxa_camera_set_bus_param()
1232 .bits_per_sample = 8,
1243 (fmt->bits_per_sample == 8 && in pxa_camera_packing_supported()
1245 (fmt->bits_per_sample > 8 && in pxa_camera_packing_supported()
1274 ret = pxa_camera_try_bus_param(icd, fmt->bits_per_sample); in pxa_camera_get_formats()
/drivers/gpu/drm/radeon/
Dr600_hdmi.c72 status.bits_per_sample = 8; in r600_audio_status()
75 status.bits_per_sample = 16; in r600_audio_status()
78 status.bits_per_sample = 20; in r600_audio_status()
81 status.bits_per_sample = 24; in r600_audio_status()
84 status.bits_per_sample = 32; in r600_audio_status()
89 status.bits_per_sample = 16; in r600_audio_status()
125 rdev->audio.pin[0].bits_per_sample != audio_status.bits_per_sample || in r600_audio_update_hdmi()
430 audio.channels, audio.rate, audio.bits_per_sample); in r600_hdmi_update_audio_settings()
Dradeon_audio.c327 rdev->audio.pin[i].bits_per_sample = -1; in radeon_audio_init()
Dradeon.h1754 int bits_per_sample; member
/drivers/staging/comedi/
Ddrivers.c411 unsigned int bits_per_sample; in comedi_bytes_per_scan() local
417 bits_per_sample = 8 * comedi_bytes_per_sample(s); in comedi_bytes_per_scan()
418 num_samples = DIV_ROUND_UP(cmd->scan_end_arg, bits_per_sample); in comedi_bytes_per_scan()
/drivers/gpu/drm/amd/amdgpu/
Damdgpu_mode.h242 int bits_per_sample; member
Ddce_v8_0.c1641 adev->mode_info.audio.pin[i].bits_per_sample = -1; in dce_v8_0_audio_init()
Ddce_v10_0.c1643 adev->mode_info.audio.pin[i].bits_per_sample = -1; in dce_v10_0_audio_init()
Ddce_v11_0.c1631 adev->mode_info.audio.pin[i].bits_per_sample = -1; in dce_v11_0_audio_init()
/drivers/gpu/drm/exynos/
Dexynos_hdmi.c1124 u32 sample_rate, bits_per_sample; in hdmi_audio_init() local
1129 bits_per_sample = 16; in hdmi_audio_init()
1131 switch (bits_per_sample) { in hdmi_audio_init()
/drivers/media/i2c/soc_camera/
Dmt9m001.c614 unsigned int bps = soc_mbus_get_fmtdesc(mt9m001->fmt->code)->bits_per_sample; in mt9m001_s_mbus_config()
Dmt9v022.c812 unsigned int bps = soc_mbus_get_fmtdesc(mt9v022->fmt->code)->bits_per_sample; in mt9v022_s_mbus_config()