Home
last modified time | relevance | path

Searched refs:outs (Results 1 – 25 of 26) sorted by relevance

12

/linux/arch/sparc/kernel/
H A Diommu_common.h41 struct scatterlist *outs, in is_span_boundary() argument
44 unsigned long paddr = SG_ENT_PHYS_ADDRESS(outs); in is_span_boundary()
45 int nr = iommu_num_pages(paddr, outs->dma_length + sg->length, in is_span_boundary()
H A Diommu.c446 struct scatterlist *s, *outs, *segstart; in dma_4u_map_sg() local
476 outs = s = segstart = &sglist[0]; in dma_4u_map_sg()
482 outs->dma_length = 0; in dma_4u_map_sg()
532 (outs->dma_length + s->length > max_seg_size) || in dma_4u_map_sg()
534 seg_boundary_size, outs, s))) { in dma_4u_map_sg()
538 outs = sg_next(outs); in dma_4u_map_sg()
540 outs->dma_length += s->length; in dma_4u_map_sg()
546 outs->dma_address = dma_addr; in dma_4u_map_sg()
547 outs->dma_length = slen; in dma_4u_map_sg()
558 outs = sg_next(outs); in dma_4u_map_sg()
[all …]
H A Dpci_sun4v.c482 struct scatterlist *s, *outs, *segstart; in dma_4v_map_sg() local
509 outs = s = segstart = &sglist[0]; in dma_4v_map_sg()
515 outs->dma_length = 0; in dma_4v_map_sg()
575 (outs->dma_length + s->length > max_seg_size) || in dma_4v_map_sg()
577 seg_boundary_size, outs, s))) { in dma_4v_map_sg()
581 outs = sg_next(outs); in dma_4v_map_sg()
583 outs->dma_length += s->length; in dma_4v_map_sg()
589 outs->dma_address = dma_addr; in dma_4v_map_sg()
590 outs->dma_length = slen; in dma_4v_map_sg()
606 outs = sg_next(outs); in dma_4v_map_sg()
[all …]
/linux/arch/riscv/include/asm/
H A Dio.h122 __io_writes_outs(outs, u8, b, __io_pbw(), __io_paw())
123 __io_writes_outs(outs, u16, w, __io_pbw(), __io_paw())
124 __io_writes_outs(outs, u32, l, __io_pbw(), __io_paw())
143 __io_writes_outs(outs, u64, q, __io_pbr(), __io_paw())
/linux/arch/m68k/ifpsp060/
H A DREADME51 fskeleton.s Sample Call-outs needed by fpsp.sa and pfpsp.sa
53 iskeleton.s Sample Call-outs needed by isp.sa
55 os.s Sample Call-outs needed by fpsp.sa, pfpsp.sa, and isp.sa
H A DTEST.DOC81 location are listed in "68060{ISP,FPSP}-TEST call-outs" below). Each field
107 68060ISP-TEST Call-outs:
112 68060FPSP-TEST Call-outs:
H A Dfpsp.doc87 listed in "68060FPSP call-outs" below). Each field entry should contain
112 68060FPSP call-outs: (details in fskeleton.s)
H A Disp.doc95 listed in "68060ISP call-outs" below). Each field entry should contain
121 68060ISP call-outs: (details in iskeleton.s)
/linux/Documentation/sound/cards/
H A Dserial-u16550.rst34 /sbin/modprobe snd-serial-u16550 port=0x3f8 irq=4 outs=4
36 In MS-124T mode, one raw MIDI substream is supported (midiCnD0); the outs
49 the outs module parameter is automatically set to 1. The driver sends
59 the outs module parameter is automatically set to 16. The substream
H A Dhdspm.rst260 with mixing or routing. the analog outs reflects channel 63,64.
364 Send playback streams to analog outs by default.
/linux/drivers/firmware/arm_scmi/
H A Dnotify.c433 unsigned int outs; in scmi_process_event_header() local
436 outs = kfifo_out(&eq->kfifo, pd->eh, in scmi_process_event_header()
438 if (!outs) in scmi_process_event_header()
440 if (outs != sizeof(struct scmi_event_header)) { in scmi_process_event_header()
472 unsigned int outs; in scmi_process_event_payload() local
475 outs = kfifo_out(&eq->kfifo, pd->eh->payld, pd->eh->payld_sz); in scmi_process_event_payload()
476 if (!outs) in scmi_process_event_payload()
482 if (outs != pd->eh->payld_sz) { in scmi_process_event_payload()
/linux/Documentation/sound/hd-audio/
H A Dcontrols.rst30 mutes the speakers, but not line-outs. When line-out+speaker is
32 line-outs.
52 jacks. That is, the headphone won't auto-mute the other line-outs,
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_sched.h90 u32 outc, u64 outs);
H A Dnouveau_exec.c298 u64 outs = req->sig_ptr; in nouveau_exec_ucopy() local
325 *s = u_memcpya(outs, outc, sizeof(**s)); in nouveau_exec_ucopy()
H A Dnouveau_uvmm.c1743 u64 outs = req->sig_ptr; in nouveau_uvmm_vm_bind_ucopy() local
1773 *s = u_memcpya(outs, outc, sizeof(**s)); in nouveau_uvmm_vm_bind_ucopy()
/linux/sound/drivers/vx/
H A Dvx_pcm.c1208 unsigned int outs, ins; in snd_vx_pcm_new() local
1209 outs = chip->audio_outs > i * 2 ? 1 : 0; in snd_vx_pcm_new()
1211 if (! outs && ! ins) in snd_vx_pcm_new()
1214 outs, ins, &pcm); in snd_vx_pcm_new()
1217 if (outs) in snd_vx_pcm_new()
/linux/drivers/net/ethernet/amd/
H A D7990.c544 static int outs; in lance_start_xmit() local
581 outs++; in lance_start_xmit()
/linux/kernel/
H A DKconfig.preempt188 - Rapid scheduler deployments: Non-disruptive swap outs of
/linux/arch/m68k/fpsp040/
H A Dfpsp.h174 | ;on packed move outs. NOTE: this
/linux/Documentation/driver-api/surface_aggregator/
H A Dssh.rst33 and power information and events, thermal read-outs and events, and many
/linux/arch/m68k/ifpsp060/src/
H A Dpfpsp.S1498 # Separate packed move outs from the UNNORM and DENORM move outs.
4288 # separate move ins from move outs...
/linux/Documentation/driver-api/usb/
H A Dwriting_musb_glue_layer.rst689 this documentation tries to show the ins and outs of this exercise.
/linux/drivers/scsi/aic7xxx/
H A Daic79xx.seq159 * pending select-outs.
419 * if select-outs are currently frozen or we have
H A Daic79xx.reg3792 * Counting semaphore to prevent new select-outs
/linux/sound/hda/codecs/
H A Dgeneric.c1611 static bool map_singles(struct hda_codec *codec, int outs, in map_singles() argument
1617 for (i = 0; i < outs; i++) { in map_singles()

12