Home
last modified time | relevance | path

Searched refs:uf (Results 1 – 25 of 33) sorted by relevance

12

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/vector_util/
H A Dc_function.c89 c_unary_function uf; in c_identity() local
90 uf.O = _c_identity_impl; in c_identity()
91 uf._l = NULL; in c_identity()
92 return uf; in c_identity()
102 c_unary_function uf; in c_select1st() local
103 uf.O = _c_select1st_impl; in c_select1st()
104 uf._l = NULL; in c_select1st()
105 return uf; in c_select1st()
115 c_unary_function uf; in c_select1stptr() local
116 uf.O = _c_select1stptr_impl; in c_select1stptr()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Drtas_flash.c210 struct rtas_update_flash_t *const uf = &rtas_update_flash_data; in rtas_flash_release() local
214 if (uf->flist) { in rtas_flash_release()
222 if (uf->status != FLASH_AUTH) in rtas_flash_release()
223 uf->status = flash_list_valid(uf->flist); in rtas_flash_release()
225 if (uf->status == FLASH_IMG_READY) in rtas_flash_release()
226 rtas_firmware_flash_list = uf->flist; in rtas_flash_release()
228 free_flash_list(uf->flist); in rtas_flash_release()
230 uf->flist = NULL; in rtas_flash_release()
275 struct rtas_update_flash_t *const uf = &rtas_update_flash_data; in rtas_flash_read_msg() local
281 status = uf->status; in rtas_flash_read_msg()
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/isci/
H A Dunsolicited_frame_control.c63 struct sci_unsolicited_frame *uf; in sci_unsolicited_frame_control_construct() local
110 uf = &uf_control->buffers.array[i]; in sci_unsolicited_frame_control_construct()
114 uf->buffer = virt; in sci_unsolicited_frame_control_construct()
115 uf->header = &uf_control->headers.array[i]; in sci_unsolicited_frame_control_construct()
116 uf->state = UNSOLICITED_FRAME_EMPTY; in sci_unsolicited_frame_control_construct()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci-sched.c265 unsigned uframe, uf, x; in compute_tt_budget() local
280 for (uf = ps->phase_uf; uf < 8; ++uf) { in compute_tt_budget()
281 x += budget_line[uf]; in compute_tt_budget()
285 budget_line[uf] = x; in compute_tt_budget()
288 budget_line[uf] = 125; in compute_tt_budget()
363 unsigned i, uf; in tt_available() local
369 uf = frame << 3; in tt_available()
370 for (i = 0; i < 8; (++i, ++uf)) in tt_available()
371 tt_usecs[i] = ehci->tt_budget[uf]; in tt_available()
1382 unsigned frame, uf; in sitd_slot_ok() local
[all …]
H A Dehci-hcd.c112 unsigned uf; in ehci_moschip_read_frame_index() local
114 uf = ehci_readl(ehci, &ehci->regs->frame_index); in ehci_moschip_read_frame_index()
115 if (unlikely((uf & 7) == 0)) in ehci_moschip_read_frame_index()
116 uf = ehci_readl(ehci, &ehci->regs->frame_index); in ehci_moschip_read_frame_index()
117 return uf; in ehci_moschip_read_frame_index()
H A Dfotg210-hcd.c4303 struct fotg210_iso_packet *uf = &iso_sched->packet[index]; in itd_patch() local
4309 itd->hw_transaction[uframe] = uf->transaction; in itd_patch()
4311 itd->hw_bufp[pg] |= cpu_to_hc32(fotg210, uf->bufp & ~(u32)0); in itd_patch()
4312 itd->hw_bufp_hi[pg] |= cpu_to_hc32(fotg210, (u32)(uf->bufp >> 32)); in itd_patch()
4315 if (unlikely(uf->cross)) { in itd_patch()
4316 u64 bufp = uf->bufp + 4096; in itd_patch()
4580 unsigned uf; in scan_frame_queue() local
4602 for (uf = 0; uf < 8; uf++) { in scan_frame_queue()
4603 if (q.itd->hw_transaction[uf] & in scan_frame_queue()
4607 if (uf < 8) { in scan_frame_queue()
[all …]
/OK3568_Linux_fs/u-boot/post/lib_powerpc/fpu/
H A Dmul-subnormal-single-1.c21 union uf union
30 union uf u; in u2f()
38 union uf u; in f2u()
/OK3568_Linux_fs/kernel/include/linux/
H A Duserfaultfd_k.h144 struct list_head *uf);
146 struct list_head *uf);
227 struct list_head *uf) in userfaultfd_unmap_prep() argument
233 struct list_head *uf) in userfaultfd_unmap_complete() argument
H A Dmm.h2752 struct list_head *uf);
2755 unsigned long pgoff, unsigned long *populate, struct list_head *uf);
2757 struct list_head *uf, bool downgrade);
2759 struct list_head *uf);
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_sock.c1863 struct hci_ufilter uf = { .opcode = 0 }; in hci_sock_setsockopt() local
1908 uf.type_mask = f->type_mask; in hci_sock_setsockopt()
1909 uf.opcode = f->opcode; in hci_sock_setsockopt()
1910 uf.event_mask[0] = *((u32 *) f->event_mask + 0); in hci_sock_setsockopt()
1911 uf.event_mask[1] = *((u32 *) f->event_mask + 1); in hci_sock_setsockopt()
1914 len = min_t(unsigned int, len, sizeof(uf)); in hci_sock_setsockopt()
1915 if (copy_from_sockptr(&uf, optval, len)) { in hci_sock_setsockopt()
1921 uf.type_mask &= hci_sec_filter.type_mask; in hci_sock_setsockopt()
1922 uf.event_mask[0] &= *((u32 *) hci_sec_filter.event_mask + 0); in hci_sock_setsockopt()
1923 uf.event_mask[1] &= *((u32 *) hci_sec_filter.event_mask + 1); in hci_sock_setsockopt()
[all …]
/OK3568_Linux_fs/kernel/mm/
H A Dmremap.c542 struct vm_userfaultfd_ctx *uf, struct list_head *uf_unmap) in move_vma() argument
611 mremap_userfaultfd_prep(new_vma, uf); in move_vma()
765 unsigned long flags, struct vm_userfaultfd_ctx *uf, in mremap_to() argument
844 ret = move_vma(vma, addr, old_len, new_len, new_addr, locked, flags, uf, in mremap_to()
887 struct vm_userfaultfd_ctx uf = NULL_VM_UFFD_CTX; in SYSCALL_DEFINE5() local
937 &locked, flags, &uf, &uf_unmap_early, in SYSCALL_DEFINE5()
1016 &locked, flags, &uf, &uf_unmap); in SYSCALL_DEFINE5()
1030 mremap_userfaultfd_complete(&uf, addr, ret, old_len); in SYSCALL_DEFINE5()
H A Dmmap.c208 struct list_head *uf);
218 LIST_HEAD(uf); in SYSCALL_DEFINE1()
271 ret = __do_munmap(mm, newbrk, oldbrk-newbrk, &uf, true); in SYSCALL_DEFINE1()
287 if (do_brk_flags(oldbrk, newbrk-oldbrk, 0, &uf) < 0) in SYSCALL_DEFINE1()
297 userfaultfd_unmap_complete(mm, &uf); in SYSCALL_DEFINE1()
633 struct rb_node **parent, struct list_head *uf) in munmap_vma_range() argument
637 if (do_munmap(mm, start, len, uf)) in munmap_vma_range()
1473 unsigned long *populate, struct list_head *uf) in do_mmap() argument
1649 addr = mmap_region(file, addr, len, vm_flags, pgoff, uf); in do_mmap()
1798 struct list_head *uf) in mmap_region() argument
[all …]
H A Dutil.c537 LIST_HEAD(uf); in vm_mmap_pgoff()
544 &uf); in vm_mmap_pgoff()
546 userfaultfd_unmap_complete(mm, &uf); in vm_mmap_pgoff()
/OK3568_Linux_fs/kernel/drivers/scsi/bfa/
H A Dbfa_svc.c5352 struct bfa_uf_s *uf = cbarg; in __bfa_cb_uf_recv() local
5353 struct bfa_uf_mod_s *ufm = BFA_UF_MOD(uf->bfa); in __bfa_cb_uf_recv()
5356 ufm->ufrecv(ufm->cbarg, uf); in __bfa_cb_uf_recv()
5391 struct bfa_uf_s *uf; in claim_ufs() local
5401 for (i = 0, uf = ufm->uf_list; i < ufm->num_ufs; i++, uf++) { in claim_ufs()
5402 memset(uf, 0, sizeof(struct bfa_uf_s)); in claim_ufs()
5403 uf->bfa = ufm->bfa; in claim_ufs()
5404 uf->uf_tag = i; in claim_ufs()
5405 uf->pb_len = BFA_PER_UF_DMA_SZ; in claim_ufs()
5406 uf->buf_kva = bfa_mem_get_dmabuf_kva(ufm, i, BFA_PER_UF_DMA_SZ); in claim_ufs()
[all …]
H A Dbfa_fcs.c1522 bfa_fcs_uf_recv(void *cbarg, struct bfa_uf_s *uf) in bfa_fcs_uf_recv() argument
1525 struct fchs_s *fchs = bfa_uf_get_frmbuf(uf); in bfa_fcs_uf_recv()
1526 u16 len = bfa_uf_get_frmlen(uf); in bfa_fcs_uf_recv()
1535 bfa_stats(fcs, uf.tagged); in bfa_fcs_uf_recv()
1536 vft = bfa_uf_get_frmbuf(uf); in bfa_fcs_uf_recv()
1547 bfa_stats(fcs, uf.vfid_unknown); in bfa_fcs_uf_recv()
1548 bfa_uf_free(uf); in bfa_fcs_uf_recv()
1560 bfa_stats(fcs, uf.untagged); in bfa_fcs_uf_recv()
1573 bfa_uf_free(uf); in bfa_fcs_uf_recv()
H A Dbfa_svc.h342 typedef void (*bfa_cb_uf_recv_t) (void *cbarg, struct bfa_uf_s *uf);
640 bfa_uf_get_frmbuf(struct bfa_uf_s *uf) in bfa_uf_get_frmbuf() argument
642 return uf->data_ptr; in bfa_uf_get_frmbuf()
646 bfa_uf_get_frmlen(struct bfa_uf_s *uf) in bfa_uf_get_frmlen() argument
648 return uf->data_len; in bfa_uf_get_frmlen()
656 void bfa_uf_free(struct bfa_uf_s *uf);
/OK3568_Linux_fs/device/rockchip/common/build-hooks/
H A D10-kernel.sh251 host) run_command tar -uf "$OUTPUT_FILE" scripts tools ;;
255 run_command tar -uf "$OUTPUT_FILE" .
/OK3568_Linux_fs/device/rockchip/common/scripts/
H A Dmk-kernel.sh251 host) run_command tar -uf "$OUTPUT_FILE" scripts tools ;;
255 run_command tar -uf "$OUTPUT_FILE" .
H A Drkflash.sh163 $UPGRADETOOL uf $UPDATE
/OK3568_Linux_fs/
H A Drkflash.sh163 $UPGRADETOOL uf $UPDATE
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cs.c642 struct amdgpu_bo *uf = ttm_to_amdgpu_bo(p->uf_entry.tv.bo); in amdgpu_cs_parser_bos() local
644 r = amdgpu_ttm_alloc_gart(&uf->tbo); in amdgpu_cs_parser_bos()
645 p->job->uf_addr += amdgpu_bo_gpu_offset(uf); in amdgpu_cs_parser_bos()
714 struct amdgpu_bo *uf = ttm_to_amdgpu_bo(parser->uf_entry.tv.bo); in amdgpu_cs_parser_fini() local
716 amdgpu_bo_unref(&uf); in amdgpu_cs_parser_fini()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dtun.c894 struct tun_filter uf; in update_filter() local
897 if (copy_from_user(&uf, arg, sizeof(uf))) in update_filter()
900 if (!uf.count) { in update_filter()
906 alen = ETH_ALEN * uf.count; in update_filter()
907 addr = memdup_user(arg + sizeof(uf), alen); in update_filter()
918 for (n = 0; n < uf.count && n < FLT_EXACT_COUNT; n++) in update_filter()
926 for (; n < uf.count; n++) { in update_filter()
936 if ((uf.flags & TUN_FLT_ALLMULTI)) in update_filter()
/OK3568_Linux_fs/yocto/meta-rockchip/
H A DREADME.md102 $ sudo upgrade_tool uf <IMAGE PATH>/update.img # For rockchip firmware image
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/vp9/
H A Dvp9d_parser.c1386 RK_S32 uf = (s->keyframe || s->intraonly || !s->last_keyframe) ? 112 : 128; in adapt_probs() local
1405 adapt_prob(&pp[0], e[0], e[1], 24, uf); in adapt_probs()
1406 adapt_prob(&pp[1], c[0], c[1] + c[2], 24, uf); in adapt_probs()
1407 adapt_prob(&pp[2], c[1], c[2], 24, uf); in adapt_probs()
/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dgadget.c942 u32 uf; in __dwc3_gadget_start_isoc() local
952 uf = cur_uf + dep->interval * 4; in __dwc3_gadget_start_isoc()
954 __dwc3_gadget_kick_transfer(dep, uf, 1); in __dwc3_gadget_start_isoc()

12