Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-omap2/
Dmux.c112 struct list_head *muxmodes = &partition->muxmodes; in _omap_mux_init_gpio() local
117 list_for_each_entry(e, muxmodes, node) { in _omap_mux_init_gpio()
168 struct list_head *muxmodes = &partition->muxmodes; in _omap_mux_get_by_name() local
178 list_for_each_entry(e, muxmodes, node) { in _omap_mux_get_by_name()
576 list_for_each_entry(e, &partition->muxmodes, node) { in omap_mux_dbg_board_show()
628 struct list_head *muxmodes = &partition->muxmodes; in omap_mux_get_partition() local
631 list_for_each_entry(e, muxmodes, node) { in omap_mux_get_partition()
731 list_for_each_entry(e, &partition->muxmodes, node) { in omap_mux_dbg_create_entry()
789 list_for_each_entry_safe(e, tmp, &partition->muxmodes, node) { in omap_mux_late_init()
969 list_for_each_entry(e, &partition->muxmodes, node) { in omap_mux_get_by_gpio()
[all …]
Dmux.h120 struct list_head muxmodes; member