| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/clk/ |
| D | ccu_mp.c | 101 struct ccu_mp *cmp = data; in ccu_mp_round_rate() local 130 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_disable() local 137 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_enable() local 144 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_is_enabled() local 152 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_recalc_rate() local 189 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_determine_rate() local 198 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_set_rate() local 243 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_get_parent() local 250 struct ccu_mp *cmp = hw_to_ccu_mp(hw); in ccu_mp_set_parent() local
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
| D | utlist.h | 110 #define LL_SORT(list, cmp) \ argument 113 #define LL_SORT2(list, cmp, next) \ argument 174 #define DL_SORT(list, cmp) \ argument 177 #define DL_SORT2(list, cmp, prev, next) \ argument 237 #define CDL_SORT(list, cmp) \ argument 240 #define CDL_SORT2(list, cmp, prev, next) \ argument 356 #define LL_INSERT_INORDER(head,add,cmp) \ argument 359 #define LL_INSERT_INORDER2(head,add,cmp,next) \ argument 371 #define LL_LOWER_BOUND(head,elt,like,cmp) \ argument 374 #define LL_LOWER_BOUND2(head,elt,like,cmp,next) \ argument [all …]
|
| /device/soc/beken/bk7235/liteos_m/third_party_adapter/musl/ |
| D | qsort.c | 134 static void sift(unsigned char *head, size_t width, cmpfun cmp, int pshift, size_t lp[]) in sift() 161 static void trinkle(unsigned char *head, size_t width, cmpfun cmp, size_t pp[2], int pshift, int tr… in trinkle() 200 void qsort(void *base, size_t nel, size_t width, cmpfun cmp) in qsort()
|
| /device/soc/hpmicro/sdk/hpm_sdk/drivers/inc/ |
| D | hpm_gptmr_drv.h | 23 #define GPTMR_CH_CMP_IRQ_MASK(ch, cmp) (1 << (ch * 4 + 2 + cmp)) argument 30 #define GPTMR_CH_CMP_STAT_MASK(ch, cmp) (1 << (ch * 4 + 2 + cmp)) argument 94 uint32_t cmp[GPTMR_CH_CMP_COUNT]; member 359 …ic inline void gptmr_update_cmp(GPTMR_Type *ptr, uint8_t ch_index, uint8_t cmp_index, uint32_t cmp) in gptmr_update_cmp()
|
| D | hpm_qei_drv.h | 208 static inline void qei_z_cmp_set(QEI_Type *qei_x, uint32_t cmp) in qei_z_cmp_set() 219 static inline void qei_speed_cmp_set(QEI_Type *qei_x, uint32_t cmp) in qei_speed_cmp_set() 232 static inline void qei_phase_cmp_set(QEI_Type *qei_x, uint32_t cmp, in qei_phase_cmp_set()
|
| D | hpm_qeiv2_drv.h | 778 static inline void qeiv2_set_z_cmp_value(QEIV2_Type *qeiv2_x, uint32_t cmp) in qeiv2_set_z_cmp_value() 789 static inline void qeiv2_set_phcnt_cmp_value(QEIV2_Type *qeiv2_x, uint32_t cmp) in qeiv2_set_phcnt_cmp_value() 802 static inline void qeiv2_set_spd_pos_cmp_value(QEIV2_Type *qeiv2_x, uint32_t cmp) in qeiv2_set_spd_pos_cmp_value() 839 static inline void qeiv2_set_z_cmp2_value(QEIV2_Type *qeiv2_x, uint32_t cmp) in qeiv2_set_z_cmp2_value() 850 static inline void qeiv2_set_phcnt_cmp2_value(QEIV2_Type *qeiv2_x, uint32_t cmp) in qeiv2_set_phcnt_cmp2_value() 861 static inline void qeiv2_set_spd_pos_cmp2_value(QEIV2_Type *qeiv2_x, uint32_t cmp) in qeiv2_set_spd_pos_cmp2_value()
|
| D | hpm_pwm_drv.h | 134 uint32_t cmp; /**< compare value */ member 585 uint32_t cmp, uint16_t ex_cmp) in pwm_cmp_update_cmp_value() 601 uint32_t cmp, uint16_t hrcmp) in pwm_cmp_update_hrcmp_value() 615 static inline void pwm_cmp_force_value(PWM_Type *pwm_x, uint8_t index, uint32_t cmp) in pwm_cmp_force_value()
|
| /device/soc/hpmicro/sdk/hpm_sdk/drivers/src/ |
| D | hpm_pwm_drv.c | 81 pwm_cmp_config_t *cmp, uint8_t cmp_num) in pwm_setup_waveform_in_pair() 117 uint8_t cmp_start_index, pwm_cmp_config_t *cmp, uint8_t cmp_num) in pwm_setup_waveform()
|
| /device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/soc/common/hal/ |
| D | flash_hal.c | 30 uint16_t cmp = (sr_value >> cmp_post) & 0x01; in flash_hal_get_protect_value() local
|
| /device/soc/esp/esp32/components/hal/ |
| D | mcpwm_hal.c | 73 for (int cmp = 0; cmp < SOC_MCPWM_COMPARATOR_NUM; cmp++) { in mcpwm_hal_operator_update_basic() local 81 void mcpwm_hal_operator_update_comparator(mcpwm_hal_context_t *hal, int op, int cmp) in mcpwm_hal_operator_update_comparator()
|
| /device/soc/winnermicro/wm800/board/platform/drivers/internalflash/ |
| D | wm_internal_fls.c | 63 static void writeBpBit_for_1wreg(char cmp, char bp4, char bp3, char bp2, char bp1, char bp0) in writeBpBit_for_1wreg() 88 static void writeBpBit_for_2wreg(char cmp, char bp4, char bp3, char bp2, char bp1, char bp0) in writeBpBit_for_2wreg() 121 static void writeESMTBpBit(char cmp, char bp4, char bp3, char bp2, char bp1, char bp0) in writeESMTBpBit()
|
| /device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/driver/flash/ |
| D | flash.c | 450 UINT16 sr_value, cmp, param, value, type; in get_flash_protect() local 473 UINT32 param, value, cmp; in set_flash_protect() local
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/ |
| D | app_demo_spi.c | 106 hi_void print_err_rev_buf_u16(const hi_u16 *buf, const hi_u16 *cmp, hi_u32 len) in print_err_rev_buf_u16() 113 hi_void print_err_rev_buf_u8(const hi_u8 *buf, const hi_u8 *cmp, hi_u32 len) in print_err_rev_buf_u8()
|
| /device/soc/esp/esp32/components/driver/ |
| D | mcpwm.c | 202 const int cmp = gen; in mcpwm_set_duty() local 218 const int cmp = gen; in mcpwm_set_duty_in_us() local
|
| /device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/ |
| D | wl_android.h | 102 #define WL_MSG_RLMT(name, cmp, size, arg1, args...) \ argument
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/drivers/flash/ |
| D | hi_loaderboot_flash.c | 168 hi_u8 cmp = (cmp_bp>>5) & 0x1; /* 5 */ in flash_protect_set_protect() local
|
| /device/soc/rockchip/common/sdk_linux/drivers/dma-buf/ |
| D | sw_sync.c | 256 int cmp; in sync_pt_create() local
|
| /device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/ |
| D | wl_android.h | 91 #define WL_MSG_RLMT(name, cmp, size, arg1, args...) \ argument
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/drivers/flash/ |
| D | hi_flashboot_flash.c | 183 hi_u8 cmp = (cmp_bp>>5) & 0x1; /* 5 */ in flash_protect_set_protect() local
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| D | wl_android.h | 87 #define WL_MSG_RLMT(name, cmp, size, arg1, args...) \ argument
|
| /device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/include/ |
| D | siutils.h | 53 #define BCM_INT_BITMASK_IS_EQUAL(b, cmp) (\ argument 82 #define BCM_INT_BITMASK_IS_EQUAL(b, cmp) (\ argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/ |
| D | hi_math_adapt.h | 35 #define cmp(x, y) (((x) == (y)) ? 0 : (((x) > (y)) ? 1 : (-1))) macro
|
| /device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/ |
| D | hi_math_adapt.h | 35 #define cmp(x, y) (((x) == (y)) ? 0 : (((x) > (y)) ? 1 : (-1))) macro
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/adapt/ |
| D | hi_math_adapt.h | 38 #define cmp(x, y) (((x) == (y)) ? 0 : (((x) > (y)) ? 1 : (-1))) macro
|
| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
| D | inno_hdmi.c | 47 struct completion cmp; member
|