Lines Matching defs:chip
75 #define SLIO_REG(chip, x) ((chip)->io_port + ESSIO_REG_##x) argument
77 #define SLDM_REG(chip, x) ((chip)->ddma_port + ESSDM_REG_##x) argument
79 #define SLSB_REG(chip, x) ((chip)->sb_port + ESSSB_REG_##x) argument
244 static void snd_es1938_mixer_write(struct es1938 *chip, unsigned char reg, unsigned char val) in snd_es1938_mixer_write()
257 static int snd_es1938_mixer_read(struct es1938 *chip, unsigned char reg) in snd_es1938_mixer_read()
272 static int snd_es1938_mixer_bits(struct es1938 *chip, unsigned char reg, in snd_es1938_mixer_bits()
295 static void snd_es1938_write_cmd(struct es1938 *chip, unsigned char cmd) in snd_es1938_write_cmd()
312 static int snd_es1938_get_byte(struct es1938 *chip) in snd_es1938_get_byte()
326 static void snd_es1938_write(struct es1938 *chip, unsigned char reg, unsigned char val) in snd_es1938_write()
339 static unsigned char snd_es1938_read(struct es1938 *chip, unsigned char reg) in snd_es1938_read()
355 static int snd_es1938_bits(struct es1938 *chip, unsigned char reg, unsigned char mask, in snd_es1938_bits()
379 static void snd_es1938_reset(struct es1938 *chip) in snd_es1938_reset()
418 static void snd_es1938_reset_fifo(struct es1938 *chip) in snd_es1938_reset_fifo()
445 static void snd_es1938_rate_set(struct es1938 *chip, in snd_es1938_rate_set()
472 static void snd_es1938_playback1_setdma(struct es1938 *chip) in snd_es1938_playback1_setdma()
480 static void snd_es1938_playback2_setdma(struct es1938 *chip) in snd_es1938_playback2_setdma()
495 static void snd_es1938_capture_setdma(struct es1938 *chip) in snd_es1938_capture_setdma()
519 struct es1938 *chip = snd_pcm_substream_chip(substream); in snd_es1938_capture_trigger() local
542 struct es1938 *chip = snd_pcm_substream_chip(substream); in snd_es1938_playback1_trigger() local
572 struct es1938 *chip = snd_pcm_substream_chip(substream); in snd_es1938_playback2_trigger() local
610 struct es1938 *chip = snd_pcm_substream_chip(substream); in snd_es1938_capture_prepare() local
658 struct es1938 *chip = snd_pcm_substream_chip(substream); in snd_es1938_playback1_prepare() local
695 struct es1938 *chip = snd_pcm_substream_chip(substream); in snd_es1938_playback2_prepare() local
757 struct es1938 *chip = snd_pcm_substream_chip(substream); in snd_es1938_capture_pointer() local
787 struct es1938 *chip = snd_pcm_substream_chip(substream); in snd_es1938_playback1_pointer() local
799 struct es1938 *chip = snd_pcm_substream_chip(substream); in snd_es1938_playback2_pointer() local
831 struct es1938 *chip = snd_pcm_substream_chip(substream); in snd_es1938_capture_copy() local
853 struct es1938 *chip = snd_pcm_substream_chip(substream); in snd_es1938_capture_copy_kernel() local
913 struct es1938 *chip = snd_pcm_substream_chip(substream); in snd_es1938_capture_open() local
928 struct es1938 *chip = snd_pcm_substream_chip(substream); in snd_es1938_playback_open() local
953 struct es1938 *chip = snd_pcm_substream_chip(substream); in snd_es1938_capture_close() local
961 struct es1938 *chip = snd_pcm_substream_chip(substream); in snd_es1938_playback_close() local
995 static int snd_es1938_new_pcm(struct es1938 *chip, int device) in snd_es1938_new_pcm()
1035 struct es1938 *chip = snd_kcontrol_chip(kcontrol); in snd_es1938_get_mux() local
1043 struct es1938 *chip = snd_kcontrol_chip(kcontrol); in snd_es1938_put_mux() local
1056 struct es1938 *chip = snd_kcontrol_chip(kcontrol); in snd_es1938_get_spatializer_enable() local
1065 struct es1938 *chip = snd_kcontrol_chip(kcontrol); in snd_es1938_put_spatializer_enable() local
1091 struct es1938 *chip = snd_kcontrol_chip(kcontrol); in snd_es1938_get_hw_volume() local
1102 struct es1938 *chip = snd_kcontrol_chip(kcontrol); in snd_es1938_get_hw_switch() local
1110 struct es1938 *chip = snd_kcontrol_chip(kcontrol); in snd_es1938_hwv_free() local
1117 static int snd_es1938_reg_bits(struct es1938 *chip, unsigned char reg, in snd_es1938_reg_bits()
1126 static int snd_es1938_reg_read(struct es1938 *chip, unsigned char reg) in snd_es1938_reg_read()
1163 struct es1938 *chip = snd_kcontrol_chip(kcontrol); in snd_es1938_get_single() local
1180 struct es1938 *chip = snd_kcontrol_chip(kcontrol); in snd_es1938_put_single() local
1224 struct es1938 *chip = snd_kcontrol_chip(kcontrol); in snd_es1938_get_double() local
1250 struct es1938 *chip = snd_kcontrol_chip(kcontrol); in snd_es1938_put_double() local
1392 static void snd_es1938_chip_init(struct es1938 *chip) in snd_es1938_chip_init()
1434 struct es1938 *chip = card->private_data; in es1938_suspend() local
1457 struct es1938 *chip = card->private_data; in es1938_resume() local
1491 static int snd_es1938_create_gameport(struct es1938 *chip) in snd_es1938_create_gameport()
1512 static void snd_es1938_free_gameport(struct es1938 *chip) in snd_es1938_free_gameport()
1520 static inline int snd_es1938_create_gameport(struct es1938 *chip) { return -ENOSYS; } in snd_es1938_create_gameport()
1521 static inline void snd_es1938_free_gameport(struct es1938 *chip) { } in snd_es1938_free_gameport()
1524 static int snd_es1938_free(struct es1938 *chip) in snd_es1938_free()
1543 struct es1938 *chip = device->device_data; in snd_es1938_dev_free() local
1551 struct es1938 *chip; in snd_es1938_create() local
1621 struct es1938 *chip = dev_id; in snd_es1938_interrupt() local
1708 static int snd_es1938_mixer(struct es1938 *chip) in snd_es1938_mixer()
1751 struct es1938 *chip; in snd_es1938_probe() local