Searched full:suspend_type (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/isci/scil/ |
H A D | scic_sds_remote_device.h | 312 U32 suspend_type); 504 U32 suspend_type 594 U32 suspend_type
|
H A D | scic_sds_remote_node_context.h | 350 #define scic_sds_remote_node_context_suspend(rnc, suspend_type, callback, parameter) \ argument 351 ((rnc)->state_handlers->suspend_handler(rnc, suspend_type, callback, parameter))
|
H A D | scic_sds_remote_node_context.c | 379 U32 suspend_type, in scic_sds_remote_node_context_default_suspend_handler() argument 759 U32 suspend_type, in scic_sds_remote_node_context_ready_state_suspend_handler() argument 766 this_rnc->suspension_code = suspend_type; in scic_sds_remote_node_context_ready_state_suspend_handler() 768 if (suspend_type == SCI_SOFTWARE_SUSPENSION) in scic_sds_remote_node_context_ready_state_suspend_handler()
|
H A D | scic_sds_remote_device.c | 749 U32 suspend_type in scic_sds_remote_device_suspend() argument 752 return this_device->state_handlers->suspend_handler(this_device, suspend_type); in scic_sds_remote_device_suspend() 1250 U32 suspend_type in scic_sds_remote_device_default_suspend_handler() argument 1259 this_device, suspend_type, in scic_sds_remote_device_default_suspend_handler() 1564 U32 suspend_type in scic_sds_remote_device_general_suspend_handler() argument 1567 return scic_sds_remote_node_context_suspend(this_device->rnc, suspend_type, NULL, NULL); in scic_sds_remote_device_general_suspend_handler()
|
H A D | scic_sds_stp_remote_device.c | 550 U32 suspend_type in scic_sds_stp_remote_device_ready_cmd_substate_suspend_handler() argument 556 this_device->rnc, suspend_type, NULL, NULL in scic_sds_stp_remote_device_ready_cmd_substate_suspend_handler()
|
/freebsd/sys/contrib/device-tree/Bindings/cpu/ |
H A D | idle-states.yaml | 384 suspend_type parameter to pass to the RISC-V SBI HSM suspend call. 387 for RISC-V systems. For more details on the suspend_type parameter
|