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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dvwsnd.c241 } lithium_t; typedef in typeref:struct:lithium
244 * li_destroy destroys the lithium_t structure and vm mappings.
247 static void li_destroy(lithium_t *lith)
264 * li_create initializes the lithium_t structure and sets up vm mappings
269 static int __init li_create(lithium_t *lith, unsigned long baseaddr)
286 static __inline__ unsigned long li_readl(lithium_t *lith, int off)
291 static __inline__ unsigned char li_readb(lithium_t *lith, int off)
296 static __inline__ void li_writel(lithium_t *lith, int off, unsigned long val)
301 static __inline__ void li_writeb(lithium_t *lith, int off, unsigned char val)
491 * The lith field points to a lithium_t whic
[all...]

Completed in 34 milliseconds