Searched refs:handle_lid_switch_ep (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/login/ |
D | logind-gperf.gperf | 37 …SwitchExternalPower, config_parse_handle_action, 0, offsetof(Manager, handle_lid_switch_ep)
|
D | logind-button.c | 87 … else if (handle_action_valid(manager->handle_lid_switch_ep) && manager_is_on_external_power()) in button_lid_switch_handle_action() 88 handle_action = manager->handle_lid_switch_ep; in button_lid_switch_handle_action()
|
D | logind.h | 108 HandleAction handle_lid_switch_ep; member
|
D | logind-core.c | 51 m->handle_lid_switch_ep = _HANDLE_ACTION_INVALID; in manager_reset_config() 695 if (!IN_SET(m->handle_lid_switch_ep, _HANDLE_ACTION_INVALID, HANDLE_IGNORE)) in manager_all_buttons_ignored()
|
D | logind-dbus.c | 3377 …xternalPower", "s", property_get_handle_action, offsetof(Manager, handle_lid_switch_ep), SD_BUS_VT…
|