Searched refs:pointer (Results 526 - 550 of 662) sorted by relevance

<<21222324252627

/linux-master/sound/soc/codecs/
H A Drt5677-spi.c189 /* Grab the first 4 bytes that hold the write pointer on the
406 .pointer = rt5677_spi_pcm_pointer,
/linux-master/sound/soc/fsl/
H A Dfsl_dma.c81 * @dma_channel: pointer to the DMA channel's registers
83 * @substream: pointer to the substream object, needed by the ISR
197 * @dev_id: pointer to the dma_private structure for this DMA channel
682 /* Obtain the current DMA pointer, but don't read the ESAD bits if we
712 dev_err(dev, "dma pointer is out of range, halting stream\n");
800 * a pointer from the DMA channel node to the SSI node -- the pointer goes the
862 dma->dai.pointer = fsl_dma_pointer;
H A Dfsl_qmc_audio.c291 .pointer = qmc_audio_pcm_pointer,
/linux-master/sound/soc/xtensa/
H A Dxtfpga-i2s.c70 * pointer when the playback is started and stopped with
483 .pointer = xtfpga_pcm_pointer,
/linux-master/sound/soc/sprd/
H A Dsprd-pcm-compress.c95 /* Stage 1 DDR buffer pointer */
663 .pointer = sprd_platform_compr_pointer,
/linux-master/sound/soc/intel/boards/
H A Dcht_bsw_rt5645.c622 state.pointer = &chan_package;
/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_modem_ops.c169 kfree(buffer.pointer);
/linux-master/drivers/acpi/
H A Dmipi-disco-img.c659 SOFTWARE_NODE(buffer.pointer, swnodes->dev_props, NULL);
/linux-master/sound/pci/
H A Drme96.c1496 .pointer = snd_rme96_playback_pointer,
1508 .pointer = snd_rme96_capture_pointer,
1519 .pointer = snd_rme96_playback_pointer,
1531 .pointer = snd_rme96_capture_pointer,
H A Dfm801.c703 .pointer = snd_fm801_playback_pointer,
711 .pointer = snd_fm801_capture_pointer,
/linux-master/sound/sh/
H A Daica.c413 .pointer = snd_aicapcm_pcm_pointer,
/linux-master/arch/arm/mm/
H A Dproc-arm926.S355 * Set the translation base pointer to be as described by pgd.
373 mcr p15, 0, r0, c2, c0, 0 @ load page table pointer
H A Dproc-arm925.S392 * Set the translation base pointer to be as described by pgd.
411 mcr p15, 0, r0, c2, c0, 0 @ load page table pointer
H A Dproc-arm1020.S385 * Set the translation base pointer to be as described by pgd.
414 mcr p15, 0, r0, c2, c0, 0 @ load page table pointer
/linux-master/arch/arm/include/asm/
H A Dassembler.h75 * pointer when bulk writing to memory. Experiments on StrongARM and
90 /* the frame pointer used for stack unwinding */
310 * set_current - store the task pointer of this CPU's current task
329 * get_current - load the task pointer of this CPU's current task
348 * reload_current - reload the task pointer of this CPU's current task
499 @ Slightly optimised to avoid incrementing the pointer twice
739 * into register 'rd', which may be the stack pointer,
/linux-master/sound/soc/amd/ps/
H A Dps-sdw-dma.c446 .pointer = acp63_sdw_dma_pointer,
/linux-master/sound/soc/xilinx/
H A Dxlnx_formatter_pcm.c584 .pointer = xlnx_formatter_pcm_pointer,
/linux-master/drivers/iio/imu/st_lsm6dsx/
H A Dst_lsm6dsx_core.c2673 obj = buffer.pointer;
2682 str = elements[i].string.pointer;
2697 kfree(buffer.pointer);
2702 kfree(buffer.pointer);
/linux-master/lib/
H A Dvsprintf.c59 /* Disable pointer hashing if requested */
91 * @endp: A pointer to the end of the parsed string will be placed here
106 * @endp: A pointer to the end of the parsed string will be placed here
120 * @endp: A pointer to the end of the parsed string will be placed here
152 * @endp: A pointer to the end of the parsed string will be placed here
683 * the many pointer format modifiers.
777 /* Maps a pointer to a 32 bit unique identifier. */
815 * Print the real pointer value for NULL and error pointers,
874 * Only print the real pointer value if the current
879 * leak pointer value
2413 char *pointer(const char *fmt, char *buf, char *end, void *ptr, function
[all...]
/linux-master/arch/m68k/ifpsp060/src/
H A Disp.S407 mov.l %usp,%a0 # fetch user stack pointer
584 mov.l EXC_A7(%a6),%a0 # fetch user stack pointer
1373 # pointer value. new extension word pointer is simply the old #
3246 # A6 = frame pointer #
3247 # A7 = stack pointer #
3404 # A6 = frame pointer #
3405 # A7 = stack pointer #
3704 # A6 = frame pointer #
3705 # A7 = stack pointer #
[all...]
/linux-master/sound/ppc/
H A Dpmac.c160 * set the command pointer address
287 * return the current pointer
296 #if 1 /* hmm.. how can we get the current dma pointer?? */
307 /*printk(KERN_DEBUG "pointer=%d\n", count);*/
429 * update playback/capture pointer from interrupts
658 .pointer = snd_pmac_playback_pointer,
666 .pointer = snd_pmac_capture_pointer,
/linux-master/sound/usb/misc/
H A Dua101.c875 .pointer = capture_pcm_pointer,
884 .pointer = playback_pcm_pointer,
/linux-master/sound/pci/mixart/
H A Dmixart.c741 /* get pipe pointer (out pipe) */
822 /* get pipe pointer (in pipe) */
915 .pointer = snd_mixart_stream_pointer,
925 .pointer = snd_mixart_stream_pointer,
/linux-master/drivers/hwmon/
H A Dnct6775-platform.c145 params[2].buffer.pointer = (void *)&args;
147 input.pointer = params;
/linux-master/drivers/usb/storage/
H A Disd200.c478 void* pointer, int value )
502 isd200_set_srb(info, DMA_FROM_DEVICE, pointer, value);
477 isd200_action( struct us_data *us, int action, void* pointer, int value ) argument

Completed in 613 milliseconds

<<21222324252627