Home
last modified time | relevance | path

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

/drivers/staging/media/atomisp/pci/
Disp2400_input_system_local.h124 input_system_config_flags_t ch_flags[N_CHANNELS];
151 target_isp_cfg_t target_isp[N_CHANNELS];
152 input_system_config_flags_t target_isp_flags[N_CHANNELS];
153 target_sp_cfg_t target_sp[N_CHANNELS];
154 input_system_config_flags_t target_sp_flags[N_CHANNELS];
155 target_strm2mem_cfg_t target_strm2mem[N_CHANNELS];
156 input_system_config_flags_t target_strm2mem_flags[N_CHANNELS];
Disp2400_input_system_global.h23 #define N_CHANNELS (4) macro
/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
Dinput_system.c868 for (i = 0; i < N_CHANNELS; i++) { in input_system_configuration_reset()