Lines Matching refs:oldn
2356 oldn->__member != newn->__member) \
2398 static void hotkey_compare_and_issue_event(struct tp_nvram_state *oldn, in hotkey_compare_and_issue_event() argument
2431 if (!oldn->mute || in hotkey_compare_and_issue_event()
2432 oldn->volume_toggle != newn->volume_toggle || in hotkey_compare_and_issue_event()
2433 oldn->volume_level != newn->volume_level) { in hotkey_compare_and_issue_event()
2436 issue_volchange(oldn->volume_level, newn->volume_level, in hotkey_compare_and_issue_event()
2442 if (oldn->mute) { in hotkey_compare_and_issue_event()
2446 if (oldn->volume_level != newn->volume_level) { in hotkey_compare_and_issue_event()
2447 issue_volchange(oldn->volume_level, newn->volume_level, in hotkey_compare_and_issue_event()
2449 } else if (oldn->volume_toggle != newn->volume_toggle) { in hotkey_compare_and_issue_event()
2459 if (oldn->brightness_level != newn->brightness_level) { in hotkey_compare_and_issue_event()
2460 issue_brightnesschange(oldn->brightness_level, in hotkey_compare_and_issue_event()
2462 } else if (oldn->brightness_toggle != newn->brightness_toggle) { in hotkey_compare_and_issue_event()