Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/hotplug/
Dshpchp_ctrl.c54 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save)); in shpchp_handle_attention_button()
78 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save)); in shpchp_handle_switch_change()
81 p_slot->presence_save, p_slot->pwr_save); in shpchp_handle_switch_change()
89 if (p_slot->pwr_save && p_slot->presence_save) { in shpchp_handle_switch_change()
119 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save)); in shpchp_handle_presence_change()
120 if (p_slot->presence_save) { in shpchp_handle_presence_change()
583 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save)); in shpchp_enable_slot()
601 &(p_slot->presence_save)); in shpchp_enable_slot()
Dcpqphp.h234 u8 presence_save; member
256 u8 presence_save; member
686 int presence_save = 0; in get_presence_status() local
693 presence_save = (int) ((((~tempdword) >> 23) | ((~tempdword) >> 15)) in get_presence_status()
696 return presence_save; in get_presence_status()
Dcpqphp_ctrl.c85 func->presence_save = (temp_word >> hp_slot) & 0x01; in handle_switch_change()
86 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02; in handle_switch_change()
172 if (temp_byte != func->presence_save) { in handle_presence_change()
202 func->presence_save = (temp_word >> hp_slot) & 0x01; in handle_presence_change()
203 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02; in handle_presence_change()
2015 func->presence_save = (temp_word >> hp_slot) & 0x01; in cpqhp_process_SI()
2016 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02; in cpqhp_process_SI()
2045 func->presence_save = (temp_word >> hp_slot) & 0x01; in cpqhp_process_SI()
2046 func->presence_save |= in cpqhp_process_SI()
Dshpchp.h70 u8 presence_save; member
Dcpqphp_core.c1228 func->presence_save = (temp_word >> hp_slot) & 0x01; in cpqhpc_probe()
1229 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02; in cpqhpc_probe()
Dcpqphp_pci.c349 new_slot->presence_save = 0; in cpqhp_save_config()