Home
last modified time | relevance | path

Searched defs:chip (Results 1 – 25 of 723) sorted by relevance

12345678910>>...29

/linux-3.3/drivers/net/wireless/zd1211rw/
Dzd_chip.c35 void zd_chip_init(struct zd_chip *chip, in zd_chip_init()
45 void zd_chip_clear(struct zd_chip *chip) in zd_chip_clear()
54 static int scnprint_mac_oui(struct zd_chip *chip, char *buffer, size_t size) in scnprint_mac_oui()
62 static int scnprint_id(struct zd_chip *chip, char *buffer, size_t size) in scnprint_id()
82 static void print_id(struct zd_chip *chip) in print_id()
106 int zd_ioread32v_locked(struct zd_chip *chip, u32 *values, const zd_addr_t *addr, in zd_ioread32v_locked()
145 static int _zd_iowrite32v_async_locked(struct zd_chip *chip, in _zd_iowrite32v_async_locked()
184 int _zd_iowrite32v_locked(struct zd_chip *chip, const struct zd_ioreq32 *ioreqs, in _zd_iowrite32v_locked()
198 int zd_iowrite16a_locked(struct zd_chip *chip, in zd_iowrite16a_locked()
236 int zd_iowrite32a_locked(struct zd_chip *chip, in zd_iowrite32a_locked()
[all …]
/linux-3.3/drivers/staging/rts5139/
Drts51x_chip.c58 int rts51x_reset_chip(struct rts51x_chip *chip) in rts51x_reset_chip()
152 int rts51x_init_chip(struct rts51x_chip *chip) in rts51x_init_chip()
232 int rts51x_release_chip(struct rts51x_chip *chip) in rts51x_release_chip()
241 static inline void rts51x_blink_led(struct rts51x_chip *chip) in rts51x_blink_led()
256 int rts51x_check_start_time(struct rts51x_chip *chip) in rts51x_check_start_time()
261 void rts51x_set_start_time(struct rts51x_chip *chip) in rts51x_set_start_time()
265 void rts51x_clear_start_time(struct rts51x_chip *chip) in rts51x_clear_start_time()
269 static void rts51x_auto_delink_cmd(struct rts51x_chip *chip) in rts51x_auto_delink_cmd()
275 static void rts51x_auto_delink_force_cmd(struct rts51x_chip *chip) in rts51x_auto_delink_force_cmd()
284 static void rts51x_auto_delink_polling_cycle(struct rts51x_chip *chip) in rts51x_auto_delink_polling_cycle()
[all …]
Drts51x.c117 void rts51x_try_to_enter_ss(struct rts51x_chip *chip) in rts51x_try_to_enter_ss()
123 void rts51x_try_to_exit_ss(struct rts51x_chip *chip) in rts51x_try_to_exit_ss()
131 struct rts51x_chip *chip = usb_get_intfdata(iface); in rts51x_suspend() local
159 struct rts51x_chip *chip = usb_get_intfdata(iface); in rts51x_resume() local
187 struct rts51x_chip *chip = usb_get_intfdata(iface); in rts51x_reset_resume() local
210 void rts51x_try_to_enter_ss(struct rts51x_chip *chip) in rts51x_try_to_enter_ss()
214 void rts51x_try_to_exit_ss(struct rts51x_chip *chip) in rts51x_try_to_exit_ss()
227 struct rts51x_chip *chip = usb_get_intfdata(iface); in rts51x_pre_reset() local
238 struct rts51x_chip *chip = usb_get_intfdata(iface); in rts51x_post_reset() local
254 struct rts51x_chip *chip = (struct rts51x_chip *)__chip; in rts51x_control_thread() local
[all …]
/linux-3.3/sound/pci/echoaudio/
Dechoaudio_dsp.c42 static int wait_handshake(struct echoaudio *chip) in wait_handshake()
66 static int send_vector(struct echoaudio *chip, u32 command) in send_vector()
91 static int write_dsp(struct echoaudio *chip, u32 data) in write_dsp()
115 static int read_dsp(struct echoaudio *chip, u32 *data) in read_dsp()
145 static int read_sn(struct echoaudio *chip) in read_sn()
165 static inline int check_asic_status(struct echoaudio *chip) in check_asic_status()
178 static int load_asic_generic(struct echoaudio *chip, u32 cmd, short asic) in load_asic_generic()
226 static int install_resident_loader(struct echoaudio *chip) in install_resident_loader()
330 static int load_dsp(struct echoaudio *chip, u16 *code) in load_dsp()
473 static int load_firmware(struct echoaudio *chip) in load_firmware()
[all …]
Dlayla20_dsp.c39 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw()
73 static int set_mixer_defaults(struct echoaudio *chip) in set_mixer_defaults()
81 static u32 detect_input_clocks(const struct echoaudio *chip) in detect_input_clocks()
112 static int check_asic_status(struct echoaudio *chip) in check_asic_status()
141 static int load_asic(struct echoaudio *chip) in load_asic()
159 static int set_sample_rate(struct echoaudio *chip, u32 rate) in set_sample_rate()
186 static int set_input_clock(struct echoaudio *chip, u16 clock_source) in set_input_clock()
230 static int set_output_clock(struct echoaudio *chip, u16 clock) in set_output_clock()
257 static int set_input_gain(struct echoaudio *chip, u16 input, int gain) in set_input_gain()
274 static int update_flags(struct echoaudio *chip) in update_flags()
[all …]
Dechoaudio.c44 struct echoaudio *chip, const short fw_index) in get_firmware()
83 static void free_firmware_cache(struct echoaudio *chip) in free_firmware_cache()
255 struct echoaudio *chip = rule->private; in hw_rule_sample_rate() local
270 struct echoaudio *chip; in pcm_open() local
349 struct echoaudio *chip = snd_pcm_substream_chip(substream); in pcm_analog_in_open() local
379 struct echoaudio *chip = snd_pcm_substream_chip(substream); in pcm_analog_out_open() local
417 struct echoaudio *chip = snd_pcm_substream_chip(substream); in pcm_digital_in_open() local
459 struct echoaudio *chip = snd_pcm_substream_chip(substream); in pcm_digital_out_open() local
503 struct echoaudio *chip = snd_pcm_substream_chip(substream); in pcm_close() local
532 struct echoaudio *chip; in init_engine() local
[all …]
Dmia_dsp.c40 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw()
75 static int set_mixer_defaults(struct echoaudio *chip) in set_mixer_defaults()
82 static u32 detect_input_clocks(const struct echoaudio *chip) in detect_input_clocks()
101 static int load_asic(struct echoaudio *chip) in load_asic()
108 static int set_sample_rate(struct echoaudio *chip, u32 rate) in set_sample_rate()
154 static int set_input_clock(struct echoaudio *chip, u16 clock) in set_input_clock()
168 static int set_vmixer_gain(struct echoaudio *chip, u16 output, u16 pipe, in set_vmixer_gain()
191 static int update_vmixer_level(struct echoaudio *chip) in update_vmixer_level()
202 static int update_flags(struct echoaudio *chip) in update_flags()
212 static int set_professional_spdif(struct echoaudio *chip, char prof) in set_professional_spdif()
/linux-3.3/sound/pci/oxygen/
Doxygen.c151 static void ak4396_write(struct oxygen *chip, unsigned int codec, in ak4396_write()
169 static void ak4396_write_cached(struct oxygen *chip, unsigned int codec, in ak4396_write_cached()
178 static void wm8785_write(struct oxygen *chip, u8 reg, unsigned int value) in wm8785_write()
192 static void ak4396_registers_init(struct oxygen *chip) in ak4396_registers_init()
211 static void ak4396_init(struct oxygen *chip) in ak4396_init()
222 static void ak5385_init(struct oxygen *chip) in ak5385_init()
229 static void wm8785_registers_init(struct oxygen *chip) in wm8785_registers_init()
238 static void wm8785_init(struct oxygen *chip) in wm8785_init()
249 static void generic_init(struct oxygen *chip) in generic_init()
255 static void meridian_init(struct oxygen *chip) in meridian_init()
[all …]
Dxonar_pcm179x.c240 static inline void pcm1796_write_spi(struct oxygen *chip, unsigned int codec, in pcm1796_write_spi()
255 static inline void pcm1796_write_i2c(struct oxygen *chip, unsigned int codec, in pcm1796_write_i2c()
261 static void pcm1796_write(struct oxygen *chip, unsigned int codec, in pcm1796_write()
276 static void pcm1796_write_cached(struct oxygen *chip, unsigned int codec, in pcm1796_write_cached()
285 static void cs2000_write(struct oxygen *chip, u8 reg, u8 value) in cs2000_write()
293 static void cs2000_write_cached(struct oxygen *chip, u8 reg, u8 value) in cs2000_write_cached()
301 static void pcm1796_registers_init(struct oxygen *chip) in pcm1796_registers_init()
326 static void pcm1796_init(struct oxygen *chip) in pcm1796_init()
342 static void xonar_d2_init(struct oxygen *chip) in xonar_d2_init()
364 static void xonar_d2x_init(struct oxygen *chip) in xonar_d2x_init()
[all …]
Doxygen_io.c28 u8 oxygen_read8(struct oxygen *chip, unsigned int reg) in oxygen_read8()
34 u16 oxygen_read16(struct oxygen *chip, unsigned int reg) in oxygen_read16()
40 u32 oxygen_read32(struct oxygen *chip, unsigned int reg) in oxygen_read32()
46 void oxygen_write8(struct oxygen *chip, unsigned int reg, u8 value) in oxygen_write8()
53 void oxygen_write16(struct oxygen *chip, unsigned int reg, u16 value) in oxygen_write16()
60 void oxygen_write32(struct oxygen *chip, unsigned int reg, u32 value) in oxygen_write32()
67 void oxygen_write8_masked(struct oxygen *chip, unsigned int reg, in oxygen_write8_masked()
78 void oxygen_write16_masked(struct oxygen *chip, unsigned int reg, in oxygen_write16_masked()
89 void oxygen_write32_masked(struct oxygen *chip, unsigned int reg, in oxygen_write32_masked()
100 static int oxygen_ac97_wait(struct oxygen *chip, unsigned int mask) in oxygen_ac97_wait()
[all …]
Dxonar_cs43xx.c77 static void cs4398_write(struct oxygen *chip, u8 reg, u8 value) in cs4398_write()
86 static void cs4398_write_cached(struct oxygen *chip, u8 reg, u8 value) in cs4398_write_cached()
94 static void cs4362a_write(struct oxygen *chip, u8 reg, u8 value) in cs4362a_write()
103 static void cs4362a_write_cached(struct oxygen *chip, u8 reg, u8 value) in cs4362a_write_cached()
111 static void cs43xx_registers_init(struct oxygen *chip) in cs43xx_registers_init()
138 static void xonar_d1_init(struct oxygen *chip) in xonar_d1_init()
186 static void xonar_dx_init(struct oxygen *chip) in xonar_dx_init()
197 static void xonar_d1_cleanup(struct oxygen *chip) in xonar_d1_cleanup()
204 static void xonar_d1_suspend(struct oxygen *chip) in xonar_d1_suspend()
209 static void xonar_d1_resume(struct oxygen *chip) in xonar_d1_resume()
[all …]
Doxygen_lib.c41 static inline int oxygen_uart_input_ready(struct oxygen *chip) in oxygen_uart_input_ready()
46 static void oxygen_read_uart(struct oxygen *chip) in oxygen_read_uart()
67 struct oxygen *chip = dev_id; in oxygen_interrupt() local
132 struct oxygen *chip = container_of(work, struct oxygen, in oxygen_spdif_input_bits_changed() local
193 struct oxygen *chip = container_of(work, struct oxygen, gpio_work); in oxygen_gpio_changed() local
203 struct oxygen *chip = entry->private_data; in oxygen_proc_read() local
246 static void oxygen_proc_init(struct oxygen *chip) in oxygen_proc_init()
254 #define oxygen_proc_init(chip) argument
258 oxygen_search_pci_id(struct oxygen *chip, const struct pci_device_id ids[]) in oxygen_search_pci_id()
288 static void oxygen_restore_eeprom(struct oxygen *chip, in oxygen_restore_eeprom()
[all …]
/linux-3.3/drivers/staging/rts_pstor/
Drtsx_card.c41 void do_remaining_work(struct rtsx_chip *chip) in do_remaining_work()
99 void try_to_switch_sdio_ctrl(struct rtsx_chip *chip) in try_to_switch_sdio_ctrl()
114 void dynamic_configure_sdio_aspm(struct rtsx_chip *chip) in dynamic_configure_sdio_aspm()
153 void do_reset_sd_card(struct rtsx_chip *chip) in do_reset_sd_card()
207 void do_reset_xd_card(struct rtsx_chip *chip) in do_reset_xd_card()
255 void do_reset_ms_card(struct rtsx_chip *chip) in do_reset_ms_card()
303 static void release_sdio(struct rtsx_chip *chip) in release_sdio()
324 void rtsx_power_off_card(struct rtsx_chip *chip) in rtsx_power_off_card()
342 void rtsx_release_cards(struct rtsx_chip *chip) in rtsx_release_cards()
365 void rtsx_reset_cards(struct rtsx_chip *chip) in rtsx_reset_cards()
[all …]
Drtsx_chip.c41 static void rtsx_calibration(struct rtsx_chip *chip) in rtsx_calibration()
53 void rtsx_disable_card_int(struct rtsx_chip *chip) in rtsx_disable_card_int()
61 void rtsx_enable_card_int(struct rtsx_chip *chip) in rtsx_enable_card_int()
80 void rtsx_enable_bus_int(struct rtsx_chip *chip) in rtsx_enable_bus_int()
126 void rtsx_disable_bus_int(struct rtsx_chip *chip) in rtsx_disable_bus_int()
131 static int rtsx_pre_handle_sdio_old(struct rtsx_chip *chip) in rtsx_pre_handle_sdio_old()
157 static int rtsx_pre_handle_sdio_new(struct rtsx_chip *chip) in rtsx_pre_handle_sdio_new()
247 int rtsx_reset_chip(struct rtsx_chip *chip) in rtsx_reset_chip()
661 static int rts5209_init(struct rtsx_chip *chip) in rts5209_init()
808 static int rts5208_init(struct rtsx_chip *chip) in rts5208_init()
[all …]
Dspi.c33 static inline void spi_set_err_code(struct rtsx_chip *chip, u8 err_code) in spi_set_err_code()
40 static int spi_init(struct rtsx_chip *chip) in spi_init()
49 static int spi_set_init_para(struct rtsx_chip *chip) in spi_set_init_para()
77 static int sf_polling_status(struct rtsx_chip *chip, int msec) in sf_polling_status()
97 static int sf_enable_write(struct rtsx_chip *chip, u8 ins) in sf_enable_write()
122 static int sf_disable_write(struct rtsx_chip *chip, u8 ins) in sf_disable_write()
147 static void sf_program(struct rtsx_chip *chip, u8 ins, u8 addr_mode, u32 addr, u16 len) in sf_program()
164 static int sf_erase(struct rtsx_chip *chip, u8 ins, u8 addr_mode, u32 addr) in sf_erase()
192 static int spi_init_eeprom(struct rtsx_chip *chip) in spi_init_eeprom()
224 static int spi_eeprom_program_enable(struct rtsx_chip *chip) in spi_eeprom_program_enable()
[all …]
/linux-3.3/sound/pci/cs46xx/
Dcs46xx_lib.c87 static unsigned short snd_cs46xx_codec_read(struct snd_cs46xx *chip, in snd_cs46xx_codec_read()
213 struct snd_cs46xx *chip = ac97->private_data; in snd_cs46xx_ac97_read() local
227 static void snd_cs46xx_codec_write(struct snd_cs46xx *chip, in snd_cs46xx_codec_write()
296 struct snd_cs46xx *chip = ac97->private_data; in snd_cs46xx_ac97_write() local
311 int snd_cs46xx_download(struct snd_cs46xx *chip, in snd_cs46xx_download()
341 int snd_cs46xx_clear_BA1(struct snd_cs46xx *chip, in snd_cs46xx_clear_BA1()
366 int snd_cs46xx_download_image(struct snd_cs46xx *chip) in snd_cs46xx_download_image()
387 static void snd_cs46xx_reset(struct snd_cs46xx *chip) in snd_cs46xx_reset()
416 static int cs46xx_wait_for_fifo(struct snd_cs46xx * chip,int retry_timeout) in cs46xx_wait_for_fifo()
440 static void snd_cs46xx_clear_serial_FIFOs(struct snd_cs46xx *chip) in snd_cs46xx_clear_serial_FIFOs()
[all …]
/linux-3.3/sound/isa/sb/
Dsb16_main.c53 static void snd_sb16_csp_playback_prepare(struct snd_sb *chip, struct snd_pcm_runtime *runtime) in snd_sb16_csp_playback_prepare()
101 static void snd_sb16_csp_capture_prepare(struct snd_sb *chip, struct snd_pcm_runtime *runtime) in snd_sb16_csp_capture_prepare()
139 static void snd_sb16_csp_update(struct snd_sb *chip) in snd_sb16_csp_update()
152 static void snd_sb16_csp_playback_open(struct snd_sb *chip, struct snd_pcm_runtime *runtime) in snd_sb16_csp_playback_open()
171 static void snd_sb16_csp_playback_close(struct snd_sb *chip) in snd_sb16_csp_playback_close()
183 static void snd_sb16_csp_capture_open(struct snd_sb *chip, struct snd_pcm_runtime *runtime) in snd_sb16_csp_capture_open()
202 static void snd_sb16_csp_capture_close(struct snd_sb *chip) in snd_sb16_csp_capture_close()
214 #define snd_sb16_csp_playback_prepare(chip, runtime) /*nop*/ argument
215 #define snd_sb16_csp_capture_prepare(chip, runtime) /*nop*/ argument
216 #define snd_sb16_csp_update(chip) /*nop*/ argument
[all …]
/linux-3.3/sound/isa/wss/
Dwss_lib.c165 static inline void wss_outb(struct snd_wss *chip, u8 offset, u8 val) in wss_outb()
170 static inline u8 wss_inb(struct snd_wss *chip, u8 offset) in wss_inb()
175 static void snd_wss_wait(struct snd_wss *chip) in snd_wss_wait()
185 static void snd_wss_dout(struct snd_wss *chip, unsigned char reg, in snd_wss_dout()
199 void snd_wss_out(struct snd_wss *chip, unsigned char reg, unsigned char value) in snd_wss_out()
216 unsigned char snd_wss_in(struct snd_wss *chip, unsigned char reg) in snd_wss_in()
230 void snd_cs4236_ext_out(struct snd_wss *chip, unsigned char reg, in snd_cs4236_ext_out()
244 unsigned char snd_cs4236_ext_in(struct snd_wss *chip, unsigned char reg) in snd_cs4236_ext_in()
360 static void snd_wss_busy_wait(struct snd_wss *chip) in snd_wss_busy_wait()
374 void snd_wss_mce_up(struct snd_wss *chip) in snd_wss_mce_up()
[all …]
/linux-3.3/arch/mips/alchemy/common/
Dgpiolib.c41 static int gpio2_get(struct gpio_chip *chip, unsigned offset) in gpio2_get()
46 static void gpio2_set(struct gpio_chip *chip, unsigned offset, int value) in gpio2_set()
51 static int gpio2_direction_input(struct gpio_chip *chip, unsigned offset) in gpio2_direction_input()
56 static int gpio2_direction_output(struct gpio_chip *chip, unsigned offset, in gpio2_direction_output()
63 static int gpio2_to_irq(struct gpio_chip *chip, unsigned offset) in gpio2_to_irq()
69 static int gpio1_get(struct gpio_chip *chip, unsigned offset) in gpio1_get()
74 static void gpio1_set(struct gpio_chip *chip, in gpio1_set()
80 static int gpio1_direction_input(struct gpio_chip *chip, unsigned offset) in gpio1_direction_input()
85 static int gpio1_direction_output(struct gpio_chip *chip, in gpio1_direction_output()
92 static int gpio1_to_irq(struct gpio_chip *chip, unsigned offset) in gpio1_to_irq()
[all …]
/linux-3.3/sound/ppc/
Dpmac.c62 static int snd_pmac_dbdma_alloc(struct snd_pmac *chip, struct pmac_dbdma *rec, int size) in snd_pmac_dbdma_alloc()
78 static void snd_pmac_dbdma_free(struct snd_pmac *chip, struct pmac_dbdma *rec) in snd_pmac_dbdma_free()
96 unsigned int snd_pmac_rate_index(struct snd_pmac *chip, struct pmac_stream *rec, unsigned int rate) in snd_pmac_rate_index()
143 static struct pmac_stream *snd_pmac_get_stream(struct snd_pmac *chip, int stream) in snd_pmac_get_stream()
171 static void snd_pmac_pcm_set_format(struct snd_pmac *chip) in snd_pmac_pcm_set_format()
209 static int snd_pmac_pcm_prepare(struct snd_pmac *chip, struct pmac_stream *rec, struct snd_pcm_subs… in snd_pmac_pcm_prepare()
273 static int snd_pmac_pcm_trigger(struct snd_pmac *chip, struct pmac_stream *rec, in snd_pmac_pcm_trigger()
320 static snd_pcm_uframes_t snd_pmac_pcm_pointer(struct snd_pmac *chip, in snd_pmac_pcm_pointer()
347 struct snd_pmac *chip = snd_pcm_substream_chip(subs); in snd_pmac_playback_prepare() local
354 struct snd_pmac *chip = snd_pcm_substream_chip(subs); in snd_pmac_playback_trigger() local
[all …]
/linux-3.3/sound/pci/vx222/
Dvx222_ops.c89 struct snd_vx222 *chip = (struct snd_vx222 *)_chip; in vx2_reg_addr() local
97 static unsigned char vx2_inb(struct vx_core *chip, int offset) in vx2_inb()
107 static void vx2_outb(struct vx_core *chip, int offset, unsigned char val) in vx2_outb()
119 static unsigned int vx2_inl(struct vx_core *chip, int offset) in vx2_inl()
129 static void vx2_outl(struct vx_core *chip, int offset, unsigned int val) in vx2_outl()
141 #define vx_inb(chip,reg) vx2_inb((struct vx_core*)(chip), VX_##reg) argument
143 #define vx_outb(chip,reg,val) vx2_outb((struct vx_core*)(chip), VX_##reg, val) argument
145 #define vx_inl(chip,reg) vx2_inl((struct vx_core*)(chip), VX_##reg) argument
147 #define vx_outl(chip,reg,val) vx2_outl((struct vx_core*)(chip), VX_##reg, val) argument
158 struct snd_vx222 *chip = (struct snd_vx222 *)_chip; in vx2_reset_dsp() local
[all …]
/linux-3.3/sound/pci/
Dad1889.c114 ad1889_readw(struct snd_ad1889 *chip, unsigned reg) in ad1889_readw()
120 ad1889_writew(struct snd_ad1889 *chip, unsigned reg, u16 val) in ad1889_writew()
126 ad1889_readl(struct snd_ad1889 *chip, unsigned reg) in ad1889_readl()
132 ad1889_writel(struct snd_ad1889 *chip, unsigned reg, u32 val) in ad1889_writel()
138 ad1889_unmute(struct snd_ad1889 *chip) in ad1889_unmute()
148 ad1889_mute(struct snd_ad1889 *chip) in ad1889_mute()
157 ad1889_load_adc_buffer_address(struct snd_ad1889 *chip, u32 address) in ad1889_load_adc_buffer_address()
164 ad1889_load_adc_buffer_count(struct snd_ad1889 *chip, u32 count) in ad1889_load_adc_buffer_count()
171 ad1889_load_adc_interrupt_count(struct snd_ad1889 *chip, u32 count) in ad1889_load_adc_interrupt_count()
178 ad1889_load_wave_buffer_address(struct snd_ad1889 *chip, u32 address) in ad1889_load_wave_buffer_address()
[all …]
/linux-3.3/sound/drivers/vx/
Dvx_core.c52 int snd_vx_check_reg_bit(struct vx_core *chip, int reg, int mask, int bit, int time) in snd_vx_check_reg_bit()
83 static int vx_send_irq_dsp(struct vx_core *chip, int num) in vx_send_irq_dsp()
104 static int vx_reset_chk(struct vx_core *chip) in vx_reset_chk()
123 static int vx_transfer_end(struct vx_core *chip, int cmd) in vx_transfer_end()
161 static int vx_read_status(struct vx_core *chip, struct vx_rmh *rmh) in vx_read_status()
242 int vx_send_msg_nolock(struct vx_core *chip, struct vx_rmh *rmh) in vx_send_msg_nolock()
347 int vx_send_msg(struct vx_core *chip, struct vx_rmh *rmh) in vx_send_msg()
370 int vx_send_rih_nolock(struct vx_core *chip, int cmd) in vx_send_rih_nolock()
407 int vx_send_rih(struct vx_core *chip, int cmd) in vx_send_rih()
424 int snd_vx_load_boot_image(struct vx_core *chip, const struct firmware *boot) in snd_vx_load_boot_image()
[all …]
/linux-3.3/sound/pcmcia/vx/
Dvxp_ops.c53 struct snd_vxpocket *chip = (struct snd_vxpocket *)_chip; in vxp_reg_addr() local
61 static unsigned char vxp_inb(struct vx_core *chip, int offset) in vxp_inb()
71 static void vxp_outb(struct vx_core *chip, int offset, unsigned char val) in vxp_outb()
80 #define vx_inb(chip,reg) vxp_inb((struct vx_core *)(chip), VX_##reg) argument
82 #define vx_outb(chip,reg,val) vxp_outb((struct vx_core *)(chip), VX_##reg,val) argument
90 static int vx_check_magic(struct vx_core *chip) in vx_check_magic()
113 struct snd_vxpocket *chip = (struct snd_vxpocket *)_chip; in vxp_reset_dsp() local
131 struct snd_vxpocket *chip = (struct snd_vxpocket *)_chip; in vxp_reset_codec() local
150 struct snd_vxpocket *chip = (struct snd_vxpocket *)_chip; in vxp_load_xilinx_binary() local
283 struct snd_vxpocket *chip = (struct snd_vxpocket *)_chip; in vxp_test_and_ack() local
[all …]
/linux-3.3/sound/drivers/pcsp/
Dpcsp_lib.c43 static u64 pcsp_timer_update(struct snd_pcsp *chip) in pcsp_timer_update()
87 static void pcsp_pointer_update(struct snd_pcsp *chip) in pcsp_pointer_update()
130 struct snd_pcsp *chip = container_of(handle, struct snd_pcsp, timer); in pcsp_do_timer() local
152 static int pcsp_start_playing(struct snd_pcsp *chip) in pcsp_start_playing()
173 static void pcsp_stop_playing(struct snd_pcsp *chip) in pcsp_stop_playing()
192 void pcsp_sync_stop(struct snd_pcsp *chip) in pcsp_sync_stop()
203 struct snd_pcsp *chip = snd_pcm_substream_chip(substream); in snd_pcsp_playback_close() local
215 struct snd_pcsp *chip = snd_pcm_substream_chip(substream); in snd_pcsp_playback_hw_params() local
227 struct snd_pcsp *chip = snd_pcm_substream_chip(substream); in snd_pcsp_playback_hw_free() local
237 struct snd_pcsp *chip = snd_pcm_substream_chip(substream); in snd_pcsp_playback_prepare() local
[all …]

12345678910>>...29