Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-omap2/
Dmux.c110 struct list_head *muxmodes = &partition->muxmodes; in _omap_mux_init_gpio() local
115 list_for_each_entry(e, muxmodes, node) { in _omap_mux_init_gpio()
169 struct list_head *muxmodes = &partition->muxmodes; in _omap_mux_get_by_name() local
179 list_for_each_entry(e, muxmodes, node) { in _omap_mux_get_by_name()
578 list_for_each_entry(e, &partition->muxmodes, node) { in omap_mux_dbg_board_show()
630 struct list_head *muxmodes = &partition->muxmodes; in omap_mux_get_partition() local
633 list_for_each_entry(e, muxmodes, node) { in omap_mux_get_partition()
743 list_for_each_entry(e, &partition->muxmodes, node) { in omap_mux_dbg_create_entry()
800 list_for_each_entry_safe(e, tmp, &partition->muxmodes, node) { in omap_mux_late_init()
977 list_for_each_entry(e, &partition->muxmodes, node) { in omap_mux_get_by_gpio()
[all …]
Dmux.h119 struct list_head muxmodes; member