Home
last modified time | relevance | path

Searched refs:new_p (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/security/keys/trusted-keys/
H A Dtrusted_tpm1.c1093 struct trusted_key_payload *new_p; in trusted_update() local
1115 new_p = trusted_payload_alloc(key); in trusted_update()
1116 if (!new_p) { in trusted_update()
1123 ret = datablob_parse(datablob, new_p, new_o); in trusted_update()
1126 kfree_sensitive(new_p); in trusted_update()
1132 kfree_sensitive(new_p); in trusted_update()
1137 new_p->migratable = p->migratable; in trusted_update()
1138 new_p->key_len = p->key_len; in trusted_update()
1139 memcpy(new_p->key, p->key, p->key_len); in trusted_update()
1141 dump_payload(new_p); in trusted_update()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt7601u/
H A Ddma.c132 struct page *new_p = NULL; in mt7601u_rx_process_entry() local
140 new_p = dev_alloc_pages(MT_RX_ORDER); in mt7601u_rx_process_entry()
143 mt7601u_rx_process_seg(dev, data, seg_len, new_p ? e->p : NULL); in mt7601u_rx_process_entry()
151 trace_mt_rx_dma_aggr(dev, cnt, !!new_p); in mt7601u_rx_process_entry()
153 if (new_p) { in mt7601u_rx_process_entry()
156 e->p = new_p; in mt7601u_rx_process_entry()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dsys_sparc_64.c609 utrap_handler_t, new_p, utrap_handler_t, new_d, in SYSCALL_DEFINE5() argument
615 if (new_p == (utrap_handler_t)(long)UTH_NOCHANGE) { in SYSCALL_DEFINE5()
639 if ((utrap_handler_t)current_thread_info()->utraps[type] != new_p && in SYSCALL_DEFINE5()
665 current_thread_info()->utraps[type] = (long)new_p; in SYSCALL_DEFINE5()
H A Dsystbls.h45 utrap_handler_t new_p,
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dbcmutils.h1189 dll_insert(dll_t *new_p, dll_t * at_p) in dll_insert() argument
1191 new_p->next_p = at_p->next_p; in dll_insert()
1192 new_p->prev_p = at_p; in dll_insert()
1193 at_p->next_p = new_p; in dll_insert()
1194 (new_p->next_p)->prev_p = new_p; in dll_insert()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dbcmutils.h1189 dll_insert(dll_t *new_p, dll_t * at_p) in dll_insert() argument
1191 new_p->next_p = at_p->next_p; in dll_insert()
1192 new_p->prev_p = at_p; in dll_insert()
1193 at_p->next_p = new_p; in dll_insert()
1194 (new_p->next_p)->prev_p = new_p; in dll_insert()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dbcmutils.h1189 dll_insert(dll_t *new_p, dll_t * at_p) in dll_insert() argument
1191 new_p->next_p = at_p->next_p; in dll_insert()
1192 new_p->prev_p = at_p; in dll_insert()
1193 at_p->next_p = new_p; in dll_insert()
1194 (new_p->next_p)->prev_p = new_p; in dll_insert()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dbcmutils.h1253 dll_insert(dll_t *new_p, dll_t * at_p) in dll_insert() argument
1255 new_p->next_p = at_p->next_p; in dll_insert()
1256 new_p->prev_p = at_p; in dll_insert()
1257 at_p->next_p = new_p; in dll_insert()
1258 (new_p->next_p)->prev_p = new_p; in dll_insert()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dbcmutils.h1386 BCMPOSTTRAPFN(dll_insert)(dll_t *new_p, dll_t * at_p) in BCMPOSTTRAPFN()
1388 new_p->next_p = at_p->next_p; in BCMPOSTTRAPFN()
1389 new_p->prev_p = at_p; in BCMPOSTTRAPFN()
1390 at_p->next_p = new_p; in BCMPOSTTRAPFN()
1391 (new_p->next_p)->prev_p = new_p; in BCMPOSTTRAPFN()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmutils.h1386 BCMPOSTTRAPFN(dll_insert)(dll_t *new_p, dll_t * at_p) in BCMPOSTTRAPFN()
1388 new_p->next_p = at_p->next_p; in BCMPOSTTRAPFN()
1389 new_p->prev_p = at_p; in BCMPOSTTRAPFN()
1390 at_p->next_p = new_p; in BCMPOSTTRAPFN()
1391 (new_p->next_p)->prev_p = new_p; in BCMPOSTTRAPFN()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnft_set_pipapo.c622 long *new_lt = NULL, *new_p, *old_lt = f->lt, *old_p; in pipapo_resize() local
648 new_p = NFT_PIPAPO_LT_ALIGN(new_lt); in pipapo_resize()
653 memcpy(new_p, old_p, copy * sizeof(*new_p)); in pipapo_resize()
654 new_p += copy; in pipapo_resize()
658 new_p += new_bucket_size - f->bsize; in pipapo_resize()
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A Dstandard.py1556 upd_p, new_p, del_p = _export_patches(srctree, rd, old_srcrev,
1558 … logger.debug('Patches: update %s, new %s, delete %s' % (dict(upd_p), dict(new_p), dict(del_p)))
1657 upd_p, new_p, _ = _export_patches(srctree, rd, update_rev,
1663 logger.debug('Pre-filtering: update: %s, new: %s' % (dict(upd_p), dict(new_p)))
1665 new_p = OrderedDict()
1680 key, val in list(upd_p.items()) + list(new_p.items())))
1735 for basepath, path in new_p.items():
/OK3568_Linux_fs/u-boot/common/
H A Dcli_hush.c2593 struct pipe *new_p; local
2598 new_p=new_pipe();
2599 ctx->pipe->next = new_p;
2600 ctx->pipe = new_p;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dnew40 new_handler set_new_handler(new_handler new_p) noexcept;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dnew40 new_handler set_new_handler(new_handler new_p) noexcept;