Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/xen/
Dmanage.c41 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()
206 shutting_down = SHUTDOWN_POWEROFF; /* ? */ in do_reboot()
227 if (shutting_down != SHUTDOWN_INVALID) in shutdown_handler()
261 shutting_down = SHUTDOWN_INVALID; in shutdown_handler()
/kernel/linux/linux-5.10/net/nfc/
Dcore.c41 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()
209 if (dev->shutting_down) { in nfc_start_poll()
248 if (dev->shutting_down) { in nfc_stop_poll()
293 if (dev->shutting_down) { in nfc_dep_link_up()
337 if (dev->shutting_down) { in nfc_dep_link_down()
403 if (dev->shutting_down) { in nfc_activate_target()
424 if (dev->ops->check_presence && !dev->shutting_down) in nfc_activate_target()
449 if (dev->shutting_down) { in nfc_deactivate_target()
[all …]
/kernel/linux/linux-5.10/arch/mips/sgi-ip32/
Dip32-reset.c42 static int has_panicked, shutting_down; variable
97 if (shutting_down || kill_cad_pid(SIGINT, 1)) { in ip32_prepare_poweroff()
102 shutting_down = 1; in ip32_prepare_poweroff()
/kernel/linux/linux-5.10/drivers/sbus/char/
Dbbc_envctrl.c140 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()
/kernel/linux/linux-5.10/net/nfc/hci/
Dhcp.c95 if (hdev->shutting_down) { in nfc_hci_hcp_message_tx()
Dcore.c72 if (hdev->shutting_down) in nfc_hci_msg_tx_work()
1045 hdev->shutting_down = true; in nfc_hci_unregister_device()
/kernel/linux/linux-5.10/drivers/tty/ipwireless/
Dhardware.c273 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()
Dnetwork.c60 int shutting_down; member
439 network->shutting_down = 1; in ipwireless_network_free()
/kernel/linux/linux-5.10/include/net/nfc/
Dhci.h104 bool shutting_down; member
Dnfc.h187 bool shutting_down; member
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-class-mic54 "shutting_down" The card OS is shutting down.