Searched defs:new (Results 1 – 5 of 5) sorted by relevance
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/ |
| D | osal_list.h | 57 static inline void osal___list_add(struct osal_list_head *new, in osal___list_add() 75 static inline void osal_list_add(struct osal_list_head *new, struct osal_list_head *head) in osal_list_add() 88 static inline void osal_list_add_tail(struct osal_list_head *new, struct osal_list_head *head) in osal_list_add_tail() 135 struct osal_list_head *new) in osal_list_replace() 144 struct osal_list_head *new) in osal_list_replace_init() 692 struct osal_hlist_head *new) in osal_hlist_move_list()
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/ |
| D | osal_list.h | 56 static inline void osal___list_add(struct osal_list_head *new, in osal___list_add() 74 static inline void osal_list_add(struct osal_list_head *new, struct osal_list_head *head) in osal_list_add() 87 static inline void osal_list_add_tail(struct osal_list_head *new, struct osal_list_head *head) in osal_list_add_tail() 134 struct osal_list_head *new) in osal_list_replace() 143 struct osal_list_head *new) in osal_list_replace_init() 687 struct osal_hlist_head *new) in osal_hlist_move_list()
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
| D | osal_list.h | 54 static inline void osal___list_add(struct osal_list_head *new, in osal___list_add() 72 static inline void osal_list_add(struct osal_list_head *new, struct osal_list_head *head) in osal_list_add() 85 static inline void osal_list_add_tail(struct osal_list_head *new, struct osal_list_head *head) in osal_list_add_tail() 132 struct osal_list_head *new) in osal_list_replace() 141 struct osal_list_head *new) in osal_list_replace_init() 689 struct osal_hlist_head *new) in osal_hlist_move_list()
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
| D | oal_util.c | 153 WIFI_ROM_TEXT hi_s8 wlan_rssi_lpf(hi_s8 old, hi_s8 new) in wlan_rssi_lpf()
|
| D | oal_netbuf.h | 139 static inline void set_oal_netbuf_next(NetBuf *nb, NetBuf *new) in set_oal_netbuf_next() 144 static inline void set_oal_netbuf_prev(NetBuf *nb, NetBuf *new) in set_oal_netbuf_prev() 204 #define set_oal_netbuf_next(nb, new) ((nb)->next = new) argument 205 #define set_oal_netbuf_prev(nb, new) ((nb)->prev = new) argument
|