/linux-4.1.27/drivers/isdn/mISDN/ |
D | dsp_cmx.c | 159 dsp_cmx_debug(struct dsp *dsp) in dsp_cmx_debug() argument 163 struct dsp *odsp; in dsp_cmx_debug() 172 if (dsp == odsp) in dsp_cmx_debug() 184 member->dsp->name, member->dsp->pcm_slot_tx, in dsp_cmx_debug() 185 member->dsp->pcm_bank_tx, member->dsp->pcm_slot_rx, in dsp_cmx_debug() 186 member->dsp->pcm_bank_rx, member->dsp->hfc_conf, in dsp_cmx_debug() 187 member->dsp->tx_data, member->dsp->rx_is_off, in dsp_cmx_debug() 188 (member->dsp == dsp) ? " *this*" : ""); in dsp_cmx_debug() 220 dsp_cmx_add_conf_member(struct dsp *dsp, struct dsp_conf *conf) in dsp_cmx_add_conf_member() argument 224 if (!conf || !dsp) { in dsp_cmx_add_conf_member() [all …]
|
D | dsp_core.c | 190 dsp_rx_off_member(struct dsp *dsp) in dsp_rx_off_member() argument 197 if (!dsp->features_rx_off) in dsp_rx_off_member() 201 if (!dsp->rx_disabled) in dsp_rx_off_member() 204 else if (dsp->dtmf.software) in dsp_rx_off_member() 207 else if (dsp->echo.software) in dsp_rx_off_member() 210 else if (dsp->conf && dsp->conf->software) in dsp_rx_off_member() 215 if (rx_off == dsp->rx_is_off) in dsp_rx_off_member() 218 if (!dsp->ch.peer) { in dsp_rx_off_member() 226 if (dsp->ch.peer->ctrl(dsp->ch.peer, CONTROL_CHANNEL, &cq)) { in dsp_rx_off_member() 231 dsp->rx_is_off = rx_off; in dsp_rx_off_member() [all …]
|
D | dsp_dtmf.c | 40 void dsp_dtmf_goertzel_init(struct dsp *dsp) in dsp_dtmf_goertzel_init() argument 42 dsp->dtmf.size = 0; in dsp_dtmf_goertzel_init() 43 dsp->dtmf.lastwhat = '\0'; in dsp_dtmf_goertzel_init() 44 dsp->dtmf.lastdigit = '\0'; in dsp_dtmf_goertzel_init() 45 dsp->dtmf.count = 0; in dsp_dtmf_goertzel_init() 50 void dsp_dtmf_hardware(struct dsp *dsp) in dsp_dtmf_hardware() argument 54 if (!dsp->dtmf.enable) in dsp_dtmf_hardware() 57 if (!dsp->features.hfc_dtmf) in dsp_dtmf_hardware() 61 if (dsp->tx_volume) { in dsp_dtmf_hardware() 65 __func__, dsp->name); in dsp_dtmf_hardware() [all …]
|
D | dsp.h | 92 struct dsp; 95 struct dsp *dsp; member 170 struct dsp { struct 245 extern void dsp_cmx_debug(struct dsp *dsp); argument 246 extern void dsp_cmx_hardware(struct dsp_conf *conf, struct dsp *dsp); 247 extern int dsp_cmx_conf(struct dsp *dsp, u32 conf_id); 248 extern void dsp_cmx_receive(struct dsp *dsp, struct sk_buff *skb); 249 extern void dsp_cmx_hdlc(struct dsp *dsp, struct sk_buff *skb); 251 extern void dsp_cmx_transmit(struct dsp *dsp, struct sk_buff *skb); 252 extern int dsp_cmx_del_conf_member(struct dsp *dsp); [all …]
|
D | dsp_blowfish.c | 369 dsp_bf_encrypt(struct dsp *dsp, u8 *data, int len) in dsp_bf_encrypt() argument 371 int i = 0, j = dsp->bf_crypt_pos; in dsp_bf_encrypt() 372 u8 *bf_data_in = dsp->bf_data_in; in dsp_bf_encrypt() 373 u8 *bf_crypt_out = dsp->bf_crypt_out; in dsp_bf_encrypt() 374 u32 *P = dsp->bf_p; in dsp_bf_encrypt() 375 u32 *S = dsp->bf_s; in dsp_bf_encrypt() 448 dsp->bf_crypt_pos = j; in dsp_bf_encrypt() 458 dsp_bf_decrypt(struct dsp *dsp, u8 *data, int len) in dsp_bf_decrypt() argument 461 u8 j = dsp->bf_decrypt_in_pos; in dsp_bf_decrypt() 462 u8 k = dsp->bf_decrypt_out_pos; in dsp_bf_decrypt() [all …]
|
D | dsp_hwec.c | 51 void dsp_hwec_enable(struct dsp *dsp, const char *arg) in dsp_hwec_enable() argument 57 if (!dsp) { in dsp_hwec_enable() 100 if (!dsp->ch.peer->ctrl(&dsp->ch, CONTROL_CHANNEL, &cq)) { in dsp_hwec_enable() 107 void dsp_hwec_disable(struct dsp *dsp) in dsp_hwec_disable() argument 111 if (!dsp) { in dsp_hwec_disable() 120 if (!dsp->ch.peer->ctrl(&dsp->ch, CONTROL_CHANNEL, &cq)) { in dsp_hwec_disable()
|
D | dsp_tones.c | 375 void dsp_tone_copy(struct dsp *dsp, u8 *data, int len) in dsp_tone_copy() argument 379 struct dsp_tone *tone = &dsp->tone; in dsp_tone_copy() 438 dsp_tone_hw_message(struct dsp *dsp, u8 *sample, int len) in dsp_tone_hw_message() argument 447 if (dsp->ch.peer) { in dsp_tone_hw_message() 448 if (dsp->ch.recv(dsp->ch.peer, nskb)) in dsp_tone_hw_message() 462 struct dsp *dsp = arg; in dsp_tone_timeout() local 463 struct dsp_tone *tone = &dsp->tone; in dsp_tone_timeout() 477 dsp_tone_hw_message(dsp, NULL, 0); in dsp_tone_timeout() 479 dsp_tone_hw_message(dsp, pat->data[index], *(pat->siz[index])); in dsp_tone_timeout() 497 dsp_tone(struct dsp *dsp, int tone) in dsp_tone() argument [all …]
|
D | dsp_hwec.h | 6 extern void dsp_hwec_enable(struct dsp *dsp, const char *arg); 7 extern void dsp_hwec_disable(struct dsp *dsp);
|
D | dsp_pipeline.c | 215 dsp_hwec_disable(container_of(pipeline, struct dsp, in _dsp_pipeline_destroy() 288 struct dsp, pipeline), args); in dsp_pipeline_build()
|
/linux-4.1.27/sound/soc/intel/common/ |
D | sst-firmware.c | 115 static void block_list_remove(struct sst_dsp *dsp, in block_list_remove() argument 127 dev_err(dsp->dev, in block_list_remove() 136 list_move(&block->list, &dsp->free_block_list); in block_list_remove() 137 dev_dbg(dsp->dev, "block freed %d:%d at offset 0x%x\n", in block_list_remove() 143 static int block_list_prepare(struct sst_dsp *dsp, in block_list_prepare() argument 155 dev_err(dsp->dev, in block_list_prepare() 212 struct sst_dsp *dsp = (struct sst_dsp *)param; in dma_chan_filter() local 214 return chan->device->dev == dsp->dma_dev; in dma_chan_filter() 217 int sst_dsp_dma_get_channel(struct sst_dsp *dsp, int chan_id) in sst_dsp_dma_get_channel() argument 219 struct sst_dma *dma = dsp->dma; in sst_dsp_dma_get_channel() [all …]
|
D | sst-dsp-priv.h | 112 struct sst_dsp *dsp; member 154 struct sst_dsp *dsp; member 193 struct sst_dsp *dsp; member 236 struct sst_dsp *dsp; member 323 struct sst_fw *sst_fw_new(struct sst_dsp *dsp, 326 void sst_fw_free_all(struct sst_dsp *dsp); 334 struct sst_module *sst_module_get_from_id(struct sst_dsp *dsp, u32 id); 353 int sst_alloc_blocks(struct sst_dsp *dsp, struct sst_block_allocator *ba, 355 int sst_free_blocks(struct sst_dsp *dsp, struct list_head *block_list); 358 int sst_block_alloc_scratch(struct sst_dsp *dsp); [all …]
|
D | sst-dsp.h | 216 void *dsp; member 262 int sst_dsp_dma_get_channel(struct sst_dsp *dsp, int chan_id); 263 void sst_dsp_dma_put_channel(struct sst_dsp *dsp); 270 void sst_dsp_ipc_msg_tx(struct sst_dsp *dsp, u32 msg); 271 u32 sst_dsp_ipc_msg_rx(struct sst_dsp *dsp); 274 int sst_dsp_mailbox_init(struct sst_dsp *dsp, u32 inbox_offset, 276 void sst_dsp_inbox_write(struct sst_dsp *dsp, void *message, size_t bytes); 277 void sst_dsp_inbox_read(struct sst_dsp *dsp, void *message, size_t bytes); 278 void sst_dsp_outbox_write(struct sst_dsp *dsp, void *message, size_t bytes); 279 void sst_dsp_outbox_read(struct sst_dsp *dsp, void *message, size_t bytes); [all …]
|
D | sst-ipc.c | 65 spin_lock_irqsave(&ipc->dsp->spinlock, flags); in tx_wait_done() 81 spin_unlock_irqrestore(&ipc->dsp->spinlock, flags); in tx_wait_done() 92 spin_lock_irqsave(&ipc->dsp->spinlock, flags); in ipc_tx_message() 96 spin_unlock_irqrestore(&ipc->dsp->spinlock, flags); in ipc_tx_message() 112 spin_unlock_irqrestore(&ipc->dsp->spinlock, flags); in ipc_tx_message() 147 spin_lock_irqsave(&ipc->dsp->spinlock, flags); in ipc_tx_msgs() 150 spin_unlock_irqrestore(&ipc->dsp->spinlock, flags); in ipc_tx_msgs() 156 ipcx = sst_dsp_shim_read_unlocked(ipc->dsp, SST_IPCX); in ipc_tx_msgs() 158 spin_unlock_irqrestore(&ipc->dsp->spinlock, flags); in ipc_tx_msgs() 168 spin_unlock_irqrestore(&ipc->dsp->spinlock, flags); in ipc_tx_msgs() [all …]
|
D | Makefile | 1 snd-soc-sst-dsp-objs := sst-dsp.o sst-firmware.o 5 obj-$(CONFIG_SND_SOC_INTEL_SST) += snd-soc-sst-dsp.o snd-soc-sst-ipc.o
|
D | sst-dsp.c | 271 void sst_dsp_ipc_msg_tx(struct sst_dsp *dsp, u32 msg) in sst_dsp_ipc_msg_tx() argument 273 sst_dsp_shim_write_unlocked(dsp, SST_IPCX, msg | SST_IPCX_BUSY); in sst_dsp_ipc_msg_tx() 278 u32 sst_dsp_ipc_msg_rx(struct sst_dsp *dsp) in sst_dsp_ipc_msg_rx() argument 282 msg = sst_dsp_shim_read_unlocked(dsp, SST_IPCX); in sst_dsp_ipc_msg_rx()
|
D | sst-ipc.h | 59 struct sst_dsp *dsp; member
|
/linux-4.1.27/sound/soc/codecs/ |
D | wm_adsp.c | 331 static struct wm_adsp_region const *wm_adsp_find_region(struct wm_adsp *dsp, in wm_adsp_find_region() argument 336 for (i = 0; i < dsp->num_mems; i++) in wm_adsp_find_region() 337 if (dsp->mem[i].type == type) in wm_adsp_find_region() 338 return &dsp->mem[i]; in wm_adsp_find_region() 523 static int wm_adsp_load(struct wm_adsp *dsp) in wm_adsp_load() argument 527 struct regmap *regmap = dsp->regmap; in wm_adsp_load() 546 snprintf(file, PAGE_SIZE, "%s-dsp%d-%s.wmfw", dsp->part, dsp->num, in wm_adsp_load() 547 wm_adsp_fw[dsp->fw].file); in wm_adsp_load() 550 ret = request_firmware(&firmware, file, dsp->dev); in wm_adsp_load() 552 adsp_err(dsp, "Failed to request '%s'\n", file); in wm_adsp_load() [all …]
|
D | wm2200.c | 87 struct wm_adsp dsp[2]; member 2217 wm2200->dsp[i].type = WMFW_ADSP1; in wm2200_i2c_probe() 2218 wm2200->dsp[i].part = "wm2200"; in wm2200_i2c_probe() 2219 wm2200->dsp[i].num = i + 1; in wm2200_i2c_probe() 2220 wm2200->dsp[i].dev = &i2c->dev; in wm2200_i2c_probe() 2221 wm2200->dsp[i].regmap = wm2200->regmap; in wm2200_i2c_probe() 2222 wm2200->dsp[i].sysclk_reg = WM2200_CLOCKING_3; in wm2200_i2c_probe() 2223 wm2200->dsp[i].sysclk_mask = WM2200_SYSCLK_FREQ_MASK; in wm2200_i2c_probe() 2224 wm2200->dsp[i].sysclk_shift = WM2200_SYSCLK_FREQ_SHIFT; in wm2200_i2c_probe() 2227 wm2200->dsp[0].base = WM2200_DSP1_CONTROL_1; in wm2200_i2c_probe() [all …]
|
D | wm0010.c | 358 u8 *out, dsp; in wm0010_firmware_load() local 373 dsp = inforec->dsp_target; in wm0010_firmware_load() 398 if (dsp != DEVICE_ID_WM0010) { in wm0010_firmware_load()
|
D | wm8996.c | 1744 int dsp = 0; in wm8996_hw_params() local 1796 dsp |= i << dsp_shift; in wm8996_hw_params() 1811 WM8996_DSP1_DIV_MASK << dsp_shift, dsp); in wm8996_hw_params()
|
/linux-4.1.27/arch/mips/include/asm/ |
D | dsp.h | 45 tsk->thread.dsp.dspr[0] = mfhi1(); \ 46 tsk->thread.dsp.dspr[1] = mflo1(); \ 47 tsk->thread.dsp.dspr[2] = mfhi2(); \ 48 tsk->thread.dsp.dspr[3] = mflo2(); \ 49 tsk->thread.dsp.dspr[4] = mfhi3(); \ 50 tsk->thread.dsp.dspr[5] = mflo3(); \ 51 tsk->thread.dsp.dspcontrol = rddsp(DSP_MASK); \ 62 mthi1(tsk->thread.dsp.dspr[0]); \ 63 mtlo1(tsk->thread.dsp.dspr[1]); \ 64 mthi2(tsk->thread.dsp.dspr[2]); \ [all …]
|
D | processor.h | 269 struct mips_dsp_state dsp; member 330 .dsp = { \
|
/linux-4.1.27/sound/soc/intel/haswell/ |
D | sst-haswell-ipc.c | 282 struct sst_dsp *dsp; member 449 sst_dsp_read(hsw->dsp, &fw_ready, offset, sizeof(fw_ready)); in hsw_fw_ready() 451 sst_dsp_mailbox_init(hsw->dsp, fw_ready.inbox_offset, in hsw_fw_ready() 492 sst_dsp_inbox_read(hsw->dsp, glitch, sizeof(*glitch)); in hsw_notification_work() 502 sst_dsp_inbox_read(hsw->dsp, pos, sizeof(*pos)); in hsw_notification_work() 515 sst_dsp_shim_update_bits(hsw->dsp, SST_IPCD, in hsw_notification_work() 519 sst_dsp_shim_update_bits(hsw->dsp, SST_IMRX, SST_IMRX_BUSY, 0); in hsw_notification_work() 576 sst_dsp_inbox_read(hsw->dsp, msg->rx_data, in hsw_process_reply() 581 sst_dsp_outbox_read(hsw->dsp, msg->rx_data, in hsw_process_reply() 712 hsw->dsp, &stream->curr_pos, sizeof(stream->curr_pos)); in hsw_log_message() [all …]
|
D | sst-haswell-dsp.c | 88 static int hsw_parse_module(struct sst_dsp *dsp, struct sst_fw *fw, in hsw_parse_module() argument 107 dev_dbg(dsp->dev, "new module sign 0x%s size 0x%x blocks 0x%x type 0x%x\n", in hsw_parse_module() 110 dev_dbg(dsp->dev, " entrypoint 0x%x\n", module->entry_point); in hsw_parse_module() 111 dev_dbg(dsp->dev, " persistent 0x%x scratch 0x%x\n", in hsw_parse_module() 129 dev_err(dsp->dev, in hsw_parse_module() 137 ram = dsp->addr.lpe; in hsw_parse_module() 139 block->ram_offset + dsp->addr.iram_offset; in hsw_parse_module() 144 ram = dsp->addr.lpe; in hsw_parse_module() 149 dev_err(dsp->dev, "error: bad type 0x%x for block 0x%x\n", in hsw_parse_module() 159 dev_dbg(dsp->dev, "module block %d type 0x%x " in hsw_parse_module() [all …]
|
D | Makefile | 2 sst-haswell-ipc.o sst-haswell-pcm.o sst-haswell-dsp.o
|
D | sst-haswell-pcm.c | 480 struct sst_dsp *dsp; in hsw_pcm_hw_params() local 635 dsp = sst_hsw_get_dsp(hsw); in hsw_pcm_hw_params() 637 module_data = sst_module_get_from_id(dsp, module_id); in hsw_pcm_hw_params() 1064 priv_data->hsw = pdata->dsp; in hsw_pcm_probe() 1168 priv_data->hsw = sst_pdata->dsp; in hsw_pcm_dev_probe()
|
/linux-4.1.27/sound/soc/intel/baytrail/ |
D | sst-baytrail-ipc.c | 171 struct sst_dsp *dsp; member 260 sst_dsp_inbox_read(byt->dsp, msg->rx_data, msg->rx_size); in sst_byt_process_reply() 284 struct sst_dsp *sst = byt->dsp; in sst_byt_process_notification() 358 struct sst_dsp *sst = byt->dsp; in sst_byt_stream_new() 451 struct sst_dsp *sst = byt->dsp; in sst_byt_stream_free() 559 struct sst_dsp *sst = byt->dsp; in sst_byt_get_dsp_position() 573 return byt->dsp; in sst_byt_get_dsp() 583 struct sst_byt *byt = pdata->dsp; in sst_byt_dsp_suspend_late() 586 sst_dsp_reset(byt->dsp); in sst_byt_dsp_suspend_late() 599 struct sst_byt *byt = pdata->dsp; in sst_byt_dsp_boot() [all …]
|
D | sst-baytrail-dsp.c | 65 static int sst_byt_parse_module(struct sst_dsp *dsp, struct sst_fw *fw, in sst_byt_parse_module() argument 86 dev_err(dsp->dev, "block %d size invalid\n", count); in sst_byt_parse_module() 93 dsp->addr.iram_offset; in sst_byt_parse_module() 98 dsp->addr.dram_offset; in sst_byt_parse_module() 103 (dsp->addr.fw_ext - dsp->addr.lpe); in sst_byt_parse_module() 107 dev_err(dsp->dev, "wrong ram type 0x%x in block0x%x\n", in sst_byt_parse_module() 126 struct sst_dsp *dsp = sst_fw->dsp; in sst_byt_parse_fw_image() local 136 dev_err(dsp->dev, "Invalid FW sign/filesize mismatch\n"); in sst_byt_parse_fw_image() 140 dev_dbg(dsp->dev, in sst_byt_parse_fw_image() 148 ret = sst_byt_parse_module(dsp, sst_fw, module); in sst_byt_parse_fw_image() [all …]
|
D | Makefile | 2 sst-baytrail-ipc.o sst-baytrail-pcm.o sst-baytrail-dsp.o
|
D | sst-baytrail-pcm.c | 380 priv_data->byt = plat_data->dsp; in sst_byt_pcm_probe()
|
/linux-4.1.27/arch/um/drivers/ |
D | hostaudio_kern.c | 32 static char *dsp = HOSTAUDIO_DEV_DSP; variable 43 module_param(dsp, charp, 0644); 44 MODULE_PARM_DESC(dsp, DSP_HELP); 51 dsp = name; in set_dsp() 188 kparam_block_sysfs_write(dsp); in hostaudio_open() 189 printk(KERN_DEBUG "hostaudio: open called (host: %s)\n", dsp); in hostaudio_open() 190 kparam_unblock_sysfs_write(dsp); in hostaudio_open() 202 kparam_block_sysfs_write(dsp); in hostaudio_open() 204 ret = os_open_file(dsp, of_set_rw(OPENFLAGS(), r, w), 0); in hostaudio_open() 206 kparam_unblock_sysfs_write(dsp); in hostaudio_open() [all …]
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | k2hk.dtsi | 47 compatible = "ti,keystone-dsp-gpio"; 54 compatible = "ti,keystone-dsp-gpio"; 61 compatible = "ti,keystone-dsp-gpio"; 68 compatible = "ti,keystone-dsp-gpio"; 75 compatible = "ti,keystone-dsp-gpio"; 82 compatible = "ti,keystone-dsp-gpio"; 89 compatible = "ti,keystone-dsp-gpio"; 96 compatible = "ti,keystone-dsp-gpio";
|
D | k2l.dtsi | 56 compatible = "ti,keystone-dsp-gpio"; 63 compatible = "ti,keystone-dsp-gpio"; 70 compatible = "ti,keystone-dsp-gpio"; 77 compatible = "ti,keystone-dsp-gpio";
|
D | omap2.dtsi | 208 ti,timer-dsp; 216 ti,timer-dsp; 224 ti,timer-dsp; 232 ti,timer-dsp;
|
D | omap3.dtsi | 68 dsp { 354 mbox_dsp: dsp { 623 ti,timer-dsp; 631 ti,timer-dsp; 639 ti,timer-dsp; 648 ti,timer-dsp;
|
D | omap2420.dtsi | 176 interrupt-names = "dsp", "iva"; 181 mbox_dsp: dsp {
|
D | omap4.dtsi | 97 dsp { 99 ti,hwmods = "dsp"; 765 ti,timer-dsp; 774 ti,timer-dsp; 783 ti,timer-dsp; 793 ti,timer-dsp;
|
D | k2e.dtsi | 83 compatible = "ti,keystone-dsp-gpio";
|
D | atlas6.dtsi | 166 dsp-iobg { 187 dsp@a9000000 { 188 compatible = "sirf,prima2-dsp";
|
D | prima2.dtsi | 172 dsp-iobg { 193 dsp@a9000000 { 194 compatible = "sirf,prima2-dsp";
|
D | omap5.dtsi | 755 ti,timer-dsp; 765 ti,timer-dsp; 775 ti,timer-dsp; 784 ti,timer-dsp;
|
D | omap2430.dtsi | 267 mbox_dsp: dsp {
|
/linux-4.1.27/sound/pci/mixart/ |
D | mixart_hwdep.c | 102 static int mixart_load_elf(struct mixart_mgr *mgr, const struct firmware *dsp ) in mixart_load_elf() argument 108 elf_header = (struct snd_mixart_elf32_ehdr *)dsp->data; in mixart_load_elf() 119 memcpy( &elf_programheader, dsp->data + pos, sizeof(elf_programheader) ); in mixart_load_elf() 124 dsp->data + be32_to_cpu( elf_programheader.p_offset ), in mixart_load_elf() 345 static int mixart_dsp_load(struct mixart_mgr* mgr, int index, const struct firmware *dsp) in mixart_dsp_load() argument 381 if (((u32*)(dsp->data))[0] == 0xffffffff) in mixart_dsp_load() 383 if (dsp->size % 4) in mixart_dsp_load() 392 writel_be( dsp->size, MIXART_MEM( mgr, MIXART_PSEUDOREG_MXLX_SIZE_OFFSET )); in mixart_dsp_load() 395 memcpy_toio( MIXART_MEM( mgr, MIXART_MOTHERBOARD_XLX_BASE_ADDRESS), dsp->data, dsp->size); in mixart_dsp_load() 434 err = mixart_load_elf( mgr, dsp ); in mixart_dsp_load() [all …]
|
/linux-4.1.27/sound/usb/usx2y/ |
D | usX2Yhwdep.c | 199 struct snd_hwdep_dsp_image *dsp) in snd_usX2Y_hwdep_dsp_load() argument 203 snd_printdd( "dsp_load %s\n", dsp->name); in snd_usX2Y_hwdep_dsp_load() 205 if (access_ok(VERIFY_READ, dsp->image, dsp->length)) { in snd_usX2Y_hwdep_dsp_load() 209 buf = memdup_user(dsp->image, dsp->length); in snd_usX2Y_hwdep_dsp_load() 217 err = usb_bulk_msg(dev, usb_sndbulkpipe(dev, 2), buf, dsp->length, &lret, 6000); in snd_usX2Y_hwdep_dsp_load() 222 if (dsp->index == 1) { in snd_usX2Y_hwdep_dsp_load()
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/omap/ |
D | dsp.txt | 7 - ti,hwmods: "dsp" 11 dsp { 13 ti,hwmods = "dsp";
|
D | timer.txt | 29 - ti,timer-dsp: Indicates the timer can interrupt the on-chip DSP in
|
/linux-4.1.27/net/dns_resolver/ |
D | dns_key.c | 183 const char *src = key->description, *dsp = match_data->raw_data; in dns_resolver_cmp() local 185 kenter("%s,%s", src, dsp); in dns_resolver_cmp() 187 if (!src || !dsp) in dns_resolver_cmp() 190 if (strcasecmp(src, dsp) == 0) in dns_resolver_cmp() 194 dlen = strlen(dsp); in dns_resolver_cmp() 199 if (dsp[dlen - 1] == '.') in dns_resolver_cmp() 201 if (slen != dlen || strncasecmp(src, dsp, slen) != 0) in dns_resolver_cmp()
|
/linux-4.1.27/sound/isa/sb/ |
D | Makefile | 7 snd-sb8-dsp-objs := sb8_main.o sb8_midi.o 8 snd-sb16-dsp-objs := sb16_main.o 18 obj-$(CONFIG_SND_SB16_DSP) += snd-sb16-dsp.o 19 obj-$(CONFIG_SND_SB8_DSP) += snd-sb8-dsp.o
|
/linux-4.1.27/drivers/scsi/ |
D | 53c700.c | 564 struct scsi_cmnd *SCp, __u32 dsp) in save_for_reselection() argument 571 slot->resume_offset = dsp; in save_for_reselection() 782 struct scsi_cmnd *SCp, __u32 dsp, __u32 dsps) in process_extended_message() argument 784 __u32 resume_offset = dsp, temp = dsp + 8; in process_extended_message() 864 struct scsi_cmnd *SCp, __u32 dsp, __u32 dsps) in process_message() argument 867 __u32 temp = dsp + 8, resume_offset = dsp; in process_message() 886 dsp, dsps); in process_message() 952 process_script_interrupt(__u32 dsps, __u32 dsp, struct scsi_cmnd *SCp, in process_script_interrupt() argument 1089 save_for_reselection(hostdata, SCp, dsp); in process_script_interrupt() 1189 …host->host_no, reselection_id, lun, dsp, dsp - hostdata->pScript, hostdata->state, hostdata->comma… in process_script_interrupt() [all …]
|
D | ncr53c8xx.c | 5825 u32 dsp; in ncr_log_hard_error() local 5832 dsp = INL (nc_dsp); in ncr_log_hard_error() 5834 if (dsp > np->p_script && dsp <= np->p_script + sizeof(struct script)) { in ncr_log_hard_error() 5835 script_ofs = dsp - np->p_script; in ncr_log_hard_error() 5840 else if (np->p_scripth < dsp && in ncr_log_hard_error() 5841 dsp <= np->p_scripth + sizeof(struct scripth)) { in ncr_log_hard_error() 5842 script_ofs = dsp - np->p_scripth; in ncr_log_hard_error() 5847 script_ofs = dsp; in ncr_log_hard_error() 6247 u32 dsp; in ncr_int_ma() local 6258 dsp = INL (nc_dsp); in ncr_int_ma() [all …]
|
D | osst.h | 115 u8 dsp; /* Device Specific Parameter */ member
|
D | osst.c | 2781 header->dsp = 0; /* Reserved */ in osst_configure_onstream()
|
/linux-4.1.27/sound/pci/pcxhr/ |
D | pcxhr_hwdep.c | 290 const struct firmware *dsp) in pcxhr_dsp_load() argument 295 "loading dsp [%d] size = %Zd\n", index, dsp->size); in pcxhr_dsp_load() 300 return pcxhr_load_xilinx_binary(mgr, dsp, 0); in pcxhr_dsp_load() 304 return pcxhr_load_xilinx_binary(mgr, dsp, 1); in pcxhr_dsp_load() 308 return pcxhr_load_eeprom_binary(mgr, dsp); in pcxhr_dsp_load() 311 return pcxhr_load_boot_binary(mgr, dsp); in pcxhr_dsp_load() 314 err = pcxhr_load_dsp_binary(mgr, dsp); in pcxhr_dsp_load()
|
D | pcxhr_core.c | 333 static int pcxhr_download_dsp(struct pcxhr_mgr *mgr, const struct firmware *dsp) in pcxhr_download_dsp() argument 341 if (dsp->size <= 0) in pcxhr_download_dsp() 343 if (dsp->size % 3) in pcxhr_download_dsp() 345 if (snd_BUG_ON(!dsp->data)) in pcxhr_download_dsp() 348 for (i = 0; i < dsp->size; i += 3) { in pcxhr_download_dsp() 349 data = dsp->data + i; in pcxhr_download_dsp() 355 if (len && (dsp->size != (len + 2) * 3)) in pcxhr_download_dsp() 445 int pcxhr_load_dsp_binary(struct pcxhr_mgr *mgr, const struct firmware *dsp) in pcxhr_load_dsp_binary() argument 455 err = pcxhr_download_dsp(mgr, dsp); in pcxhr_load_dsp_binary()
|
D | pcxhr_core.h | 36 int pcxhr_load_dsp_binary(struct pcxhr_mgr *mgr, const struct firmware *dsp);
|
/linux-4.1.27/drivers/char/mwave/ |
D | README | 18 If the dsp irq has not been setup and stored in bios by the 20 irq used by the dsp to be configured. 23 If the dsp io range has not been setup and stored in bios by the 25 io range used by the dsp to be configured.
|
/linux-4.1.27/sound/soc/intel/atom/sst/ |
D | sst_pvt.c | 326 void sst_fill_header_dsp(struct ipc_dsp_hdr *dsp, int msg, in sst_fill_header_dsp() argument 329 dsp->cmd_id = msg; in sst_fill_header_dsp() 330 dsp->mod_index_id = 0xff; in sst_fill_header_dsp() 331 dsp->pipe_id = pipe_id; in sst_fill_header_dsp() 332 dsp->length = len; in sst_fill_header_dsp() 333 dsp->mod_id = 0; in sst_fill_header_dsp()
|
D | sst.h | 545 void sst_fill_header_dsp(struct ipc_dsp_hdr *dsp, int msg,
|
/linux-4.1.27/arch/mips/ar7/ |
D | clock.c | 76 struct tnetd7300_clock dsp; member 96 struct tnetd7200_clock dsp; member 267 tnetd7300_set_clock(DSP_PLL_SOURCE_SHIFT, &clocks->dsp, in tnetd7300_init_clocks() 355 tnetd7200_set_clock(dsp_base, &clocks->dsp, in tnetd7200_init_clocks() 385 tnetd7200_set_clock(dsp_base, &clocks->dsp, in tnetd7200_init_clocks() 396 tnetd7200_set_clock(dsp_base, &clocks->dsp, in tnetd7200_init_clocks()
|
/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | gpio-dsp-keystone.txt | 17 - compatible: should be "ti,keystone-dsp-gpio" 29 compatible = "ti,keystone-dsp-gpio";
|
/linux-4.1.27/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.c | 1133 u32 dsp; local 1140 dsp = INL(np, nc_dsp); 1142 if (dsp > np->scripta_ba && 1143 dsp <= np->scripta_ba + np->scripta_sz) { 1144 script_ofs = dsp - np->scripta_ba; 1149 else if (np->scriptb_ba < dsp && 1150 dsp <= np->scriptb_ba + np->scriptb_sz) { 1151 script_ofs = dsp - np->scriptb_ba; 1156 script_ofs = dsp; 2188 u32 dsp = INL(np, nc_dsp); local [all …]
|
/linux-4.1.27/firmware/ |
D | .gitignore | 5 *.dsp
|
D | Makefile | 86 fw-shipped-$(CONFIG_SND_KORG1212) += korg/k1212.dsp
|
D | WHENCE | 31 File: korg/k1212.dsp 48 drops binary dsp code images on our heads, but we don't get to see 49 specs on the dsp."
|
/linux-4.1.27/include/media/ |
D | timb_radio.h | 27 struct i2c_board_info *dsp; member
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | gamecube.dts | 74 dsp@0c005000 { 77 compatible = "nintendo,flipper-dsp";
|
D | wii.dts | 87 dsp@0c005000 { 90 compatible = "nintendo,hollywood-dsp", 91 "nintendo,flipper-dsp";
|
/linux-4.1.27/arch/mips/include/asm/mach-bcm63xx/ |
D | board_bcm963xx.h | 46 struct bcm63xx_dsp_platform_data dsp; member
|
/linux-4.1.27/Documentation/sound/oss/ |
D | btaudio | 38 The chip knows two different modes. btaudio registers two dsp 78 * read audio data from btaudio (dsp2), send to es1730 (dsp,dsp1): 79 $ sox -w -r 32000 -t ossdsp /dev/dsp2 -t ossdsp /dev/dsp
|
D | ultrasound | 25 (/dev/dsp), MIDI, and wavetable playback.
|
D | Introduction | 251 sound device (/dev/dsp, /dev/audio, /dev/mixer) and which is 254 All you have to do is to load the one you want as /dev/dsp 333 4. If you get "cannot access device" errors, your /dev/dsp 336 chmod 666 /dev/dsp /dev/mixer /dev/audio 415 # Load the Soundblaster PCI 128 as /dev/dsp, /dev/dsp1, /dev/mixer
|
D | README.OSS | 151 The following errors are likely with /dev/dsp and /dev/audio. 156 this particular device. For example /dev/audio and /dev/dsp will not 251 "Support for /dev/dsp and /dev/audio"). The default values 968 With PAS16 you can use two audio device files at the same time. /dev/dsp (and 992 uses /dev/dsp (and /dev/audio). Command "ln -sf /dev/dsp1 /dev/dsp" 1002 simultaneous recording and playback. Use /dev/dsp (the daughtercard) for 1111 (enable also the /dev/dsp, /dev/sequencer and MIDI supports). 1118 !!!!! purposes. It WAS required to change /dev/dsp (a symlink) to !!!! 1123 !!!!! change /dev/dsp to point back to /dev/dsp0 if you are !!!! 1125 !!!!! (cd /dev;rm dsp;ln -s dsp0 dsp). !!!!
|
D | PAS16 | 56 With PAS16 you can use two audio device files at the same time. /dev/dsp (and
|
/linux-4.1.27/arch/mips/bcm63xx/ |
D | Makefile | 2 setup.o timer.o dev-dsp.o dev-enet.o dev-flash.o \
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | cm2xxx.h | 63 extern void omap2xxx_cm_set_mod_dividers(u32 mpu, u32 dsp, u32 gfx, u32 core,
|
D | cm2xxx.c | 373 void omap2xxx_cm_set_mod_dividers(u32 mpu, u32 dsp, u32 gfx, u32 core, u32 mdm) in omap2xxx_cm_set_mod_dividers() argument 378 omap2_cm_write_mod_reg(dsp, OMAP24XX_DSP_MOD, CM_CLKSEL); in omap2xxx_cm_set_mod_dividers()
|
/linux-4.1.27/arch/mips/kernel/ |
D | ptrace32.c | 152 tmp = child->thread.dsp.dspcontrol; in compat_arch_ptrace() 248 child->thread.dsp.dspcontrol = data; in compat_arch_ptrace()
|
D | genex.S | 448 BUILD_HANDLER dsp dsp sti silent /* #26 */
|
D | ptrace.c | 674 tmp = child->thread.dsp.dspcontrol; in arch_ptrace() 753 child->thread.dsp.dspcontrol = data; in arch_ptrace()
|
/linux-4.1.27/arch/arc/include/asm/ |
D | arcregs.h | 215 unsigned int pad:8, x1616:8, dsp:4, cycles:2, type:2, ver:8; member 217 unsigned int ver:8, type:2, cycles:2, dsp:4, x1616:8, pad:8;
|
/linux-4.1.27/Documentation/w1/masters/ |
D | mxc-w1 | 8 http://cache.freescale.com/files/dsp/doc/archive/MCIMX27.pdf?fsrch=1&WT_TYPE=
|
/linux-4.1.27/include/sound/ |
D | vx_core.h | 212 int snd_vx_load_boot_image(struct vx_core *chip, const struct firmware *dsp); 213 int snd_vx_dsp_boot(struct vx_core *chip, const struct firmware *dsp); 214 int snd_vx_dsp_load(struct vx_core *chip, const struct firmware *dsp);
|
/linux-4.1.27/sound/pci/asihpi/ |
D | hpi6205.c | 1279 int dsp = 0, i = 0; in adapter_boot_load_dsp() local 1375 for (dsp = 0; dsp < HPI6205_MAX_FILES_TO_LOAD; dsp++) { in adapter_boot_load_dsp() 1377 if (boot_code_id[dsp] == 0) in adapter_boot_load_dsp() 1380 err = boot_loader_config_emif(pao, dsp); in adapter_boot_load_dsp() 1384 err = boot_loader_test_internal_memory(pao, dsp); in adapter_boot_load_dsp() 1388 err = boot_loader_test_external_memory(pao, dsp); in adapter_boot_load_dsp() 1392 err = boot_loader_test_pld(pao, dsp); in adapter_boot_load_dsp() 1397 err = hpi_dsp_code_open(boot_code_id[dsp], pao->pci.pci_dev, in adapter_boot_load_dsp() 1425 boot_loader_write_mem32(pao, dsp, address, in adapter_boot_load_dsp() 1430 boot_loader_read_mem32(pao, dsp, in adapter_boot_load_dsp() [all …]
|
/linux-4.1.27/drivers/media/pci/cx88/ |
D | Makefile | 2 cx88-dsp.o cx88-input.o
|
/linux-4.1.27/sound/oss/ |
D | CHANGELOG | 68 DMA channel. The extra audio/dsp device (the "Not functional" one) used 70 just one /dev/dsp# device which is used both for code download and audio. 180 - Added support for synchronizing dsp/audio devices with /dev/sequencer. 181 - mmap() support for dsp/audio devices. 227 - select() for /dev/dsp and /dev/audio (Linux only). 245 the MSS mode (/dev/dsp). 308 - Fixed truncated sound on /dev/dsp when the device is closed. 359 - Significantly improved /dev/dsp and /dev/audio support.
|
/linux-4.1.27/arch/mips/bcm63xx/boards/ |
D | board_bcm963xx.c | 292 .dsp = { 404 .dsp = { 902 bcm63xx_dsp_register(&board.dsp); in board_register_devices()
|
/linux-4.1.27/Documentation/video4linux/ |
D | si470x.txt | 76 commands. Please adjust the audio devices to your needs (/dev/dsp* and hw:x,x). 79 cat /dev/dsp1 > /dev/dsp 82 sox -2 --endian little -r 96000 -t oss /dev/dsp1 -t oss /dev/dsp
|
/linux-4.1.27/sound/drivers/vx/ |
D | vx_core.c | 680 int snd_vx_dsp_load(struct vx_core *chip, const struct firmware *dsp) in snd_vx_dsp_load() argument 687 if (dsp->size % 3) in snd_vx_dsp_load() 693 for (i = 0; i < dsp->size; i += 3) { in snd_vx_dsp_load() 694 image = dsp->data + i; in snd_vx_dsp_load()
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | prima2-clock.txt | 23 dsp 8
|
/linux-4.1.27/sound/pci/vx222/ |
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() 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.1.27/arch/sh/ |
D | Makefile | 29 isa-$(CONFIG_SH_DSP) := $(isa-y)-dsp 71 $(call as-option,-Wa$(comma)-isa=$(isa-y),-Wa$(comma)-dsp)
|
/linux-4.1.27/include/uapi/linux/ |
D | telephony.h | 77 dsp enumerator
|
/linux-4.1.27/sound/soc/intel/boards/ |
D | haswell.c | 91 struct sst_hsw *haswell = pdata->dsp; in haswell_rtd_init()
|
D | broadwell.c | 136 struct sst_hsw *broadwell = pdata->dsp; in broadwell_rtd_init()
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/nintendo/ |
D | wii.txt | 63 - compatible : should be "nintendo,hollywood-dsp","nintendo,flipper-dsp"
|
D | gamecube.txt | 52 - compatible : should be "nintendo,flipper-dsp"
|
/linux-4.1.27/drivers/clk/sirf/ |
D | clk-prima2.c | 62 rtc, osc, pll1, pll2, pll3, mem, sys, security, dsp, gps, enumerator
|
D | clk-atlas6.c | 63 rtc, osc, pll1, pll2, pll3, mem, sys, security, dsp, gps, enumerator
|
/linux-4.1.27/drivers/scsi/be2iscsi/ |
D | be_main.h | 756 u8 dsp; /* DWORD 0 */ member 818 u8 dsp; /* DWORD 11 */ member 916 u8 dsp; /* DWORD 0 */ member
|
D | be_main.c | 2506 AMAP_SET_BITS(struct amap_iscsi_wrb, dsp, in hwi_write_buffer() 2509 AMAP_SET_BITS(struct amap_iscsi_wrb_v2, dsp, in hwi_write_buffer() 2531 AMAP_SET_BITS(struct amap_iscsi_wrb, dsp, pwrb, 0); in hwi_write_buffer() 4870 AMAP_SET_BITS(struct amap_iscsi_wrb_v2, dsp, pwrb, 1); in beiscsi_iotask_v2() 4874 AMAP_SET_BITS(struct amap_iscsi_wrb_v2, dsp, pwrb, 0); in beiscsi_iotask_v2() 4926 AMAP_SET_BITS(struct amap_iscsi_wrb, dsp, pwrb, 1); in beiscsi_iotask() 4930 AMAP_SET_BITS(struct amap_iscsi_wrb, dsp, pwrb, 0); in beiscsi_iotask()
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
D | os_pri.c | 912 dsp_check_presence(volatile byte __iomem *addr, volatile byte __iomem *data, int dsp) in dsp_check_presence() argument 924 dsp, pattern, DSP_SIGNATURE_PROBE_WORD)) in dsp_check_presence() 936 dsp, pattern, (word)~DSP_SIGNATURE_PROBE_WORD)) in dsp_check_presence() 940 DBG_TRC(("DSP[%d] present", dsp)) in dsp_check_presence()
|
/linux-4.1.27/sound/oss/dmasound/ |
D | dmasound_core.c | 255 dmasound.dsp.speed = dmasound.soft.speed; in sound_set_speed() 269 dmasound.dsp.stereo = stereo; in sound_set_stereo() 798 dmasound.dsp = dmasound.mach.default_soft ; in sq_open() 1196 dmasound.dsp = dmasound.mach.default_soft ; in sq_init()
|
D | dmasound.h | 164 SETTINGS dsp; /* /dev/dsp default settings */ member
|
D | dmasound_q40.c | 563 dmasound.dsp.format = format; in Q40SetFormat() 564 dmasound.dsp.size = 8; in Q40SetFormat()
|
D | dmasound_paula.c | 413 dmasound.dsp.format = format; in AmiSetFormat() 414 dmasound.dsp.size = dmasound.soft.size; in AmiSetFormat()
|
D | dmasound_atari.c | 975 dmasound.dsp.format = format; in TTSetFormat() 976 dmasound.dsp.size = 8; in TTSetFormat() 1140 dmasound.dsp.format = format; in FalconSetFormat() 1141 dmasound.dsp.size = dmasound.soft.size; in FalconSetFormat()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | sumo_dpm.h | 110 u32 dsp; member
|
D | rv770_dpm.h | 123 u32 dsp; member
|
D | rv770_dpm.c | 310 smc_state->levels[i].bSP = cpu_to_be32(pi->dsp); in rv770_populate_smc_sp() 833 pi->dsp = BSP(pi->bsp) | BSU(pi->bsu); in rv770_setup_bsp() 836 WREG32(CG_BSP, pi->dsp); in rv770_setup_bsp() 1080 table->initialState.levels[0].bSP = cpu_to_be32(pi->dsp); in rv770_populate_smc_initial_state()
|
D | rv730_dpm.c | 374 table->initialState.levels[0].bSP = cpu_to_be32(pi->dsp); in rv730_populate_smc_initial_state()
|
D | sumo_dpm.c | 330 pi->dsp = BSP(pi->bsp) | BSU(pi->bsu); in sumo_calculate_bsp() 356 WREG32(CG_BSP_0 + (i * 4), pi->dsp); in sumo_program_bsp()
|
D | si_dpm.c | 3696 pi->dsp = BSP(pi->bsp) | BSU(pi->bsu); in si_setup_bsp() 3699 WREG32(CG_BSP, pi->dsp); in si_setup_bsp() 4393 table->initialState.levels[0].bSP = cpu_to_be32(pi->dsp); in si_populate_smc_initial_state() 4909 smc_state->levels[i].bSP = cpu_to_be32(pi->dsp); in si_populate_smc_sp()
|
D | ni_dpm.c | 1756 table->initialState.levels[0].bSP = cpu_to_be32(pi->dsp); in ni_populate_smc_initial_state() 2303 smc_state->levels[i].bSP = cpu_to_be32(pi->dsp); in ni_populate_smc_sp()
|
D | cypress_dpm.c | 1299 table->initialState.levels[0].bSP = cpu_to_be32(pi->dsp); in cypress_populate_smc_initial_state()
|
/linux-4.1.27/drivers/remoteproc/ |
D | Kconfig | 62 "rproc-dsp-fw".
|
/linux-4.1.27/arch/sh/kernel/cpu/ |
D | init.c | 56 onchip_setup(dsp);
|
/linux-4.1.27/drivers/usb/atm/ |
D | ueagle-atm.c | 765 static int check_dsp_e1(const u8 *dsp, unsigned int len) in check_dsp_e1() argument 772 pagecount = FW_GET_BYTE(dsp); in check_dsp_e1() 781 pageoffset = get_unaligned_le32(dsp + p); in check_dsp_e1() 792 blockcount = FW_GET_BYTE(dsp + pp); in check_dsp_e1() 802 blocksize = get_unaligned_le16(dsp + pp); in check_dsp_e1() 816 static int check_dsp_e4(const u8 *dsp, int len) in check_dsp_e4() argument 819 struct l1_code *p = (struct l1_code *) dsp; in check_dsp_e4() 820 unsigned int sum = p->code - dsp; in check_dsp_e4() 842 if ((u8 *)(blockidx + 1) - dsp >= len) in check_dsp_e4()
|
/linux-4.1.27/drivers/dma/ |
D | imx-sdma.c | 475 unsigned long evt, mcu, dsp; in sdma_config_ownership() local 482 dsp = readl_relaxed(sdma->regs + SDMA_H_DSPOVR); in sdma_config_ownership() 485 __clear_bit(channel, &dsp); in sdma_config_ownership() 487 __set_bit(channel, &dsp); in sdma_config_ownership() 501 writel_relaxed(dsp, sdma->regs + SDMA_H_DSPOVR); in sdma_config_ownership()
|
/linux-4.1.27/drivers/media/radio/ |
D | radio-timb.c | 140 i2c_get_adapter(pdata->i2c_adapter), pdata->dsp, NULL); in timbradio_probe()
|
/linux-4.1.27/Documentation/ |
D | dontdiff | 9 *.dsp
|
D | devices.txt | 512 3 = /dev/dsp Digital audio
|
/linux-4.1.27/drivers/video/fbdev/aty/ |
D | aty128fb.c | 1435 static void aty128_set_fifo(const struct aty128_ddafifo *dsp, in aty128_set_fifo() argument 1438 aty_st_le32(DDA_CONFIG, dsp->dda_config); in aty128_set_fifo() 1439 aty_st_le32(DDA_ON_OFF, dsp->dda_on_off); in aty128_set_fifo() 1443 static int aty128_ddafifo(struct aty128_ddafifo *dsp, in aty128_ddafifo() argument 1493 dsp->dda_config = p << 16 | m->Rloop << 20 | x; in aty128_ddafifo() 1494 dsp->dda_on_off = ron << 16 | roff; in aty128_ddafifo()
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | MIXART.txt | 90 configure). There will be a miXart.conf file, which define the dsp image
|
D | OSS-Emulation.txt | 72 PCM device (hw:0,0 in ALSA) is mapped to /dev/dsp and the secondary
|
D | ALSA-Configuration.txt | 83 For example, when dsp_map=2, /dev/dsp will be mapped to PCM #2 of 2230 /dev/snd/pcmC0D0[c|p] -> /dev/dsp0 (/dev/dsp) -> minor 3
|
/linux-4.1.27/arch/um/ |
D | Kconfig.char | 108 between the host's dsp and mixer devices and the UML sound system.
|
/linux-4.1.27/Documentation/devicetree/bindings/mailbox/ |
D | omap-mailbox.txt | 112 dsp {
|
/linux-4.1.27/sound/pci/echoaudio/ |
D | echoaudio.c | 2006 char *dsp; in snd_echo_probe() local 2031 dsp = "56301"; in snd_echo_probe() 2033 dsp = "56361"; in snd_echo_probe() 2036 card->shortname, pci_id->subdevice & 0x000f, dsp, in snd_echo_probe()
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_intel_uncore_nhmex.c | 867 DEFINE_UNCORE_FORMAT_ATTR(dsp, dsp, "config1:0-31");
|
/linux-4.1.27/sound/core/ |
D | Kconfig | 73 To enable OSS digital audio (PCM) emulation (/dev/dsp*), say Y
|
/linux-4.1.27/drivers/mfd/ |
D | timberdale.c | 290 .dsp = &timberdale_saa7706_i2c_board_info
|
/linux-4.1.27/drivers/net/wireless/iwlegacy/ |
D | 4965.c | 789 u8 dsp; member 1235 gain_table[band][power_idx].dsp; in il4965_fill_txpower_tbl()
|
/linux-4.1.27/Documentation/devicetree/bindings/thermal/ |
D | thermal.txt | 386 dsp_thermal: dsp-thermal { 395 dsp_alert: dsp-alert {
|
/linux-4.1.27/Documentation/sound/alsa/soc/ |
D | DPCM.txt | 149 .platform_name = "dsp-audio",
|
/linux-4.1.27/security/smack/ |
D | smack_lsm.c | 838 struct smack_known *dsp = smk_of_inode(dir); in smack_inode_init_security() local 846 may = smk_access_entry(skp->smk_known, dsp->smk_known, in smack_inode_init_security() 858 isp = dsp; in smack_inode_init_security()
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | fscache.txt | 305 dsp=N Number of in-progress dissociate_pages() cache ops
|
/linux-4.1.27/ |
D | MAINTAINERS | 5108 F: sound/soc/intel/sst-dsp*
|