Searched refs:input_fmt (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/sound/soc/codecs/ |
| H A D | ntp8918.c | 211 unsigned int input_fmt = 0; in ntp8918_hw_params() local 243 input_fmt |= NTP8918_INPUT_FMT_GSA_MODE; in ntp8918_hw_params() 247 input_fmt |= NTP8918_INPUT_FMT_GSA_MODE; in ntp8918_hw_params() 254 input_fmt); in ntp8918_hw_params() 256 if (!(input_fmt & NTP8918_INPUT_FMT_GSA_MODE) || ret < 0) in ntp8918_hw_params()
|
| H A D | ntp8835.c | 302 unsigned int input_fmt = 0; in ntp8835_hw_params() local 331 input_fmt |= NTP8835_INPUT_FMT_GSA_MODE; in ntp8835_hw_params() 335 input_fmt |= NTP8835_INPUT_FMT_GSA_MODE; in ntp8835_hw_params() 342 input_fmt); in ntp8835_hw_params() 344 if (!(input_fmt & NTP8835_INPUT_FMT_GSA_MODE) || ret < 0) in ntp8835_hw_params()
|
| /linux-6.15/drivers/gpu/drm/bridge/imx/ |
| H A D | imx93-mipi-dsi.c | 597 u32 *input_fmts, input_fmt; in imx93_dsi_get_input_bus_fmts() local 605 input_fmt = MEDIA_BUS_FMT_RGB888_1X24; in imx93_dsi_get_input_bus_fmts() 608 input_fmt = output_fmt; in imx93_dsi_get_input_bus_fmts() 617 input_fmts[0] = input_fmt; in imx93_dsi_get_input_bus_fmts()
|
| /linux-6.15/drivers/media/platform/st/stm32/ |
| H A D | stm32-csi.c | 206 u32 input_fmt; member 214 .input_fmt = STM32_CSI_INPUT_##input, \ 610 cfgr1 |= fmt->input_fmt << STM32_CSI_VCXCFGR1_CDTFT_SHIFT; in stm32_csi_start_vc() 614 cfgr1 |= fmt->input_fmt << STM32_CSI_VCXCFGR1_DT0FT_SHIFT; in stm32_csi_start_vc() 617 vc, fmt->datatype, fmt->input_fmt); in stm32_csi_start_vc()
|
| /linux-6.15/drivers/media/platform/verisilicon/ |
| H A D | hantro_postproc.c | 49 .input_fmt = {G1_REG_PP_CONTROL, 29, 0x7}, 100 HANTRO_PP_REG_WRITE(vpu, input_fmt, src_pp_fmt); in hantro_postproc_g1_enable()
|
| H A D | hantro.h | 322 struct hantro_reg input_fmt; member
|
| /linux-6.15/drivers/gpu/drm/bridge/ |
| H A D | nwl-dsi.c | 932 u32 *input_fmts, input_fmt; in nwl_bridge_atomic_get_input_bus_fmts() local 939 input_fmt = MEDIA_BUS_FMT_RGB888_1X24; in nwl_bridge_atomic_get_input_bus_fmts() 944 input_fmt = output_fmt; in nwl_bridge_atomic_get_input_bus_fmts() 953 input_fmts[0] = input_fmt; in nwl_bridge_atomic_get_input_bus_fmts()
|
| H A D | ite-it6263.c | 432 static inline bool it6263_is_input_bus_fmt_valid(int input_fmt) in it6263_is_input_bus_fmt_valid() argument 434 switch (input_fmt) { in it6263_is_input_bus_fmt_valid()
|