Searched defs:dsp (Results 1 - 62 of 62) sorted by relevance

/linux-4.4.14/include/media/
H A Dtimb_radio.h27 struct i2c_board_info *dsp; member in struct:timb_radio_platform_data
/linux-4.4.14/sound/soc/intel/common/
H A DMakefile
H A Dsst-ipc.h60 struct sst_dsp *dsp; member in struct:sst_generic_ipc
H A Dsst-dsp.c342 void sst_dsp_ipc_msg_tx(struct sst_dsp *dsp, u32 msg) sst_dsp_ipc_msg_tx() argument
349 u32 sst_dsp_ipc_msg_rx(struct sst_dsp *dsp) sst_dsp_ipc_msg_rx() argument
H A Dsst-firmware.c114 static void block_list_remove(struct sst_dsp *dsp, block_list_remove() argument
142 static int block_list_prepare(struct sst_dsp *dsp, block_list_prepare() argument
206 struct sst_dsp *dsp = (struct sst_dsp *)param; dma_chan_filter() local
211 int sst_dsp_dma_get_channel(struct sst_dsp *dsp, int chan_id) sst_dsp_dma_get_channel() argument
246 void sst_dsp_dma_put_channel(struct sst_dsp *dsp) sst_dsp_dma_put_channel() argument
328 struct sst_fw *sst_fw_new(struct sst_dsp *dsp, sst_fw_new() argument
394 struct sst_dsp *dsp = sst_fw->dsp; sst_fw_reload() local
410 struct sst_dsp *dsp = sst_fw->dsp; sst_fw_unload() local
447 struct sst_dsp *dsp = sst_fw->dsp; sst_fw_free() local
461 void sst_fw_free_all(struct sst_dsp *dsp) sst_fw_free_all() argument
481 struct sst_dsp *dsp = sst_fw->dsp; sst_module_new() local
510 struct sst_dsp *dsp = sst_module->dsp; sst_module_free() local
523 struct sst_dsp *dsp = module->dsp; sst_module_runtime_new() local
545 struct sst_dsp *dsp = runtime->dsp; sst_module_runtime_free() local
555 static struct sst_mem_block *find_block(struct sst_dsp *dsp, find_block() argument
569 static int block_alloc_contiguous(struct sst_dsp *dsp, block_alloc_contiguous() argument
611 static int block_alloc(struct sst_dsp *dsp, struct sst_block_allocator *ba, block_alloc() argument
663 int sst_alloc_blocks(struct sst_dsp *dsp, struct sst_block_allocator *ba, sst_alloc_blocks() argument
690 int sst_free_blocks(struct sst_dsp *dsp, struct list_head *block_list) sst_free_blocks() argument
700 static int block_alloc_fixed(struct sst_dsp *dsp, struct sst_block_allocator *ba, block_alloc_fixed() argument
783 struct sst_dsp *dsp = module->dsp; sst_module_alloc_blocks() local
842 struct sst_dsp *dsp = module->dsp; sst_module_free_blocks() local
854 struct sst_dsp *dsp = runtime->dsp; sst_module_runtime_alloc_blocks() local
914 struct sst_dsp *dsp = runtime->dsp; sst_module_runtime_free_blocks() local
926 struct sst_dsp *dsp = runtime->dsp; sst_module_runtime_save() local
972 struct sst_dsp *dsp = runtime->dsp; sst_module_runtime_restore() local
1016 struct sst_mem_block *sst_mem_block_register(struct sst_dsp *dsp, u32 offset, sst_mem_block_register() argument
1043 void sst_mem_block_unregister_all(struct sst_dsp *dsp) sst_mem_block_unregister_all() argument
1066 int sst_block_alloc_scratch(struct sst_dsp *dsp) sst_block_alloc_scratch() argument
1137 void sst_block_free_scratch(struct sst_dsp *dsp) sst_block_free_scratch() argument
1146 struct sst_module *sst_module_get_from_id(struct sst_dsp *dsp, u32 id) sst_module_get_from_id() argument
1168 struct sst_dsp *dsp = module->dsp; sst_module_runtime_get_from_id() local
1185 u32 sst_dsp_get_offset(struct sst_dsp *dsp, u32 offset, sst_dsp_get_offset() argument
H A Dsst-dsp-priv.h114 struct sst_dsp *dsp; member in struct:sst_fw
156 struct sst_dsp *dsp; member in struct:sst_module_runtime
195 struct sst_dsp *dsp; member in struct:sst_module
238 struct sst_dsp *dsp; member in struct:sst_mem_block
H A Dsst-dsp.h216 void *dsp; member in struct:sst_pdata
/linux-4.4.14/sound/isa/sb/
H A DMakefile
/linux-4.4.14/drivers/isdn/mISDN/
H A Ddsp_hwec.c51 void dsp_hwec_enable(struct dsp *dsp, const char *arg) dsp_hwec_enable() argument
107 void dsp_hwec_disable(struct dsp *dsp) dsp_hwec_disable() argument
H A Ddsp_dtmf.c40 void dsp_dtmf_goertzel_init(struct dsp *dsp) dsp_dtmf_goertzel_init() argument
50 void dsp_dtmf_hardware(struct dsp *dsp) dsp_dtmf_hardware() argument
118 *dsp_dtmf_goertzel_decode(struct dsp *dsp, u8 *data, int len, int fmt) dsp_dtmf_goertzel_decode() argument
H A Ddsp_blowfish.c369 dsp_bf_encrypt(struct dsp *dsp, u8 *data, int len) dsp_bf_encrypt() argument
458 dsp_bf_decrypt(struct dsp *dsp, u8 *data, int len) dsp_bf_decrypt() argument
599 dsp_bf_init(struct dsp *dsp, const u8 *key, uint keylen) dsp_bf_init() argument
669 dsp_bf_cleanup(struct dsp *dsp) dsp_bf_cleanup() argument
H A Ddsp_core.c190 dsp_rx_off_member(struct dsp *dsp) dsp_rx_off_member() argument
237 dsp_rx_off(struct dsp *dsp) dsp_rx_off() argument
257 dsp_fill_empty(struct dsp *dsp) dsp_fill_empty() argument
283 dsp_control_req(struct dsp *dsp, struct mISDNhead *hh, struct sk_buff *skb) dsp_control_req() argument
630 struct dsp *dsp = container_of(ch, struct dsp, ch); get_features() local
668 struct dsp *dsp = container_of(ch, struct dsp, ch); dsp_function() local
956 struct dsp *dsp = container_of(ch, struct dsp, ch); dsp_ctrl() local
1009 struct dsp *dsp = container_of(work, struct dsp, workq); dsp_send_bh() local
H A Ddsp_tones.c375 void dsp_tone_copy(struct dsp *dsp, u8 *data, int len) dsp_tone_copy() argument
438 dsp_tone_hw_message(struct dsp *dsp, u8 *sample, int len) dsp_tone_hw_message() argument
462 struct dsp *dsp = arg; dsp_tone_timeout() local
497 dsp_tone(struct dsp *dsp, int tone) dsp_tone() argument
H A Ddsp_cmx.c159 dsp_cmx_debug(struct dsp *dsp) dsp_cmx_debug() argument
220 dsp_cmx_add_conf_member(struct dsp *dsp, struct dsp_conf *conf) dsp_cmx_add_conf_member() argument
265 dsp_cmx_del_conf_member(struct dsp *dsp) dsp_cmx_del_conf_member() argument
361 dsp_cmx_hw_message(struct dsp *dsp, u32 message, u32 param1, u32 param2, dsp_cmx_hw_message() argument
384 dsp_cmx_hardware(struct dsp_conf *conf, struct dsp *dsp) dsp_cmx_hardware() argument
1064 dsp_cmx_conf(struct dsp *dsp, u32 conf_id) dsp_cmx_conf() argument
1161 showdelay(struct dsp *dsp, int samples, int delay) showdelay() argument
1182 dsp_cmx_receive(struct dsp *dsp, struct sk_buff *skb) dsp_cmx_receive() argument
1309 dsp_cmx_send_member(struct dsp *dsp, int len, s32 *c, int members) argument
1633 struct dsp *dsp; local
1861 dsp_cmx_transmit(struct dsp *dsp, struct sk_buff *skb) dsp_cmx_transmit() argument
1918 dsp_cmx_hdlc(struct dsp *dsp, struct sk_buff *skb) dsp_cmx_hdlc() argument
H A Ddsp.h95 struct dsp *dsp; member in struct:dsp_conf_member
170 struct dsp { struct
/linux-4.4.14/arch/mips/include/asm/mach-bcm63xx/
H A Dboard_bcm963xx.h46 struct bcm63xx_dsp_platform_data dsp; member in struct:board_info
/linux-4.4.14/sound/pci/pcxhr/
H A Dpcxhr_hwdep.c289 pcxhr_dsp_load(struct pcxhr_mgr *mgr, int index, const struct firmware *dsp) pcxhr_dsp_load() argument
H A Dpcxhr_core.c333 static int pcxhr_download_dsp(struct pcxhr_mgr *mgr, const struct firmware *dsp) pcxhr_download_dsp() argument
445 int pcxhr_load_dsp_binary(struct pcxhr_mgr *mgr, const struct firmware *dsp) pcxhr_load_dsp_binary() argument
/linux-4.4.14/net/dns_resolver/
H A Ddns_key.c183 const char *src = key->description, *dsp = match_data->raw_data; dns_resolver_cmp() local
/linux-4.4.14/arch/sh/kernel/cpu/
H A Dinit.c56 onchip_setup(dsp); variable
/linux-4.4.14/sound/soc/intel/skylake/
H A Dskl-sst-dsp.c334 void skl_dsp_free(struct sst_dsp *dsp) skl_dsp_free() argument
H A Dskl-sst-ipc.h50 struct sst_dsp *dsp; member in struct:skl_sst
H A Dskl-sst.c225 skl_sst_dsp_init(struct device *dev, void __iomem *mmio_base, int irq, struct skl_dsp_loader_ops dsp_ops, struct skl_sst **dsp) skl_sst_dsp_init() argument
H A Dskl-sst-ipc.c258 static bool skl_ipc_is_dsp_busy(struct sst_dsp *dsp) skl_ipc_is_dsp_busy() argument
377 struct sst_dsp *dsp = context; skl_dsp_irq_thread_handler() local
/linux-4.4.14/sound/usb/usx2y/
H A DusX2Yhwdep.c198 snd_usX2Y_hwdep_dsp_load(struct snd_hwdep *hw, struct snd_hwdep_dsp_image *dsp) snd_usX2Y_hwdep_dsp_load() argument
/linux-4.4.14/drivers/isdn/hardware/eicon/
H A Dos_pri.c912 dsp_check_presence(volatile byte __iomem *addr, volatile byte __iomem *data, int dsp) dsp_check_presence() argument
/linux-4.4.14/arch/um/drivers/
H A Dhostaudio_kern.c32 static char *dsp = HOSTAUDIO_DEV_DSP; variable
/linux-4.4.14/drivers/clk/sirf/
H A Dclk-atlas6.c62 rtc, osc, pll1, pll2, pll3, mem, sys, security, dsp, gps, enumerator in enum:atlas6_clk_index
H A Dclk-prima2.c61 rtc, osc, pll1, pll2, pll3, mem, sys, security, dsp, gps, enumerator in enum:prima2_clk_index
/linux-4.4.14/sound/drivers/vx/
H A Dvx_core.c680 int snd_vx_dsp_load(struct vx_core *chip, const struct firmware *dsp) snd_vx_dsp_load() argument
/linux-4.4.14/sound/soc/intel/atom/sst/
H A Dsst_pvt.c326 void sst_fill_header_dsp(struct ipc_dsp_hdr *dsp, int msg, sst_fill_header_dsp() argument
/linux-4.4.14/sound/soc/intel/baytrail/
H A Dsst-baytrail-dsp.c65 static int sst_byt_parse_module(struct sst_dsp *dsp, struct sst_fw *fw, sst_byt_parse_module() argument
126 struct sst_dsp *dsp = sst_fw->dsp; sst_byt_parse_fw_image() local
H A Dsst-baytrail-ipc.c171 struct sst_dsp *dsp; member in struct:sst_byt
682 static bool byt_is_dsp_busy(struct sst_dsp *dsp) byt_is_dsp_busy() argument
/linux-4.4.14/arch/arm/mach-omap2/
H A Dcm2xxx.c373 void omap2xxx_cm_set_mod_dividers(u32 mpu, u32 dsp, u32 gfx, u32 core, u32 mdm) omap2xxx_cm_set_mod_dividers() argument
/linux-4.4.14/sound/pci/mixart/
H A Dmixart_hwdep.c345 static int mixart_dsp_load(struct mixart_mgr* mgr, int index, const struct firmware *dsp) mixart_dsp_load() argument
/linux-4.4.14/arch/mips/include/asm/
H A Dprocessor.h263 struct mips_dsp_state dsp; member in struct:thread_struct
/linux-4.4.14/arch/mips/ar7/
H A Dclock.c76 struct tnetd7300_clock dsp; member in struct:tnetd7300_clocks
96 struct tnetd7200_clock dsp; member in struct:tnetd7200_clocks
/linux-4.4.14/sound/soc/intel/haswell/
H A Dsst-haswell-dsp.c88 static int hsw_parse_module(struct sst_dsp *dsp, struct sst_fw *fw, hsw_parse_module() argument
183 struct sst_dsp *dsp = sst_fw->dsp; hsw_parse_fw_image() local
H A Dsst-haswell-pcm.c480 struct sst_dsp *dsp; hsw_pcm_hw_params() local
H A Dsst-haswell-ipc.c282 struct sst_dsp *dsp; member in struct:sst_hsw
1164 struct sst_dsp *dsp = sst_hsw_get_dsp(hsw); sst_hsw_stream_set_module_info() local
1464 struct sst_dsp *dsp = hsw->dsp; sst_hsw_runtime_module_create() local
1587 struct sst_dsp *dsp = hsw->dsp; sst_hsw_dsp_load() local
1623 struct sst_dsp *dsp = hsw->dsp; sst_hsw_dsp_restore() local
1672 struct sst_dsp *dsp = hsw->dsp; sst_hsw_dsp_runtime_sleep() local
1851 struct sst_dsp *dsp = hsw->dsp; sst_hsw_module_load() local
1907 struct sst_dsp *dsp = hsw->dsp; sst_hsw_module_enable() local
1973 struct sst_dsp *dsp = hsw->dsp; sst_hsw_module_disable() local
2105 static bool hsw_is_dsp_busy(struct sst_dsp *dsp) hsw_is_dsp_busy() argument
/linux-4.4.14/sound/pci/vx222/
H A Dvx222_ops.c417 static int vx2_load_dsp(struct vx_core *vx, int index, const struct firmware *dsp) vx2_load_dsp() argument
/linux-4.4.14/sound/soc/codecs/
H A Dwm0010.c358 u8 *out, dsp; wm0010_firmware_load() local
H A Dwm2200.c87 struct wm_adsp dsp[2]; member in struct:wm2200_priv
H A Dwm8996.c1742 int dsp = 0; wm8996_hw_params() local
H A Dwm_adsp.c241 struct wm_adsp *dsp; member in struct:wm_coeff_ctl
253 static void wm_adsp_debugfs_save_wmfwname(struct wm_adsp *dsp, const char *s) wm_adsp_debugfs_save_wmfwname() argument
263 static void wm_adsp_debugfs_save_binname(struct wm_adsp *dsp, const char *s) wm_adsp_debugfs_save_binname() argument
273 static void wm_adsp_debugfs_clear(struct wm_adsp *dsp) wm_adsp_debugfs_clear() argument
287 struct wm_adsp *dsp = file->private_data; wm_adsp_debugfs_wmfw_read() local
307 struct wm_adsp *dsp = file->private_data; wm_adsp_debugfs_bin_read() local
343 static void wm_adsp2_init_debugfs(struct wm_adsp *dsp, wm_adsp2_init_debugfs() argument
391 static void wm_adsp2_cleanup_debugfs(struct wm_adsp *dsp) wm_adsp2_cleanup_debugfs() argument
397 static inline void wm_adsp2_init_debugfs(struct wm_adsp *dsp, wm_adsp2_init_debugfs() argument
402 static inline void wm_adsp2_cleanup_debugfs(struct wm_adsp *dsp) wm_adsp2_cleanup_debugfs() argument
406 static inline void wm_adsp_debugfs_save_wmfwname(struct wm_adsp *dsp, wm_adsp_debugfs_save_wmfwname() argument
411 static inline void wm_adsp_debugfs_save_binname(struct wm_adsp *dsp, wm_adsp_debugfs_save_binname() argument
416 static inline void wm_adsp_debugfs_clear(struct wm_adsp *dsp) wm_adsp_debugfs_clear() argument
426 struct wm_adsp *dsp = snd_soc_codec_get_drvdata(codec); wm_adsp_fw_get() local
438 struct wm_adsp *dsp = snd_soc_codec_get_drvdata(codec); wm_adsp_fw_put() local
473 static struct wm_adsp_region const *wm_adsp_find_region(struct wm_adsp *dsp, wm_adsp_find_region() argument
507 static void wm_adsp2_show_fw_status(struct wm_adsp *dsp) wm_adsp2_show_fw_status() argument
541 struct wm_adsp *dsp = ctl->dsp; wm_coeff_write_control() local
595 struct wm_adsp *dsp = ctl->dsp; wm_coeff_read_control() local
648 struct wm_adsp *dsp; member in struct:wmfw_ctl_work
653 static int wmfw_add_ctl(struct wm_adsp *dsp, struct wm_coeff_ctl *ctl) wmfw_add_ctl() argument
698 static int wm_coeff_init_control_caches(struct wm_adsp *dsp) wm_coeff_init_control_caches() argument
719 static int wm_coeff_sync_controls(struct wm_adsp *dsp) wm_coeff_sync_controls() argument
749 static int wm_adsp_create_control(struct wm_adsp *dsp, wm_adsp_create_control() argument
935 static inline void wm_coeff_parse_alg(struct wm_adsp *dsp, const u8 **data, wm_coeff_parse_alg() argument
965 static inline void wm_coeff_parse_coeff(struct wm_adsp *dsp, const u8 **data, wm_coeff_parse_coeff() argument
1011 static int wm_adsp_parse_coeff(struct wm_adsp *dsp, wm_adsp_parse_coeff() argument
1050 static int wm_adsp_load(struct wm_adsp *dsp) wm_adsp_load() argument
1278 static void wm_adsp_ctl_fixup_base(struct wm_adsp *dsp, wm_adsp_ctl_fixup_base() argument
1292 static void *wm_adsp_read_algs(struct wm_adsp *dsp, size_t n_algs, wm_adsp_read_algs() argument
1336 static struct wm_adsp_alg_region *wm_adsp_create_region(struct wm_adsp *dsp, wm_adsp_create_region() argument
1358 static int wm_adsp1_setup_algs(struct wm_adsp *dsp) wm_adsp1_setup_algs() argument
1461 static int wm_adsp2_setup_algs(struct wm_adsp *dsp) wm_adsp2_setup_algs() argument
1592 static int wm_adsp_load_coeff(struct wm_adsp *dsp) wm_adsp_load_coeff() argument
1777 int wm_adsp1_init(struct wm_adsp *dsp) wm_adsp1_init() argument
1794 struct wm_adsp *dsp = &dsps[w->shift]; wm_adsp1_event() local
1896 static int wm_adsp2_ena(struct wm_adsp *dsp) wm_adsp2_ena() argument
1931 struct wm_adsp *dsp = container_of(work, wm_adsp2_boot_work() local
1997 struct wm_adsp *dsp = &dsps[w->shift]; wm_adsp2_early_event() local
2018 struct wm_adsp *dsp = &dsps[w->shift]; wm_adsp2_event() local
2083 int wm_adsp2_codec_probe(struct wm_adsp *dsp, struct snd_soc_codec *codec) wm_adsp2_codec_probe() argument
2093 int wm_adsp2_codec_remove(struct wm_adsp *dsp, struct snd_soc_codec *codec) wm_adsp2_codec_remove() argument
2101 int wm_adsp2_init(struct wm_adsp *dsp) wm_adsp2_init() argument
/linux-4.4.14/drivers/scsi/
H A D53c700.c951 process_script_interrupt(__u32 dsps, __u32 dsp, struct scsi_cmnd *SCp, process_script_interrupt() argument
1281 process_selection(struct Scsi_Host *host, __u32 dsp) process_selection() argument
1501 __u32 dsp; NCR_700_intr() local
562 save_for_reselection(struct NCR_700_Host_Parameters *hostdata, struct scsi_cmnd *SCp, __u32 dsp) save_for_reselection() argument
779 process_extended_message(struct Scsi_Host *host, struct NCR_700_Host_Parameters *hostdata, struct scsi_cmnd *SCp, __u32 dsp, __u32 dsps) process_extended_message() argument
862 process_message(struct Scsi_Host *host, struct NCR_700_Host_Parameters *hostdata, struct scsi_cmnd *SCp, __u32 dsp, __u32 dsps) process_message() argument
H A Dosst.h115 u8 dsp; /* Device Specific Parameter */ member in struct:__anon9926
H A Dncr53c8xx.c5825 u32 dsp; ncr_log_hard_error() local
6247 u32 dsp; ncr_int_ma() local
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Drv770_dpm.h123 u32 dsp; member in struct:rv7xx_power_info
H A Dsumo_dpm.h110 u32 dsp; member in struct:sumo_power_info
/linux-4.4.14/drivers/net/wireless/iwlegacy/
H A D4965.c789 u8 dsp; member in struct:gain_entry
/linux-4.4.14/include/uapi/linux/
H A Dtelephony.h77 dsp enumerator in enum:__anon14520
/linux-4.4.14/sound/oss/dmasound/
H A Ddmasound.h164 SETTINGS dsp; /* /dev/dsp default settings */ member in struct:sound_settings
/linux-4.4.14/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1133 u32 dsp; sym_log_hard_error() local
2188 u32 dsp = INL(np, nc_dsp); sym_recover_scsi_int() local
2239 u32 dsp = INL(np, nc_dsp); sym_int_sto() local
2313 u32 dsp = INL(np, nc_dsp); sym_int_par() local
2403 u32 dsp; sym_int_ma() local
/linux-4.4.14/arch/arc/include/asm/
H A Darcregs.h227 unsigned int pad:8, x1616:8, dsp:4, cycles:2, type:2, ver:8; member in struct:bcr_mpy
/linux-4.4.14/sound/pci/asihpi/
H A Dhpi6205.c1279 int dsp = 0, i = 0; adapter_boot_load_dsp() local
/linux-4.4.14/sound/pci/echoaudio/
H A Dechoaudio.c2006 char *dsp; snd_echo_probe() local
/linux-4.4.14/drivers/video/fbdev/aty/
H A Daty128fb.c1426 static void aty128_set_fifo(const struct aty128_ddafifo *dsp, aty128_set_fifo() argument
1434 static int aty128_ddafifo(struct aty128_ddafifo *dsp, aty128_ddafifo() argument
/linux-4.4.14/drivers/dma/
H A Dimx-sdma.c532 unsigned long evt, mcu, dsp; sdma_config_ownership() local
/linux-4.4.14/drivers/usb/atm/
H A Dueagle-atm.c765 static int check_dsp_e1(const u8 *dsp, unsigned int len) check_dsp_e1() argument
816 static int check_dsp_e4(const u8 *dsp, int len) check_dsp_e4() argument
/linux-4.4.14/security/smack/
H A Dsmack_lsm.c1024 struct smack_known *dsp = smk_of_inode(dir); smack_inode_init_security() local
/linux-4.4.14/drivers/scsi/be2iscsi/
H A Dbe_main.h761 u8 dsp; /* DWORD 0 */ member in struct:amap_iscsi_wrb
823 u8 dsp; /* DWORD 11 */ member in struct:amap_iscsi_wrb_v2
922 u8 dsp; /* DWORD 0 */ member in struct:amap_iscsi_target_context_update_wrb

Completed in 1703 milliseconds