Lines Matching defs:chip
76 #define fm801_writew(chip,reg,value) outw((value), chip->port + FM801_##reg) argument
77 #define fm801_readw(chip,reg) inw(chip->port + FM801_##reg) argument
79 #define fm801_writel(chip,reg,value) outl((value), chip->port + FM801_##reg) argument
227 static bool fm801_ac97_is_ready(struct fm801 *chip, unsigned int iterations) in fm801_ac97_is_ready()
239 static bool fm801_ac97_is_valid(struct fm801 *chip, unsigned int iterations) in fm801_ac97_is_valid()
251 static int snd_fm801_update_bits(struct fm801 *chip, unsigned short reg, in snd_fm801_update_bits()
272 struct fm801 *chip = ac97->private_data; in snd_fm801_codec_write() local
295 struct fm801 *chip = ac97->private_data; in snd_fm801_codec_read() local
367 struct fm801 *chip = snd_pcm_substream_chip(substream); in snd_fm801_playback_trigger() local
402 struct fm801 *chip = snd_pcm_substream_chip(substream); in snd_fm801_capture_trigger() local
447 struct fm801 *chip = snd_pcm_substream_chip(substream); in snd_fm801_playback_prepare() local
480 struct fm801 *chip = snd_pcm_substream_chip(substream); in snd_fm801_capture_prepare() local
507 struct fm801 *chip = snd_pcm_substream_chip(substream); in snd_fm801_playback_pointer() local
524 struct fm801 *chip = snd_pcm_substream_chip(substream); in snd_fm801_capture_pointer() local
541 struct fm801 *chip = dev_id; in snd_fm801_interrupt() local
629 struct fm801 *chip = snd_pcm_substream_chip(substream); in snd_fm801_playback_open() local
650 struct fm801 *chip = snd_pcm_substream_chip(substream); in snd_fm801_capture_open() local
665 struct fm801 *chip = snd_pcm_substream_chip(substream); in snd_fm801_playback_close() local
673 struct fm801 *chip = snd_pcm_substream_chip(substream); in snd_fm801_capture_close() local
701 static int snd_fm801_pcm(struct fm801 *chip, int device) in snd_fm801_pcm()
745 #define get_tea575x_gpio(chip) \ argument
750 struct fm801 *chip = tea->private_data; in snd_fm801_tea575x_set_pins() local
768 struct fm801 *chip = tea->private_data; in snd_fm801_tea575x_get_pins() local
783 struct fm801 *chip = tea->private_data; in snd_fm801_tea575x_set_direction() local
849 struct fm801 *chip = snd_kcontrol_chip(kcontrol); in snd_fm801_get_single() local
864 struct fm801 *chip = snd_kcontrol_chip(kcontrol); in snd_fm801_put_single() local
904 struct fm801 *chip = snd_kcontrol_chip(kcontrol); in snd_fm801_get_double() local
925 struct fm801 *chip = snd_kcontrol_chip(kcontrol); in snd_fm801_put_double() local
957 struct fm801 *chip = snd_kcontrol_chip(kcontrol); in snd_fm801_get_mux() local
970 struct fm801 *chip = snd_kcontrol_chip(kcontrol); in snd_fm801_put_mux() local
1014 struct fm801 *chip = bus->private_data; in snd_fm801_mixer_free_ac97_bus() local
1020 struct fm801 *chip = ac97->private_data; in snd_fm801_mixer_free_ac97() local
1028 static int snd_fm801_mixer(struct fm801 *chip) in snd_fm801_mixer()
1066 static int wait_for_codec(struct fm801 *chip, unsigned int codec_id, in wait_for_codec()
1083 static int snd_fm801_chip_init(struct fm801 *chip, int resume) in snd_fm801_chip_init()
1156 static int snd_fm801_free(struct fm801 *chip) in snd_fm801_free()
1180 struct fm801 *chip = device->device_data; in snd_fm801_dev_free() local
1190 struct fm801 *chip; in snd_fm801_create() local
1282 struct fm801 *chip; in snd_card_fm801_probe() local
1365 struct fm801 *chip = card->private_data; in snd_fm801_suspend() local
1381 struct fm801 *chip = card->private_data; in snd_fm801_resume() local