Searched refs:wax (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/parisc/
H A Dwax.c52 wax_init_irq(struct gsc_asic *wax) argument
54 unsigned long base = wax->hpa;
74 struct gsc_asic *wax; local
79 wax = kzalloc(sizeof(*wax), GFP_KERNEL);
80 if (!wax)
83 wax->name = "wax";
84 wax->hpa = dev->hpa.start;
86 wax
[all...]
H A DMakefile20 obj-$(CONFIG_GSC_WAX) += wax.o

Completed in 19 milliseconds