| /linux-4.1.27/drivers/isdn/mISDN/ | 
| D | dsp.h | 95 	struct dsp		*dsp;  member170 struct dsp {  struct
 176 	struct dsp_echo	echo;  argument
 180 	struct dsp_tone	tone;  argument
 181 	struct dsp_dtmf	dtmf;  argument
 192 	struct dsp_conf	*conf;  argument
 213 	struct dsp_features features;  argument
 235 	struct dsp_pipeline  argument
 245 extern void dsp_cmx_debug(struct dsp *dsp);  argument
 
 | 
| D | dsp_core.c | 190 dsp_rx_off_member(struct dsp *dsp)  in dsp_rx_off_member()237 dsp_rx_off(struct dsp *dsp)  in dsp_rx_off()
 257 dsp_fill_empty(struct dsp *dsp)  in dsp_fill_empty()
 283 dsp_control_req(struct dsp *dsp, struct mISDNhead *hh, struct sk_buff *skb)  in dsp_control_req()
 630 	struct dsp		*dsp = container_of(ch, struct dsp, ch);  in get_features()  local
 668 	struct dsp		*dsp = container_of(ch, struct dsp, ch);  in dsp_function()  local
 956 	struct dsp		*dsp = container_of(ch, struct dsp, ch);  in dsp_ctrl()  local
 1009 	struct dsp *dsp = container_of(work, struct dsp, workq);  in dsp_send_bh()  local
 
 | 
| D | dsp_cmx.c | 159 dsp_cmx_debug(struct dsp *dsp)  in dsp_cmx_debug()220 dsp_cmx_add_conf_member(struct dsp *dsp, struct dsp_conf *conf)  in dsp_cmx_add_conf_member()
 265 dsp_cmx_del_conf_member(struct dsp *dsp)  in dsp_cmx_del_conf_member()
 361 dsp_cmx_hw_message(struct dsp *dsp, u32 message, u32 param1, u32 param2,  in dsp_cmx_hw_message()
 384 dsp_cmx_hardware(struct dsp_conf *conf, struct dsp *dsp)  in dsp_cmx_hardware()
 1064 dsp_cmx_conf(struct dsp *dsp, u32 conf_id)  in dsp_cmx_conf()
 1161 showdelay(struct dsp *dsp, int samples, int delay)  in showdelay()
 1182 dsp_cmx_receive(struct dsp *dsp, struct sk_buff *skb)  in dsp_cmx_receive()
 1309 dsp_cmx_send_member(struct dsp *dsp, int len, s32 *c, int members)
 1633 	struct dsp *dsp;  local
 [all …]
 
 | 
| D | dsp_dtmf.c | 40 void dsp_dtmf_goertzel_init(struct dsp *dsp)  in dsp_dtmf_goertzel_init()50 void dsp_dtmf_hardware(struct dsp *dsp)  in dsp_dtmf_hardware()
 118 *dsp_dtmf_goertzel_decode(struct dsp *dsp, u8 *data, int len, int fmt)  in dsp_dtmf_goertzel_decode()
 
 | 
| D | dsp_blowfish.c | 369 dsp_bf_encrypt(struct dsp *dsp, u8 *data, int len)  in dsp_bf_encrypt()458 dsp_bf_decrypt(struct dsp *dsp, u8 *data, int len)  in dsp_bf_decrypt()
 599 dsp_bf_init(struct dsp *dsp, const u8 *key, uint keylen)  in dsp_bf_init()
 669 dsp_bf_cleanup(struct dsp *dsp)  in dsp_bf_cleanup()
 
 | 
| D | dsp_tones.c | 375 void dsp_tone_copy(struct dsp *dsp, u8 *data, int len)  in dsp_tone_copy()438 dsp_tone_hw_message(struct dsp *dsp, u8 *sample, int len)  in dsp_tone_hw_message()
 462 	struct dsp *dsp = arg;  in dsp_tone_timeout()  local
 497 dsp_tone(struct dsp *dsp, int tone)  in dsp_tone()
 
 | 
| D | dsp_hwec.c | 51 void dsp_hwec_enable(struct dsp *dsp, const char *arg)  in dsp_hwec_enable()107 void dsp_hwec_disable(struct dsp *dsp)  in dsp_hwec_disable()
 
 | 
| /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()143 static int block_list_prepare(struct sst_dsp *dsp,  in block_list_prepare()
 212 	struct sst_dsp *dsp = (struct sst_dsp *)param;  in dma_chan_filter()  local
 217 int sst_dsp_dma_get_channel(struct sst_dsp *dsp, int chan_id)  in sst_dsp_dma_get_channel()
 252 void sst_dsp_dma_put_channel(struct sst_dsp *dsp)  in sst_dsp_dma_put_channel()
 334 struct sst_fw *sst_fw_new(struct sst_dsp *dsp,   in sst_fw_new()
 400 	struct sst_dsp *dsp = sst_fw->dsp;  in sst_fw_reload()  local
 416 	struct sst_dsp *dsp = sst_fw->dsp;  in sst_fw_unload()  local
 453 	struct sst_dsp *dsp = sst_fw->dsp;  in sst_fw_free()  local
 467 void sst_fw_free_all(struct sst_dsp *dsp)  in sst_fw_free_all()
 [all …]
 
 | 
| D | sst-dsp-priv.h | 112 	struct sst_dsp *dsp;  member154 	struct sst_dsp *dsp;  member
 193 	struct sst_dsp *dsp;  member
 236 	struct sst_dsp *dsp;  member
 
 | 
| D | sst-ipc.h | 59 	struct sst_dsp *dsp;  member
 | 
| D | sst-dsp.c | 271 void sst_dsp_ipc_msg_tx(struct sst_dsp *dsp, u32 msg)  in sst_dsp_ipc_msg_tx()278 u32 sst_dsp_ipc_msg_rx(struct sst_dsp *dsp)  in sst_dsp_ipc_msg_rx()
 
 | 
| D | sst-dsp.h | 216 	void *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()523 static int wm_adsp_load(struct wm_adsp *dsp)  in wm_adsp_load()
 781 static int wm_adsp_create_control(struct wm_adsp *dsp,  in wm_adsp_create_control()
 879 static int wm_adsp_setup_algs(struct wm_adsp *dsp)  in wm_adsp_setup_algs()
 1174 static int wm_adsp_load_coeff(struct wm_adsp *dsp)  in wm_adsp_load_coeff()
 1371 	struct wm_adsp *dsp = &dsps[w->shift];  in wm_adsp1_event()  local
 1473 static int wm_adsp2_ena(struct wm_adsp *dsp)  in wm_adsp2_ena()
 1508 	struct wm_adsp *dsp = container_of(work,  in wm_adsp2_boot_work()  local
 1603 	struct wm_adsp *dsp = &dsps[w->shift];  in wm_adsp2_early_event()  local
 1624 	struct wm_adsp *dsp = &dsps[w->shift];  in wm_adsp2_event()  local
 
 | 
| D | wm0010.c | 358 	u8 *out, dsp;  in wm0010_firmware_load()  local
 | 
| D | wm2200.c | 87 	struct wm_adsp dsp[2];  member
 | 
| D | wm8996.c | 1744 	int dsp = 0;  in wm8996_hw_params()  local
 | 
| /linux-4.1.27/drivers/scsi/ | 
| D | 53c700.c | 564 		     struct scsi_cmnd *SCp, __u32 dsp)  in save_for_reselection()782 			 struct scsi_cmnd *SCp, __u32 dsp, __u32 dsps)  in process_extended_message()
 864 		struct scsi_cmnd *SCp, __u32 dsp, __u32 dsps)  in process_message()
 952 process_script_interrupt(__u32 dsps, __u32 dsp, struct scsi_cmnd *SCp,  in process_script_interrupt()
 1278 process_selection(struct Scsi_Host *host, __u32 dsp)  in process_selection()
 1498 		__u32 dsp;  in NCR_700_intr()  local
 
 | 
| D | ncr53c8xx.c | 5825 	u32	dsp;  in ncr_log_hard_error()  local6247 	u32	dsp;  in ncr_int_ma()  local
 
 | 
| D | osst.h | 115         u8              dsp;                    /* Device Specific Parameter */  member
 | 
| /linux-4.1.27/include/media/ | 
| D | timb_radio.h | 27 	struct i2c_board_info *dsp;  member
 | 
| /linux-4.1.27/sound/soc/intel/baytrail/ | 
| 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()126 	struct sst_dsp *dsp = sst_fw->dsp;  in sst_byt_parse_fw_image()  local
 
 | 
| D | sst-baytrail-ipc.c | 171 	struct sst_dsp *dsp;  member
 | 
| /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()345 static int mixart_dsp_load(struct mixart_mgr* mgr, int index, const struct firmware *dsp)  in mixart_dsp_load()
 
 | 
| /linux-4.1.27/sound/soc/intel/haswell/ | 
| D | sst-haswell-ipc.c | 282 	struct sst_dsp *dsp;  member1160 	struct sst_dsp *dsp = sst_hsw_get_dsp(hsw);  in sst_hsw_stream_set_module_info()  local
 1460 	struct sst_dsp *dsp = hsw->dsp;  in sst_hsw_runtime_module_create()  local
 1583 	struct sst_dsp *dsp = hsw->dsp;  in sst_hsw_dsp_load()  local
 1619 	struct sst_dsp *dsp = hsw->dsp;  in sst_hsw_dsp_restore()  local
 1668 	struct sst_dsp *dsp = hsw->dsp;  in sst_hsw_dsp_runtime_sleep()  local
 1847 	struct sst_dsp *dsp = hsw->dsp;  in sst_hsw_module_load()  local
 1903 	struct sst_dsp *dsp = hsw->dsp;  in sst_hsw_module_enable()  local
 1969 	struct sst_dsp *dsp = hsw->dsp;  in sst_hsw_module_disable()  local
 
 | 
| D | sst-haswell-dsp.c | 88 static int hsw_parse_module(struct sst_dsp *dsp, struct sst_fw *fw,  in hsw_parse_module()183 	struct sst_dsp *dsp = sst_fw->dsp;  in hsw_parse_fw_image()  local
 
 | 
| D | sst-haswell-pcm.c | 480 	struct sst_dsp *dsp;  in hsw_pcm_hw_params()  local
 | 
| /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
 | 
| /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/sound/usb/usx2y/ | 
| D | usX2Yhwdep.c | 199 				    struct snd_hwdep_dsp_image *dsp)  in snd_usX2Y_hwdep_dsp_load()
 | 
| /linux-4.1.27/sound/pci/pcxhr/ | 
| D | pcxhr_hwdep.c | 290 			  const struct firmware *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()445 int pcxhr_load_dsp_binary(struct pcxhr_mgr *mgr, const struct firmware *dsp)  in pcxhr_load_dsp_binary()
 
 | 
| /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/arch/mips/ar7/ | 
| D | clock.c | 76 	struct tnetd7300_clock dsp;  member96 	struct tnetd7200_clock dsp;  member
 
 | 
| /linux-4.1.27/drivers/scsi/sym53c8xx_2/ | 
| D | sym_hipd.c | 1133 	u32	dsp;  local2188 	u32	dsp	= INL(np, nc_dsp);  local
 2239 	u32 dsp	= INL(np, nc_dsp);  local
 2313 	u32	dsp	= INL(np, nc_dsp);  local
 2403 	u32	dsp;  local
 
 | 
| /linux-4.1.27/arch/um/drivers/ | 
| D | hostaudio_kern.c | 32 static char *dsp = HOSTAUDIO_DEV_DSP;  variable
 | 
| /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()
 | 
| /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()
 | 
| /linux-4.1.27/arch/arm/mach-omap2/ | 
| 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()
 | 
| /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()
 | 
| /linux-4.1.27/include/uapi/linux/ | 
| D | telephony.h | 77 	dsp  enumerator
 | 
| /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()
 | 
| /linux-4.1.27/arch/mips/include/asm/ | 
| D | processor.h | 269 	struct mips_dsp_state dsp;  member
 | 
| /linux-4.1.27/drivers/gpu/drm/radeon/ | 
| D | sumo_dpm.h | 110 	u32 dsp;  member
 | 
| D | rv770_dpm.h | 123 	u32 dsp;  member
 | 
| /linux-4.1.27/sound/oss/dmasound/ | 
| D | dmasound.h | 164     SETTINGS dsp;	/* /dev/dsp default settings */  member
 | 
| /linux-4.1.27/drivers/net/wireless/iwlegacy/ | 
| D | 4965.c | 789 	u8 dsp;  member
 | 
| /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()1443 static int aty128_ddafifo(struct aty128_ddafifo *dsp,  in aty128_ddafifo()
 
 | 
| /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
 | 
| /linux-4.1.27/sound/pci/asihpi/ | 
| D | hpi6205.c | 1279 	int dsp = 0, i = 0;  in adapter_boot_load_dsp()  local
 | 
| /linux-4.1.27/drivers/scsi/be2iscsi/ | 
| D | be_main.h | 756 	u8 dsp;			/* DWORD 0 */  member818 	u8 dsp;         /* DWORD 11 */  member
 916 	u8 dsp;			/* DWORD 0 */  member
 
 | 
| /linux-4.1.27/sound/pci/echoaudio/ | 
| D | echoaudio.c | 2006 	char *dsp;  in snd_echo_probe()  local
 | 
| /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()816 static int check_dsp_e4(const u8 *dsp, int 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
 | 
| /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
 |