/device/board/isoftstone/zhiyuan/kernel/driver/drivers/ledc/ |
D | ledc-sunxi.c | 139 u32 min = SUNXI_RESET_TIME_MIN_NS; in sunxi_set_reset_ns() local 160 u32 min = SUNXI_T1H_MIN_NS; in sunxi_set_t1h_ns() local 181 u32 min = SUNXI_T1L_MIN_NS; in sunxi_set_t1l_ns() local 202 u32 min = SUNXI_T0H_MIN_NS; in sunxi_set_t0h_ns() local 221 u32 min = SUNXI_T0L_MIN_NS; in sunxi_set_t0l_ns() local 240 u32 min = SUNXI_WAIT_TIME0_MIN_NS; in sunxi_set_wait_time0_ns() local 257 u32 min = SUNXI_WAIT_TIME1_MIN_NS; in sunxi_set_wait_time1_ns() local 275 u32 min, max; in sunxi_set_wait_data_time_ns() local 427 u32 min, max; in reset_ns_write() local 486 u32 min, max; in t1h_ns_write() local [all …]
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/adapt/ |
D | hi_math_adapt.h | 61 #define clip_min(x, min) (((x) >= (min)) ? (x) : (min)) argument 62 #define clip3(x, min, max) ((x) < (min) ? (min) : ((x) > (max) ? (max) : (x))) argument 64 #define wrap_max(x, max, min) ((x) >= (max) ? (min) : (x)) argument 65 #define wrap_min(x, min, max) ((x) <= (min) ? (max) : (x)) argument 66 #define value_between(x, min, max) (((x) >= (min)) && ((x) <= (max))) argument
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/ |
D | hi_math.h | 60 #define CLIP_MIN(x, min) (((x) >= (min)) ? (x) : (min)) argument 61 #define CLIP3(x, min, max) ((x) < (min) ? (min) : ((x) > (max) ? (max) :(x))) argument 63 #define WRAP_MAX(x, max, min) ((x) >= (max) ? (min) : (x)) argument 64 #define WRAP_MIN(x, min, max) ((x) <= (min) ? (max) : (x)) argument 65 #define VALUE_BETWEEN(x, min, max) (((x) >= (min)) && ((x) <= (max))) argument
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
D | hi_math.h | 57 #define CLIP_MIN(x, min) (((x) >= (min)) ? (x) : (min)) argument 58 #define CLIP3(x, min, max) ((x) < (min) ? (min) : ((x) > (max) ? (max) :(x))) argument 60 #define WRAP_MAX(x, max, min) ((x) >= (max) ? (min) : (x)) argument 61 #define WRAP_MIN(x, min, max) ((x) <= (min) ? (max) : (x)) argument 62 #define VALUE_BETWEEN(x, min, max) (((x) >= (min)) && ((x) <= (max))) argument
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/ |
D | hi_math_adapt.h | 58 #define clip_min(x, min) (((x) >= (min)) ? (x) : (min)) argument 59 #define clip3(x, min, max) ((x) < (min) ? (min) : ((x) > (max) ? (max) : (x))) argument 61 #define wrap_max(x, max, min) ((x) >= (max) ? (min) : (x)) argument 62 #define wrap_min(x, min, max) ((x) <= (min) ? (max) : (x)) argument 63 #define value_between(x, min, max) (((x) >= (min)) && ((x) <= (max))) argument
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/ |
D | hi_math_adapt.h | 58 #define clip_min(x, min) (((x) >= (min)) ? (x) : (min)) argument 59 #define clip3(x, min, max) ((x) < (min) ? (min) : ((x) > (max) ? (max) : (x))) argument 61 #define wrap_max(x, max, min) ((x) >= (max) ? (min) : (x)) argument 62 #define wrap_min(x, min, max) ((x) <= (min) ? (max) : (x)) argument 63 #define value_between(x, min, max) (((x) >= (min)) && ((x) <= (max))) argument
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
D | hi_math.h | 59 #define CLIP_MIN(x, min) (((x) >= (min)) ? (x) : (min)) argument 60 #define CLIP3(x, min, max) ((x) < (min) ? (min) : ((x) > (max) ? (max) :(x))) argument 62 #define WRAP_MAX(x, max, min) ((x) >= (max) ? (min) : (x)) argument 63 #define WRAP_MIN(x, min, max) ((x) <= (min) ? (max) : (x)) argument 64 #define VALUE_BETWEEN(x, min, max) (((x) >= (min)) && ((x) <= (max))) argument
|
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/drivers/usb/usb_host/inc/ |
D | uh_utils.h | 16 #define min(_a,_b) ((_a) < (_b) ? (_a) : (_b)) macro
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/drm/ |
D | sunxi_drm_plane.c | 421 unsigned int min, unsigned int max) in sunxi_plane_create_alpha_mode_property() 443 unsigned int min, unsigned int max) in sunxi_plane_create_galpha_value_property()
|
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/profiles/gls/ |
D | gls_racp.h | 136 uint16_t min; /**< Min sequence number. */ member 141 prf_date_time_t min; /**< Min base time. */ member
|
/device/soc/winnermicro/wm800/board/src/bt/blehost/porting/w800/include/os/ |
D | os.h | 40 #define min(a, b) ((a)<(b)?(a):(b)) macro
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/vin/modules/actuator/ |
D | actuator.c | 77 unsigned short min, max, steps; in sunxi_actuator_ioctl() local
|
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/drivers/inc/ |
D | gr55xx_hal_calendar.h | 98 uint8_t min; /**< Specifies the Calendar time minutes. member 124 uint8_t min; /**< Specifies the alarm time minutes. member
|
/device/board/isoftstone/yangfan/common/mqtt/mqttpacket/src/ |
D | MQTTConnectServer.c | 21 #define min(a, b) ((a < b) ? a : b) macro
|
D | MQTTDeserializePublish.c | 21 #define min(a, b) ((a < b) ? 1 : 0) macro
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/driver/include/bk_private/ |
D | interrupt_base.h | 36 uint8_t min; // minum interrupt number member
|
/device/soc/chipsea/cst85/liteos_m/sdk/modules/common/src/ |
D | ring_buffer.c | 30 #define min(a,b) (((a) < (b)) ? (a) : (b)) macro
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/de/lowlevel_sun50iw1/ |
D | de_bws.c | 208 unsigned int min, unsigned int black, unsigned int white, unsigned int max, in de_bws_set_para() 224 unsigned int min, unsigned int black, unsigned int white, unsigned int max, in de_bws_set_para()
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/de/lowlevel_v2x/ |
D | de_bws.c | 225 unsigned int min, unsigned int black, unsigned int white, in de_bws_set_para() 242 unsigned int min, unsigned int black, unsigned int white, in de_bws_set_para()
|
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/ |
D | drm_internal.h | 32 #define DRM_IF_VERSION(maj, min) (maj << 16 | min) argument
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
D | drm_internal.h | 32 #define DRM_IF_VERSION(maj, min) ((maj) << 16 | (min)) argument
|
/device/soc/rockchip/common/vendor/drivers/rockchip/ |
D | rockchip_ipa.c | 24 u32 min = data->lkg_range[0], max = data->lkg_range[1]; in calculate_static_coefficient() local
|
/device/board/isoftstone/yangfan/kernel/src/driv/soc/ |
D | rockchip_ipa.c | 24 u32 min = data->lkg_range[0], max = data->lkg_range[1]; in calculate_static_coefficient() local
|
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
D | rockchip_ipa.c | 24 u32 min = data->lkg_range[0], max = data->lkg_range[1]; in calculate_static_coefficient() local
|
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/libraries/app_log/ |
D | app_log_store.h | 77 uint8_t min; /**< Minute time element. */ member
|