Searched refs:ad1889_dev_t (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/oss/
H A Dad1889.c68 static ad1889_dev_t *ad1889_dev = NULL;
71 static inline void ad1889_set_wav_rate(ad1889_dev_t *dev, int rate)
85 static inline void ad1889_set_wav_fmt(ad1889_dev_t *dev, int fmt)
101 static inline void ad1889_set_adc_fmt(ad1889_dev_t *dev, int fmt)
206 static ad1889_dev_t *ad1889_alloc_dev(struct pci_dev *pci)
208 ad1889_dev_t *dev;
212 if ((dev = kzalloc(sizeof(ad1889_dev_t), GFP_KERNEL)) == NULL)
245 static void ad1889_free_dev(ad1889_dev_t *dev)
264 static inline void ad1889_trigger_playback(ad1889_dev_t *dev)
275 ad1889_dev_t *de
[all...]
H A Dad1889.h127 } ad1889_dev_t; typedef in typeref:struct:ad1889_dev

Completed in 44 milliseconds