Home
last modified time | relevance | path

Searched refs:reboot_cmd (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/kernel/
Dreboot.c420 static const char reboot_cmd[] = "/sbin/reboot"; variable
446 ret = run_cmd(reboot_cmd); in __orderly_reboot()
/Linux-v5.10/drivers/nfc/st21nfca/
Di2c.c98 char reboot_cmd[] = { 0x7E, 0x66, 0x48, 0xF6, 0x7E }; in st21nfca_hci_platform_init() local
103 r = i2c_master_send(phy->i2c_dev, reboot_cmd, in st21nfca_hci_platform_init()
104 sizeof(reboot_cmd)); in st21nfca_hci_platform_init()
/Linux-v5.10/drivers/net/wireless/ath/ath9k/
Dhif_usb.c1367 u32 reboot_cmd = 0xffffffff; in ath9k_hif_usb_reboot() local
1371 buf = kmemdup(&reboot_cmd, 4, GFP_KERNEL); in ath9k_hif_usb_reboot()