Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/net/ethernet/ibm/ehea/
H A Dehea_phyp.c71 unsigned long *outs, /* array of 9 outputs */ in ehea_plpar_hcall9() argument
87 ret = plpar_hcall9(opcode, outs, in ehea_plpar_hcall9()
114 outs[0], outs[1], outs[2], outs[3], outs[4], in ehea_plpar_hcall9()
115 outs[5], outs[6], outs[7], outs[8]); in ehea_plpar_hcall9()
203 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; in ehea_h_alloc_resource_qp() local
244 outs, in ehea_h_alloc_resource_qp()
255 *qp_handle = outs[0]; in ehea_h_alloc_resource_qp()
256 init_attr->qp_nr = (u32)outs[1]; in ehea_h_alloc_resource_qp()
259 (u16)EHEA_BMASK_GET(H_ALL_RES_QP_ACT_SWQE, outs[2]); in ehea_h_alloc_resource_qp()
261 (u16)EHEA_BMASK_GET(H_ALL_RES_QP_ACT_R1WQE, outs[2]); in ehea_h_alloc_resource_qp()
[all …]
/OK3568_Linux_fs/kernel/sound/pci/oxygen/
H A Doxygen_pcm.c679 int outs, ins; in oxygen_pcm_init() local
682 outs = !!(chip->model.device_config & PLAYBACK_0_TO_I2S); in oxygen_pcm_init()
685 if (outs | ins) { in oxygen_pcm_init()
687 0, outs, ins, &pcm); in oxygen_pcm_init()
690 if (outs) in oxygen_pcm_init()
701 if (outs) in oxygen_pcm_init()
715 outs = !!(chip->model.device_config & PLAYBACK_1_TO_SPDIF); in oxygen_pcm_init()
717 if (outs | ins) { in oxygen_pcm_init()
718 err = snd_pcm_new(chip->card, "Digital", 1, outs, ins, &pcm); in oxygen_pcm_init()
721 if (outs) in oxygen_pcm_init()
[all …]
/OK3568_Linux_fs/kernel/fs/ntfs/
H A Dunistr.c246 const int ins_len, ntfschar **outs) in ntfs_nlstoucs() argument
272 *outs = ucs; in ntfs_nlstoucs()
323 const int ins_len, unsigned char **outs, int outs_len) in ntfs_ucstonls() argument
331 ns = *outs; in ntfs_ucstonls()
351 else if (wc == -ENAMETOOLONG && ns != *outs) { in ntfs_ucstonls()
367 *outs = ns; in ntfs_ucstonls()
376 if (ns != *outs) in ntfs_ucstonls()
H A Dntfs.h114 const int ins_len, ntfschar **outs);
116 const int ins_len, unsigned char **outs, int outs_len);
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Diommu.c436 struct scatterlist *s, *outs, *segstart; in dma_4u_map_sg() local
466 outs = s = segstart = &sglist[0]; in dma_4u_map_sg()
472 outs->dma_length = 0; in dma_4u_map_sg()
522 (outs->dma_length + s->length > max_seg_size) || in dma_4u_map_sg()
524 seg_boundary_size, outs, s))) { in dma_4u_map_sg()
528 outs = sg_next(outs); in dma_4u_map_sg()
530 outs->dma_length += s->length; in dma_4u_map_sg()
536 outs->dma_address = dma_addr; in dma_4u_map_sg()
537 outs->dma_length = slen; in dma_4u_map_sg()
548 outs = sg_next(outs); in dma_4u_map_sg()
[all …]
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 Dpci_sun4v.c472 struct scatterlist *s, *outs, *segstart; in dma_4v_map_sg() local
499 outs = s = segstart = &sglist[0]; in dma_4v_map_sg()
505 outs->dma_length = 0; in dma_4v_map_sg()
565 (outs->dma_length + s->length > max_seg_size) || in dma_4v_map_sg()
567 seg_boundary_size, outs, s))) { in dma_4v_map_sg()
571 outs = sg_next(outs); in dma_4v_map_sg()
573 outs->dma_length += s->length; in dma_4v_map_sg()
579 outs->dma_address = dma_addr; in dma_4v_map_sg()
580 outs->dma_length = slen; in dma_4v_map_sg()
596 outs = sg_next(outs); in dma_4v_map_sg()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Diommu.c417 struct scatterlist *s, *outs, *segstart; in ppc_iommu_map_sg() local
428 outs = s = segstart = &sglist[0]; in ppc_iommu_map_sg()
434 outs->dma_length = 0; in ppc_iommu_map_sg()
492 (outs->dma_length + s->length > max_seg_size)) { in ppc_iommu_map_sg()
496 outs = sg_next(outs); in ppc_iommu_map_sg()
499 outs->dma_length += s->length; in ppc_iommu_map_sg()
500 DBG(" merged, new len: %ux\n", outs->dma_length); in ppc_iommu_map_sg()
507 outs->dma_address = dma_addr; in ppc_iommu_map_sg()
508 outs->dma_length = slen; in ppc_iommu_map_sg()
527 outs = sg_next(outs); in ppc_iommu_map_sg()
[all …]
/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-sysfs.c148 char *outs = NULL, *ins = NULL; in coresight_make_links() local
152 outs = devm_kasprintf(&orig->dev, GFP_KERNEL, in coresight_make_links()
154 if (!outs) in coresight_make_links()
168 link->orig_name = outs; in coresight_make_links()
/OK3568_Linux_fs/kernel/sound/drivers/
H A Dserial-u16550.c63 static int outs[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; /* 1 to 16 */ variable
82 module_param_array(outs, int, NULL, 0444);
83 MODULE_PARM_DESC(outs, "Number of MIDI outputs.");
859 int outs, int ins, in snd_uart16550_rmidi() argument
866 outs, ins, &rrawmidi); in snd_uart16550_rmidi()
898 outs[dev] = 1; in snd_serial_probe()
902 outs[dev] = 16; in snd_serial_probe()
914 if (outs[dev] < 1 || outs[dev] > SNDRV_SERIAL_MAX_OUTS) { in snd_serial_probe()
917 SNDRV_SERIAL_MAX_OUTS, outs[dev]); in snd_serial_probe()
946 err = snd_uart16550_rmidi(uart, 0, outs[dev], ins[dev], &uart->rmidi); in snd_serial_probe()
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dio.h128 __io_writes_outs(outs, u8, b, __io_pbw(), __io_paw())
129 __io_writes_outs(outs, u16, w, __io_pbw(), __io_paw())
130 __io_writes_outs(outs, u32, l, __io_pbw(), __io_paw())
145 __io_writes_outs(outs, u64, q, __io_pbr(), __io_paw())
/OK3568_Linux_fs/kernel/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)
/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/kernel/drivers/firmware/arm_scmi/
H A Dnotify.c428 unsigned int outs; in scmi_process_event_header() local
431 outs = kfifo_out(&eq->kfifo, pd->eh, in scmi_process_event_header()
433 if (!outs) in scmi_process_event_header()
435 if (outs != sizeof(struct scmi_event_header)) { in scmi_process_event_header()
467 unsigned int outs; in scmi_process_event_payload() local
470 outs = kfifo_out(&eq->kfifo, pd->eh->payld, pd->eh->payld_sz); in scmi_process_event_payload()
471 if (!outs) in scmi_process_event_payload()
477 if (outs != pd->eh->payld_sz) { in scmi_process_event_payload()
/OK3568_Linux_fs/kernel/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,
/OK3568_Linux_fs/kernel/sound/drivers/vx/
H A Dvx_pcm.c1195 unsigned int outs, ins; in snd_vx_pcm_new() local
1196 outs = chip->audio_outs > i * 2 ? 1 : 0; in snd_vx_pcm_new()
1198 if (! outs && ! ins) in snd_vx_pcm_new()
1201 outs, ins, &pcm); in snd_vx_pcm_new()
1204 if (outs) in snd_vx_pcm_new()
/OK3568_Linux_fs/kernel/include/linux/
H A Dlogic_pio.h36 void (*outs)(void *hostdata, unsigned long addr, const void *buffer, member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/
H A D7990.c544 static int outs; in lance_start_xmit() local
581 outs++; in lance_start_xmit()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dqemurunner.py540 outs, errs = self.runqemu.communicate(timeout = self.runqemutime)
541 if outs:
542 self.logger.info("Output from runqemu:\n%s", outs.decode("utf-8"))
/OK3568_Linux_fs/kernel/lib/
H A Dlogic_pio.c295 entry->ops->outs(entry->hostdata, \
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/
H A Dprim_ops.h130 void outs (int size);

12