Searched refs:vx (Results 1 – 13 of 13) sorted by relevance
/linux-2.6.39/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() 186 *rchip = vx; in snd_vx222_create() 197 struct snd_vx222 *vx; in snd_vx222_probe() local [all …]
|
D | vx222_ops.c | 411 static int vx2_load_dsp(struct vx_core *vx, int index, const struct firmware *dsp) in vx2_load_dsp() argument 418 if ((err = vx2_load_xilinx_binary(vx, dsp)) < 0) in vx2_load_dsp() 420 if ((err = vx2_test_xilinx(vx)) < 0) in vx2_load_dsp() 425 return snd_vx_dsp_boot(vx, dsp); in vx2_load_dsp() 428 return snd_vx_dsp_load(vx, dsp); in vx2_load_dsp()
|
/linux-2.6.39/sound/drivers/vx/ |
D | vx_hwdep.c | 133 struct vx_core *vx = hw->private_data; in vx_hwdep_dsp_status() local 135 if (snd_BUG_ON(!type_ids[vx->type])) in vx_hwdep_dsp_status() 137 strcpy(info->id, type_ids[vx->type]); in vx_hwdep_dsp_status() 138 if (vx_is_pcmcia(vx)) in vx_hwdep_dsp_status() 142 if (vx->chip_status & VX_STAT_CHIP_INIT) in vx_hwdep_dsp_status() 159 struct vx_core *vx = hw->private_data; in vx_hwdep_dsp_load() local 163 if (snd_BUG_ON(!vx->ops->load_dsp)) in vx_hwdep_dsp_load() 185 if (! vx_is_pcmcia(vx)) in vx_hwdep_dsp_load() 187 err = vx->ops->load_dsp(vx, index, fw); in vx_hwdep_dsp_load() 193 vx->firmware[index] = fw; in vx_hwdep_dsp_load() [all …]
|
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-2.6.39/arch/mips/math-emu/ |
D | sp_cmp.c | 51 int vx = x.bits; in ieee754sp_cmp() local 54 if (vx < 0) in ieee754sp_cmp() 55 vx = -vx ^ SP_SIGN_BIT; in ieee754sp_cmp() 59 if (vx < vy) in ieee754sp_cmp() 61 else if (vx == vy) in ieee754sp_cmp()
|
D | dp_cmp.c | 51 s64 vx = x.bits; in ieee754dp_cmp() local 54 if (vx < 0) in ieee754dp_cmp() 55 vx = -vx ^ DP_SIGN_BIT; in ieee754dp_cmp() 59 if (vx < vy) in ieee754dp_cmp() 61 else if (vx == vy) in ieee754dp_cmp()
|
/linux-2.6.39/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-2.6.39/sound/pcmcia/ |
D | Makefile | 6 obj-$(CONFIG_SND) += vx/ pdaudiocf/
|
/linux-2.6.39/sound/drivers/ |
D | Makefile | 25 obj-$(CONFIG_SND) += opl3/ opl4/ mpu401/ vx/ pcsp/
|
/linux-2.6.39/Documentation/ |
D | devices.txt | 2691 0 = /dev/vx/rdsk/*/* First volume 2692 1 = /dev/vx/rdsk/*/* Second volume 2696 0 = /dev/vx/dsk/*/* First volume 2697 1 = /dev/vx/dsk/*/* Second volume 2704 0 = /dev/vx/config Configuration access node 2705 1 = /dev/vx/trace Volume i/o trace access node 2706 2 = /dev/vx/iod Volume i/o daemon access node 2707 3 = /dev/vx/info Volume information access node 2708 4 = /dev/vx/task Volume tasks access node 2709 5 = /dev/vx/taskmon Volume tasks monitor daemon [all …]
|
/linux-2.6.39/drivers/media/video/ |
D | v4l2-compat-ioctl32.c | 696 unsigned long vx; in do_video_ioctl() member
|
/linux-2.6.39/Documentation/networking/ |
D | vortex.txt | 386 o If it is a PCI device, the relevant output from 'lspci -vx', eg:
|
/linux-2.6.39/Documentation/sound/alsa/ |
D | ALSA-Configuration.txt | 2038 /proc/asound/cardX/vx-status proc file. 2054 sound/pcmcia/vx/vxpocket.c. 2.6.13 or later kernel requires no
|