Lines Matching refs:oldn
2313 oldn->__member != newn->__member) \
2355 static void hotkey_compare_and_issue_event(struct tp_nvram_state *oldn, in hotkey_compare_and_issue_event() argument
2388 if (!oldn->mute || in hotkey_compare_and_issue_event()
2389 oldn->volume_toggle != newn->volume_toggle || in hotkey_compare_and_issue_event()
2390 oldn->volume_level != newn->volume_level) { in hotkey_compare_and_issue_event()
2393 issue_volchange(oldn->volume_level, newn->volume_level, in hotkey_compare_and_issue_event()
2399 if (oldn->mute) { in hotkey_compare_and_issue_event()
2403 if (oldn->volume_level != newn->volume_level) { in hotkey_compare_and_issue_event()
2404 issue_volchange(oldn->volume_level, newn->volume_level, in hotkey_compare_and_issue_event()
2406 } else if (oldn->volume_toggle != newn->volume_toggle) { in hotkey_compare_and_issue_event()
2416 if (oldn->brightness_level != newn->brightness_level) { in hotkey_compare_and_issue_event()
2417 issue_brightnesschange(oldn->brightness_level, in hotkey_compare_and_issue_event()
2419 } else if (oldn->brightness_toggle != newn->brightness_toggle) { in hotkey_compare_and_issue_event()