Searched refs:presence_save (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | shpchp_ctrl.c | 54 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() 452 slot->hpc_ops->get_adapter_status(slot, &slot->presence_save); in update_slot_info() 570 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save)); in shpchp_enable_slot() 588 &(p_slot->presence_save)); in shpchp_enable_slot()
|
H A D | cpqphp.h | 234 u8 presence_save; member 256 u8 presence_save; member 691 int presence_save = 0; in get_presence_status() local 698 presence_save = (int) ((((~tempdword) >> 23) | ((~tempdword) >> 15)) in get_presence_status() 701 return presence_save; in get_presence_status()
|
H A D | shpchp_core.c | 116 get_adapter_status(hotplug_slot, &slot->presence_save); in init_slots() 234 *value = slot->presence_save; in get_adapter_status()
|
H A D | cpqphp_ctrl.c | 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() 1988 func->presence_save = (temp_word >> hp_slot) & 0x01; in cpqhp_process_SI() 1989 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02; in cpqhp_process_SI() 2018 func->presence_save = (temp_word >> hp_slot) & 0x01; in cpqhp_process_SI() 2019 func->presence_save |= in cpqhp_process_SI()
|
H A D | shpchp.h | 71 u8 presence_save; member
|
H A D | cpqphp_core.c | 1192 func->presence_save = (temp_word >> hp_slot) & 0x01; in cpqhpc_probe() 1193 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02; in cpqhpc_probe()
|
H A D | cpqphp_pci.c | 349 new_slot->presence_save = 0; in cpqhp_save_config()
|
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | shpchp_ctrl.c | 54 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() 452 slot->hpc_ops->get_adapter_status(slot, &slot->presence_save); in update_slot_info() 570 p_slot->hpc_ops->get_adapter_status(p_slot, &(p_slot->presence_save)); in shpchp_enable_slot() 588 &(p_slot->presence_save)); in shpchp_enable_slot()
|
H A D | cpqphp.h | 234 u8 presence_save; member 256 u8 presence_save; member 691 int presence_save = 0; in get_presence_status() local 698 presence_save = (int) ((((~tempdword) >> 23) | ((~tempdword) >> 15)) in get_presence_status() 701 return presence_save; in get_presence_status()
|
H A D | shpchp_core.c | 115 get_adapter_status(hotplug_slot, &slot->presence_save); in init_slots() 233 *value = slot->presence_save; in get_adapter_status()
|
H A D | cpqphp_ctrl.c | 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()
|
H A D | shpchp.h | 71 u8 presence_save; member
|
H A D | cpqphp_core.c | 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()
|
H A D | cpqphp_pci.c | 351 new_slot->presence_save = 0; in cpqhp_save_config()
|
Completed in 20 milliseconds