Home
last modified time | relevance | path

Searched defs:UNUSED (Results 1 – 9 of 9) sorted by relevance

/device/board/unionman/unionpi_tiger/hardware/bt/include/
Dunused.h21 #define UNUSED(x) UNUSED_##x __attribute__((__unused__)) macro
23 #define UNUSED(x) UNUSED_##x macro
/device/soc/goodix/gr551x/adapter/hals/iot_hardware/wifiiot_lite/
Dhal_lowpower.c19 #define UNUSED(x) (void)(x) macro
/device/soc/rockchip/rk3588/hardware/rga/include/
Dim2d_common.h28 #define UNUSED(...) (void)(__VA_ARGS__) macro
/device/soc/esp/esp32/components/bt/host/bluedroid/common/include/common/
Dbt_defs.h28 #define UNUSED(x) (void)(x) macro
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Inc/
Dstm32f4xx_hal_def.h58 #define UNUSED(X) (void)X /* To avoid gcc/g++ warnings */ macro
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/toolchain/gr551x/include/
Dgr55xx.h142 #define UNUSED(x) ((void)(x)) macro
/device/soc/rockchip/common/sdk_linux/drivers/devfreq/event/
Drockchip-dfi.c77 enum { DDR4 = 0, DDR3 = 3, LPDDR2 = 5, LPDDR3 = 6, LPDDR4 = 7, LPDDR4X = 8, UNUSED = 0xFF }; enumerator
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/cmsis/
Dcmsis_liteos2.c77 #define UNUSED(var) do { (void)var; } while (0) macro
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/vin/modules/sensor/nvp6324/
Djaguar1_common.h413 #define UNUSED(x) ((void)(x)) macro