Searched refs:pointer (Results 601 - 625 of 662) sorted by relevance

<<21222324252627

/linux-master/sound/soc/fsl/
H A Dimx-pcm-rpmsg.c83 * Reset the buffer pointer to be zero, actully we have
84 * set the buffer pointer to be zero in imx_rpmsg_terminate_all
86 * executed the buffer pointer will be changed, so need to
572 * M core know the pointer is updated.
577 * pointer may be updated by ack function later, we can
578 * send latest pointer to M core side.
617 .pointer = imx_rpmsg_pcm_pointer,
/linux-master/sound/soc/intel/catpt/
H A Dpcm.c1133 .pointer = catpt_component_pointer,
/linux-master/arch/arm/mm/
H A Dproc-xscale.S447 * Set the translation base pointer to be as described by pgd.
456 mcr p15, 0, r0, c2, c0, 0 @ load page table pointer
/linux-master/arch/powerpc/boot/
H A DMakefile82 -fomit-frame-pointer -fno-builtin -fPIC
/linux-master/tools/perf/
H A DMakefile.config323 CORE_CFLAGS += -fno-omit-frame-pointer
331 CXXFLAGS += -fno-omit-frame-pointer
/linux-master/scripts/
H A Dcheckpatch.pl3986 # function pointer declarations like "(*foo)(int) = bar;"
4096 # function pointer declarations
4110 # function pointer declarations
4257 # any (foo ... *) is a pointer cast, and foo is a type
4503 my $pointer = $2;
4505 $pointer = "" if (!defined $pointer);
4508 "Prefer '" . trim($sign) . " int" . rtrim($pointer) . "' to bare use of '$sign" . rtrim($pointer) . "'\n" . $herecurr) &&
4511 my $comp_pointer = $pointer;
[all...]
/linux-master/sound/isa/wss/
H A Dwss_lib.c1835 .pointer = snd_wss_playback_pointer,
1844 .pointer = snd_wss_capture_pointer,
/linux-master/sound/isa/
H A Des18xx.c1645 .pointer = snd_es18xx_playback_pointer,
1654 .pointer = snd_es18xx_capture_pointer,
/linux-master/sound/pci/asihpi/
H A Dasihpi.c114 /* In low latency mode there is only one stream, a pointer to its
834 /* Store dma offset for use by pointer callback */
941 snd_printddd("%s, pointer=%ld\n", name, (unsigned long)ptr);
1086 .pointer = snd_card_asihpi_playback_pointer,
1098 snd_printddd("%s, pointer=%d\n", name, dpcm->pcm_buf_dma_ofs);
1245 .pointer = snd_card_asihpi_capture_pointer,
1264 /* pointer to ops struct is stored, dont change ops afterwards! */
/linux-master/tools/kvm/kvm_stat/
H A Dkvm_stat505 return self.syscall(ARCH.sc_perf_evt_open, ctypes.pointer(attr),
/linux-master/sound/sparc/
H A Dcs4231.c1198 .pointer = snd_cs4231_playback_pointer,
1207 .pointer = snd_cs4231_capture_pointer,
/linux-master/sound/pci/rme9652/
H A Drme9652.c29 static bool precise_ptr[SNDRV_CARDS]; /* Enable precise pointer */
38 MODULE_PARM_DESC(precise_ptr, "Enable precise pointer (doesn't work reliably).");
76 /* bits 6-15 encode h/w buffer pointer position */
96 /* Bit 6..15 : h/w buffer pointer */
100 /* Bits 31,30,29 are bits 5,4,3 of h/w pointer position on later
205 hw pointer */
400 /* reset the FIFO pointer to zero. We do this by writing to 8
402 them all to zero. Note that s->iobase is a pointer to
403 int32, not pointer to char.
1562 snd_iprintf(buffer, "Hardware pointer (frame
[all...]
/linux-master/sound/pci/korg1212/
H A Dkorg1212.c1669 .pointer = snd_korg1212_playback_pointer,
1681 .pointer = snd_korg1212_capture_pointer,
/linux-master/sound/pci/
H A Des1968.c458 unsigned int hwptr; /* current hw pointer in bytes */
895 /* get current pointer */
1012 /* base offset of dma calcs when reading the pointer
1095 /* base offset of dma calcs when reading the pointer
1660 .pointer = snd_es1968_pcm_pointer,
1670 .pointer = snd_es1968_pcm_pointer,
1837 * update pointer
H A Dmaestro3.c1432 * get current pointer
1476 /* update pointer */
1820 .pointer = snd_m3_pcm_pointer,
1830 .pointer = snd_m3_pcm_pointer,
2087 /* init dma pointer */
/linux-master/sound/soc/
H A Dsoc-pcm.c1217 * soc level wrapper for pointer callback
2976 rtd->ops.pointer = soc_pcm_pointer;
2984 rtd->ops.pointer = soc_pcm_pointer;
/linux-master/drivers/platform/x86/
H A Dtoshiba_acpi.c331 params.pointer = in_objs;
338 results.pointer = out_objs;
/linux-master/sound/soc/mediatek/common/
H A Dmtk-btcvsd.c1269 .pointer = mtk_pcm_btcvsd_pointer,
/linux-master/sound/soc/codecs/
H A Dcs47l24.c1191 .pointer = wm_adsp_compr_pointer,
H A Dcs47l35.c1626 .pointer = &wm_adsp_compr_pointer,
H A Dcs47l15.c1344 .pointer = &wm_adsp_compr_pointer,
/linux-master/sound/soc/amd/
H A Dacp-pcm-dma.c1252 .pointer = acp_dma_pointer,
/linux-master/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S269 # initialize the data pointer offset as zero
415 sub %r13, %r12 # adjust the shuffle mask pointer to be
432 # adjust the shuffle mask pointer to be able to shift 16-r13 bytes
742 # adjust the shuffle mask pointer to be able to shift r13 bytes
1740 # concatenated with 0x00000001. 16-byte aligned pointer. */
2707 # concatenated with 0x00000001. 16-byte aligned pointer. */
/linux-master/sound/soc/intel/skylake/
H A Dskl-pcm.c1447 .pointer = skl_platform_soc_pointer,
/linux-master/sound/soc/qcom/
H A Dlpass-platform.c1260 .pointer = lpass_platform_pcmops_pointer,

Completed in 317 milliseconds

<<21222324252627