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

/linux-4.1.27/include/media/
H A Dtimb_radio.h27 struct i2c_board_info *dsp; member in struct:timb_radio_platform_data
/linux-4.1.27/sound/soc/intel/common/
H A DMakefile
H A Dsst-ipc.h59 struct sst_dsp *dsp; member in struct:sst_generic_ipc
H A Dsst-dsp.c271 void sst_dsp_ipc_msg_tx(struct sst_dsp *dsp, u32 msg) sst_dsp_ipc_msg_tx() argument
278 u32 sst_dsp_ipc_msg_rx(struct sst_dsp *dsp) sst_dsp_ipc_msg_rx() argument
H A Dsst-dsp-priv.h112 struct sst_dsp *dsp; member in struct:sst_fw
154 struct sst_dsp *dsp; member in struct:sst_module_runtime
193 struct sst_dsp *dsp; member in struct:sst_module
236 struct sst_dsp *dsp; member in struct:sst_mem_block
H A Dsst-firmware.c115 static void block_list_remove(struct sst_dsp *dsp, block_list_remove() argument
143 static int block_list_prepare(struct sst_dsp *dsp, block_list_prepare() argument
212 struct sst_dsp *dsp = (struct sst_dsp *)param; dma_chan_filter() local
217 int sst_dsp_dma_get_channel(struct sst_dsp *dsp, int chan_id) sst_dsp_dma_get_channel() argument
252 void sst_dsp_dma_put_channel(struct sst_dsp *dsp) sst_dsp_dma_put_channel() argument
334 struct sst_fw *sst_fw_new(struct sst_dsp *dsp, sst_fw_new() argument
400 struct sst_dsp *dsp = sst_fw->dsp; sst_fw_reload() local
416 struct sst_dsp *dsp = sst_fw->dsp; sst_fw_unload() local
453 struct sst_dsp *dsp = sst_fw->dsp; sst_fw_free() local
467 void sst_fw_free_all(struct sst_dsp *dsp) sst_fw_free_all() argument
487 struct sst_dsp *dsp = sst_fw->dsp; sst_module_new() local
516 struct sst_dsp *dsp = sst_module->dsp; sst_module_free() local
529 struct sst_dsp *dsp = module->dsp; sst_module_runtime_new() local
551 struct sst_dsp *dsp = runtime->dsp; sst_module_runtime_free() local
561 static struct sst_mem_block *find_block(struct sst_dsp *dsp, find_block() argument
575 static int block_alloc_contiguous(struct sst_dsp *dsp, block_alloc_contiguous() argument
617 static int block_alloc(struct sst_dsp *dsp, struct sst_block_allocator *ba, block_alloc() argument
669 int sst_alloc_blocks(struct sst_dsp *dsp, struct sst_block_allocator *ba, sst_alloc_blocks() argument
696 int sst_free_blocks(struct sst_dsp *dsp, struct list_head *block_list) sst_free_blocks() argument
706 static int block_alloc_fixed(struct sst_dsp *dsp, struct sst_block_allocator *ba, block_alloc_fixed() argument
789 struct sst_dsp *dsp = module->dsp; sst_module_alloc_blocks() local
848 struct sst_dsp *dsp = module->dsp; sst_module_free_blocks() local
860 struct sst_dsp *dsp = runtime->dsp; sst_module_runtime_alloc_blocks() local
920 struct sst_dsp *dsp = runtime->dsp; sst_module_runtime_free_blocks() local
932 struct sst_dsp *dsp = runtime->dsp; sst_module_runtime_save() local
978 struct sst_dsp *dsp = runtime->dsp; sst_module_runtime_restore() local
1022 struct sst_mem_block *sst_mem_block_register(struct sst_dsp *dsp, u32 offset, sst_mem_block_register() argument
1049 void sst_mem_block_unregister_all(struct sst_dsp *dsp) sst_mem_block_unregister_all() argument
1072 int sst_block_alloc_scratch(struct sst_dsp *dsp) sst_block_alloc_scratch() argument
1143 void sst_block_free_scratch(struct sst_dsp *dsp) sst_block_free_scratch() argument
1152 struct sst_module *sst_module_get_from_id(struct sst_dsp *dsp, u32 id) sst_module_get_from_id() argument
1174 struct sst_dsp *dsp = module->dsp; sst_module_runtime_get_from_id() local
1191 u32 sst_dsp_get_offset(struct sst_dsp *dsp, u32 offset, sst_dsp_get_offset() argument
H A Dsst-dsp.h216 void *dsp; member in struct:sst_pdata
/linux-4.1.27/sound/isa/sb/
H A DMakefile
/linux-4.1.27/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.1.27/arch/mips/include/asm/mach-bcm63xx/
H A Dboard_bcm963xx.h46 struct bcm63xx_dsp_platform_data dsp; member in struct:board_info
/linux-4.1.27/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.1.27/arch/sh/kernel/cpu/
H A Dinit.c56 onchip_setup(dsp); variable
/linux-4.1.27/net/dns_resolver/
H A Ddns_key.c183 const char *src = key->description, *dsp = match_data->raw_data; dns_resolver_cmp() local
/linux-4.1.27/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.1.27/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.1.27/drivers/clk/sirf/
H A Dclk-atlas6.c63 rtc, osc, pll1, pll2, pll3, mem, sys, security, dsp, gps, enumerator in enum:atlas6_clk_index
H A Dclk-prima2.c62 rtc, osc, pll1, pll2, pll3, mem, sys, security, dsp, gps, enumerator in enum:prima2_clk_index
/linux-4.1.27/arch/um/drivers/
H A Dhostaudio_kern.c32 static char *dsp = HOSTAUDIO_DEV_DSP; variable
/linux-4.1.27/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.1.27/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.1.27/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
/linux-4.1.27/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.1.27/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.1.27/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.1.27/arch/mips/include/asm/
H A Dprocessor.h269 struct mips_dsp_state dsp; member in struct:thread_struct
/linux-4.1.27/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.1.27/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.c1744 int dsp = 0; wm8996_hw_params() local
H A Dwm_adsp.c331 static struct wm_adsp_region const *wm_adsp_find_region(struct wm_adsp *dsp, wm_adsp_find_region() argument
523 static int wm_adsp_load(struct wm_adsp *dsp) wm_adsp_load() argument
781 static int wm_adsp_create_control(struct wm_adsp *dsp, wm_adsp_create_control() argument
879 static int wm_adsp_setup_algs(struct wm_adsp *dsp) wm_adsp_setup_algs() argument
1174 static int wm_adsp_load_coeff(struct wm_adsp *dsp) wm_adsp_load_coeff() argument
1371 struct wm_adsp *dsp = &dsps[w->shift]; wm_adsp1_event() local
1473 static int wm_adsp2_ena(struct wm_adsp *dsp) wm_adsp2_ena() argument
1508 struct wm_adsp *dsp = container_of(work, wm_adsp2_boot_work() local
1603 struct wm_adsp *dsp = &dsps[w->shift]; wm_adsp2_early_event() local
1624 struct wm_adsp *dsp = &dsps[w->shift]; wm_adsp2_event() local
/linux-4.1.27/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
1160 struct sst_dsp *dsp = sst_hsw_get_dsp(hsw); sst_hsw_stream_set_module_info() local
1460 struct sst_dsp *dsp = hsw->dsp; sst_hsw_runtime_module_create() local
1583 struct sst_dsp *dsp = hsw->dsp; sst_hsw_dsp_load() local
1619 struct sst_dsp *dsp = hsw->dsp; sst_hsw_dsp_restore() local
1668 struct sst_dsp *dsp = hsw->dsp; sst_hsw_dsp_runtime_sleep() local
1847 struct sst_dsp *dsp = hsw->dsp; sst_hsw_module_load() local
1903 struct sst_dsp *dsp = hsw->dsp; sst_hsw_module_enable() local
1969 struct sst_dsp *dsp = hsw->dsp; sst_hsw_module_disable() local
/linux-4.1.27/drivers/scsi/
H A D53c700.c952 process_script_interrupt(__u32 dsps, __u32 dsp, struct scsi_cmnd *SCp, process_script_interrupt() argument
1278 process_selection(struct Scsi_Host *host, __u32 dsp) process_selection() argument
1498 __u32 dsp; NCR_700_intr() local
563 save_for_reselection(struct NCR_700_Host_Parameters *hostdata, struct scsi_cmnd *SCp, __u32 dsp) save_for_reselection() argument
780 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
863 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:__anon9410
H A Dncr53c8xx.c5825 u32 dsp; ncr_log_hard_error() local
6247 u32 dsp; ncr_int_ma() local
/linux-4.1.27/drivers/net/wireless/iwlegacy/
H A D4965.c789 u8 dsp; member in struct:gain_entry
/linux-4.1.27/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.1.27/include/uapi/linux/
H A Dtelephony.h77 dsp enumerator in enum:__anon13713
/linux-4.1.27/arch/arc/include/asm/
H A Darcregs.h215 unsigned int pad:8, x1616:8, dsp:4, cycles:2, type:2, ver:8; member in struct:bcr_mpy
/linux-4.1.27/sound/oss/dmasound/
H A Ddmasound.h164 SETTINGS dsp; /* /dev/dsp default settings */ member in struct:sound_settings
/linux-4.1.27/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.1.27/sound/pci/asihpi/
H A Dhpi6205.c1279 int dsp = 0, i = 0; adapter_boot_load_dsp() local
/linux-4.1.27/sound/pci/echoaudio/
H A Dechoaudio.c2006 char *dsp; snd_echo_probe() local
/linux-4.1.27/drivers/dma/
H A Dimx-sdma.c475 unsigned long evt, mcu, dsp; sdma_config_ownership() local
/linux-4.1.27/drivers/video/fbdev/aty/
H A Daty128fb.c1435 static void aty128_set_fifo(const struct aty128_ddafifo *dsp, aty128_set_fifo() argument
1443 static int aty128_ddafifo(struct aty128_ddafifo *dsp, aty128_ddafifo() argument
/linux-4.1.27/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.1.27/security/smack/
H A Dsmack_lsm.c838 struct smack_known *dsp = smk_of_inode(dir); smack_inode_init_security() local
/linux-4.1.27/drivers/scsi/be2iscsi/
H A Dbe_main.h756 u8 dsp; /* DWORD 0 */ member in struct:amap_iscsi_wrb
818 u8 dsp; /* DWORD 11 */ member in struct:amap_iscsi_wrb_v2
916 u8 dsp; /* DWORD 0 */ member in struct:amap_iscsi_target_context_update_wrb

Completed in 2806 milliseconds