Lines Matching defs:state
95 int pnv_pci_get_presence_state(uint64_t id, uint8_t *state)
102 rc = opal_pci_get_presence_state(id, (uint64_t)state);
110 int pnv_pci_get_power_state(uint64_t id, uint8_t *state)
117 rc = opal_pci_get_power_state(id, (uint64_t)state);
125 int pnv_pci_set_power_state(uint64_t id, uint8_t state, struct opal_msg *msg)
138 rc = opal_pci_set_power_state(token, id, (uint64_t)&state);
549 * Fetch frozen state. If the PHB support compound PE,
561 pr_warn("%s: Failure %lld getting PHB#%x-PE#%x state\n",
570 /* Clear the frozen state if applicable */
660 (edev->pe->state & EEH_PE_CFG_BLOCKED))