Home
last modified time | relevance | path

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

/drivers/staging/media/atomisp/pci/runtime/isys/src/
Disys_init.c35 input_system_err_t error = INPUT_SYSTEM_ERR_NO_ERROR; in ia_css_isys_init()
43 if (error != INPUT_SYSTEM_ERR_NO_ERROR) in ia_css_isys_init()
56 if (error != INPUT_SYSTEM_ERR_NO_ERROR) in ia_css_isys_init()
69 if (error != INPUT_SYSTEM_ERR_NO_ERROR) in ia_css_isys_init()
82 if (error != INPUT_SYSTEM_ERR_NO_ERROR) in ia_css_isys_init()
105 return INPUT_SYSTEM_ERR_NO_ERROR; in ia_css_isys_init()
/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
Dinput_system.c888 return INPUT_SYSTEM_ERR_NO_ERROR; in input_system_configuration_reset()
896 input_system_err_t error = INPUT_SYSTEM_ERR_NO_ERROR; in input_system_configure_channel()
919 if (error != INPUT_SYSTEM_ERR_NO_ERROR) return error; in input_system_configure_channel()
947 return INPUT_SYSTEM_ERR_NO_ERROR; in input_system_configure_channel()
1059 return INPUT_SYSTEM_ERR_NO_ERROR; in input_buffer_configuration()
1334 return INPUT_SYSTEM_ERR_NO_ERROR; in configuration_to_registers()
1343 if (error != INPUT_SYSTEM_ERR_NO_ERROR) { in input_system_configuration_commit()
1349 if (error != INPUT_SYSTEM_ERR_NO_ERROR) { in input_system_configuration_commit()
1355 return INPUT_SYSTEM_ERR_NO_ERROR; in input_system_configuration_commit()
1632 input_system_err_t status = INPUT_SYSTEM_ERR_NO_ERROR; in input_system_configure_channel_sensor()
[all …]
/drivers/staging/media/atomisp/pci/
Dinput_system_global.h11 INPUT_SYSTEM_ERR_NO_ERROR = 0, enumerator
Disp2401_input_system_private.h286 return INPUT_SYSTEM_ERR_NO_ERROR; in input_system_get_state()
Dsh_css.c1814 if (ia_css_isys_init() != INPUT_SYSTEM_ERR_NO_ERROR) in ia_css_init()