Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/isys/src/
H A 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()
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dinput_system.c857 return INPUT_SYSTEM_ERR_NO_ERROR; in input_system_configuration_reset()
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()
1301 return INPUT_SYSTEM_ERR_NO_ERROR; in input_system_configuration_commit()
1650 return INPUT_SYSTEM_ERR_NO_ERROR; in input_system_configure_channel_sensor()
1671 return INPUT_SYSTEM_ERR_NO_ERROR; in set_source_type()
1686 return INPUT_SYSTEM_ERR_NO_ERROR; in set_source_type()
1716 return INPUT_SYSTEM_ERR_NO_ERROR; in set_csi_cfg()
1753 return INPUT_SYSTEM_ERR_NO_ERROR; in set_csi_cfg()
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dinput_system_global.h11 INPUT_SYSTEM_ERR_NO_ERROR = 0, enumerator
H A Disp2401_input_system_private.h286 return INPUT_SYSTEM_ERR_NO_ERROR; in input_system_get_state()
H A Dsh_css.c1608 if (ia_css_isys_init() != INPUT_SYSTEM_ERR_NO_ERROR) in ia_css_init()