Home
last modified time | relevance | path

Searched refs:prepare_func (Results 1 – 6 of 6) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/i2c/
Di2c.c34 i2c_prepare_func prepare_func; member
628 if (g_i2c_ctrl[id].prepare_func) { in i2c_read_data()
629 g_i2c_ctrl[id].prepare_func(); in i2c_read_data()
650 if (g_i2c_ctrl[id].prepare_func) { in i2c_writeread_data()
651 g_i2c_ctrl[id].prepare_func(); in i2c_writeread_data()
724 if (g_i2c_ctrl[id].prepare_func) { in hi_i2c_write()
725 g_i2c_ctrl[id].prepare_func(); in hi_i2c_write()
862 g_i2c_ctrl[id].prepare_func = pfn.prepare_func; in hi_i2c_register_reset_bus_func()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
Dhi_i2c.h43 …i2c_prepare_func prepare_func; /**< This function is called back before the I2C read/write operat… member
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/spi/
Dhi_spi.c418 hi_u32 hi_spi_register_usr_func(hi_spi_idx id, hi_spi_usr_func prepare_func, hi_spi_usr_func restor… in hi_spi_register_usr_func() argument
430 g_spi_ctrl[id]->prepare_func = prepare_func; in hi_spi_register_usr_func()
Dspi.h300 hi_spi_usr_func prepare_func; member
Dspi.c634 if (spi_hw_ctrl->prepare_func) { in spi_trans_prepare()
635 spi_hw_ctrl->prepare_func(); in spi_trans_prepare()
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/
Dapp_demo_spi.c27 hi_void prepare_func(hi_void) in prepare_func() function