/Linux-v6.1/drivers/scsi/isci/ |
D | unsolicited_frame_control.c | 63 struct sci_unsolicited_frame *uf; in sci_unsolicited_frame_control_construct() local 69 * The Unsolicited Frame buffers are set at the start of the UF in sci_unsolicited_frame_control_construct() 75 * Program the location of the UF header table into the SCU. in sci_unsolicited_frame_control_construct() 81 * headers, since we program the UF address table pointers to in sci_unsolicited_frame_control_construct() 88 * Program the location of the UF address table into the SCU. in sci_unsolicited_frame_control_construct() 99 * UF buffer requirements are: in sci_unsolicited_frame_control_construct() 100 * - The last entry in the UF queue is not NULL. in sci_unsolicited_frame_control_construct() 106 * Program the actual used UF buffers into the UF address table and in sci_unsolicited_frame_control_construct() 110 uf = &uf_control->buffers.array[i]; in sci_unsolicited_frame_control_construct() 114 uf->buffer = virt; in sci_unsolicited_frame_control_construct() [all …]
|
D | unsolicited_frame_control.h | 67 * first DWORD are UF attributes defined by the silicon architecture. The data 169 * address of the UF address table. The table contains 175 * This field specifies the physical address location for the UF 198 * This field specifies the physical address location for the UF 214 * starting address of the UF address table. 220 * This field specifies the physical address location for the UF
|
/Linux-v6.1/arch/powerpc/kernel/ |
D | rtas_flash.c | 210 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 …]
|
/Linux-v6.1/drivers/scsi/bfa/ |
D | bfa_svc.h | 312 * UF - unsolicited receive related defines 338 * @param[in] uf unsolicited frame descriptor 342 typedef void (*bfa_cb_uf_recv_t) (void *cbarg, struct bfa_uf_s *uf); 353 /* Max UF dma segs required */ 362 struct list_head uf_unused_q; /* unused UF's */ 364 /* pre-built UF post msgs */ 365 bfa_cb_uf_recv_t ufrecv; /* uf recv handler function */ 366 void *cbarg; /* uf receive handler arg */ 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() [all …]
|
D | bfa_svc.c | 5336 * UF related functions 5346 struct bfa_uf_s *uf = cbarg; in __bfa_cb_uf_recv() local 5347 struct bfa_uf_mod_s *ufm = BFA_UF_MOD(uf->bfa); in __bfa_cb_uf_recv() 5350 ufm->ufrecv(ufm->cbarg, uf); in __bfa_cb_uf_recv() 5385 struct bfa_uf_s *uf; in claim_ufs() local 5388 * Claim block of memory for UF list in claim_ufs() 5393 * Initialize UFs and queue it in UF free queue in claim_ufs() 5395 for (i = 0, uf = ufm->uf_list; i < ufm->num_ufs; i++, uf++) { in claim_ufs() 5396 memset(uf, 0, sizeof(struct bfa_uf_s)); in claim_ufs() 5397 uf->bfa = ufm->bfa; in claim_ufs() [all …]
|
D | bfa_fcs.c | 1510 * BFA FCS UF ( Unsolicited Frames) 1517 * @param[in] uf unsolicited frame descriptor 1522 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() [all …]
|
/Linux-v6.1/drivers/usb/host/ |
D | ehci-sched.c | 271 unsigned uframe, uf, x; in compute_tt_budget() local 286 for (uf = ps->phase_uf; uf < 8; ++uf) { in compute_tt_budget() 287 x += budget_line[uf]; in compute_tt_budget() 291 budget_line[uf] = x; in compute_tt_budget() 294 budget_line[uf] = 125; in compute_tt_budget() 369 unsigned i, uf; in tt_available() local 375 uf = frame << 3; in tt_available() 376 for (i = 0; i < 8; (++i, ++uf)) in tt_available() 377 tt_usecs[i] = ehci->tt_budget[uf]; in tt_available() 1392 unsigned frame, uf; in sitd_slot_ok() local [all …]
|
D | ehci-hcd.c | 113 unsigned uf; in ehci_moschip_read_frame_index() local 115 uf = ehci_readl(ehci, &ehci->regs->frame_index); in ehci_moschip_read_frame_index() 116 if (unlikely((uf & 7) == 0)) in ehci_moschip_read_frame_index() 117 uf = ehci_readl(ehci, &ehci->regs->frame_index); in ehci_moschip_read_frame_index() 118 return uf; in ehci_moschip_read_frame_index()
|
D | fotg210-hcd.c | 4304 struct fotg210_iso_packet *uf = &iso_sched->packet[index]; in itd_patch() local 4310 itd->hw_transaction[uframe] = uf->transaction; in itd_patch() 4312 itd->hw_bufp[pg] |= cpu_to_hc32(fotg210, uf->bufp & ~(u32)0); in itd_patch() 4313 itd->hw_bufp_hi[pg] |= cpu_to_hc32(fotg210, (u32)(uf->bufp >> 32)); in itd_patch() 4316 if (unlikely(uf->cross)) { in itd_patch() 4317 u64 bufp = uf->bufp + 4096; in itd_patch() 4581 unsigned uf; in scan_frame_queue() local 4603 for (uf = 0; uf < 8; uf++) { in scan_frame_queue() 4604 if (q.itd->hw_transaction[uf] & in scan_frame_queue() 4608 if (uf < 8) { in scan_frame_queue() [all …]
|
/Linux-v6.1/net/bluetooth/ |
D | hci_sock.c | 1835 struct hci_ufilter uf = { .opcode = 0 }; in hci_sock_setsockopt_old() local 1877 uf.type_mask = f->type_mask; in hci_sock_setsockopt_old() 1878 uf.opcode = f->opcode; in hci_sock_setsockopt_old() 1879 uf.event_mask[0] = *((u32 *) f->event_mask + 0); in hci_sock_setsockopt_old() 1880 uf.event_mask[1] = *((u32 *) f->event_mask + 1); in hci_sock_setsockopt_old() 1883 len = min_t(unsigned int, len, sizeof(uf)); in hci_sock_setsockopt_old() 1884 if (copy_from_sockptr(&uf, optval, len)) { in hci_sock_setsockopt_old() 1890 uf.type_mask &= hci_sec_filter.type_mask; in hci_sock_setsockopt_old() 1891 uf.event_mask[0] &= *((u32 *) hci_sec_filter.event_mask + 0); in hci_sock_setsockopt_old() 1892 uf.event_mask[1] &= *((u32 *) hci_sec_filter.event_mask + 1); in hci_sock_setsockopt_old() [all …]
|
/Linux-v6.1/include/linux/ |
D | userfaultfd_k.h | 179 unsigned long end, struct list_head *uf); 181 struct list_head *uf); 262 struct list_head *uf) in userfaultfd_unmap_prep() argument 268 struct list_head *uf) in userfaultfd_unmap_complete() argument
|
/Linux-v6.1/mm/ |
D | mmap.c | 167 struct list_head *uf); 178 LIST_HEAD(uf); in SYSCALL_DEFINE1() 237 ret = do_brk_munmap(&mas, brkvma, newbrk, oldbrk, &uf); in SYSCALL_DEFINE1() 273 userfaultfd_unmap_complete(mm, &uf); in SYSCALL_DEFINE1() 1242 unsigned long *populate, struct list_head *uf) in do_mmap() argument 1411 addr = mmap_region(file, addr, len, vm_flags, pgoff, uf); in do_mmap() 2292 * @uf: The userfaultfd list_head 2300 unsigned long end, struct list_head *uf, bool downgrade) in do_mas_align_munmap() argument 2387 if (unlikely(uf)) { in do_mas_align_munmap() 2397 error = userfaultfd_unmap_prep(mm, start, end, uf); in do_mas_align_munmap() [all …]
|
D | mremap.c | 575 struct vm_userfaultfd_ctx *uf, struct list_head *uf_unmap) in move_vma() argument 655 mremap_userfaultfd_prep(new_vma, uf); in move_vma() 783 unsigned long flags, struct vm_userfaultfd_ctx *uf, in mremap_to() argument 861 ret = move_vma(vma, addr, old_len, new_len, new_addr, locked, flags, uf, in mremap_to() 898 struct vm_userfaultfd_ctx uf = NULL_VM_UFFD_CTX; in SYSCALL_DEFINE5() local 973 &locked, flags, &uf, &uf_unmap_early, in SYSCALL_DEFINE5() 1076 &locked, flags, &uf, &uf_unmap); in SYSCALL_DEFINE5() 1088 mremap_userfaultfd_complete(&uf, addr, ret, old_len); in SYSCALL_DEFINE5()
|
D | util.c | 514 LIST_HEAD(uf); in vm_mmap_pgoff() 521 &uf); in vm_mmap_pgoff() 523 userfaultfd_unmap_complete(mm, &uf); in vm_mmap_pgoff()
|
/Linux-v6.1/include/linux/spi/ |
D | ads7846.h | 16 * ~150 uSec with 0.01uF caps.
|
/Linux-v6.1/drivers/usb/musb/ |
D | musb_host.h | 37 u8 hb_mult; /* high bandwidth pkts per uf */
|
/Linux-v6.1/Documentation/devicetree/bindings/input/touchscreen/ |
D | ads7846.txt | 40 ~150 uSec with 0.01uF caps (u16).
|
/Linux-v6.1/Documentation/devicetree/bindings/sound/ |
D | cirrus,cs35l41.yaml | 62 nearest integer and expressed in uF.
|
/Linux-v6.1/sound/firewire/ |
D | Kconfig | 108 * Behringer Digital Mixer X32 series (X-UF Card)
|
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_cs.c | 967 struct amdgpu_bo *uf = ttm_to_amdgpu_bo(p->uf_entry.tv.bo); in amdgpu_cs_parser_bos() local 969 r = amdgpu_ttm_alloc_gart(&uf->tbo); in amdgpu_cs_parser_bos() 973 p->gang_leader->uf_addr += amdgpu_bo_gpu_offset(uf); in amdgpu_cs_parser_bos() 1365 struct amdgpu_bo *uf = ttm_to_amdgpu_bo(parser->uf_entry.tv.bo); in amdgpu_cs_parser_fini() local 1367 amdgpu_bo_unref(&uf); in amdgpu_cs_parser_fini()
|
/Linux-v6.1/drivers/net/ |
D | tun.c | 882 struct tun_filter uf; in update_filter() local 885 if (copy_from_user(&uf, arg, sizeof(uf))) in update_filter() 888 if (!uf.count) { in update_filter() 894 alen = ETH_ALEN * uf.count; in update_filter() 895 addr = memdup_user(arg + sizeof(uf), alen); in update_filter() 906 for (n = 0; n < uf.count && n < FLT_EXACT_COUNT; n++) in update_filter() 914 for (; n < uf.count; n++) { in update_filter() 924 if ((uf.flags & TUN_FLT_ALLMULTI)) in update_filter()
|
/Linux-v6.1/drivers/regulator/ |
D | stm32-vrefbuf.c | 58 * ~650us sleep should be enough for caps up to 1.5uF. Use 10ms as in stm32_vrefbuf_enable()
|
/Linux-v6.1/sound/soc/codecs/ |
D | jz4760.c | 598 /* 0: 16ohm/220uF, 1: 10kohm/1uF */ in jz4760_codec_codec_init_regs()
|
D | jz4770.c | 638 /* 0: 16ohm/220uF, 1: 10kohm/1uF */ in jz4770_codec_codec_init_regs()
|
/Linux-v6.1/Documentation/driver-api/tty/ |
D | moxa-smartio.rst | 26 CP-102U, CP-102UL, CP-102UF
|