Searched refs:DR_ENTITY_SENSE (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | rpaphp_pci.c | 26 rc = rtas_get_sensor(DR_ENTITY_SENSE, slot->index, state); in rpaphp_get_sensor_state() 42 rc = rtas_get_sensor(DR_ENTITY_SENSE, in rpaphp_get_sensor_state()
|
H A D | rpaphp.h | 20 #define DR_ENTITY_SENSE 9003 macro
|
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | rpaphp_pci.c | 23 * RTAS call get-sensor-state(DR_ENTITY_SENSE) return values as per PAPR: 94 rc = rtas_call(token, 2, 2, state, DR_ENTITY_SENSE, in __rpaphp_get_sensor_state() 99 return rtas_get_sensor(DR_ENTITY_SENSE, slot->index, state); in __rpaphp_get_sensor_state()
|
H A D | rpaphp.h | 20 #define DR_ENTITY_SENSE 9003 macro
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | dlpar.c | 268 #define DR_ENTITY_SENSE 9003 macro 282 rc = rtas_get_sensor(DR_ENTITY_SENSE, drc_index, &dr_status); in dlpar_acquire_drc() 303 rc = rtas_get_sensor(DR_ENTITY_SENSE, drc_index, &dr_status); in dlpar_release_drc() 324 rc = rtas_get_sensor(DR_ENTITY_SENSE, drc_index, &dr_status); in dlpar_unisolate_drc()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | dlpar.c | 278 #define DR_ENTITY_SENSE 9003 macro 293 DR_ENTITY_SENSE, drc_index); in dlpar_acquire_drc() 315 DR_ENTITY_SENSE, drc_index); in dlpar_release_drc()
|
Completed in 3 milliseconds