Home
last modified time | relevance | path

Searched refs:ENABLE_REQ (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/pci/hotplug/
Dpciehp_ctrl.c164 #define ENABLE_REQ 1 macro
190 case ENABLE_REQ: in pciehp_power_thread()
211 p_slot->state = (req == ENABLE_REQ) ? POWERON_STATE : POWEROFF_STATE; in pciehp_queue_power_work()
216 (req == ENABLE_REQ) ? "poweron" : "poweroff"); in pciehp_queue_power_work()
235 pciehp_queue_power_work(p_slot, ENABLE_REQ); in pciehp_queue_pushbutton_work()
312 pciehp_queue_power_work(p_slot, ENABLE_REQ); in handle_surprise_event()
329 ENABLE_REQ : DISABLE_REQ); in handle_link_event()
348 pciehp_queue_power_work(p_slot, ENABLE_REQ); in handle_link_event()