| /linux/drivers/xen/ |
| H A D | manage.c | 42 static enum shutdown_state shutting_down = SHUTDOWN_INVALID; variable 97 shutting_down = SHUTDOWN_SUSPEND; in do_suspend() 168 shutting_down = SHUTDOWN_INVALID; in do_suspend() 185 shutting_down = SHUTDOWN_POWEROFF; in poweroff_nb() 211 shutting_down = SHUTDOWN_POWEROFF; /* ? */ in do_reboot() 232 if (shutting_down != SHUTDOWN_INVALID) in shutdown_handler() 266 shutting_down = SHUTDOWN_INVALID; in shutdown_handler()
|
| /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 …]
|
| /linux/arch/mips/sgi-ip32/ |
| H A D | ip32-reset.c | 45 static int has_panicked, shutting_down; variable 100 if (shutting_down || kill_cad_pid(SIGINT, 1)) { in ip32_prepare_poweroff() 105 shutting_down = 1; in ip32_prepare_poweroff()
|
| /linux/drivers/tee/ |
| H A D | tee_heap.c | 23 bool shutting_down; member 302 h->shutting_down = false; in tee_device_register_dma_heap() 330 if (h->teedev == teedev && !h->shutting_down) { in tee_device_put_all_dma_heaps() 331 h->shutting_down = true; in tee_device_put_all_dma_heaps()
|
| /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()
|
| /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()
|
| /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()
|
| /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()
|
| /linux/include/net/nfc/ |
| H A D | hci.h | 104 bool shutting_down; member
|
| H A D | nfc.h | 191 bool shutting_down; member
|
| /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()
|
| /linux/drivers/ufs/core/ |
| H A D | ufshcd-priv.h | 13 return !hba->shutting_down; in ufshcd_is_user_access_allowed()
|
| H A D | ufshcd.c | 6572 return (!hba->is_powered || hba->shutting_down || in ufshcd_err_handling_should_stop() 6714 hba->is_powered, hba->shutting_down, hba->saved_err, in ufshcd_err_handler() 10564 hba->shutting_down = true; in ufshcd_wl_shutdown()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-mic | 54 "shutting_down" The card OS is shutting down.
|
| /linux/include/ufs/ |
| H A D | ufshcd.h | 1023 bool shutting_down; member
|
| /linux/drivers/ufs/host/ |
| H A D | ufs-mediatek.c | 2446 if (hba->shutting_down) { in ufs_mtk_system_suspend()
|