/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oam/ |
H A D | oam_ext_if.h | 50 #define oam_error_log2(vid, eid, fmt, p1, p2) oam_log(vid, eid, OAM_LOG_LEVEL_ERROR, fmt, 2, p1, p2, 0, 0) 51 #define oam_error_log3(vid, eid, fmt, p1, p2, p3) oam_log(vid, eid, OAM_LOG_LEVEL_ERROR, fmt, 3, p1, p2, p3, 0) 52 #define oam_error_log4(vid, eid, fmt, p1, p2, p3, p4) oam_log(vid, eid, OAM_LOG_LEVEL_ERROR, fmt, 4, p1, p2, p3, p4) 57 #define oam_warning_log2(vid, eid, fmt, p1, p2) oam_log(vid, eid, OAM_LOG_LEVEL_WARNING, fmt, 2, p1, p2, 0, 0) 58 #define oam_warning_log3(vid, eid, fmt, p1, p2, p3) oam_log(vid, eid, OAM_LOG_LEVEL_WARNING, fmt, 3, p1, p2, p [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | debug.h | 198 #define LWIP_DEBUGF_LOG2(dbg, fmt, p1, p2) diag_layer_msg_i2(0, fmt, (hi_u32)(p1), (hi_u32)(p2)); 199 #define LWIP_DEBUGF_LOG3(dbg, fmt, p1, p2, p3) \ 200 diag_layer_msg_i3(0, fmt, (hi_u32)(p1), (hi_u32)(p2), (hi_u32)(p3)); 201 #define LWIP_DEBUGF_LOG4(dbg, fmt, p1, p2, p3, p4) \ 202 diag_layer_msg_i4(0, fmt, (hi_u32)(p1), (hi_u32)(p2), (hi_u32)(p3), (hi_u32)(p4)); 206 #define LWIP_DEBUGF_LOG2(dbg, fmt, p1, p2) LWIP_DEBUGF(dbg, (fmt, p1, p2)); 207 #define LWIP_DEBUGF_LOG3(dbg, fmt, p1, p2, p3) LWIP_DEBUGF(dbg, (fmt, p1, p2, p [all...] |
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_util.h | 212 #define oam_log(vid, eid, level, fmt, cnt, p1, p2, p3, p4) \ 213 oal_print_nlogs(__FILE__, __FUNCTION__, (hi_u16)__LINE__, OAL_RET_ADDR, vid, eid, level, cnt, fmt, p1, p2, p3, p4) 217 #define hi_diag_log_msg_e2(id, sz, p1, p2) oam_log(0, id, OAM_LOG_LEVEL_ERROR, sz, 2, p1, p2, 0, 0) 218 #define hi_diag_log_msg_e3(id, sz, p1, p2, p3) oam_log(0, id, OAM_LOG_LEVEL_ERROR, sz, 3, p1, p2, p3, 0) 219 #define hi_diag_log_msg_e4(id, sz, p1, p2, p3, p4) oam_log(0, id, OAM_LOG_LEVEL_ERROR, sz, 4, p1, p2, p3, p4) 224 #define hi_diag_log_msg_w2(id, sz, p1, p2) oam_log(0, id, OAM_LOG_LEVEL_WARNING, sz, 2, p1, p2, [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/osal/hisiv600/ |
H A D | hdmi_osal.h | 30 #define is_str_equal(p1, p2) ({ (((p1) != HI_NULL) && ((p2) != HI_NULL) && (osal_strlen(p1) == osal_strlen(p2)) && \ 31 (osal_strncmp(p1, p2, osal_strlen(p1)) == 0)) ? HI_TRUE : HI_FALSE; })
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_early_debug.h | 23 void edb_put_str_p2(char *str, unsigned int p1, unsigned int p2); 24 void edb_put_str_p3(char *str, unsigned int p1, unsigned int p2, unsigned int p3); 25 void edb_put_str_p4(char *str, unsigned int p1, unsigned int p2, unsigned int p3, unsigned int p4);
|
/device/soc/rockchip/common/sdk_linux/include/linux/sched/ |
H A D | signal.h | 671 static inline bool same_thread_group(struct task_struct *p1, struct task_struct *p2)
in same_thread_group() argument 673 return p1->signal == p2->signal;
in same_thread_group()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_wlfc.c | 119 void *p2, *p2_prev; in _dhd_wlfc_prec_enque() local 139 p2 = qHead ? q->head : q->tail; in _dhd_wlfc_prec_enque() 140 seq2 = _dhd_wlfc_adjusted_seq(p2, current_seq); in _dhd_wlfc_prec_enque() 144 p2 = q->head; in _dhd_wlfc_prec_enque() 146 seq2 = _dhd_wlfc_adjusted_seq(p2, current_seq); in _dhd_wlfc_prec_enque() 149 p2_prev = p2; in _dhd_wlfc_prec_enque() 150 p2 = PKTLINK(p2); in _dhd_wlfc_prec_enque() 151 if (!p2) { in _dhd_wlfc_prec_enque() 154 seq2 = _dhd_wlfc_adjusted_seq(p2, current_se in _dhd_wlfc_prec_enque() [all...] |
/device/soc/rockchip/common/sdk_linux/kernel/power/ |
H A D | snapshot.c | 2768 static inline void swap_two_pages_data(struct page *p1, struct page *p2, void *buf) in swap_two_pages_data() argument 2773 kaddr2 = kmap_atomic(p2); in swap_two_pages_data()
|