Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/media/atomisp/pci/runtime/isys/src/
Disys_init.c32 input_system_err_t error = INPUT_SYSTEM_ERR_NO_ERROR; in ia_css_isys_2400_init()
40 if (error != INPUT_SYSTEM_ERR_NO_ERROR) in ia_css_isys_2400_init()
53 if (error != INPUT_SYSTEM_ERR_NO_ERROR) in ia_css_isys_2400_init()
66 if (error != INPUT_SYSTEM_ERR_NO_ERROR) in ia_css_isys_2400_init()
79 if (error != INPUT_SYSTEM_ERR_NO_ERROR) in ia_css_isys_2400_init()
102 return INPUT_SYSTEM_ERR_NO_ERROR; in ia_css_isys_2401_init()
/linux-6.12.1/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
Dinput_system.c412 return INPUT_SYSTEM_ERR_NO_ERROR; in input_system_configuration_reset()
420 input_system_err_t error = INPUT_SYSTEM_ERR_NO_ERROR; in input_system_configure_channel()
435 if (error != INPUT_SYSTEM_ERR_NO_ERROR) return error; in input_system_configure_channel()
463 return INPUT_SYSTEM_ERR_NO_ERROR; in input_system_configure_channel()
573 return INPUT_SYSTEM_ERR_NO_ERROR; in input_buffer_configuration()
833 return INPUT_SYSTEM_ERR_NO_ERROR; in configuration_to_registers()
842 if (error != INPUT_SYSTEM_ERR_NO_ERROR) { in input_system_configuration_commit()
848 if (error != INPUT_SYSTEM_ERR_NO_ERROR) { in input_system_configuration_commit()
854 return INPUT_SYSTEM_ERR_NO_ERROR; in input_system_configuration_commit()
1095 input_system_err_t status = INPUT_SYSTEM_ERR_NO_ERROR; in input_system_configure_channel_sensor()
[all …]
/linux-6.12.1/drivers/staging/media/atomisp/pci/
Dinput_system_global.h11 INPUT_SYSTEM_ERR_NO_ERROR = 0, enumerator
Dsh_css.c1456 if (ia_css_isys_init() != INPUT_SYSTEM_ERR_NO_ERROR) in ia_css_init()