Home
last modified time | relevance | path

Searched refs:shutting_down (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/drivers/xen/
Dmanage.c40 static enum shutdown_state shutting_down = SHUTDOWN_INVALID; variable
104 shutting_down = SHUTDOWN_SUSPEND; in do_suspend()
166 shutting_down = SHUTDOWN_INVALID; in do_suspend()
181 shutting_down = SHUTDOWN_POWEROFF; in poweroff_nb()
205 shutting_down = SHUTDOWN_POWEROFF; /* ? */ in do_reboot()
226 if (shutting_down != SHUTDOWN_INVALID) in shutdown_handler()
260 shutting_down = SHUTDOWN_INVALID; in shutdown_handler()
/linux-4.4.14/arch/mips/sgi-ip32/
Dip32-reset.c40 static int has_panicked, shutting_down; variable
95 if (shutting_down || kill_cad_pid(SIGINT, 1)) { in ip32_prepare_poweroff()
100 shutting_down = 1; in ip32_prepare_poweroff()
/linux-4.4.14/drivers/nfc/
Dnfcsim.c48 u8 shutting_down; member
72 dev->shutting_down = shutdown; in nfcsim_cleanup_dev()
263 if (dev->shutting_down || !dev->up || !dev->clone_skb) { in nfcsim_wq_recv()
297 if (dev->shutting_down || !dev->up) { in nfcsim_tx()
/linux-4.4.14/drivers/sbus/char/
Dbbc_envctrl.c139 static int shutting_down = 0; in do_envctrl_shutdown() local
143 if (shutting_down != 0) in do_envctrl_shutdown()
162 shutting_down = 1; in do_envctrl_shutdown()
/linux-4.4.14/net/nfc/hci/
Dhcp.c107 if (hdev->shutting_down) { in nfc_hci_hcp_message_tx()
Dcore.c84 if (hdev->shutting_down) in nfc_hci_msg_tx_work()
1036 hdev->shutting_down = true; in nfc_hci_unregister_device()
/linux-4.4.14/drivers/tty/ipwireless/
Dhardware.c272 int shutting_down; member
714 if (hw->shutting_down) in ipw_receive_data_work()
758 if (hw->shutting_down) in ipw_receive_data_work()
1014 if (hw->shutting_down) { in ipwireless_do_tasklet()
1714 if (!hw->shutting_down) { in ipwireless_stop_interrupts()
1716 hw->shutting_down = 1; in ipwireless_stop_interrupts()
Dnetwork.c59 int shutting_down; member
438 network->shutting_down = 1; in ipwireless_network_free()
/linux-4.4.14/net/nfc/
Dcore.c436 if (dev->ops->check_presence && !dev->shutting_down) in nfc_activate_target()
527 if (!rc && dev->ops->check_presence && !dev->shutting_down) in nfc_data_exchange()
994 if (!dev->shutting_down) in nfc_check_pres_work()
1152 dev->shutting_down = true; in nfc_unregister_device()
/linux-4.4.14/include/net/nfc/
Dhci.h116 bool shutting_down; member
Dnfc.h198 bool shutting_down; member
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-class-mic.txt50 "shutting_down" - The card OS is shutting down.