cx25821.h (e5451c8f8330e03ad3cfa16048b4daf961af434f) | cx25821.h (2bc46b3ad3c15165f91459b07ff8682478683194) |
---|---|
1/* 2 * Driver for the Conexant CX25821 PCIe bridge 3 * 4 * Copyright (C) 2009 Conexant Systems Inc. 5 * Authors <shu.lin@conexant.com>, <hiep.huynh@conexant.com> 6 * Based on Steven Toth <stoth@linuxtv.org> cx23885 driver 7 * 8 * This program is free software; you can redistribute it and/or modify --- 235 unchanged lines hidden (view full) --- 244 int pci_bus, pci_slot; 245 u32 base_io_addr; 246 u32 __iomem *lmmio; 247 u8 __iomem *bmmio; 248 int pci_irqmask; 249 int hwrevision; 250 /* used by cx25821-alsa */ 251 struct snd_card *card; | 1/* 2 * Driver for the Conexant CX25821 PCIe bridge 3 * 4 * Copyright (C) 2009 Conexant Systems Inc. 5 * Authors <shu.lin@conexant.com>, <hiep.huynh@conexant.com> 6 * Based on Steven Toth <stoth@linuxtv.org> cx23885 driver 7 * 8 * This program is free software; you can redistribute it and/or modify --- 235 unchanged lines hidden (view full) --- 244 int pci_bus, pci_slot; 245 u32 base_io_addr; 246 u32 __iomem *lmmio; 247 u8 __iomem *bmmio; 248 int pci_irqmask; 249 int hwrevision; 250 /* used by cx25821-alsa */ 251 struct snd_card *card; |
252 void *alloc_ctx; | |
253 254 u32 clk_freq; 255 256 /* I2C adapters: Master 1 & 2 (External) & Master 3 (Internal only) */ 257 struct cx25821_i2c i2c_bus[3]; 258 259 int nr; 260 struct mutex lock; --- 198 unchanged lines hidden --- | 252 253 u32 clk_freq; 254 255 /* I2C adapters: Master 1 & 2 (External) & Master 3 (Internal only) */ 256 struct cx25821_i2c i2c_bus[3]; 257 258 int nr; 259 struct mutex lock; --- 198 unchanged lines hidden --- |