Searched refs:DR_ENTITY_SENSE (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/pci/hotplug/ |
D | rpaphp_pci.c | 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()
|
D | rpaphp.h | 20 #define DR_ENTITY_SENSE 9003 macro
|
/linux-6.12.1/arch/powerpc/platforms/pseries/ |
D | dlpar.c | 280 #define DR_ENTITY_SENSE 9003 macro 294 rc = rtas_get_sensor(DR_ENTITY_SENSE, drc_index, &dr_status); in dlpar_acquire_drc() 315 rc = rtas_get_sensor(DR_ENTITY_SENSE, drc_index, &dr_status); in dlpar_release_drc() 336 rc = rtas_get_sensor(DR_ENTITY_SENSE, drc_index, &dr_status); in dlpar_unisolate_drc()
|