• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/camera/

Lines Matching refs:hwstat

1202 	struct vfe_irqenable hwstat;
1206 memset(&hwstat, 0, sizeof(hwstat));
1209 hwstat = *((struct vfe_irqenable *)(&irqStatusIn));
1211 ret.camifErrorIrq = hwstat.camifErrorIrq;
1212 ret.camifSofIrq = hwstat.camifSofIrq;
1213 ret.camifEolIrq = hwstat.camifEolIrq;
1214 ret.camifEofIrq = hwstat.camifEofIrq;
1215 ret.camifEpoch1Irq = hwstat.camifEpoch1Irq;
1216 ret.camifEpoch2Irq = hwstat.camifEpoch2Irq;
1217 ret.camifOverflowIrq = hwstat.camifOverflowIrq;
1218 ret.ceIrq = hwstat.ceIrq;
1219 ret.regUpdateIrq = hwstat.regUpdateIrq;
1220 ret.resetAckIrq = hwstat.resetAckIrq;
1221 ret.encYPingpongIrq = hwstat.encYPingpongIrq;
1222 ret.encCbcrPingpongIrq = hwstat.encCbcrPingpongIrq;
1223 ret.viewYPingpongIrq = hwstat.viewYPingpongIrq;
1224 ret.viewCbcrPingpongIrq = hwstat.viewCbcrPingpongIrq;
1225 ret.rdPingpongIrq = hwstat.rdPingpongIrq;
1226 ret.afPingpongIrq = hwstat.afPingpongIrq;
1227 ret.awbPingpongIrq = hwstat.awbPingpongIrq;
1228 ret.histPingpongIrq = hwstat.histPingpongIrq;
1229 ret.encIrq = hwstat.encIrq;
1230 ret.viewIrq = hwstat.viewIrq;
1231 ret.busOverflowIrq = hwstat.busOverflowIrq;
1232 ret.afOverflowIrq = hwstat.afOverflowIrq;
1233 ret.awbOverflowIrq = hwstat.awbOverflowIrq;
1234 ret.syncTimer0Irq = hwstat.syncTimer0Irq;
1235 ret.syncTimer1Irq = hwstat.syncTimer1Irq;
1236 ret.syncTimer2Irq = hwstat.syncTimer2Irq;
1237 ret.asyncTimer0Irq = hwstat.asyncTimer0Irq;
1238 ret.asyncTimer1Irq = hwstat.asyncTimer1Irq;
1239 ret.asyncTimer2Irq = hwstat.asyncTimer2Irq;
1240 ret.asyncTimer3Irq = hwstat.asyncTimer3Irq;
1241 ret.axiErrorIrq = hwstat.axiErrorIrq;
1242 ret.violationIrq = hwstat.violationIrq;