Home
last modified time | relevance | path

Searched defs:dsp (Results 1 – 11 of 11) sorted by relevance

/linux-4.19.296/drivers/isdn/mISDN/
Ddsp.h95 struct dsp *dsp; member
170 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
Ddsp_core.c190 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
Ddsp_cmx.c159 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)
1632 struct dsp *dsp; local
[all …]
Ddsp_dtmf.c40 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()
Ddsp_blowfish.c369 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()
Ddsp_hwec.c51 void dsp_hwec_enable(struct dsp *dsp, const char *arg) in dsp_hwec_enable()
109 void dsp_hwec_disable(struct dsp *dsp) in dsp_hwec_disable()
Ddsp_tones.c375 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 = from_timer(dsp, t, tone.tl); in dsp_tone_timeout() local
496 dsp_tone(struct dsp *dsp, int tone) in dsp_tone()
/linux-4.19.296/include/linux/platform_data/media/
Dtimb_radio.h27 struct i2c_board_info *dsp; member
/linux-4.19.296/drivers/clk/sirf/
Dclk-atlas6.c62 rtc, osc, pll1, pll2, pll3, mem, sys, security, dsp, gps, enumerator
Dclk-prima2.c61 rtc, osc, pll1, pll2, pll3, mem, sys, security, dsp, gps, enumerator
/linux-4.19.296/drivers/isdn/hardware/eicon/
Dos_pri.c913 dsp_check_presence(volatile byte __iomem *addr, volatile byte __iomem *data, int dsp) in dsp_check_presence()