Lines Matching refs:oldn
2349 oldn->__member != newn->__member) \
2391 static void hotkey_compare_and_issue_event(struct tp_nvram_state *oldn, in hotkey_compare_and_issue_event() argument
2424 if (!oldn->mute || in hotkey_compare_and_issue_event()
2425 oldn->volume_toggle != newn->volume_toggle || in hotkey_compare_and_issue_event()
2426 oldn->volume_level != newn->volume_level) { in hotkey_compare_and_issue_event()
2429 issue_volchange(oldn->volume_level, newn->volume_level, in hotkey_compare_and_issue_event()
2435 if (oldn->mute) { in hotkey_compare_and_issue_event()
2439 if (oldn->volume_level != newn->volume_level) { in hotkey_compare_and_issue_event()
2440 issue_volchange(oldn->volume_level, newn->volume_level, in hotkey_compare_and_issue_event()
2442 } else if (oldn->volume_toggle != newn->volume_toggle) { in hotkey_compare_and_issue_event()
2452 if (oldn->brightness_level != newn->brightness_level) { in hotkey_compare_and_issue_event()
2453 issue_brightnesschange(oldn->brightness_level, in hotkey_compare_and_issue_event()
2455 } else if (oldn->brightness_toggle != newn->brightness_toggle) { in hotkey_compare_and_issue_event()