Lines Matching refs:oldn
2439 oldn->__member != newn->__member) \
2481 static void hotkey_compare_and_issue_event(struct tp_nvram_state *oldn, in hotkey_compare_and_issue_event() argument
2514 if (!oldn->mute || in hotkey_compare_and_issue_event()
2515 oldn->volume_toggle != newn->volume_toggle || in hotkey_compare_and_issue_event()
2516 oldn->volume_level != newn->volume_level) { in hotkey_compare_and_issue_event()
2519 issue_volchange(oldn->volume_level, newn->volume_level, in hotkey_compare_and_issue_event()
2525 if (oldn->mute) { in hotkey_compare_and_issue_event()
2529 if (oldn->volume_level != newn->volume_level) { in hotkey_compare_and_issue_event()
2530 issue_volchange(oldn->volume_level, newn->volume_level, in hotkey_compare_and_issue_event()
2532 } else if (oldn->volume_toggle != newn->volume_toggle) { in hotkey_compare_and_issue_event()
2542 if (oldn->brightness_level != newn->brightness_level) { in hotkey_compare_and_issue_event()
2543 issue_brightnesschange(oldn->brightness_level, in hotkey_compare_and_issue_event()
2545 } else if (oldn->brightness_toggle != newn->brightness_toggle) { in hotkey_compare_and_issue_event()