Searched refs:outs (Results 1 - 25 of 27) sorted by relevance

12

/linux-master/drivers/net/ethernet/ibm/ehea/
H A Dehea_phyp.c71 unsigned long *outs, /* array of 9 outputs */
87 ret = plpar_hcall9(opcode, outs,
114 outs[0], outs[1], outs[2], outs[3], outs[4],
115 outs[5], outs[6], outs[
70 ehea_plpar_hcall9(unsigned long opcode, unsigned long *outs, unsigned long arg1, unsigned long arg2, unsigned long arg3, unsigned long arg4, unsigned long arg5, unsigned long arg6, unsigned long arg7, unsigned long arg8, unsigned long arg9) argument
203 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; local
301 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; local
363 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; local
396 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; local
438 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; local
457 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; local
482 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; local
553 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; local
[all...]
/linux-master/arch/sparc/kernel/
H A Diommu_common.h41 struct scatterlist *outs,
44 unsigned long paddr = SG_ENT_PHYS_ADDRESS(outs);
45 int nr = iommu_num_pages(paddr, outs->dma_length + sg->length,
38 is_span_boundary(unsigned long entry, unsigned long shift, unsigned long boundary_size, struct scatterlist *outs, struct scatterlist *sg) argument
H A Diommu.c436 struct scatterlist *s, *outs, *segstart; local
466 outs = s = segstart = &sglist[0];
472 outs->dma_length = 0;
522 (outs->dma_length + s->length > max_seg_size) ||
524 seg_boundary_size, outs, s))) {
528 outs = sg_next(outs);
530 outs->dma_length += s->length;
536 outs->dma_address = dma_addr;
537 outs
[all...]
H A Dpci_sun4v.c473 struct scatterlist *s, *outs, *segstart; local
500 outs = s = segstart = &sglist[0];
506 outs->dma_length = 0;
566 (outs->dma_length + s->length > max_seg_size) ||
568 seg_boundary_size, outs, s))) {
572 outs = sg_next(outs);
574 outs->dma_length += s->length;
580 outs->dma_address = dma_addr;
581 outs
[all...]
/linux-master/sound/pci/oxygen/
H A Doxygen_pcm.c679 int outs, ins; local
682 outs = !!(chip->model.device_config & PLAYBACK_0_TO_I2S);
685 if (outs | ins) {
687 0, outs, ins, &pcm);
690 if (outs)
701 if (outs)
715 outs = !!(chip->model.device_config & PLAYBACK_1_TO_SPDIF);
717 if (outs | ins) {
718 err = snd_pcm_new(chip->card, "Digital", 1, outs, ins, &pcm);
721 if (outs)
[all...]
/linux-master/arch/riscv/include/asm/
H A Dio.h115 __io_writes_outs(outs, u8, b, __io_pbw(), __io_paw())
116 __io_writes_outs(outs, u16, w, __io_pbw(), __io_paw())
117 __io_writes_outs(outs, u32, l, __io_pbw(), __io_paw())
132 __io_writes_outs(outs, u64, q, __io_pbr(), __io_paw())
/linux-master/include/linux/
H A Dlogic_pio.h36 void (*outs)(void *hostdata, unsigned long addr, const void *buffer, member in struct:logic_pio_host_ops
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_sched.h90 u32 outc, u64 outs);
H A Dnouveau_exec.c294 u64 outs = req->sig_ptr; local
321 *s = u_memcpya(outs, outc, sizeof(**s));
H A Dnouveau_uvmm.c1672 u64 outs = req->sig_ptr; local
1702 *s = u_memcpya(outs, outc, sizeof(**s));
/linux-master/sound/drivers/
H A Dserial-u16550.c62 static int outs[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; /* 1 to 16 */ variable
81 module_param_array(outs, int, NULL, 0444);
82 MODULE_PARM_DESC(outs, "Number of MIDI outputs.");
91 /*#define SNDRV_SERIAL_MS124W_MB_NOCOMBO 1*/ /* Address outs as 0-3 instead of bitmap */
833 int outs, int ins,
840 outs, ins, &rrawmidi);
872 outs[dev] = 1;
876 outs[dev] = 16;
888 if (outs[dev] < 1 || outs[de
832 snd_uart16550_rmidi(struct snd_uart16550 *uart, int device, int outs, int ins, struct snd_rawmidi **rmidi) argument
[all...]
H A Dserial-generic.c288 int outs, int ins, struct snd_rawmidi **rmidi)
294 outs, ins, &rrawmidi);
287 snd_serial_generic_rmidi(struct snd_serial_generic *drvdata, int outs, int ins, struct snd_rawmidi **rmidi) argument
/linux-master/arch/powerpc/kernel/
H A Diommu.c476 struct scatterlist *s, *outs, *segstart; local
487 outs = s = segstart = &sglist[0];
493 outs->dma_length = 0;
551 (outs->dma_length + s->length > max_seg_size)) {
555 outs = sg_next(outs);
558 outs->dma_length += s->length;
559 DBG(" merged, new len: %ux\n", outs->dma_length);
566 outs->dma_address = dma_addr;
567 outs
[all...]
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-sysfs.c539 char *outs = NULL, *ins = NULL; local
547 outs = devm_kasprintf(&orig->dev, GFP_KERNEL,
549 if (!outs)
563 link->orig_name = outs;
/linux-master/drivers/firmware/arm_scmi/
H A Dnotify.c429 unsigned int outs; local
432 outs = kfifo_out(&eq->kfifo, pd->eh,
434 if (!outs)
436 if (outs != sizeof(struct scmi_event_header)) {
468 unsigned int outs; local
471 outs = kfifo_out(&eq->kfifo, pd->eh->payld, pd->eh->payld_sz);
472 if (!outs)
478 if (outs != pd->eh->payld_sz) {
/linux-master/sound/drivers/vx/
H A Dvx_pcm.c1204 unsigned int outs, ins; local
1205 outs = chip->audio_outs > i * 2 ? 1 : 0;
1207 if (! outs && ! ins)
1210 outs, ins, &pcm);
1213 if (outs)
/linux-master/lib/
H A Dlogic_pio.c292 entry->ops->outs(entry->hostdata, \
/linux-master/arch/x86/include/asm/
H A Dio.h259 static inline void outs##bwl(u16 port, const void *addr, unsigned long count) \
269 asm volatile("rep; outs" #bwl \
/linux-master/drivers/net/ethernet/amd/
H A D7990.c544 static int outs; local
581 outs++;
/linux-master/arch/sh/include/asm/
H A Dio.h11 * and 'string' versions: ins{b,w,l}/outs{b,w,l}
215 static inline void outs##bwlq(unsigned long port, const void *addr, \
/linux-master/drivers/bus/
H A Dhisi_lpc.c339 .outs = hisi_lpc_comm_outs,
/linux-master/arch/mips/include/asm/
H A Dio.h418 static inline void outs##bwlq(unsigned long port, const void *addr, \
/linux-master/arch/m68k/fpsp040/
H A Dfpsp.h174 | ;on packed move outs. NOTE: this
/linux-master/arch/m68k/ifpsp060/src/
H A Dpfpsp.S1498 # Separate packed move outs from the UNNORM and DENORM move outs.
3959 # for fmove outs of type extended and packed.
4288 # separate move ins from move outs...
/linux-master/sound/pci/hda/
H A Dhda_generic.c1613 static bool map_singles(struct hda_codec *codec, int outs, argument
1619 for (i = 0; i < outs; i++) {

Completed in 571 milliseconds

12