Searched defs:viadev (Results 1 – 3 of 3) sorted by relevance
63 #define VIADEV_REG(viadev, x) ((viadev)->port + VIA_REG_##x) argument204 struct viadev { struct205 unsigned int reg_offset;206 unsigned long port;207 int direction; /* playback = 0, capture = 1 */208 struct snd_pcm_substream *substream;209 int running;210 unsigned int tbl_entries; /* # descriptors */211 struct snd_dma_buffer table;235 struct viadev devs[VIA_MAX_MODEM_DEVS]; argument[all …]
124 #define VIADEV_REG(viadev, x) ((viadev)->port + VIA_REG_##x) argument309 struct viadev { struct310 unsigned int reg_offset;311 unsigned long port;312 int direction; /* playback = 0, capture = 1 */313 struct snd_pcm_substream *substream;314 int running;315 unsigned int tbl_entries; /* # descriptors */316 struct snd_dma_buffer table;317 struct snd_via_sg_table *idx_table;[all …]
65 struct viafb_dev *viadev; member1130 struct viafb_dev *viadev = pdev->dev.platform_data; in viacam_probe() local1291 struct viafb_dev *viadev = pdev->dev.platform_data; in viacam_remove() local