Searched refs:mf_current_side (Results 1 – 1 of 1) sorted by relevance
968 char mf_current_side = ' '; in mf_side_proc_show() local979 case 0: mf_current_side = 'A'; in mf_side_proc_show()981 case 1: mf_current_side = 'B'; in mf_side_proc_show()983 case 2: mf_current_side = 'C'; in mf_side_proc_show()985 default: mf_current_side = 'D'; in mf_side_proc_show()991 seq_printf(m, "%c\n", mf_current_side); in mf_side_proc_show()