Searched refs: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/compat/linuxkpi/common/src/ |
| H A D | linux_80211.c | 109 SYSCTL_INT(_compat_linuxkpi_80211, OID_AUTO, suspend_type, CTLFLAG_RW,
|