Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/pci/
H A 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];
H A Disp2400_input_system_global.h23 #define N_CHANNELS (4) macro
/openbmc/qemu/hw/char/
H A Dipoctal232.c37 #define N_CHANNELS 8 macro
120 SCC2698Channel ch[N_CHANNELS];
162 VMSTATE_STRUCT_ARRAY(ch, IPOctalState, N_CHANNELS, 1,
545 for (i = 0; i < N_CHANNELS; i++) { in ipoctal_realize()
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dinput_system.c837 for (i = 0; i < N_CHANNELS; i++) { in input_system_configuration_reset()