/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
D | hi_debug.h | 118 #define HI_EMERG_TRACE(mod, fmt...) HI_TRACE(HI_DBG_EMERG, mod, fmt) argument 120 #define HI_EMERG_TRACE(mod, fmt...) argument 124 #define HI_ALERT_TRACE(mod, fmt...) HI_TRACE(HI_DBG_ALERT, mod, fmt) argument 126 #define HI_ALERT_TRACE(mod, fmt...) argument 130 #define HI_CRIT_TRACE(mod, fmt...) HI_TRACE(HI_DBG_CRIT, mod, fmt) argument 132 #define HI_CRIT_TRACE(mod, fmt...) argument 136 #define HI_ERR_TRACE(mod, fmt...) HI_TRACE(HI_DBG_ERR, mod, fmt) argument 138 #define HI_ERR_TRACE(mod, fmt...) argument 142 #define HI_WARN_TRACE(mod, fmt...) HI_TRACE(HI_DBG_WARN, mod, fmt) argument 144 #define HI_WARN_TRACE(mod, fmt...) argument [all …]
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/ |
D | hi_debug.h | 121 #define HI_EMERG_TRACE(mod, fmt...) HI_TRACE(HI_DBG_EMERG, mod, fmt) argument 123 #define HI_EMERG_TRACE(mod, fmt...) argument 127 #define HI_ALERT_TRACE(mod, fmt...) HI_TRACE(HI_DBG_ALERT, mod, fmt) argument 129 #define HI_ALERT_TRACE(mod, fmt...) argument 133 #define HI_CRIT_TRACE(mod, fmt...) HI_TRACE(HI_DBG_CRIT, mod, fmt) argument 135 #define HI_CRIT_TRACE(mod, fmt...) argument 139 #define HI_ERR_TRACE(mod, fmt...) HI_TRACE(HI_DBG_ERR, mod, fmt) argument 141 #define HI_ERR_TRACE(mod, fmt...) argument 145 #define HI_WARN_TRACE(mod, fmt...) HI_TRACE(HI_DBG_WARN, mod, fmt) argument 147 #define HI_WARN_TRACE(mod, fmt...) argument [all …]
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
D | hi_debug.h | 118 #define HI_EMERG_TRACE(mod, fmt...) HI_TRACE(HI_DBG_EMERG, mod, fmt) argument 120 #define HI_EMERG_TRACE(mod, fmt...) argument 124 #define HI_ALERT_TRACE(mod, fmt...) HI_TRACE(HI_DBG_ALERT, mod, fmt) argument 126 #define HI_ALERT_TRACE(mod, fmt...) argument 130 #define HI_CRIT_TRACE(mod, fmt...) HI_TRACE(HI_DBG_CRIT, mod, fmt) argument 132 #define HI_CRIT_TRACE(mod, fmt...) argument 136 #define HI_ERR_TRACE(mod, fmt...) HI_TRACE(HI_DBG_ERR, mod, fmt) argument 138 #define HI_ERR_TRACE(mod, fmt...) argument 142 #define HI_WARN_TRACE(mod, fmt...) HI_TRACE(HI_DBG_WARN, mod, fmt) argument 144 #define HI_WARN_TRACE(mod, fmt...) argument [all …]
|
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/src/ |
D | access.c | 31 void bt_mesh_model_foreach(void (*func)(struct bt_mesh_model *mod, in bt_mesh_model_foreach() 54 s32_t bt_mesh_model_pub_period_get(struct bt_mesh_model *mod) in bt_mesh_model_pub_period_get() 94 static s32_t next_period(struct bt_mesh_model *mod) in next_period() 117 struct bt_mesh_model *mod = user_data; in publish_sent() local 135 struct bt_mesh_model *mod = user_data; in publish_start() local 154 static int publish_retransmit(struct bt_mesh_model *mod) in publish_retransmit() 229 struct bt_mesh_elem *bt_mesh_model_elem(struct bt_mesh_model *mod) in bt_mesh_model_elem() 262 static void mod_init(struct bt_mesh_model *mod, struct bt_mesh_elem *elem, in mod_init() 328 static u16_t *model_group_get(struct bt_mesh_model *mod, u16_t addr) in model_group_get() 343 struct bt_mesh_model *mod; member [all …]
|
D | cfg_srv.c | 41 struct bt_mesh_model *mod; in comp_add_elem() local 436 static void _mod_unbind(struct bt_mesh_model *mod, struct bt_mesh_elem *elem, in _mod_unbind() 850 bool vnd, struct bt_mesh_model *mod, in send_mod_pub_status() 885 struct bt_mesh_model *mod; in mod_pub_get() local 928 struct bt_mesh_model *mod; in mod_pub_set() local 1066 static size_t mod_sub_list_clear(struct bt_mesh_model *mod) in mod_sub_list_clear() 1103 struct bt_mesh_model *mod; in mod_pub_va_set() local 1160 static size_t mod_sub_list_clear(struct bt_mesh_model *mod) in mod_sub_list_clear() 1181 struct bt_mesh_model *mod; in mod_pub_va_set() local 1249 struct bt_mesh_model *mod; in mod_sub_add() local [all …]
|
D | health_srv.c | 29 static void health_get_registered(struct bt_mesh_model *mod, in health_get_registered() 58 static size_t health_get_current(struct bt_mesh_model *mod, in health_get_current() 304 static int health_pub_update(struct bt_mesh_model *mod) in health_pub_update() 321 struct bt_mesh_model *mod; in bt_mesh_fault_update() local
|
D | settings.c | 523 static int mod_set_bind(struct bt_mesh_model *mod, char *val) in mod_set_bind() 548 static int mod_set_sub(struct bt_mesh_model *mod, char *val) in mod_set_sub() 571 static int mod_set_pub(struct bt_mesh_model *mod, char *val) in mod_set_pub() 619 struct bt_mesh_model *mod; in mod_set() local 852 static void commit_mod(struct bt_mesh_model *mod, struct bt_mesh_elem *elem, in commit_mod() 1454 static void encode_mod_path(struct bt_mesh_model *mod, bool vnd, in encode_mod_path() 1466 static void store_pending_mod_bind(struct bt_mesh_model *mod, bool vnd) in store_pending_mod_bind() 1501 static void store_pending_mod_sub(struct bt_mesh_model *mod, bool vnd) in store_pending_mod_sub() 1536 static void store_pending_mod_pub(struct bt_mesh_model *mod, bool vnd) in store_pending_mod_pub() 1572 static void store_pending_mod(struct bt_mesh_model *mod, in store_pending_mod() [all …]
|
D | mesh.c | 213 static void model_suspend(struct bt_mesh_model *mod, struct bt_mesh_elem *elem, in model_suspend() 251 static void model_resume(struct bt_mesh_model *mod, struct bt_mesh_elem *elem, in model_resume()
|
/device/soc/winnermicro/wm800/board/src/bt/blehost/ext/tinycrypt/src/ |
D | ecc.c | 296 const uECC_word_t *right, const uECC_word_t *mod, in uECC_vli_modAdd() 308 const uECC_word_t *right, const uECC_word_t *mod, in uECC_vli_modSub() 322 const uECC_word_t *mod, wordcount_t num_words) in uECC_vli_mmod() 371 const uECC_word_t *right, const uECC_word_t *mod, in uECC_vli_modMult() 397 const uECC_word_t *mod, in vli_modInv_update() 414 const uECC_word_t *mod, wordcount_t num_words) in uECC_vli_modInv()
|
/device/soc/rockchip/common/vendor/drivers/gpu/drm/bridge/synopsys/ |
D | dw-hdmi-qp-audio.h | 26 void (*mod)(struct dw_hdmi_qp *hdmi, u32 val, u32 mask, u32 reg); member
|
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/bridge/synopsys/ |
D | dw-hdmi-qp-audio.h | 26 void (*mod)(struct dw_hdmi_qp *hdmi, u32 val, u32 mask, u32 reg); member
|
/device/board/isoftstone/yangfan/kernel/src/driv/gpu/bridge/ |
D | dw-hdmi-qp-audio.h | 26 void (*mod)(struct dw_hdmi_qp *hdmi, u32 val, u32 mask, u32 reg); member
|
/device/soc/esp/esp32/components/bootloader/subproject/components/micro-ecc/micro-ecc/ |
D | uECC.c | 538 const uECC_word_t *mod, in uECC_vli_modAdd() 552 const uECC_word_t *mod, in uECC_vli_modSub() 566 const uECC_word_t *mod, in uECC_vli_mmod() 610 const uECC_word_t *mod, in uECC_vli_modMult() 636 const uECC_word_t *mod, in uECC_vli_modSquare() 661 const uECC_word_t *mod, in uECC_vli_modSquare() 677 const uECC_word_t *mod, in vli_modInv_update() 693 const uECC_word_t *mod, in uECC_vli_modInv()
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/de/ |
D | disp_device.c | 128 u32 mod; in disp_device_usec_before_vblank() local
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/ive/sample/ |
D | sample_ive_md.c | 36 #define SAMPLE_IVE_MD_CAL_WIN_SIZE(mod) (1 << (2 + (mod))) argument
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/include/linux/ |
D | tracepoint.h | 51 struct module *mod; member 58 static inline bool trace_module_has_bad_taint(struct module *mod) in trace_module_has_bad_taint()
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/include/ |
D | hi_type.h | 142 #define HI_HANDLE_MAKEHANDLE(mod, privatedata, chnid) (HI_HANDLE)((((mod)&0xffff) << 16) | \ argument
|
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/include/mesh/ |
D | access.h | 375 struct bt_mesh_model *mod; member 596 static inline bool bt_mesh_model_in_primary(const struct bt_mesh_model *mod) in bt_mesh_model_in_primary()
|
/device/soc/rockchip/rk3588/kernel/include/linux/usb/ |
D | composite.h | 216 struct module *mod; member 585 struct module *mod; member
|
/device/soc/rockchip/common/sdk_linux/include/linux/usb/ |
D | composite.h | 214 struct module *mod; member 562 struct module *mod; member
|
/device/soc/telink/b91/b91_ble_sdk/drivers/B91/ |
D | audio.h | 364 static inline void audio_set_i2s_clk(unsigned char step, unsigned char mod) in audio_set_i2s_clk() 377 static inline void audio_set_codec_clk(unsigned char step, unsigned char mod) in audio_set_codec_clk()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/sysd/mkp/src/ |
D | sys_bind.c | 59 static char *bind_get_mod_name(hi_mod_id mod) in bind_get_mod_name() 1191 static hi_void sys_free_mod_send_src_bind_mem(MOD_ID_E mod) in sys_free_mod_send_src_bind_mem()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/osal/include/ |
D | drv_osal_lib.h | 103 #define hi_handle_init(mod, private_data, chnid) \ argument
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
D | netifapi.h | 223 enum lowpower_mod mod; member
|
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/subdev/sensor/src/platform/ |
D | system_am_adap.c | 98 static int ceil_upper(int val, int mod) in ceil_upper()
|