Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/hotplug/
Dcpqphp.h246 u8 presence_save; member
270 u8 presence_save; member
760 int presence_save = 0; in get_presence_status() local
770 presence_save = (int) ((((~tempdword) >> 23) | ((~tempdword) >> 15)) >> hp_slot) & 0x02; in get_presence_status()
772 return presence_save; in get_presence_status()
Dpciehp.h63 u8 presence_save; member
86 u8 presence_save; member
Dshpchp.h63 u8 presence_save; member
87 u8 presence_save; member
Dcpqphp_ctrl.c110 func->presence_save = (temp_word >> hp_slot) & 0x01; in handle_switch_change()
111 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02; in handle_switch_change()
198 if (temp_byte != func->presence_save) { in handle_presence_change()
227 func->presence_save = (temp_word >> hp_slot) & 0x01; in handle_presence_change()
228 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02; in handle_presence_change()
2046 func->presence_save = (temp_word >> hp_slot) & 0x01; in cpqhp_process_SI()
2047 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02; in cpqhp_process_SI()
2078 func->presence_save = (temp_word >> hp_slot) & 0x01; in cpqhp_process_SI()
2079 func->presence_save |= in cpqhp_process_SI()
Dshpchp_ctrl.c76 p_slot->hpc_ops->get_adapter_status(p_slot, &(func->presence_save)); in shpchp_handle_attention_button()
138 p_slot->hpc_ops->get_adapter_status(p_slot, &(func->presence_save)); in shpchp_handle_switch_change()
141 func->presence_save, func->pwr_save); in shpchp_handle_switch_change()
150 if (func->pwr_save && func->presence_save) { in shpchp_handle_switch_change()
195 p_slot->hpc_ops->get_adapter_status(p_slot, &(func->presence_save)); in shpchp_handle_presence_change()
196 if (func->presence_save) { in shpchp_handle_presence_change()
2136 p_slot->hpc_ops->get_adapter_status(p_slot, &(func->presence_save)); in shpchp_enable_slot()
2161 p_slot->hpc_ops->get_adapter_status(p_slot, &(func->presence_save)); in shpchp_enable_slot()
Dpciehp_ctrl.c73 p_slot->hpc_ops->get_adapter_status(p_slot, &(func->presence_save)); in pciehp_handle_attention_button()
134 p_slot->hpc_ops->get_adapter_status(p_slot, &(func->presence_save)); in pciehp_handle_switch_change()
184 p_slot->hpc_ops->get_adapter_status(p_slot, &(func->presence_save)); in pciehp_handle_presence_change()
185 if (func->presence_save) { in pciehp_handle_presence_change()
1690 p_slot->hpc_ops->get_adapter_status(p_slot, &(func->presence_save)); in pciehp_enable_slot()
1713 p_slot->hpc_ops->get_adapter_status(p_slot, &(func->presence_save)); in pciehp_enable_slot()
Dcpqphp_core.c1229 func->presence_save = (temp_word >> hp_slot) & 0x01; in cpqhpc_probe()
1230 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02; in cpqhpc_probe()
Dpciehp_pci.c547 new_slot->presence_save = 0; in pciehp_save_config()
Dshpchp_pci.c540 new_slot->presence_save = 0; in shpchp_save_config()
Dcpqphp_pci.c647 new_slot->presence_save = 0; in cpqhp_save_config()