Lines Matching refs:oldn
2472 oldn->__member != newn->__member) \
2514 static void hotkey_compare_and_issue_event(struct tp_nvram_state *oldn, in hotkey_compare_and_issue_event() argument
2547 if (!oldn->mute || in hotkey_compare_and_issue_event()
2548 oldn->volume_toggle != newn->volume_toggle || in hotkey_compare_and_issue_event()
2549 oldn->volume_level != newn->volume_level) { in hotkey_compare_and_issue_event()
2552 issue_volchange(oldn->volume_level, newn->volume_level, in hotkey_compare_and_issue_event()
2558 if (oldn->mute) { in hotkey_compare_and_issue_event()
2562 if (oldn->volume_level != newn->volume_level) { in hotkey_compare_and_issue_event()
2563 issue_volchange(oldn->volume_level, newn->volume_level, in hotkey_compare_and_issue_event()
2565 } else if (oldn->volume_toggle != newn->volume_toggle) { in hotkey_compare_and_issue_event()
2575 if (oldn->brightness_level != newn->brightness_level) { in hotkey_compare_and_issue_event()
2576 issue_brightnesschange(oldn->brightness_level, in hotkey_compare_and_issue_event()
2578 } else if (oldn->brightness_toggle != newn->brightness_toggle) { in hotkey_compare_and_issue_event()