Lines Matching defs:chip
466 static inline u8 igetbyte(struct intel8x0 *chip, u32 offset) in igetbyte()
471 static inline u16 igetword(struct intel8x0 *chip, u32 offset) in igetword()
476 static inline u32 igetdword(struct intel8x0 *chip, u32 offset) in igetdword()
481 static inline void iputbyte(struct intel8x0 *chip, u32 offset, u8 val) in iputbyte()
486 static inline void iputword(struct intel8x0 *chip, u32 offset, u16 val) in iputword()
491 static inline void iputdword(struct intel8x0 *chip, u32 offset, u32 val) in iputdword()
500 static inline u16 iagetword(struct intel8x0 *chip, u32 offset) in iagetword()
505 static inline void iaputword(struct intel8x0 *chip, u32 offset, u16 val) in iaputword()
518 static int snd_intel8x0_codec_semaphore(struct intel8x0 *chip, unsigned int codec) in snd_intel8x0_codec_semaphore()
562 struct intel8x0 *chip = ac97->private_data; in snd_intel8x0_codec_write() local
576 struct intel8x0 *chip = ac97->private_data; in snd_intel8x0_codec_read() local
602 static void snd_intel8x0_codec_read_test(struct intel8x0 *chip, in snd_intel8x0_codec_read_test()
620 static int snd_intel8x0_ali_codec_ready(struct intel8x0 *chip, int mask) in snd_intel8x0_ali_codec_ready()
633 static int snd_intel8x0_ali_codec_semaphore(struct intel8x0 *chip) in snd_intel8x0_ali_codec_semaphore()
647 struct intel8x0 *chip = ac97->private_data; in snd_intel8x0_ali_codec_read() local
666 struct intel8x0 *chip = ac97->private_data; in snd_intel8x0_ali_codec_write() local
681 static void snd_intel8x0_setup_periods(struct intel8x0 *chip, struct ichdev *ichdev) in snd_intel8x0_setup_periods()
754 static inline void snd_intel8x0_update(struct intel8x0 *chip, struct ichdev *ichdev) in snd_intel8x0_update()
812 struct intel8x0 *chip = dev_id; in snd_intel8x0_interrupt() local
849 struct intel8x0 *chip = snd_pcm_substream_chip(substream); in snd_intel8x0_pcm_trigger() local
887 struct intel8x0 *chip = snd_pcm_substream_chip(substream); in snd_intel8x0_ali_trigger() local
943 struct intel8x0 *chip = snd_pcm_substream_chip(substream); in snd_intel8x0_hw_params() local
981 struct intel8x0 *chip = snd_pcm_substream_chip(substream); in snd_intel8x0_hw_free() local
995 static void snd_intel8x0_setup_pcm_out(struct intel8x0 *chip, in snd_intel8x0_setup_pcm_out()
1052 struct intel8x0 *chip = snd_pcm_substream_chip(substream); in snd_intel8x0_pcm_prepare() local
1070 struct intel8x0 *chip = snd_pcm_substream_chip(substream); in snd_intel8x0_pcm_pointer() local
1175 struct intel8x0 *chip = snd_pcm_substream_chip(substream); in snd_intel8x0_pcm_open() local
1195 struct intel8x0 *chip = snd_pcm_substream_chip(substream); in snd_intel8x0_playback_open() local
1229 struct intel8x0 *chip = snd_pcm_substream_chip(substream); in snd_intel8x0_playback_close() local
1237 struct intel8x0 *chip = snd_pcm_substream_chip(substream); in snd_intel8x0_capture_open() local
1244 struct intel8x0 *chip = snd_pcm_substream_chip(substream); in snd_intel8x0_capture_close() local
1252 struct intel8x0 *chip = snd_pcm_substream_chip(substream); in snd_intel8x0_mic_open() local
1259 struct intel8x0 *chip = snd_pcm_substream_chip(substream); in snd_intel8x0_mic_close() local
1267 struct intel8x0 *chip = snd_pcm_substream_chip(substream); in snd_intel8x0_mic2_open() local
1274 struct intel8x0 *chip = snd_pcm_substream_chip(substream); in snd_intel8x0_mic2_close() local
1282 struct intel8x0 *chip = snd_pcm_substream_chip(substream); in snd_intel8x0_capture2_open() local
1289 struct intel8x0 *chip = snd_pcm_substream_chip(substream); in snd_intel8x0_capture2_close() local
1297 struct intel8x0 *chip = snd_pcm_substream_chip(substream); in snd_intel8x0_spdif_open() local
1305 struct intel8x0 *chip = snd_pcm_substream_chip(substream); in snd_intel8x0_spdif_close() local
1314 struct intel8x0 *chip = snd_pcm_substream_chip(substream); in snd_intel8x0_ali_ac97spdifout_open() local
1329 struct intel8x0 *chip = snd_pcm_substream_chip(substream); in snd_intel8x0_ali_ac97spdifout_close() local
1517 static int snd_intel8x0_pcm1(struct intel8x0 *chip, int device, in snd_intel8x0_pcm1()
1665 static int snd_intel8x0_pcm(struct intel8x0 *chip) in snd_intel8x0_pcm()
1718 struct intel8x0 *chip = bus->private_data; in snd_intel8x0_mixer_free_ac97_bus() local
1724 struct intel8x0 *chip = ac97->private_data; in snd_intel8x0_mixer_free_ac97() local
2205 static int snd_intel8x0_mixer(struct intel8x0 *chip, int ac97_clock, in snd_intel8x0_mixer()
2390 static void do_ali_reset(struct intel8x0 *chip) in do_ali_reset()
2408 static int snd_intel8x0_ich_chip_cold_reset(struct intel8x0 *chip) in snd_intel8x0_ich_chip_cold_reset()
2429 #define snd_intel8x0_ich_chip_can_cold_reset(chip) \ argument
2432 #define snd_intel8x0_ich_chip_cold_reset(chip) 0 argument
2433 #define snd_intel8x0_ich_chip_can_cold_reset(chip) (0) argument
2436 static int snd_intel8x0_ich_chip_reset(struct intel8x0 *chip) in snd_intel8x0_ich_chip_reset()
2457 static int snd_intel8x0_ich_chip_init(struct intel8x0 *chip, int probing) in snd_intel8x0_ich_chip_init()
2541 static int snd_intel8x0_ali_chip_init(struct intel8x0 *chip, int probing) in snd_intel8x0_ali_chip_init()
2576 static int snd_intel8x0_chip_init(struct intel8x0 *chip, int probing) in snd_intel8x0_chip_init()
2612 static int snd_intel8x0_free(struct intel8x0 *chip) in snd_intel8x0_free()
2658 struct intel8x0 *chip = card->private_data; in intel8x0_suspend() local
2691 struct intel8x0 *chip = card->private_data; in intel8x0_resume() local
2760 static void intel8x0_measure_ac97_clock(struct intel8x0 *chip) in intel8x0_measure_ac97_clock()
2890 static int intel8x0_in_clock_list(struct intel8x0 *chip) in intel8x0_in_clock_list()
2908 struct intel8x0 *chip = entry->private_data; in snd_intel8x0_proc_read() local
2939 static void snd_intel8x0_proc_init(struct intel8x0 *chip) in snd_intel8x0_proc_init()
2952 struct intel8x0 *chip = device->device_data; in snd_intel8x0_dev_free() local
3012 struct intel8x0 *chip; in snd_intel8x0_create() local
3278 struct intel8x0 *chip; in snd_intel8x0_probe() local