Searched refs:presence_save (Results 1 – 6 of 6) sorted by relevance
54 shpchp_get_adapter_status(p_slot, &p_slot->presence_save); in shpchp_handle_attention_button()78 shpchp_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 shpchp_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()452 shpchp_get_adapter_status(slot, &slot->presence_save); in update_slot_info()570 shpchp_get_adapter_status(p_slot, &p_slot->presence_save); in shpchp_enable_slot()587 shpchp_get_adapter_status(p_slot, &p_slot->presence_save); in shpchp_enable_slot()
234 u8 presence_save; member256 u8 presence_save; member691 int presence_save = 0; in get_presence_status() local698 presence_save = (int) ((((~tempdword) >> 23) | ((~tempdword) >> 15)) in get_presence_status()701 return presence_save; in get_presence_status()
114 get_adapter_status(hotplug_slot, &slot->presence_save); in init_slots()232 *value = slot->presence_save; in get_adapter_status()
85 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()1979 func->presence_save = (temp_word >> hp_slot) & 0x01; in cpqhp_process_SI()1980 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02; in cpqhp_process_SI()2009 func->presence_save = (temp_word >> hp_slot) & 0x01; in cpqhp_process_SI()2010 func->presence_save |= in cpqhp_process_SI()
71 u8 presence_save; member
1193 func->presence_save = (temp_word >> hp_slot) & 0x01; in cpqhpc_probe()1194 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02; in cpqhpc_probe()