/openbmc/linux/drivers/xen/ |
H A D | manage.c | 41 static enum shutdown_state shutting_down = SHUTDOWN_INVALID; variable 102 shutting_down = SHUTDOWN_SUSPEND; in do_suspend() 164 shutting_down = SHUTDOWN_INVALID; in do_suspend() 181 shutting_down = SHUTDOWN_POWEROFF; in poweroff_nb() 207 shutting_down = SHUTDOWN_POWEROFF; /* ? */ in do_reboot() 228 if (shutting_down != SHUTDOWN_INVALID) in shutdown_handler() 262 shutting_down = SHUTDOWN_INVALID; in shutdown_handler()
|
/openbmc/linux/net/nfc/ |
H A D | core.c | 41 if (dev->shutting_down) { in nfc_fw_download() 97 if (dev->shutting_down) { in nfc_dev_up() 145 if (dev->shutting_down) { in nfc_dev_down() 210 if (dev->shutting_down) { in nfc_start_poll() 249 if (dev->shutting_down) { in nfc_stop_poll() 294 if (dev->shutting_down) { in nfc_dep_link_up() 338 if (dev->shutting_down) { in nfc_dep_link_down() 404 if (dev->shutting_down) { in nfc_activate_target() 425 if (dev->ops->check_presence && !dev->shutting_down) in nfc_activate_target() 451 if (dev->shutting_down) { in nfc_deactivate_target() [all …]
|
/openbmc/linux/arch/mips/sgi-ip32/ |
H A D | ip32-reset.c | 43 static int has_panicked, shutting_down; variable 98 if (shutting_down || kill_cad_pid(SIGINT, 1)) { in ip32_prepare_poweroff() 103 shutting_down = 1; in ip32_prepare_poweroff()
|
/openbmc/linux/drivers/sbus/char/ |
H A D | bbc_envctrl.c | 140 static int shutting_down = 0; in do_envctrl_shutdown() local 144 if (shutting_down != 0) in do_envctrl_shutdown() 163 shutting_down = 1; in do_envctrl_shutdown()
|
/openbmc/linux/drivers/tty/ipwireless/ |
H A D | hardware.c | 273 int shutting_down; member 715 if (hw->shutting_down) in ipw_receive_data_work() 759 if (hw->shutting_down) in ipw_receive_data_work() 1015 if (hw->shutting_down) { in ipwireless_do_tasklet() 1721 if (!hw->shutting_down) { in ipwireless_stop_interrupts() 1723 hw->shutting_down = 1; in ipwireless_stop_interrupts()
|
H A D | network.c | 60 int shutting_down; member 439 network->shutting_down = 1; in ipwireless_network_free()
|
/openbmc/linux/net/nfc/hci/ |
H A D | hcp.c | 93 if (hdev->shutting_down) { in nfc_hci_hcp_message_tx()
|
H A D | core.c | 72 if (hdev->shutting_down) in nfc_hci_msg_tx_work() 1045 hdev->shutting_down = true; in nfc_hci_unregister_device()
|
/openbmc/linux/drivers/char/xillybus/ |
H A D | xillyusb.c | 111 bool shutting_down; member 455 ep->shutting_down = true; in endpoint_quiesce() 519 ep->shutting_down = false; in endpoint_alloc() 672 if (!ep->shutting_down) in bulk_in_completer() 693 if (!ep->shutting_down) in bulk_out_completer() 709 if (ep->shutting_down || xdev->error) in try_queue_bulk_in() 777 if (ep->shutting_down || xdev->error) in try_queue_bulk_out()
|
/openbmc/linux/include/net/nfc/ |
H A D | hci.h | 104 bool shutting_down; member
|
H A D | nfc.h | 187 bool shutting_down; member
|
/openbmc/qemu/block/export/ |
H A D | export.c | 350 .shutting_down = !exp->user_owned, in qmp_query_block_exports()
|
/openbmc/linux/drivers/scsi/elx/libefc/ |
H A D | efclib.h | 168 bool shutting_down; member
|
H A D | efc_nport.c | 289 nport->shutting_down = true; in __efc_nport_common()
|
H A D | efc_node.c | 52 if (nport->shutting_down) { in efc_node_alloc()
|
/openbmc/linux/drivers/ufs/core/ |
H A D | ufshcd-priv.h | 11 return !hba->shutting_down; in ufshcd_is_user_access_allowed()
|
H A D | ufshcd.c | 6345 return (!hba->is_powered || hba->shutting_down || in ufshcd_err_handling_should_stop() 6484 hba->is_powered, hba->shutting_down, hba->saved_err, in ufshcd_err_handler() 10225 hba->shutting_down = true; in ufshcd_wl_shutdown()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-mic | 54 "shutting_down" The card OS is shutting down.
|
/openbmc/linux/include/ufs/ |
H A D | ufshcd.h | 989 bool shutting_down; member
|