Searched refs:pointer (Results 401 - 425 of 663) sorted by relevance

<<11121314151617181920>>

/linux-master/sound/soc/stm/
H A Dstm32_adfsdm.c317 .pointer = stm32_adfsdm_pcm_pointer,
/linux-master/sound/soc/google/
H A Dchv3-i2s.c15 * The pointer managed by software is updated using the .ack callback
19 * Because of the two pointer design, the ring buffer can never be full. With
244 /* lag the pointer by one frame */
277 .pointer = chv3_dma_pointer,
/linux-master/sound/soc/pxa/
H A Dpxa2xx-i2s.c365 .pointer = pxa2xx_soc_pcm_pointer,
/linux-master/sound/soc/amd/acp/
H A Dacp-platform.c285 .pointer = acp_dma_pointer,
/linux-master/tools/testing/selftests/hid/
H A DMakefile189 -Wno-compare-distinct-pointer-types
/linux-master/drivers/platform/x86/dell/
H A Ddell-wmi-privacy.c235 buffer = (u32 *)obj_present->buffer.pointer;
H A Ddell-rbtn.c75 input.pointer = &param;
/linux-master/drivers/net/fjes/
H A Dfjes_main.c53 str = buffer.pointer;
54 result = utf16s_to_utf8s((wchar_t *)str->string.pointer,
60 kfree(buffer.pointer);
63 kfree(buffer.pointer);
/linux-master/sound/soc/loongson/
H A Dloongson_dma.c347 .pointer = loongson_pcm_pointer,
/linux-master/sound/soc/uniphier/
H A Daio-dma.c227 .pointer = uniphier_aiodma_pointer,
/linux-master/sound/soc/intel/avs/
H A Dprobes.c260 .pointer = avs_probe_compr_pointer,
/linux-master/arch/arm/mm/
H A Dproc-sa1100.S143 * Set the translation base pointer to be as described by pgd.
153 mcr p15, 0, r0, c2, c0, 0 @ load page table pointer
/linux-master/arch/x86/boot/compressed/
H A DMakefile39 KBUILD_CFLAGS += -Wno-pointer-sign
/linux-master/arch/x86/
H A DMakefile48 -fno-strict-aliasing -fomit-frame-pointer -fno-pic \
/linux-master/arch/x86/crypto/
H A Dsha256-ssse3-asm.S353 ## arg 1 : pointer to state
355 ## arg 2 : pointer to input data
374 mov NUM_BLKS, _INP_END(%rsp) # pointer to end of data
/linux-master/sound/mips/
H A Dsgio2audio.c635 /* pointer callback */
642 /* get the current hardware pointer */
653 .pointer = snd_sgio2audio_pcm_pointer,
661 .pointer = snd_sgio2audio_pcm_pointer,
669 .pointer = snd_sgio2audio_pcm_pointer,
/linux-master/arch/arm/kernel/
H A Dentry-armv.S47 cmpcc r3, r1 @ Stack pointer was below it?
166 tst r1, #4 @ test stack pointer alignment
581 @ CPU's overflow stack into the stack pointer register. We have only one
/linux-master/sound/pci/
H A Dintel8x0.c1305 .pointer = snd_intel8x0_pcm_pointer,
1315 .pointer = snd_intel8x0_pcm_pointer,
1325 .pointer = snd_intel8x0_pcm_pointer,
1335 .pointer = snd_intel8x0_pcm_pointer,
1345 .pointer = snd_intel8x0_pcm_pointer,
1355 .pointer = snd_intel8x0_pcm_pointer,
1365 .pointer = snd_intel8x0_pcm_pointer,
1375 .pointer = snd_intel8x0_pcm_pointer,
1385 .pointer = snd_intel8x0_pcm_pointer,
1395 .pointer
[all...]
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_nvm.c10 * @hw: pointer to the HW struct
11 * @module_typeid: module pointer location in words from the NVM beginning
17 * @cd: pointer to command details structure or NULL
51 * @hw: pointer to the HW struct
61 * Returns a status code on failure. Note that the data pointer may be
112 * @hw: pointer to the HW struct
113 * @module_typeid: module pointer location in words from the NVM beginning
119 * @cd: pointer to command details structure or NULL
156 * @hw: pointer to the HW struct
157 * @module_typeid: module pointer locatio
883 ice_read_sr_pointer(struct ice_hw *hw, u16 offset, u32 *pointer) argument
[all...]
/linux-master/drivers/gpu/drm/panthor/
H A Dpanthor_drv.c37 * @usr_ptr: Users pointer.
174 * @_dest_usr_ptr: User pointer to copy to.
176 * @_src_obj: Kernel object to copy (not a pointer).
758 if (!args->pointer) {
775 return PANTHOR_UOBJ_SET(args->pointer, args->size, ptdev->gpu_info);
778 return PANTHOR_UOBJ_SET(args->pointer, args->size, ptdev->csif_info);
/linux-master/drivers/media/pci/intel/
H A Dipu-bridge.c199 obj = buffer.pointer;
217 memcpy(data, obj->buffer.pointer, obj->buffer.length);
220 kfree(buffer.pointer);
/linux-master/sound/soc/sof/
H A Dipc4-pcm.c26 * @delay: Calculated and stored in pointer callback. The stored value is
42 * @time_info: pointer to time info struct if it is supported, otherwise NULL
959 snd_pcm_uframes_t *pointer)
1064 * Convert the host byte counter to PCM pointer which wraps in buffer
1068 *pointer = bytes_to_frames(substream->runtime, host_ptr);
1086 * Report the stored delay value calculated in the pointer callback.
1105 .pointer = sof_ipc4_pcm_pointer,
957 sof_ipc4_pcm_pointer(struct snd_soc_component *component, struct snd_pcm_substream *substream, snd_pcm_uframes_t *pointer) argument
/linux-master/sound/soc/sh/rcar/
H A Dssi.c937 snd_pcm_uframes_t *pointer)
942 *pointer = bytes_to_frames(runtime, READ_ONCE(ssi->byte_pos));
956 .pointer = rsnd_ssi_pio_pointer,
935 rsnd_ssi_pio_pointer(struct rsnd_mod *mod, struct rsnd_dai_stream *io, snd_pcm_uframes_t *pointer) argument
H A Ddma.c308 snd_pcm_uframes_t *pointer)
322 *pointer = bytes_to_frames(runtime, pos);
333 .pointer = rsnd_dmaen_pointer,
306 rsnd_dmaen_pointer(struct rsnd_mod *mod, struct rsnd_dai_stream *io, snd_pcm_uframes_t *pointer) argument
/linux-master/samples/bpf/
H A DMakefile368 -Wno-compare-distinct-pointer-types -I$(srctree)/include \
403 -D__KERNEL__ -D__BPF_TRACING__ -Wno-unused-value -Wno-pointer-sign \
404 -D__TARGET_ARCH_$(SRCARCH) -Wno-compare-distinct-pointer-types \

Completed in 283 milliseconds

<<11121314151617181920>>