Lines Matching refs:oldn
2354 oldn->__member != newn->__member) \
2396 static void hotkey_compare_and_issue_event(struct tp_nvram_state *oldn, in hotkey_compare_and_issue_event() argument
2429 if (!oldn->mute || in hotkey_compare_and_issue_event()
2430 oldn->volume_toggle != newn->volume_toggle || in hotkey_compare_and_issue_event()
2431 oldn->volume_level != newn->volume_level) { in hotkey_compare_and_issue_event()
2434 issue_volchange(oldn->volume_level, newn->volume_level, in hotkey_compare_and_issue_event()
2440 if (oldn->mute) { in hotkey_compare_and_issue_event()
2444 if (oldn->volume_level != newn->volume_level) { in hotkey_compare_and_issue_event()
2445 issue_volchange(oldn->volume_level, newn->volume_level, in hotkey_compare_and_issue_event()
2447 } else if (oldn->volume_toggle != newn->volume_toggle) { in hotkey_compare_and_issue_event()
2457 if (oldn->brightness_level != newn->brightness_level) { in hotkey_compare_and_issue_event()
2458 issue_brightnesschange(oldn->brightness_level, in hotkey_compare_and_issue_event()
2460 } else if (oldn->brightness_toggle != newn->brightness_toggle) { in hotkey_compare_and_issue_event()