Searched refs:presence_save (Results 1 – 6 of 6) sorted by relevance
68 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save)); in shpchp_handle_attention_button()92 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save)); in shpchp_handle_switch_change()95 p_slot->presence_save, p_slot->pwr_save); in shpchp_handle_switch_change()103 if (p_slot->pwr_save && p_slot->presence_save) { in shpchp_handle_switch_change()133 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save)); in shpchp_handle_presence_change()134 if (p_slot->presence_save) { in shpchp_handle_presence_change()597 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save)); in shpchp_enable_slot()615 &(p_slot->presence_save)); in shpchp_enable_slot()
248 u8 presence_save; member270 u8 presence_save; member700 int presence_save = 0; in get_presence_status() local707 presence_save = (int) ((((~tempdword) >> 23) | ((~tempdword) >> 15)) in get_presence_status()710 return presence_save; in get_presence_status()
99 func->presence_save = (temp_word >> hp_slot) & 0x01; in handle_switch_change()100 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02; in handle_switch_change()186 if (temp_byte != func->presence_save) { in handle_presence_change()216 func->presence_save = (temp_word >> hp_slot) & 0x01; in handle_presence_change()217 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02; in handle_presence_change()2028 func->presence_save = (temp_word >> hp_slot) & 0x01; in cpqhp_process_SI()2029 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02; in cpqhp_process_SI()2058 func->presence_save = (temp_word >> hp_slot) & 0x01; in cpqhp_process_SI()2059 func->presence_save |= in cpqhp_process_SI()
84 u8 presence_save; member
1253 func->presence_save = (temp_word >> hp_slot) & 0x01; in cpqhpc_probe()1254 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02; in cpqhpc_probe()
355 new_slot->presence_save = 0; in cpqhp_save_config()