/device/soc/hisilicon/common/platform/hieth-sf/src/ |
H A D | eth_mac.c | 26 int32_t old; in SetLinkStat() local 28 old = HiethReadlBits(ld, UD_REG_NAME(MAC_PORTSET), BITS_MACSTAT); in SetLinkStat() 30 return old; in SetLinkStat() 35 int32_t old; in SetNegMode() local 37 old = HiethReadlBits(ld, UD_REG_NAME(MAC_PORTSEL), BITS_NEGMODE); in SetNegMode() 39 return old; in SetNegMode() 59 int32_t old; in HiethSetMacLeadcodeCntLimit() local 62 old = HiethReadlBits(ld, UD_REG_NAME(MAC_TX_IPGCTRL), BITS_PRE_CNT_LIMIT); in HiethSetMacLeadcodeCntLimit() 65 return old; in HiethSetMacLeadcodeCntLimit() 70 int32_t old; in HiethSetMacTransIntervalBits() local 92 int32_t old; HiethSetMacFcInterval() local 103 int32_t old; HiethSetNegMode() local 113 int32_t old; HiethGetNegmode() local 123 int32_t old; HiethSetMiiMode() local [all...] |
H A D | ctrl.c | 148 unsigned long old; in IrqEnable() local 150 old = HiethRead(ld, GLB_RW_IRQ_ENA); in IrqEnable() 151 HiethWrite(ld, old | (unsigned long)irqs, GLB_RW_IRQ_ENA); in IrqEnable() 152 old = HiethRead(ld, GLB_RW_IRQ_ENA); in IrqEnable() 153 return old; in IrqEnable() 158 unsigned long old; in IrqDisable() local 160 old = HiethRead(ld, GLB_RW_IRQ_ENA); in IrqDisable() 161 HiethWrite(ld, old & (~(unsigned long)irqs), GLB_RW_IRQ_ENA); in IrqDisable() 162 return old; in IrqDisable() 228 int32_t old; in HiethIrqEnable() local 238 int32_t old; HiethIrqDisable() local 264 int32_t old; HiethSetEndianMode() local [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_context.h | 57 int old, new;
in kbase_ctx_flag_clear() local 60 old = atomic_read(&kctx->flags);
in kbase_ctx_flag_clear() 61 new = old & ~flag;
in kbase_ctx_flag_clear() 62 } while (atomic_cmpxchg(&kctx->flags, old, new) != old);
in kbase_ctx_flag_clear()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_context.h | 62 int old, new; in kbase_ctx_flag_clear() local 65 old = atomic_read(&kctx->flags); in kbase_ctx_flag_clear() 66 new = old & ~flag; in kbase_ctx_flag_clear() 68 } while (atomic_cmpxchg(&kctx->flags, old, new) != old); in kbase_ctx_flag_clear()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/context/ |
H A D | mali_kbase_context.h | 125 int old, new; in kbase_ctx_flag_clear() local 128 old = atomic_read(&kctx->flags); in kbase_ctx_flag_clear() 129 new = old & ~flag; in kbase_ctx_flag_clear() 130 } while (atomic_cmpxchg(&kctx->flags, old, new) != old); in kbase_ctx_flag_clear()
|
/device/soc/rockchip/rk3588/kernel/arch/arm64/boot/ |
H A D | install.sh | 52 mv $4/$base-$1 $4/$base-$1.old 58 mv $4/System.map-$1 $4/System.map-$1.old
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/ |
H A D | osal_list.h | 128 * list_replace - replace old entry by new one 129 * @old : the element to be replaced 132 * If @old was empty, it will be overwritten. 134 static inline void osal_list_replace(struct osal_list_head *old, in osal_list_replace() argument 137 new->next = old->next; in osal_list_replace() 139 new->prev = old->prev; in osal_list_replace() 143 static inline void osal_list_replace_init(struct osal_list_head *old, in osal_list_replace_init() argument 146 osal_list_replace(old, new); in osal_list_replace_init() 147 OSAL_INIT_LIST_HEAD(old); in osal_list_replace_init() 691 static inline void osal_hlist_move_list(struct osal_hlist_head *old, in osal_hlist_move_list() argument [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | osal_list.h | 125 * list_replace - replace old entry by new one 126 * @old : the element to be replaced 129 * If @old was empty, it will be overwritten. 131 static inline void osal_list_replace(struct osal_list_head *old, in osal_list_replace() argument 134 new->next = old->next; in osal_list_replace() 136 new->prev = old->prev; in osal_list_replace() 140 static inline void osal_list_replace_init(struct osal_list_head *old, in osal_list_replace_init() argument 143 osal_list_replace(old, new); in osal_list_replace_init() 144 OSAL_INIT_LIST_HEAD(old); in osal_list_replace_init() 688 static inline void osal_hlist_move_list(struct osal_hlist_head *old, in osal_hlist_move_list() argument [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
H A D | osal_list.h | 124 * list_replace - replace old entry by new one 125 * @old : the element to be replaced 128 * If @old was empty, it will be overwritten. 130 static inline void osal_list_replace(struct osal_list_head *old, in osal_list_replace() argument 133 new->next = old->next; in osal_list_replace() 135 new->prev = old->prev; in osal_list_replace() 139 static inline void osal_list_replace_init(struct osal_list_head *old, in osal_list_replace_init() argument 142 osal_list_replace(old, new); in osal_list_replace_init() 143 OSAL_INIT_LIST_HEAD(old); in osal_list_replace_init() 687 static inline void osal_hlist_move_list(struct osal_hlist_head *old, in osal_hlist_move_list() argument [all...] |
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/ |
H A D | osal_list.h | 127 * list_replace - replace old entry by new one 128 * @old : the element to be replaced 131 * If @old was empty, it will be overwritten. 133 static inline void osal_list_replace(struct osal_list_head *old, in osal_list_replace() argument 136 new->next = old->next; in osal_list_replace() 138 new->prev = old->prev; in osal_list_replace() 142 static inline void osal_list_replace_init(struct osal_list_head *old, in osal_list_replace_init() argument 145 osal_list_replace(old, new); in osal_list_replace_init() 146 OSAL_INIT_LIST_HEAD(old); in osal_list_replace_init() 686 static inline void osal_hlist_move_list(struct osal_hlist_head *old, in osal_hlist_move_list() argument [all...] |
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_util.c | 153 WIFI_ROM_TEXT hi_s8 wlan_rssi_lpf(hi_s8 old, hi_s8 new) in wlan_rssi_lpf() argument 161 return old; in wlan_rssi_lpf() 165 if (old == WLAN_RSSI_DUMMY_MARKER) { in wlan_rssi_lpf() 170 oldval = (hi_u8)oal_abs(old); in wlan_rssi_lpf()
|
H A D | oal_atomic.h | 437 oal_bitops old = *p; in oal_bit_atomic_test_and_set() 438 *p = old | mask; in oal_bit_atomic_test_and_set() 441 return ((old & mask) != 0); in oal_bit_atomic_test_and_set() 455 oal_bitops old = *p; in oal_bit_atomic_test_and_clear() 456 *p = old & ~mask; in oal_bit_atomic_test_and_clear() 459 return (old & mask) != 0; in oal_bit_atomic_test_and_clear()
|
/device/soc/rockchip/rk3588/kernel/include/trace/hooks/ |
H A D | creds.h | 29 TP_PROTO(const struct task_struct *task, const struct cred *old), 30 TP_ARGS(task, old));
|
H A D | avc.h | 24 TP_PROTO(const struct avc_node *old, const struct avc_node *new), 25 TP_ARGS(old, new));
|
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/ |
H A D | build_ffmpeg.sh | 20 FFMPEG_ORIGN=$ROOT_DIR/third_party/ffmpeg/old-version/ffmpeg-4.4.1.tar.gz
|
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/ |
H A D | 8250_dw.c | 331 static void dw8250_do_pm(struct uart_port *port, unsigned int state, unsigned int old)
in dw8250_do_pm() argument 337 serial8250_do_pm(port, state, old);
in dw8250_do_pm() 344 static void dw8250_set_termios(struct uart_port *p, struct ktermios *termios, struct ktermios *old)
in dw8250_set_termios() argument 412 serial8250_do_set_termios(p, termios, old);
in dw8250_set_termios()
|
H A D | 8250_port.c | 2773 static unsigned int serial8250_get_baud_rate(struct uart_port *port, struct ktermios *termios, struct ktermios *old)
in serial8250_get_baud_rate() argument 2798 return uart_get_baud_rate(port, termios, old, min, max);
in serial8250_get_baud_rate() 2859 void serial8250_do_set_termios(struct uart_port *port, struct ktermios *termios, struct ktermios *old)
in serial8250_do_set_termios() argument 2874 baud = serial8250_get_baud_rate(port, termios, old);
in serial8250_do_set_termios() 3037 static void serial8250_set_termios(struct uart_port *port, struct ktermios *termios, struct ktermios *old)
in serial8250_set_termios() argument 3040 port->set_termios(port, termios, old);
in serial8250_set_termios() 3042 serial8250_do_set_termios(port, termios, old);
in serial8250_set_termios()
|
/device/soc/rockchip/common/hardware/mpp/include/ |
H A D | mpp_hash.h | 150 static inline void hlist_move_list(struct hlist_head *old, struct hlist_head *_new) in hlist_move_list() argument 152 _new->first = old->first; in hlist_move_list() 156 old->first = NULL; in hlist_move_list()
|
/device/soc/rockchip/rk3399/hardware/mpp/include/ |
H A D | mpp_hash.h | 149 static inline void hlist_move_list(struct hlist_head *old, in hlist_move_list() argument 152 _new->first = old->first; in hlist_move_list() 156 old->first = NULL; in hlist_move_list()
|
/device/soc/rockchip/rk3568/hardware/mpp/include/ |
H A D | mpp_hash.h | 149 static inline void hlist_move_list(struct hlist_head *old, in hlist_move_list() argument 152 _new->first = old->first; in hlist_move_list() 156 old->first = NULL; in hlist_move_list()
|
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | mpp_hash.h | 149 static inline void hlist_move_list(struct hlist_head *old, in hlist_move_list() argument 152 _new->first = old->first; in hlist_move_list() 155 old->first = NULL; in hlist_move_list()
|
/device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
H A D | verifier.c | 1231 /* Intersecting with the old var_off might have improved our bounds
in reg_bounds_sync() 1280 /* Intersecting with the old var_off might have improved our bounds
in verifier_reg_combine_32_into_64() 1310 /* Intersecting with the old var_off might have improved our bounds
in __reg_combine_64_into_32() 4973 /* Packet data might have moved, any old PTR_TO_PACKET[_META,_END]
8843 /* check %cur's range satisfies %old's */
8844 static bool range_within(struct bpf_reg_state *old, struct bpf_reg_state *cur)
in range_within() argument 8846 return old->umin_value <= cur->umin_value && old->umax_value >= cur->umax_value &&
in range_within() 8847 old->smin_value <= cur->smin_value && old in range_within() 9109 stacksafe(struct bpf_verifier_env *env, struct bpf_func_state *old, struct bpf_func_state *cur, struct bpf_id_pair *idmap) stacksafe() argument 9177 refsafe(struct bpf_func_state *old, struct bpf_func_state *cur) refsafe() argument 9211 func_states_equal(struct bpf_verifier_env *env, struct bpf_func_state *old, struct bpf_func_state *cur) func_states_equal() argument 9233 states_equal(struct bpf_verifier_env *env, struct bpf_verifier_state *old, struct bpf_verifier_state *cur) states_equal() argument 9348 propagate_precision(struct bpf_verifier_env *env, const struct bpf_verifier_state *old) propagate_precision() argument 9388 states_maybe_looping(struct bpf_verifier_state *old, struct bpf_verifier_state *cur) states_maybe_looping() argument [all...] |
/device/soc/rockchip/common/sdk_linux/init/ |
H A D | initramfs.c | 329 char *old = find_link(major, minor, ino, mode, collected); in maybe_link() local 330 if (old) { in maybe_link() 332 return (init_link(old, collected) < 0) ? -1 : 1; in maybe_link()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/ |
H A D | non_factory.mk | 168 $(RM) $(MAIN_TOPDIR)/build/config/usr_config.mk.old
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | bpf.h | 90 void (*map_poke_run)(struct bpf_map *map, u32 key, struct bpf_prog *old, struct bpf_prog *new); 1708 int sock_map_prog_update(struct bpf_map *map, struct bpf_prog *prog, struct bpf_prog *old, u32 which); 1715 static inline int sock_map_prog_update(struct bpf_map *map, struct bpf_prog *prog, struct bpf_prog *old, u32 which) in sock_map_prog_update() argument
|