Home
last modified time | relevance | path

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

/Linux-v6.1/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()
/Linux-v6.1/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
Dinput_system.c857 return INPUT_SYSTEM_ERR_NO_ERROR; in input_system_configuration_reset()
865 input_system_err_t error = INPUT_SYSTEM_ERR_NO_ERROR; in input_system_configure_channel()
881 if (error != INPUT_SYSTEM_ERR_NO_ERROR) return error; in input_system_configure_channel()
909 return INPUT_SYSTEM_ERR_NO_ERROR; in input_system_configure_channel()
1019 return INPUT_SYSTEM_ERR_NO_ERROR; in input_buffer_configuration()
1280 return INPUT_SYSTEM_ERR_NO_ERROR; in configuration_to_registers()
1289 if (error != INPUT_SYSTEM_ERR_NO_ERROR) { in input_system_configuration_commit()
1295 if (error != INPUT_SYSTEM_ERR_NO_ERROR) { in input_system_configuration_commit()
1301 return INPUT_SYSTEM_ERR_NO_ERROR; in input_system_configuration_commit()
1578 input_system_err_t status = INPUT_SYSTEM_ERR_NO_ERROR; in input_system_configure_channel_sensor()
[all …]
/Linux-v6.1/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.c1634 if (ia_css_isys_init() != INPUT_SYSTEM_ERR_NO_ERROR) in ia_css_init()