Searched refs:presence_save (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/drivers/hotplug/ |
D | cpqphp.h | 246 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()
|
D | pciehp.h | 63 u8 presence_save; member 86 u8 presence_save; member
|
D | shpchp.h | 63 u8 presence_save; member 87 u8 presence_save; member
|
D | cpqphp_ctrl.c | 110 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()
|
D | shpchp_ctrl.c | 76 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()
|
D | pciehp_ctrl.c | 73 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()
|
D | cpqphp_core.c | 1229 func->presence_save = (temp_word >> hp_slot) & 0x01; in cpqhpc_probe() 1230 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02; in cpqhpc_probe()
|
D | pciehp_pci.c | 547 new_slot->presence_save = 0; in pciehp_save_config()
|
D | shpchp_pci.c | 540 new_slot->presence_save = 0; in shpchp_save_config()
|
D | cpqphp_pci.c | 647 new_slot->presence_save = 0; in cpqhp_save_config()
|