Searched refs:pointer (Results 576 - 600 of 662) sorted by relevance

<<21222324252627

/linux-master/drivers/platform/x86/
H A Dthinkpad_acpi.c639 params.pointer = &in_objs[0];
661 result.pointer = &out_obj;
6641 obj = buffer.pointer;
10800 obj = buffer.pointer;
10807 if (obj->string.pointer[AUXMAC_BEGIN_MARKER] != '#' ||
10808 obj->string.pointer[AUXMAC_END_MARKER] != '#') {
10813 if (strncmp(obj->string.pointer + AUXMAC_START, "XXXXXXXXXXXX", AUXMAC_LEN) != 0)
10814 strscpy(auxmac, obj->string.pointer + AUXMAC_START, sizeof(auxmac));
H A Dsony-laptop.c738 params.pointer = &in;
753 result = (union acpi_object *) output.pointer;
776 memcpy(buffer, object->buffer.pointer, len);
4497 buffer.pointer = resource;
/linux-master/arch/m68k/fpsp040/
H A Ddo_func.S85 leal ETEMP(%a6),%a0 |a0 is pointer to src op
H A Dgen_except.S345 | Use a1 as pointer into new frame. a6 is not correct if an unimp or
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S283 set EXC_FP, 0x0 # frame pointer
4902 # a0 = pointer to extended precision input #
5611 # a0 = pointer to extended precision input #
6041 # a0 = pointer to extended precision input #
6491 # a0 = pointer to extended precision input #
6592 # a0 = pointer to extended precision input #
6688 # a0 = pointer to extended precision input #
7508 # a0 = pointer to extended precision input #
7569 # a0 = pointer to extended precision input #
7683 # a0 = pointer t
[all...]
/linux-master/sound/usb/caiaq/
H A Daudio.c327 .pointer = snd_usb_caiaq_pcm_pointer,
/linux-master/drivers/media/pci/cx88/
H A Dcx88-alsa.c555 * pointer callback
592 .pointer = snd_cx88_pointer,
/linux-master/sound/pci/
H A Dbt87x.c534 .pointer = snd_bt87x_pointer,
/linux-master/drivers/media/usb/em28xx/
H A Dem28xx-audio.c621 .pointer = snd_em28xx_capture_pointer,
/linux-master/sound/soc/codecs/
H A Dcros_ec_codec.c950 .pointer = wov_pcm_pointer,
/linux-master/sound/ppc/
H A Dsnd_ps3.c197 * increment ring buffer pointer.
273 /* bump pointer if needed */
409 /* reset buffer pointer */
580 /* restart ring buffer pointer */
655 * report current pointer
747 .pointer = snd_ps3_pcm_pointer,
/linux-master/sound/usb/usx2y/
H A Dusx2yhwdeppcm.c78 /* update the pointer, call callback if necessary */
621 .pointer = snd_usx2y_pcm_pointer,
H A Dusbusx2yaudio.c99 /* update the pointer, call callback if necessary */
155 /* set the buffer pointer */
378 /* reset the pointer */
535 * return the current pcm pointer. just return the hwptr_done value.
937 .pointer = snd_usx2y_pcm_pointer,
/linux-master/arch/sparc/kernel/
H A Dhead_32.S94 /* Cool, here we go. Pick up the romvec pointer in %o0 and stash it in
249 /* Get context table pointer, then convert to
265 * Fine with me, let's get the pointer to the level 1
389 nop ! %o2 holds pointer
/linux-master/sound/soc/apple/
H A Dmca.c981 .pointer = mca_pointer,
/linux-master/sound/soc/intel/keembay/
H A Dkmb_platform.c394 .pointer = kmb_pcm_pointer,
/linux-master/sound/soc/intel/atom/
H A Dsst-mfld-platform-pcm.c707 .pointer = sst_soc_pointer,
/linux-master/sound/soc/intel/boards/
H A Dbytcr_rt5651.c965 state.pointer = &chan_package;
/linux-master/sound/soc/sh/
H A Drz-ssi.c645 /* Update DMA pointer */
922 .pointer = rz_ssi_pcm_pointer,
/linux-master/sound/spi/
H A Dat73c213.c324 .pointer = snd_at73c213_pcm_pointer,
/linux-master/arch/mips/
H A DMakefile90 # use of global pointer optimizations but their use of $28 conflicts with
91 # the current pointer optimization.
113 -fno-omit-frame-pointer
121 # lead to a NULL pointer dereference in _raw_spin_lock_irq.
/linux-master/include/acpi/
H A Dacpi_bus.h368 const union acpi_object *pointer; member in struct:acpi_device_data
963 * @adev: pointer to the matching ACPI device, NULL at the end of the loop
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-alsa.c580 * ALSA pointer fetching
873 .pointer = snd_card_saa7134_capture_pointer,
/linux-master/arch/arm/mm/
H A Dproc-feroceon.S449 * Set the translation base pointer to be as described by pgd.
469 mcr p15, 0, r0, c2, c0, 0 @ load page table pointer
/linux-master/drivers/mmc/host/
H A Dsdhci-acpi.c135 memcpy(result, obj->buffer.pointer, len);

Completed in 256 milliseconds

<<21222324252627