/linux-4.4.14/drivers/net/ethernet/ibm/ehea/ |
D | ehea_phyp.c | 85 unsigned long *outs, /* array of 9 outputs */ in ehea_plpar_hcall9() argument 101 ret = plpar_hcall9(opcode, outs, in ehea_plpar_hcall9() 128 outs[0], outs[1], outs[2], outs[3], outs[4], in ehea_plpar_hcall9() 129 outs[5], outs[6], outs[7], outs[8]); in ehea_plpar_hcall9() 217 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; in ehea_h_alloc_resource_qp() local 258 outs, in ehea_h_alloc_resource_qp() 269 *qp_handle = outs[0]; in ehea_h_alloc_resource_qp() 270 init_attr->qp_nr = (u32)outs[1]; in ehea_h_alloc_resource_qp() 273 (u16)EHEA_BMASK_GET(H_ALL_RES_QP_ACT_SWQE, outs[2]); in ehea_h_alloc_resource_qp() 275 (u16)EHEA_BMASK_GET(H_ALL_RES_QP_ACT_R1WQE, outs[2]); in ehea_h_alloc_resource_qp() [all …]
|
/linux-4.4.14/drivers/staging/rdma/ehca/ |
D | hcp_if.c | 142 unsigned long *outs, /* array of 9 outputs */ in ehca_plpar_hcall9() argument 167 ret = plpar_hcall9(opcode, outs, in ehca_plpar_hcall9() 185 ret, outs[0], outs[1], outs[2], outs[3], in ehca_plpar_hcall9() 186 outs[4], outs[5], outs[6], outs[7], in ehca_plpar_hcall9() 187 outs[8]); in ehca_plpar_hcall9() 190 ret, outs[0], outs[1], outs[2], outs[3], in ehca_plpar_hcall9() 191 outs[4], outs[5], outs[6], outs[7], in ehca_plpar_hcall9() 192 outs[8]); in ehca_plpar_hcall9() 209 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; in hipz_h_alloc_resource_eq() local 221 ret = ehca_plpar_hcall9(H_ALLOC_RESOURCE, outs, in hipz_h_alloc_resource_eq() [all …]
|
/linux-4.4.14/arch/sparc/kernel/ |
D | iommu_common.h | 41 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()
|
D | iommu.c | 436 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() 523 (outs->dma_length + s->length > max_seg_size) || in dma_4u_map_sg() 525 seg_boundary_size, outs, s))) { in dma_4u_map_sg() 529 outs = sg_next(outs); in dma_4u_map_sg() 531 outs->dma_length += s->length; in dma_4u_map_sg() 537 outs->dma_address = dma_addr; in dma_4u_map_sg() 538 outs->dma_length = slen; in dma_4u_map_sg() 549 outs = sg_next(outs); in dma_4u_map_sg() [all …]
|
D | pci_sun4v.c | 327 struct scatterlist *s, *outs, *segstart; in dma_4v_map_sg() local 347 outs = s = segstart = &sglist[0]; in dma_4v_map_sg() 353 outs->dma_length = 0; in dma_4v_map_sg() 407 (outs->dma_length + s->length > max_seg_size) || in dma_4v_map_sg() 409 seg_boundary_size, outs, s))) { in dma_4v_map_sg() 413 outs = sg_next(outs); in dma_4v_map_sg() 415 outs->dma_length += s->length; in dma_4v_map_sg() 421 outs->dma_address = dma_addr; in dma_4v_map_sg() 422 outs->dma_length = slen; in dma_4v_map_sg() 438 outs = sg_next(outs); in dma_4v_map_sg() [all …]
|
/linux-4.4.14/fs/ntfs/ |
D | unistr.c | 260 const int ins_len, ntfschar **outs) in ntfs_nlstoucs() argument 286 *outs = ucs; in ntfs_nlstoucs() 337 const int ins_len, unsigned char **outs, int outs_len) in ntfs_ucstonls() argument 345 ns = *outs; in ntfs_ucstonls() 365 else if (wc == -ENAMETOOLONG && ns != *outs) { in ntfs_ucstonls() 381 *outs = ns; in ntfs_ucstonls() 390 if (ns != *outs) in ntfs_ucstonls()
|
D | ntfs.h | 128 const int ins_len, ntfschar **outs); 130 const int ins_len, unsigned char **outs, int outs_len);
|
/linux-4.4.14/sound/pci/oxygen/ |
D | oxygen_pcm.c | 703 int outs, ins; in oxygen_pcm_init() local 706 outs = !!(chip->model.device_config & PLAYBACK_0_TO_I2S); in oxygen_pcm_init() 709 if (outs | ins) { in oxygen_pcm_init() 711 0, outs, ins, &pcm); in oxygen_pcm_init() 714 if (outs) in oxygen_pcm_init() 725 if (outs) in oxygen_pcm_init() 739 outs = !!(chip->model.device_config & PLAYBACK_1_TO_SPDIF); in oxygen_pcm_init() 741 if (outs | ins) { in oxygen_pcm_init() 742 err = snd_pcm_new(chip->card, "Digital", 1, outs, ins, &pcm); in oxygen_pcm_init() 745 if (outs) in oxygen_pcm_init() [all …]
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | iommu.c | 437 struct scatterlist *s, *outs, *segstart; in ppc_iommu_map_sg() local 448 outs = s = segstart = &sglist[0]; in ppc_iommu_map_sg() 454 outs->dma_length = 0; in ppc_iommu_map_sg() 511 (outs->dma_length + s->length > max_seg_size)) { in ppc_iommu_map_sg() 515 outs = sg_next(outs); in ppc_iommu_map_sg() 518 outs->dma_length += s->length; in ppc_iommu_map_sg() 519 DBG(" merged, new len: %ux\n", outs->dma_length); in ppc_iommu_map_sg() 526 outs->dma_address = dma_addr; in ppc_iommu_map_sg() 527 outs->dma_length = slen; in ppc_iommu_map_sg() 546 outs = sg_next(outs); in ppc_iommu_map_sg() [all …]
|
/linux-4.4.14/sound/drivers/ |
D | serial-u16550.c | 76 static int outs[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; /* 1 to 16 */ variable 95 module_param_array(outs, int, NULL, 0444); 96 MODULE_PARM_DESC(outs, "Number of MIDI outputs."); 873 int outs, int ins, in snd_uart16550_rmidi() argument 880 outs, ins, &rrawmidi); in snd_uart16550_rmidi() 912 outs[dev] = 1; in snd_serial_probe() 916 outs[dev] = 16; in snd_serial_probe() 928 if (outs[dev] < 1 || outs[dev] > SNDRV_SERIAL_MAX_OUTS) { in snd_serial_probe() 931 SNDRV_SERIAL_MAX_OUTS, outs[dev]); in snd_serial_probe() 960 err = snd_uart16550_rmidi(uart, 0, outs[dev], ins[dev], &uart->rmidi); in snd_serial_probe()
|
/linux-4.4.14/arch/m68k/ifpsp060/ |
D | README | 51 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
|
D | TEST.DOC | 81 location are listed in "68060{ISP,FPSP}-TEST call-outs" below). Each field 107 68060ISP-TEST Call-outs: 112 68060FPSP-TEST Call-outs:
|
D | isp.doc | 95 listed in "68060ISP call-outs" below). Each field entry should contain 121 68060ISP call-outs: (details in iskeleton.s)
|
D | fpsp.doc | 87 listed in "68060FPSP call-outs" below). Each field entry should contain 112 68060FPSP call-outs: (details in fskeleton.s)
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | serial-u16550.txt | 32 /sbin/modprobe snd-serial-u16550 port=0x3f8 irq=4 outs=4 34 In MS-124T mode, one raw MIDI substream is supported (midiCnD0); the outs 46 the outs module parameter is automatically set to 1. The driver sends 55 the outs module parameter is automatically set to 16. The substream
|
D | HD-Audio-Controls.txt | 25 mutes the speakers, but not line-outs. When line-out+speaker is 27 line-outs. 47 jacks. That is, the headphone won't auto-mute the other line-outs,
|
D | hdspm.txt | 253 with mixing or routing. the analog outs reflects channel 63,64. 349 "Send playback streams to analog outs by default."
|
D | ALSA-Configuration.txt | 664 * Creative Card all ins and outs [0x3fff/0x7fff] 989 line_outs_monitor - Send playback streams to analog outs by default. 1862 outs - number of MIDI ports in a serial port (1-4)
|
/linux-4.4.14/arch/blackfin/lib/ |
D | Makefile | 11 ins.o outs.o
|
/linux-4.4.14/sound/drivers/vx/ |
D | vx_pcm.c | 1238 unsigned int outs, ins; in snd_vx_pcm_new() local 1239 outs = chip->audio_outs > i * 2 ? 1 : 0; in snd_vx_pcm_new() 1241 if (! outs && ! ins) in snd_vx_pcm_new() 1244 outs, ins, &pcm); in snd_vx_pcm_new() 1247 if (outs) in snd_vx_pcm_new()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | io.h | 304 static inline void outs##bwl(int port, const void *addr, unsigned long count) \
|
/linux-4.4.14/drivers/net/ethernet/amd/ |
D | 7990.c | 543 static int outs; in lance_start_xmit() local 578 outs++; in lance_start_xmit()
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | io.h | 196 static inline void outs##bwl(unsigned long port, const void *data, \
|
/linux-4.4.14/arch/mips/include/asm/ |
D | io.h | 513 static inline void outs##bwlq(unsigned long port, const void *addr, \
|
/linux-4.4.14/arch/sh/include/asm/ |
D | io.h | 194 static inline void outs##bwlq(unsigned long port, const void *addr, \
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | fpsp.h | 174 | ;on packed move outs. NOTE: this
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | pfpsp.S | 1498 # Separate packed move outs from the UNNORM and DENORM move outs. 4288 # separate move ins from move outs...
|
D | fpsp.S | 1499 # Separate packed move outs from the UNNORM and DENORM move outs. 18239 # separate move ins from move outs...
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 159 * pending select-outs. 419 * if select-outs are currently frozen or we have
|
D | aic79xx.reg | 3792 * Counting semaphore to prevent new select-outs
|
/linux-4.4.14/sound/pci/hda/ |
D | hda_generic.c | 1570 static bool map_singles(struct hda_codec *codec, int outs, in map_singles() argument 1576 for (i = 0; i < outs; i++) { in map_singles()
|
/linux-4.4.14/arch/x86/kvm/ |
D | emulate.c | 4337 I2bvIP(SrcSI | DstDX | String, em_out, outs, check_perm_out), /* outsb, outsw/outsd */
|