Home
last modified time | relevance | path

Searched refs:N_RX_CHANNEL_ID (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/staging/media/atomisp/pci/
Disp2401_input_system_local.h68 #define N_MIPI_COMPRESSOR_CONTEXT (N_RX_CHANNEL_ID * N_MIPI_FORMAT_CUSTOM)
Disp2400_input_system_local.h208 #define N_MIPI_COMPRESSOR_CONTEXT (N_RX_CHANNEL_ID * N_MIPI_FORMAT_CUSTOM)
359 struct rx_channel_state_s rx_channel_state[N_RX_CHANNEL_ID];
Dinput_system_local.h73 u32 hsync_data_reg[N_RX_CHANNEL_ID * 2];
Dsystem_global.h202 #define N_RX_CHANNEL_ID 4 macro
/linux-6.1.9/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
Dinput_system.c216 for (ch_id = 0U; ch_id < N_RX_CHANNEL_ID; ch_id++) { in receiver_get_state()
277 assert(ch_id < N_RX_CHANNEL_ID); in receiver_set_compression()
595 assert(ch_id < N_RX_CHANNEL_ID); in rx_channel_get_state()
750 for (addr_offset = 0; addr_offset < N_RX_CHANNEL_ID * 2; addr_offset++) { in input_switch_cfg()
/linux-6.1.9/drivers/staging/media/atomisp/pci/runtime/debug/src/
Dia_css_debug.c1848 for (i = 0; i < N_RX_CHANNEL_ID; i++) { in debug_print_rx_state()