Searched refs:wdp (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/cxt1e1/
H A Dfunctions.c127 int OS_init_watchdog(struct watchdog *wdp, void (*f) (void *), void *c, int usec) argument
129 wdp->func = f;
130 wdp->softc = c;
131 wdp->ticks = (HZ) * (usec / 1000) / 1000;
132 INIT_WORK(&wdp->work, (void *)f);
133 init_timer (&wdp->h);
137 wdp->h.data = (unsigned long) &ci->wd;
139 wdp->h.function = watchdog_func;
H A Dsbecom_inline_linux.h249 int OS_init_watchdog(struct watchdog *wdp, void (*f) (void *), void *ci, int usec);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf_irq.c262 int size, off, cont, rdp, wdp; local
271 wdp = inw(chip->port + PDAUDIOCF_REG_WDP);
272 /* printk(KERN_DEBUG "TASKLET: rdp = %x, wdp = %x\n", rdp, wdp); */
273 size = wdp - rdp;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dr100.c2451 uint32_t rdp, wdp; local
2456 wdp = RREG32(RADEON_CP_RB_WPTR);
2457 count = (rdp + rdev->cp.ring_size - wdp) & rdev->cp.ptr_mask;
2459 seq_printf(m, "CP_RB_WPTR 0x%08x\n", wdp);

Completed in 96 milliseconds