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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dmux.c85 static char *omap_mux_options; variable
511 omap_mux_options = options;
527 if (!omap_mux_options)
530 options = kmalloc(strlen(omap_mux_options) + 1, GFP_KERNEL);
534 strcpy(options, omap_mux_options);

Completed in 102 milliseconds