Searched refs:muxmodes (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/arch/arm/mach-omap2/ |
D | mux.c | 105 struct list_head *muxmodes = &partition->muxmodes; in _omap_mux_init_gpio() local 110 list_for_each_entry(e, muxmodes, node) { in _omap_mux_init_gpio() 164 struct list_head *muxmodes = &partition->muxmodes; in _omap_mux_get_by_name() local 174 list_for_each_entry(e, muxmodes, node) { in _omap_mux_get_by_name() 497 list_for_each_entry(e, &partition->muxmodes, node) { in omap_mux_dbg_board_show() 549 struct list_head *muxmodes = &partition->muxmodes; in omap_mux_get_partition() local 552 list_for_each_entry(e, muxmodes, node) { in omap_mux_get_partition() 662 list_for_each_entry(e, &partition->muxmodes, node) { in omap_mux_dbg_create_entry() 718 list_for_each_entry_safe(e, tmp, &partition->muxmodes, node) { in omap_mux_late_init() 894 list_for_each_entry(e, &partition->muxmodes, node) { in omap_mux_get_by_gpio() [all …]
|
D | mux.h | 119 struct list_head muxmodes; member
|