Searched defs:viadev (Results 1 – 3 of 3) sorted by relevance
64 #define VIADEV_REG(viadev, x) ((viadev)->port + VIA_REG_##x) argument205 struct viadev { struct206 unsigned int reg_offset;207 unsigned long port;208 int direction; /* playback = 0, capture = 1 */209 struct snd_pcm_substream *substream;210 int running;211 unsigned int tbl_entries; /* # descriptors */212 struct snd_dma_buffer table;236 struct viadev devs[VIA_MAX_MODEM_DEVS]; argument[all …]
125 #define VIADEV_REG(viadev, x) ((viadev)->port + VIA_REG_##x) argument310 struct viadev { struct311 unsigned int reg_offset;312 unsigned long port;313 int direction; /* playback = 0, capture = 1 */314 struct snd_pcm_substream *substream;315 int running;316 unsigned int tbl_entries; /* # descriptors */317 struct snd_dma_buffer table;318 struct snd_via_sg_table *idx_table;[all …]
66 struct viafb_dev *viadev; member1138 struct viafb_dev *viadev = pdev->dev.platform_data; in viacam_probe() local1297 struct viafb_dev *viadev = pdev->dev.platform_data; in viacam_remove() local