Home
last modified time | relevance | path

Searched refs:restore_func (Results 1 - 6 of 6) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/i2c/
H A Di2c.c35 i2c_restore_func restore_func; member
639 if (g_i2c_ctrl[id].restore_func) { in i2c_read_data()
640 g_i2c_ctrl[id].restore_func(); in i2c_read_data()
660 if (g_i2c_ctrl[id].restore_func) { in i2c_writeread_data()
661 g_i2c_ctrl[id].restore_func(); in i2c_writeread_data()
735 if (g_i2c_ctrl[id].restore_func) { in hi_i2c_write()
736 g_i2c_ctrl[id].restore_func(); in hi_i2c_write()
863 g_i2c_ctrl[id].restore_func = pfn.restore_func; in hi_i2c_register_reset_bus_func()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_i2c.h46 i2c_restore_func restore_func; /**< After the I2C read/write operation is performed, this function is member
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/spi/
H A Dhi_spi.c418 hi_u32 hi_spi_register_usr_func(hi_spi_idx id, hi_spi_usr_func prepare_func, hi_spi_usr_func restore_func) in hi_spi_register_usr_func() argument
431 g_spi_ctrl[id]->restore_func = restore_func; in hi_spi_register_usr_func()
H A Dspi.h301 hi_spi_usr_func restore_func; member
H A Dspi.c648 if (spi_hw_ctrl->restore_func) { in spi_trans_restore()
649 spi_hw_ctrl->restore_func(); in spi_trans_restore()
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/
H A Dapp_demo_spi.c32 hi_void restore_func(hi_void) in restore_func() function

Completed in 11 milliseconds