| /device/soc/hpmicro/sdk/hpm_sdk/drivers/src/ |
| D | hpm_tsns_drv.c | 26 void tsns_configure_high_limit_event(TSNS_Type *ptr, int32_t high, tsns_event_t e) in tsns_configure_high_limit_event() 42 void tsns_configure_limit_event(TSNS_Type *ptr, int32_t high, int32_t low, tsns_event_t e) in tsns_configure_limit_event()
|
| /device/soc/hpmicro/sdk/hpm_sdk/drivers/inc/ |
| D | hpm_tsns_drv.h | 149 static inline void tsns_set_reset_threshold_high(TSNS_Type *ptr, uint32_t high) in tsns_set_reset_threshold_high() 191 static inline void tsns_set_irq_threshold_high(TSNS_Type *ptr, uint32_t high) in tsns_set_irq_threshold_high() 235 static inline void tsns_config_irq_threshold(TSNS_Type *ptr, uint32_t high, uint32_t low) in tsns_config_irq_threshold() 248 static inline void tsns_config_reset_threshold(TSNS_Type *ptr, uint32_t high, uint32_t low) in tsns_config_reset_threshold()
|
| D | hpm_vad_drv.h | 300 static inline void vad_set_amplify(VAD_Type *ptr, uint16_t high, uint16_t low) in vad_set_amplify()
|
| D | hpm_gpio_drv.h | 94 static inline void gpio_write_pin(GPIO_Type *ptr, uint32_t port, uint8_t pin, uint8_t high) in gpio_write_pin()
|
| D | hpm_cam_drv.h | 152 static inline void cam_set_color_key(CAM_Type *ptr, uint32_t high, uint32_t low) in cam_set_color_key()
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/halmac/halmac_88xx/ |
| D | halmac_gpio_88xx.c | 151 pinmux_gpio_output_88xx(struct halmac_adapter *adapter, u8 gpio_id, u8 high) in pinmux_gpio_output_88xx() 186 pinmux_pin_status_88xx(struct halmac_adapter *adapter, u8 pin_id, u8 *high) in pinmux_pin_status_88xx()
|
| /device/board/isoftstone/yangfan/kernel/src/driv/dma-buf/ |
| D | page_pool.c | 104 static int dmabuf_page_pool_total(struct dmabuf_page_pool *pool, bool high) in dmabuf_page_pool_total() 162 bool high; in dmabuf_page_pool_do_shrink() local
|
| /device/soc/rockchip/common/vendor/drivers/dma-buf/heaps/ |
| D | page_pool.c | 105 static int dmabuf_page_pool_total(struct dmabuf_page_pool *pool, bool high) in dmabuf_page_pool_total() 165 bool high; in dmabuf_page_pool_do_shrink() local
|
| /device/soc/rockchip/rk3588/kernel/drivers/dma-buf/heaps/ |
| D | page_pool.c | 104 static int dmabuf_page_pool_total(struct dmabuf_page_pool *pool, bool high) in dmabuf_page_pool_total() 162 bool high; in dmabuf_page_pool_do_shrink() local
|
| /device/soc/hpmicro/sdk/hpm_sdk/components/touch/gt911/ |
| D | hpm_touch_gt911.c | 46 void pull_int_pin(bool high) in pull_int_pin()
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/amvdec_ports/decoder/ |
| D | utils.h | 23 #define CLAMP(x, low, high) \ argument
|
| /device/soc/esp/esp32/components/esp_system/port/soc/esp32/ |
| D | reset_reason.c | 115 uint32_t high = (reset_reason_hint >> RST_REASON_SHIFT) & RST_REASON_MASK; in esp_reset_reason_get_hint() local
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/include/linux/ |
| D | math64.h | 198 u32 high, low; in mul_u64_u64_shr() member 244 u32 high, low; in mul_u64_u32_div() member
|
| /device/soc/esp/esp32/components/esp_wifi/esp32/include/ |
| D | phy_init_data.h | 21 #define LIMIT(val, low, high) ((val < low) ? low : (val > high) ? high : val) argument
|
| /device/soc/esp/esp32/components/esp_adc_cal/ |
| D | esp_adc_cal_esp32.c | 199 uint32_t high, in characterize_using_two_point() 314 uint32_t high = read_efuse_tp_high(adc_num); in esp_adc_cal_characterize() local
|
| /device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/modules/calib3d/include/ |
| D | dls.h | 165 int high = nn - 1; in hqr2() local 599 int high = n - 1; in orthes() local
|
| /device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/3rdparty/carotene/src/ |
| D | canny.cpp | 268 s32 &low, s32 &high) in prepareThresh() 288 s32 &low, s32 &high) in prepareThresh() 497 s32 low, high; in Canny3x3() local
|
| /device/soc/beken/bk7235/liteos_m/third_party_adapter/musl/ |
| D | qsort.c | 204 unsigned char *head, *high; in qsort() local
|
| /device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/driver/include/bk_private/ |
| D | bk_saradc.h | 101 unsigned short high; member
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/de/lowlevel_v3x/ |
| D | de_enhance.h | 60 #define DE_CLIP(x, low, high) max(low, min(x, high)) argument
|
| D | de_fmt_type.h | 81 unsigned int high:10; member
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/de/lowlevel_v33x/de330/ |
| D | de_enhance.h | 72 #define DE_CLIP(x, low, high) max(low, min(x, high)) argument
|
| /device/soc/rockchip/common/sdk_linux/drivers/thermal/ |
| D | rockchip_thermal.c | 403 int high, low, mid; in rk_tsadcv2_temp_to_code() local 460 unsigned int high = table->length - 1; in rk_tsadcv2_code_to_temp() local 1206 static int rockchip_thermal_set_trips(void *_sensor, int low, int high) in rockchip_thermal_set_trips()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/drivers/flash/ |
| D | hi_flashboot_flash.c | 167 hi_u32 flash_protect_check_nonprotect(hi_u8 low, hi_u8 high) in flash_protect_check_nonprotect()
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/vin/modules/sensor/nvp6134/ |
| D | acp_firmup.c | 141 unsigned int high = 0x00; in __acp_make_protocol_bypass() local
|