/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/ehea/ |
H A D | ehea_phyp.c | 71 unsigned long *outs, /* array of 9 outputs */ in ehea_plpar_hcall9() 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[ in ehea_plpar_hcall9() 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) ehea_plpar_hcall9() argument 203 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; ehea_h_alloc_resource_qp() local 301 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; ehea_h_alloc_resource_cq() local 363 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; ehea_h_alloc_resource_eq() local 396 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; ehea_h_modify_ehea_qp() local 438 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; ehea_h_register_smr() local 457 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; ehea_h_disable_and_get_hea() local 482 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; ehea_h_alloc_resource_mr() local 553 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; ehea_h_modify_ehea_port() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/ehea/ |
H A D | ehea_phyp.c | 71 unsigned long *outs, /* array of 9 outputs */ in ehea_plpar_hcall9() 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[ in ehea_plpar_hcall9() 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) ehea_plpar_hcall9() argument 203 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; ehea_h_alloc_resource_qp() local 301 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; ehea_h_alloc_resource_cq() local 363 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; ehea_h_alloc_resource_eq() local 396 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; ehea_h_modify_ehea_qp() local 438 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; ehea_h_register_smr() local 457 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; ehea_h_disable_and_get_hea() local 482 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; ehea_h_alloc_resource_mr() local 553 unsigned long outs[PLPAR_HCALL9_BUFSIZE]; ehea_h_modify_ehea_port() local [all...] |
/kernel/linux/linux-5.10/sound/pci/oxygen/ |
H A D | oxygen_pcm.c | 679 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...] |
/kernel/linux/linux-6.6/sound/pci/oxygen/ |
H A D | oxygen_pcm.c | 679 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...] |
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | iommu_common.h | 41 struct scatterlist *outs, in is_span_boundary() 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() 38 is_span_boundary(unsigned long entry, unsigned long shift, unsigned long boundary_size, struct scatterlist *outs, struct scatterlist *sg) is_span_boundary() argument
|
H A 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() 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 in dma_4u_map_sg() [all...] |
H A D | pci_sun4v.c | 472 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 in dma_4v_map_sg() [all...] |
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | iommu_common.h | 41 struct scatterlist *outs, in is_span_boundary() 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() 38 is_span_boundary(unsigned long entry, unsigned long shift, unsigned long boundary_size, struct scatterlist *outs, struct scatterlist *sg) is_span_boundary() argument
|
H A 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() 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 in dma_4u_map_sg() [all...] |
H A D | pci_sun4v.c | 473 struct scatterlist *s, *outs, *segstart; in dma_4v_map_sg() local 500 outs = s = segstart = &sglist[0]; in dma_4v_map_sg() 506 outs->dma_length = 0; in dma_4v_map_sg() 566 (outs->dma_length + s->length > max_seg_size) || in dma_4v_map_sg() 568 seg_boundary_size, outs, s))) { in dma_4v_map_sg() 572 outs = sg_next(outs); in dma_4v_map_sg() 574 outs->dma_length += s->length; in dma_4v_map_sg() 580 outs->dma_address = dma_addr; in dma_4v_map_sg() 581 outs in dma_4v_map_sg() [all...] |
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | unistr.c | 227 * @outs: on return contains the allocated output Unicode string buffer 233 * calling kmem_cache_free(ntfs_name_cache, *@outs); when finished with it. 236 * the output string *@outs (>= 0), not counting the terminating Unicode NULL 237 * character. *@outs is set to the allocated output string buffer. 240 * that case the output string is not allocated. Both *@outs and *@outs_len 246 const int ins_len, ntfschar **outs) in ntfs_nlstoucs() 272 *outs = ucs; in ntfs_nlstoucs() 302 * @outs: on return contains the (allocated) output NLS string buffer 308 * If *@outs is NULL, this function allocates the string and the caller is 309 * responsible for calling kfree(*@outs); whe 245 ntfs_nlstoucs(const ntfs_volume *vol, const char *ins, const int ins_len, ntfschar **outs) ntfs_nlstoucs() argument 322 ntfs_ucstonls(const ntfs_volume *vol, const ntfschar *ins, const int ins_len, unsigned char **outs, int outs_len) ntfs_ucstonls() argument [all...] |
H A D | ntfs.h | 114 const int ins_len, ntfschar **outs); 116 const int ins_len, unsigned char **outs, int outs_len);
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | unistr.c | 227 * @outs: on return contains the allocated output Unicode string buffer 233 * calling kmem_cache_free(ntfs_name_cache, *@outs); when finished with it. 236 * the output string *@outs (>= 0), not counting the terminating Unicode NULL 237 * character. *@outs is set to the allocated output string buffer. 240 * that case the output string is not allocated. Both *@outs and *@outs_len 246 const int ins_len, ntfschar **outs) in ntfs_nlstoucs() 272 *outs = ucs; in ntfs_nlstoucs() 302 * @outs: on return contains the (allocated) output NLS string buffer 308 * If *@outs is NULL, this function allocates the string and the caller is 309 * responsible for calling kfree(*@outs); whe 245 ntfs_nlstoucs(const ntfs_volume *vol, const char *ins, const int ins_len, ntfschar **outs) ntfs_nlstoucs() argument 322 ntfs_ucstonls(const ntfs_volume *vol, const ntfschar *ins, const int ins_len, unsigned char **outs, int outs_len) ntfs_ucstonls() argument [all...] |
H A D | ntfs.h | 114 const int ins_len, ntfschar **outs); 116 const int ins_len, unsigned char **outs, int outs_len);
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | iommu.c | 428 struct scatterlist *s, *outs, *segstart; in ppc_iommu_map_sg() local 439 outs = s = segstart = &sglist[0]; in ppc_iommu_map_sg() 445 outs->dma_length = 0; in ppc_iommu_map_sg() 503 (outs->dma_length + s->length > max_seg_size)) { in ppc_iommu_map_sg() 507 outs = sg_next(outs); in ppc_iommu_map_sg() 510 outs->dma_length += s->length; in ppc_iommu_map_sg() 511 DBG(" merged, new len: %ux\n", outs->dma_length); in ppc_iommu_map_sg() 518 outs->dma_address = dma_addr; in ppc_iommu_map_sg() 519 outs in ppc_iommu_map_sg() [all...] |
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
H A D | coresight-sysfs.c | 148 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()
|
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
H A D | coresight-sysfs.c | 148 char *outs = NULL, *ins = NULL; in coresight_make_links() local 156 outs = devm_kasprintf(&orig->dev, GFP_KERNEL, in coresight_make_links() 158 if (!outs) in coresight_make_links() 172 link->orig_name = outs; in coresight_make_links()
|
/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
H A D | io.h | 128 __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())
|
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | io.h | 115 __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())
|
/kernel/linux/linux-5.10/sound/drivers/ |
H A D | serial-u16550.c | 63 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."); 92 /*#define SNDRV_SERIAL_MS124W_MB_NOCOMBO 1*/ /* Address outs as 0-3 instead of bitmap */ 859 int outs, int ins, in snd_uart16550_rmidi() 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[de in snd_serial_probe() 858 snd_uart16550_rmidi(struct snd_uart16550 *uart, int device, int outs, int ins, struct snd_rawmidi **rmidi) snd_uart16550_rmidi() argument [all...] |
/kernel/linux/linux-6.6/sound/drivers/ |
H A D | serial-u16550.c | 62 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, in snd_uart16550_rmidi() 840 outs, ins, &rrawmidi); in snd_uart16550_rmidi() 872 outs[dev] = 1; in snd_serial_probe() 876 outs[dev] = 16; in snd_serial_probe() 888 if (outs[dev] < 1 || outs[de in snd_serial_probe() 832 snd_uart16550_rmidi(struct snd_uart16550 *uart, int device, int outs, int ins, struct snd_rawmidi **rmidi) snd_uart16550_rmidi() argument [all...] |
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | iommu.c | 476 struct scatterlist *s, *outs, *segstart; in ppc_iommu_map_sg() local 487 outs = s = segstart = &sglist[0]; in ppc_iommu_map_sg() 493 outs->dma_length = 0; in ppc_iommu_map_sg() 551 (outs->dma_length + s->length > max_seg_size)) { in ppc_iommu_map_sg() 555 outs = sg_next(outs); in ppc_iommu_map_sg() 558 outs->dma_length += s->length; in ppc_iommu_map_sg() 559 DBG(" merged, new len: %ux\n", outs->dma_length); in ppc_iommu_map_sg() 566 outs->dma_address = dma_addr; in ppc_iommu_map_sg() 567 outs in ppc_iommu_map_sg() [all...] |
/kernel/linux/linux-5.10/drivers/firmware/arm_scmi/ |
H A D | notify.c | 425 unsigned int outs; in scmi_process_event_header() local 428 outs = kfifo_out(&eq->kfifo, pd->eh, in scmi_process_event_header() 430 if (!outs) in scmi_process_event_header() 432 if (outs != sizeof(struct scmi_event_header)) { in scmi_process_event_header() 464 unsigned int outs; in scmi_process_event_payload() local 467 outs = kfifo_out(&eq->kfifo, pd->eh->payld, pd->eh->payld_sz); in scmi_process_event_payload() 468 if (!outs) in scmi_process_event_payload() 474 if (outs != pd->eh->payld_sz) { in scmi_process_event_payload()
|
/kernel/linux/linux-6.6/drivers/firmware/arm_scmi/ |
H A D | notify.c | 428 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()
|
/kernel/linux/linux-5.10/sound/drivers/vx/ |
H A D | vx_pcm.c | 1195 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()
|