/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/arch/ |
D | los_atomic.h | 65 static inline INT32 LOS_AtomicAdd(volatile INT32 *val, INT32 addVal) in LOS_AtomicAdd() 67 INT32 tmp; in LOS_AtomicAdd() 98 static inline INT32 LOS_AtomicSub(volatile INT32 *val, INT32 addVal) in LOS_AtomicSub() 100 INT32 tmp; in LOS_AtomicSub() 128 static inline VOID LOS_AtomicInc(volatile INT32 *addr) in LOS_AtomicInc() 155 static inline INT32 LOS_AtomicIncRet(volatile INT32 *addr) in LOS_AtomicIncRet() 157 INT32 tmp; in LOS_AtomicIncRet() 186 static inline VOID LOS_AtomicDec(volatile INT32 *addr) in LOS_AtomicDec() 213 static inline INT32 LOS_AtomicDecRet(volatile INT32 *addr) in LOS_AtomicDecRet() 215 INT32 tmp; in LOS_AtomicDecRet() [all …]
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/linuxkpi/include/linux/ |
D | device.h | 68 INT32 (*probe)(struct device *dev); 69 INT32 (*remove)(struct device *dev); 71 INT32 (*suspend)(struct device *dev, INT32 state); 72 INT32 (*resume)(struct device *dev); 81 INT32 (*suspend)(struct device *ptr); 82 INT32 (*resume)(struct device *ptr); 83 INT32 (*prepare)(struct device *dev); 84 INT32 (*complete)(struct device *dev); 94 INT32 (*match)(struct device *dev, struct device_driver *drv); 95 INT32 (*probe)(struct device *dev); [all …]
|
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_sco.c | 52 typedef INT32 (*PCONVERT_TO_BT_FILTERED) (UINT8 *pSrc, void *pDst, UINT32 dwSrcSamples, 53 UINT32 dwSrcSps, INT32 *pLastCurPos, UINT8 *pOverlapArea); 54 typedef INT32 (*PCONVERT_TO_BT_NOFILTER) (void *pSrc, void *pDst, UINT32 dwSrcSamples, 88 INT32 out1, out2, out3, out4, out5; \ 142 INT32 out1, out2, out3, out4, out5; \ 195 INT32 out1; \ 242 INT32 Convert_8M_ToBT_Filtered (UINT8 *pSrc, void *pDst, UINT32 dwSrcSamples, in Convert_8M_ToBT_Filtered() 243 UINT32 dwSrcSps, INT32 *pLastCurPos, UINT8 *pOverlapArea) in Convert_8M_ToBT_Filtered() 245 INT32 CurrentPos = *pLastCurPos; in Convert_8M_ToBT_Filtered() 280 INT32 Convert_8M_ToBT_NoFilter (void *pSrc, void *pDst, UINT32 dwSrcSamples, UINT32 dwSrcSps) in Convert_8M_ToBT_NoFilter() [all …]
|
/device/qemu/riscv32_virt/liteos_m/board/driver/ |
D | uart.h | 61 extern INT32 UartPutc(INT32 c, VOID *file); 62 extern INT32 UartOut(INT32 c, VOID *file); 65 extern INT32 UartGetc(VOID);
|
D | uart.c | 28 INT32 UartPutc(INT32 c, VOID *file) in UartPutc() 39 INT32 UartGetc(VOID) in UartGetc() 48 INT32 UartOut(INT32 c, VOID *file) in UartOut()
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/components/bk_os/liteos_m_mst/ |
D | str_arch.c | 34 INT32 os_strcmp(const char *s1, const char *s2) in os_strcmp() 82 INT32 os_strncmp(const char *s1, const char *s2, const UINT32 n) in os_strncmp() 87 INT32 os_snprintf(char *buf, UINT32 size, const char *fmt, ...) in os_snprintf() 90 INT32 rc; in os_snprintf() 98 rc = (INT32)size - rc; in os_snprintf() 103 INT32 os_vsnprintf(char *buf, UINT32 size, const char *fmt, va_list ap) in os_vsnprintf()
|
/device/qemu/arm_mps2_an386/liteos_m/board/driver/flash/ |
D | ram_virt_flash.h | 54 INT32 virt_flash_erase(HalPartition in_partition, UINT32 off_set, UINT32 size); 55 INT32 virt_flash_write(HalPartition in_partition, UINT32 *off_set, const VOID *in_buf, UINT32 in_bu… 56 INT32 virt_flash_erase_write(HalPartition in_partition, UINT32 *off_set, const VOID *in_buf, UINT32… 57 INT32 virt_flash_read(HalPartition in_partition, UINT32 *off_set, VOID *out_buf, UINT32 in_buf_len);
|
D | ram_virt_flash.c | 77 INT32 virt_flash_erase(HalPartition pdrv, UINT32 offSet, UINT32 size) in virt_flash_erase() 99 INT32 virt_flash_write(HalPartition pdrv, UINT32 *offSet, const VOID *buf, UINT32 bufLen) in virt_flash_write() 121 INT32 virt_flash_erase_write(HalPartition pdrv, UINT32 *offSet, const VOID *buf, UINT32 bufLen) in virt_flash_erase_write() 143 INT32 virt_flash_read(HalPartition pdrv, UINT32 *offSet, VOID *buf, UINT32 bufLen) in virt_flash_read()
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/include/os/ |
D | str.h | 26 INT32 os_strcmp(const char *s1, const char *s2); 28 INT32 os_strncmp(const char *s1, const char *s2, const UINT32 n); 30 INT32 os_snprintf(char *buf, UINT32 size, const char *fmt, ...); 32 INT32 os_vsnprintf(char *buf, UINT32 size, const char *fmt, va_list ap);
|
/device/qemu/arm_mps2_an386/liteos_m/board/include/ |
D | uart.h | 29 extern INT32 UartPutc(INT32 c, VOID *file); 30 extern INT32 UartGetc(VOID);
|
/device/qemu/arm_mps3_an547/liteos_m/board/include/ |
D | uart.h | 29 extern INT32 UartPutc(INT32 c, VOID *file); 30 extern INT32 UartGetc(VOID);
|
/device/board/hpmicro/hpm6750evk2/liteos_m/driver/ |
D | uart.h | 37 extern INT32 UartPutc(INT32 c, VOID *file); 40 extern INT32 UartGetc(VOID);
|
D | uart.c | 32 INT32 UartPutc(INT32 c, VOID *file) in UartPutc() 42 INT32 UartGetc(VOID) in UartGetc()
|
/device/qemu/arm_mps2_an386/liteos_m/board/fs/ |
D | fs_init.c | 42 INT32 LfsLowLevelInit() in LfsLowLevelInit() 44 INT32 ret; in LfsLowLevelInit() 52 INT32 lengthArray = halPartitionsInfo[FLASH_PARTITION_DATA0].partitionLength; in LfsLowLevelInit() 53 INT32 addrArray = halPartitionsInfo[FLASH_PARTITION_DATA0].partitionStartAddr; in LfsLowLevelInit()
|
/device/board/hisilicon/hispark_taurus/liteos_a/board/ |
D | board.c | 65 STATIC INT32 raw_smc_send(UINT32 cmd) in raw_smc_send() 76 return (INT32)smc_id; in raw_smc_send() 84 LITE_OS_SEC_TEXT_INIT INT32 release_secondary_cores(UINT32 cpuNum, UINTPTR startEntry) in release_secondary_cores() 96 LITE_OS_SEC_TEXT_INIT INT32 release_secondary_cores(UINT32 cpuNum, UINTPTR startEntry) in release_secondary_cores()
|
/device/qemu/arm_mps3_an547/liteos_m/board/driver/ |
D | uart.c | 34 INT32 UartGetc(VOID) in UartGetc() 44 INT32 UartPutc(INT32 c, VOID *file) in UartPutc()
|
/device/qemu/arm_mps2_an386/liteos_m/board/driver/ |
D | uart.c | 34 INT32 UartGetc(VOID) in UartGetc() 44 INT32 UartPutc(INT32 c, VOID *file) in UartPutc()
|
/device/qemu/arm_virt/liteos_a_mini/board/amba_pl011/ |
D | amba_pl011.c | 39 INT32 g_inputIdx = 0; 63 INT32 uart_putc(INT32 port, CHAR c) in uart_putc() 122 INT32 uart_puts(const CHAR *s, UINTPTR len, VOID *state) in uart_puts() 137 return (INT32)len; in uart_puts()
|
/device/qemu/arm_virt/liteos_a/board/amba_pl011/ |
D | amba_pl011.c | 39 INT32 g_inputIdx = 0; 63 INT32 uart_putc(INT32 port, CHAR c) in uart_putc() 122 INT32 uart_puts(const CHAR *s, UINTPTR len, VOID *state) in uart_puts() 137 return (INT32)len; in uart_puts()
|
/device/board/talkweb/niobe407/liteos_m/drivers/uart/src/ |
D | uart.c | 37 INT32 UartPutc(INT32 ch, VOID *file) in UartPutc() 53 INT32 UartPutc(INT32 ch, VOID *file) in UartPutc() 145 static INT32 InitDebugShellUart(uint32_t port) in InitDebugShellUart()
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/components/bk_system/ |
D | target_util.c | 34 void delay(INT32 num) in delay() 36 volatile INT32 i, j; in delay() 65 void delay_cycle(INT32 num) in delay_cycle() 67 volatile INT32 i; in delay_cycle()
|
/device/qemu/arm_virt/liteos_a/board/include/hisoc/ |
D | random.h | 25 INT32 HiRandomHwGetInteger(UINT32 *result); 26 INT32 HiRandomHwGetNumber(CHAR *buffer, size_t bufLen);
|
/device/board/bearpi/bearpi_hm_micro/liteos_a/board/include/hisoc/ |
D | random.h | 25 INT32 HiRandomHwGetInteger(UINT32 *result); 26 INT32 HiRandomHwGetNumber(CHAR *buffer, size_t bufLen);
|
/device/qemu/arm_virt/liteos_a/board/include/soc/ |
D | random.h | 25 INT32 HiRandomHwGetInteger(UINT32 *result); 26 INT32 HiRandomHwGetNumber(CHAR *buffer, size_t bufLen);
|
/device/board/hisilicon/hispark_aries/liteos_a/board/include/hisoc/ |
D | random.h | 27 INT32 HiRandomHwGetInteger(UINT32 *result); 28 INT32 HiRandomHwGetNumber(CHAR *buffer, size_t bufLen);
|