Home
last modified time | relevance | path

Searched refs:omap_mux_cfg (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arm/mach-omap1/
H A Dmux.h127 struct omap_mux_cfg { struct
136 extern int omap_mux_register(struct omap_mux_cfg *); argument
H A Dmux.c22 static struct omap_mux_cfg arch_mux_cfg;
394 static struct omap_mux_cfg *mux_cfg;
396 int __init omap_mux_register(struct omap_mux_cfg *arch_mux_cfg) in omap_mux_register()