Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/media/atomisp/pci/
Disp2400_input_system_local.h53 input_system_config_flags_t ch_flags[N_CHANNELS];
80 target_isp_cfg_t target_isp[N_CHANNELS];
81 input_system_config_flags_t target_isp_flags[N_CHANNELS];
82 target_sp_cfg_t target_sp[N_CHANNELS];
83 input_system_config_flags_t target_sp_flags[N_CHANNELS];
84 target_strm2mem_cfg_t target_strm2mem[N_CHANNELS];
85 input_system_config_flags_t target_strm2mem_flags[N_CHANNELS];
Disp2400_input_system_global.h23 #define N_CHANNELS (4) macro
/linux-5.19.10/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
Dinput_system.c837 for (i = 0; i < N_CHANNELS; i++) { in input_system_configuration_reset()