/linux-4.4.14/sound/pci/vx222/ |
D | vx222.c | 119 struct snd_vx222 *vx = (struct snd_vx222 *)chip; in snd_vx222_free() local 123 if (vx->port[0]) in snd_vx222_free() 124 pci_release_regions(vx->pci); in snd_vx222_free() 125 pci_disable_device(vx->pci); in snd_vx222_free() 142 struct snd_vx222 *vx; in snd_vx222_create() local 161 vx = (struct snd_vx222 *)chip; in snd_vx222_create() 162 vx->pci = pci; in snd_vx222_create() 169 vx->port[i] = pci_resource_start(pci, i + 1); in snd_vx222_create() 185 *rchip = vx; in snd_vx222_create() 196 struct snd_vx222 *vx; in snd_vx222_probe() local [all …]
|
D | vx222_ops.c | 417 static int vx2_load_dsp(struct vx_core *vx, int index, const struct firmware *dsp) in vx2_load_dsp() argument 424 if ((err = vx2_load_xilinx_binary(vx, dsp)) < 0) in vx2_load_dsp() 426 if ((err = vx2_test_xilinx(vx)) < 0) in vx2_load_dsp() 431 return snd_vx_dsp_boot(vx, dsp); in vx2_load_dsp() 434 return snd_vx_dsp_load(vx, dsp); in vx2_load_dsp()
|
/linux-4.4.14/arch/mips/math-emu/ |
D | sp_cmp.c | 26 int vx; in ieee754sp_cmp() local 44 vx = x.bits; in ieee754sp_cmp() 47 if (vx < 0) in ieee754sp_cmp() 48 vx = -vx ^ SP_SIGN_BIT; in ieee754sp_cmp() 52 if (vx < vy) in ieee754sp_cmp() 54 else if (vx == vy) in ieee754sp_cmp()
|
D | dp_cmp.c | 26 s64 vx; in ieee754dp_cmp() local 44 vx = x.bits; in ieee754dp_cmp() 47 if (vx < 0) in ieee754dp_cmp() 48 vx = -vx ^ DP_SIGN_BIT; in ieee754dp_cmp() 52 if (vx < vy) in ieee754dp_cmp() 54 else if (vx == vy) in ieee754dp_cmp()
|
/linux-4.4.14/sound/drivers/vx/ |
D | Makefile | 6 snd-vx-lib-objs := vx_core.o vx_hwdep.o vx_pcm.o vx_mixer.o vx_cmd.o vx_uer.o 8 obj-$(CONFIG_SND_VX_LIB) += snd-vx-lib.o
|
/linux-4.4.14/sound/pcmcia/vx/ |
D | vxp_ops.c | 246 static int vxp_load_dsp(struct vx_core *vx, int index, const struct firmware *fw) in vxp_load_dsp() argument 253 if ((err = vx_check_magic(vx)) < 0) in vxp_load_dsp() 255 if ((err = snd_vx_load_boot_image(vx, fw)) < 0) in vxp_load_dsp() 260 return vxp_load_xilinx_binary(vx, fw); in vxp_load_dsp() 263 return snd_vx_dsp_boot(vx, fw); in vxp_load_dsp() 266 return snd_vx_dsp_load(vx, fw); in vxp_load_dsp()
|
/linux-4.4.14/drivers/gpu/drm/bochs/ |
D | bochs_hw.c | 189 int vx = (offset % bochs->stride) * 8 / bochs->bpp; in bochs_hw_setbase() local 192 x, y, addr, offset, vx, vy); in bochs_hw_setbase() 193 bochs_dispi_write(bochs, VBE_DISPI_INDEX_X_OFFSET, vx); in bochs_hw_setbase()
|
/linux-4.4.14/sound/pcmcia/ |
D | Makefile | 6 obj-$(CONFIG_SND) += vx/ pdaudiocf/
|
/linux-4.4.14/drivers/crypto/vmx/ |
D | ppc-xlate.pl | 138 my ($f,$vx,$vy) = @_; 139 " vor $vx,$vy,$vy";
|
/linux-4.4.14/sound/drivers/ |
D | Makefile | 25 obj-$(CONFIG_SND) += opl3/ opl4/ mpu401/ vx/ pcsp/
|
/linux-4.4.14/arch/s390/include/asm/ |
D | ctl_reg.h | 62 unsigned long vx : 1; /* Vector enablement control */ member
|
/linux-4.4.14/samples/pktgen/ |
D | README.rst | 18 Usage: ./pktgen_sample01_simple.sh [-vx] -i ethX
|
/linux-4.4.14/arch/s390/kernel/ |
D | nmi.c | 171 cr0.afp = cr0.vx = 1; in s390_validate_registers()
|
D | entry.S | 210 TSTMSK __LC_CPU_FLAGS,_CIF_FPU # load guest fp/vx registers ? 212 brasl %r14,load_fpu_regs # load guest fp/vx regs 225 jo .Lsie_skip # exit if fp/vx regs changed
|
/linux-4.4.14/Documentation/ |
D | devices.txt | 2695 0 = /dev/vx/rdsk/*/* First volume 2696 1 = /dev/vx/rdsk/*/* Second volume 2700 0 = /dev/vx/dsk/*/* First volume 2701 1 = /dev/vx/dsk/*/* Second volume 2708 0 = /dev/vx/config Configuration access node 2709 1 = /dev/vx/trace Volume i/o trace access node 2710 2 = /dev/vx/iod Volume i/o daemon access node 2711 3 = /dev/vx/info Volume information access node 2712 4 = /dev/vx/task Volume tasks access node 2713 5 = /dev/vx/taskmon Volume tasks monitor daemon [all …]
|
/linux-4.4.14/Documentation/networking/ |
D | pktgen.txt | 229 Usage: ./pktgen_sample01_simple.sh [-vx] -i ethX
|
D | vortex.txt | 386 o If it is a PCI device, the relevant output from 'lspci -vx', eg:
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-compat-ioctl32.c | 860 unsigned long vx; in do_video_ioctl() member
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | ALSA-Configuration.txt | 2059 /proc/asound/cardX/vx-status proc file. 2075 sound/pcmcia/vx/vxpocket.c. 2.6.13 or later kernel requires no
|