/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/gpio/ |
H A D | drv_gpio_intf.c | 55 HI_PRINT("read dir error , group is %d , bit is %d\n", group, bit); in gpio_proc_write_cmd_process() 59 HI_PRINT("dir[%d][%d] = %s\n", group, bit, input ? "input" : "output"); in gpio_proc_write_cmd_process() 66 HI_PRINT("write dir error, group is %d , bit is %d\n", group, bit); in gpio_proc_write_cmd_process() 70 HI_PRINT("dir[%d][%d] = %s\n", group, bit, bit_value ? "input" : "output"); in gpio_proc_write_cmd_process() 79 HI_PRINT("read value error, group is %d , bit is %d\n", group, bit); in gpio_proc_write_cmd_process() 83 HI_PRINT("Value [%d][%d] = %s\n", group, bit, value ? "high" : "low"); in gpio_proc_write_cmd_process() 90 HI_PRINT("write value error, group is %d , bit is %d\n", group, bit); in gpio_proc_write_cmd_process() 94 HI_PRINT("Value [%d][%d] = %s\n", group, bit, bit_value ? "high" : "low"); in gpio_proc_write_cmd_process() 110 HI_PRINT("---------------------------------Hisilicon GPIO Debug--------------------------------\n"); in gpio_drv_proc_help() 111 HI_PRINT("ech in gpio_drv_proc_help() [all...] |
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/i2c/std_i2c/ |
H A D | drv_i2c_intf.c | 56 HI_PRINT("\nUsage:\n"); in i2c_drv_proc_help() 57 HI_PRINT("Read data: echo read 'bus' 'device address'\ in i2c_drv_proc_help() 59 HI_PRINT("Write one Byte data: echo write 'bus'\ in i2c_drv_proc_help() 61 HI_PRINT("Write more Byte data:echo write 'bus' 'device address' 'Register address' 'Register address length'\ in i2c_drv_proc_help() 63 HI_PRINT("Set Standard i2c rate: echo setrate 'bus'\ in i2c_drv_proc_help() 65 HI_PRINT("Look over i2c info: cat /proc/msp/i2c\n"); in i2c_drv_proc_help() 80 HI_PRINT("p pointer is null\n"); in i2c_proc_read() 132 HI_PRINT("error param!!!\n"); in i2c_proc_wr_read_get_dev_msg() 168 HI_PRINT("i2c_proc_wr_read_get_dev_msg is failed!!!\n"); in i2c_proc_wr_read() 180 HI_PRINT("Rea in i2c_proc_wr_read() [all...] |
H A D | drv_i2c.c | 853 HI_PRINT("I2C suspend OK\n"); in i2c_pm_suspend() 891 HI_PRINT("I2C resume OK\n"); in i2c_pm_resume()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/cipher/ |
H A D | drv_osal_lib.h | 137 #define HI_PRINT printf macro 141 HI_PRINT("[HI-CIPHER-DEBUG]%s[%d]:", __FUNCTION__, __LINE__); \ 142 HI_PRINT(fmt); \ 151 HI_PRINT("[HI-CIPHER-INFO]%s[%d]:", __FUNCTION__, __LINE__); \ 152 HI_PRINT(fmt); \ 161 HI_PRINT("[HI-CIPHER-ERROR]%s[%d]:", __FUNCTION__, __LINE__); \ 162 HI_PRINT(fmt); \
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/include/ |
H A D | hi_log.h | 34 #define HI_PRINT(fmt...) \ macro 43 #define HI_PRINT printk macro 46 #define HI_PRINT printf macro 49 #define HI_PRINT printf macro 170 HI_PRINT("\n<%s %d>: ASSERT Failure{" #expr "}\n", \ 499 HI_PRINT(" %s\n", #pu8_datablock); \ 502 HI_PRINT("%s\n", aci_out_str); \ 515 HI_PRINT("%s\n", aci_out_str); \
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/ |
H A D | hi_debug.h | 58 /* For User Mode : HI_PRINT, HI_ASSERT, HI_TRACE */ 59 #define HI_PRINT (hi_void)printf macro 91 /* For Linux Kernel : HI_PRINT, HI_ASSERT, HI_TRACE */ 92 #define HI_PRINT (hi_void)osal_printk macro
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
H A D | hi_debug.h | 55 /* For User Mode : HI_PRINT, HI_ASSERT, HI_TRACE */ 56 #define HI_PRINT (hi_void)printf macro 88 /* For Linux Kernel : HI_PRINT, HI_ASSERT, HI_TRACE */ 89 #define HI_PRINT (hi_void)osal_printk macro
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | hi_debug.h | 55 /* For User Mode : HI_PRINT, HI_ASSERT, HI_TRACE */ 56 #define HI_PRINT (hi_void)printf macro 88 /* For Linux Kernel : HI_PRINT, HI_ASSERT, HI_TRACE */ 89 #define HI_PRINT (hi_void)osal_printk macro
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/vo/vo_dev/mkp/src/ |
H A D | vou.c | 393 HI_PRINT("%s %d\n", __func__, __LINE__); in vou_freeze() 414 HI_PRINT("%s %d\n", __func__, __LINE__); in vou_restore() 788 HI_PRINT("load vo_dev.ko for %s...OK!\n", CHIP_NAME); in vou_dev_module_init() 802 HI_PRINT("load vo_dev.ko for %s...FAILURE!\n", CHIP_NAME); in vou_dev_module_init() 835 HI_PRINT("unload vo_dev.ko ....OK!\n"); in vou_dev_module_exit()
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/i2c/gpio_i2c/ |
H A D | drv_gpioi2c_intf.c | 43 HI_PRINT("Load hi_gpioi2c.ko success.\t(%s)\n", VERSION_STRING); in gpioi2c_drv_mod_init()
|
H A D | drv_gpio_i2c.c | 1103 HI_PRINT("GPIO_I2C suspend OK\n"); in gpio_i2c_suspend() 1111 HI_PRINT("GPIO_I2C resume OK\n"); in gpio_i2c_resume()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/core/ |
H A D | drv_lib.c | 698 HI_PRINT("[%s]:\n", (name)); in crypto_print_hex() 701 HI_PRINT("\n"); in crypto_print_hex() 704 HI_PRINT("\\x%02x", *((_str) + _i)); in crypto_print_hex() 706 HI_PRINT("\n"); in crypto_print_hex()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/osal/ |
H A D | drv_osal_init_linux.c | 265 HI_PRINT("load hi_cipher.ko ....OK!\n"); in cipher_drv_mod_init() 281 HI_PRINT("unload hi_cipher.ko ....OK!\n"); in cipher_drv_mod_exit()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/sysd/mkp/src/ |
H A D | sys_ext.c | 956 HI_PRINT("load sys.ko for %s...OK!\n", CHIP_NAME); in sys_do_mod_init() 966 HI_PRINT("load sys.ko for %s...FAILURE!\n", CHIP_NAME); in sys_do_mod_init()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/src/src/ |
H A D | tde_ioctl.c | 972 HI_PRINT("TDE suspend OK\n"); in tde_pm_suspend() 983 HI_PRINT("TDE resume OK\n"); in tde_pm_resume()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/based/mkp/src/ |
H A D | cmpi_log.c | 435 HI_PRINT("cmpi_log read pthread_create error!\n"); in log_read()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/extend/ |
H A D | ext_sm4.c | 529 HI_PRINT("Err, Invalid mode 0x%x\n", symc->mode); in ext_sm4_rm()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/drv/hi3516cv500/ |
H A D | hifb_graphic_hal.c | 28 #define HAL_PRINT HI_PRINT 479 HI_PRINT("Error,fb_hal_disp_set_reg_up Select Wrong CHANNEL ID\n"); in fb_hal_disp_set_reg_up()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/vo/vo_dev/arch/hi3516cv500/hal/ |
H A D | vou_hal.c | 32 #define HAL_PRINT HI_PRINT 738 HI_PRINT("error,hal_disp_set_reg_up select wrong CHANNEL ID\n"); in hal_disp_set_reg_up()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/ |
H A D | drv_hdmi_intf.c | 4389 HI_PRINT("load hdmi.ko ....OK!\n");
4391 HI_PRINT("load hdmi.ko for %s...OK!\n", CHIP_NAME);
|