Home
last modified time | relevance | path

Searched refs:source_type (Results 1 – 5 of 5) sorted by relevance

/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
Dinput_system.c870 switch (channel.source_type) { in input_system_configure_channel()
1199 switch (config.source_type) { in configuration_to_registers()
1317 channel.source_type = INPUT_SYSTEM_SOURCE_SENSOR; in input_system_csi_fifo_channel_cfg()
1343 channel.source_type = INPUT_SYSTEM_SOURCE_SENSOR; in input_system_csi_fifo_channel_with_counting_cfg()
1375 channel.source_type = INPUT_SYSTEM_SOURCE_SENSOR; in input_system_csi_sram_channel_cfg()
1408 channel.source_type = INPUT_SYSTEM_SOURCE_SENSOR; in input_system_csi_xmem_channel_cfg()
1437 channel.source_type = INPUT_SYSTEM_SOURCE_SENSOR; in input_system_csi_xmem_acquire_only_channel_cfg()
1465 channel.source_type = INPUT_SYSTEM_SOURCE_SENSOR; in input_system_csi_xmem_capture_only_channel_cfg()
1500 channel.source_type = INPUT_SYSTEM_SOURCE_PRBS; in input_system_prbs_channel_cfg()
1533 channel.source_type = INPUT_SYSTEM_SOURCE_TPG; in input_system_tpg_channel_cfg()
[all …]
/drivers/staging/media/atomisp/pci/
Disp2400_input_system_local.h43 input_system_source_t source_type; member
50 input_system_source_t source_type; member
Disp2401_input_system_global.h70 input_system_source_type_t source_type; member
/drivers/staging/media/atomisp/pci/runtime/isys/src/
Dvirtual_isys.c411 me->source_type = cfg->mode; in create_input_system_input_port()
430 if (me->source_type == INPUT_SYSTEM_SOURCE_TYPE_SENSOR) { in destroy_input_system_input_port()
505 switch (input_port->source_type) { in calculate_input_system_input_port_cfg()
/drivers/usb/typec/
Dpd.c369 static struct device_type *source_type[] = { variable
420 type = source_type[pdo_type(pdo)]; in add_pdo()