| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/power/reset/ |
| D | gpio-restart.txt | 1 Drive a GPIO line that can be used to restart the system from a restart 5 time, the driver will request the given gpio line and install a restart 8 the restart is initiated. 10 When the system is restarted, the restart handler will be invoked in 18 restart handler completes allowing other restart handlers to be attempted. 21 - compatible : should be "gpio-restart". 29 it to when the restart is initiated. If this optional property is not 33 0: Restart handler of last resort, with limited restart 35 128: Default restart handler; use if no other restart handler is 36 expected to be available, and/or if restart functionality is [all …]
|
| D | msm-poweroff.txt | 1 MSM Restart Driver 4 Clearing that bit allows us to restart/poweroff. The difference 5 between poweroff and restart is determined by unique power manager IC 14 restart@fc4ab000 {
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/reset/ |
| D | gpio-restart.txt | 1 Drive a GPIO line that can be used to restart the system from a restart 5 time, the driver will request the given gpio line and install a restart 8 the restart is initiated. 10 When the system is restarted, the restart handler will be invoked in 18 restart handler completes allowing other restart handlers to be attempted. 21 - compatible : should be "gpio-restart". 29 it to when the restart is initiated. If this optional property is not 33 0: Restart handler of last resort, with limited restart 35 128: Default restart handler; use if no other restart handler is 36 expected to be available, and/or if restart functionality is [all …]
|
| D | msm-poweroff.txt | 1 MSM Restart Driver 4 Clearing that bit allows us to restart/poweroff. The difference 5 between poweroff and restart is determined by unique power manager IC 14 restart@fc4ab000 {
|
| /kernel/linux/linux-5.10/fs/ntfs/ |
| D | logfile.c | 28 * @vi: $LogFile inode to which the restart page header belongs 29 * @rp: restart page header to check 30 * @pos: position in @vi at which the restart page header resides 32 * Check the restart page header @rp for consistency and return 'true' if it is 36 * require the full restart page. 61 * We must be either at !pos (1st restart page) or at pos = system page in ntfs_check_restart_page_header() 62 * size (2nd restart page). in ntfs_check_restart_page_header() 65 ntfs_error(vi->i_sb, "Found restart area in incorrect " in ntfs_check_restart_page_header() 79 * If chkdsk has been run the restart page may not be protected by an in ntfs_check_restart_page_header() 89 ntfs_error(vi->i_sb, "$LogFile restart page specifies " in ntfs_check_restart_page_header() [all …]
|
| D | logfile.h | 23 * Two restart areas present in the first two pages (restart pages, one restart 40 * exception is if the journal is clean as marked by the two restart pages 51 * Log file restart page header (begins the restart area). 108 * Log file restart area record. The offset of this record is found by adding 115 when the restart area was last written. 122 restart area. Must be 1. */ 178 /* 20*/ le16 restart_area_length;/* Length of the restart area including the 189 after this restart area structure, aligned 219 store the two restart pages and 48 (0x30) 254 /* 8*/ leLSN client_restart_lsn;/* LSN at which this client needs to restart [all …]
|
| /kernel/linux/linux-4.19/fs/ntfs/ |
| D | logfile.c | 42 * @vi: $LogFile inode to which the restart page header belongs 43 * @rp: restart page header to check 44 * @pos: position in @vi at which the restart page header resides 46 * Check the restart page header @rp for consistency and return 'true' if it is 50 * require the full restart page. 75 * We must be either at !pos (1st restart page) or at pos = system page in ntfs_check_restart_page_header() 76 * size (2nd restart page). in ntfs_check_restart_page_header() 79 ntfs_error(vi->i_sb, "Found restart area in incorrect " in ntfs_check_restart_page_header() 93 * If chkdsk has been run the restart page may not be protected by an in ntfs_check_restart_page_header() 103 ntfs_error(vi->i_sb, "$LogFile restart page specifies " in ntfs_check_restart_page_header() [all …]
|
| D | logfile.h | 37 * Two restart areas present in the first two pages (restart pages, one restart 54 * exception is if the journal is clean as marked by the two restart pages 65 * Log file restart page header (begins the restart area). 122 * Log file restart area record. The offset of this record is found by adding 129 when the restart area was last written. 136 restart area. Must be 1. */ 192 /* 20*/ le16 restart_area_length;/* Length of the restart area including the 203 after this restart area structure, aligned 233 store the two restart pages and 48 (0x30) 268 /* 8*/ leLSN client_restart_lsn;/* LSN at which this client needs to restart [all …]
|
| /kernel/linux/linux-5.10/drivers/power/reset/ |
| D | Kconfig | 31 This driver supports restart for Atmel AT91SAM9 and SAMA5 46 This driver supports restart for Axxia SoC. 55 This driver provides restart support for Broadcom Kona chips. 58 to have restart support. 66 This driver provides restart support for Broadcom STB boards. 69 to have restart support. 89 bool "GPIO restart driver" 93 If your board needs a GPIO high/low to restart, say Y and 117 Power off and restart support for Qualcomm boards. 135 This driver supports restart for Microsemi Ocelot SoC and similar. [all …]
|
| D | gpio-restart.c | 3 * Toggles a GPIO pin to restart a device 100 dev_err(&pdev->dev, "%s: cannot register restart handler, %d\n", in gpio_restart_probe() 116 "%s: cannot unregister restart handler, %d\n", in gpio_restart_remove() 125 { .compatible = "gpio-restart", }, 133 .name = "restart-gpio", 141 MODULE_DESCRIPTION("GPIO restart driver");
|
| /kernel/linux/linux-4.19/drivers/power/reset/ |
| D | Kconfig | 30 This driver supports restart for Atmel AT91SAM9 and SAMA5 45 This driver supports restart for Axxia SoC. 54 This driver provides restart support for Broadcom Kona chips. 57 to have restart support. 65 This driver provides restart support for Broadcom STB boards. 68 to have restart support. 88 bool "GPIO restart driver" 92 If your board needs a GPIO high/low to restart, say Y and 105 Power off and restart support for Qualcomm boards. 123 This driver supports restart for Microsemi Ocelot SoC. [all …]
|
| D | gpio-restart.c | 2 * Toggles a GPIO pin to restart a device 106 dev_err(&pdev->dev, "%s: cannot register restart handler, %d\n", in gpio_restart_probe() 122 "%s: cannot unregister restart handler, %d\n", in gpio_restart_remove() 131 { .compatible = "gpio-restart", }, 139 .name = "restart-gpio", 147 MODULE_DESCRIPTION("GPIO restart driver");
|
| /kernel/linux/linux-5.10/kernel/ |
| D | reboot.c | 139 * to restart the system. 149 * 0: Restart handler of last resort, 150 * with limited restart capabilities 151 * 128: Default restart handler; use if no other 152 * restart handler is expected to be available, 153 * and/or if restart functionality is 154 * sufficient to restart the entire system 155 * 255: Highest priority restart handler, will 156 * preempt all other restart handlers 158 * Registers a function with code to be called to restart the [all …]
|
| /kernel/linux/linux-4.19/kernel/ |
| D | reboot.c | 136 * to restart the system. 146 * 0: Restart handler of last resort, 147 * with limited restart capabilities 148 * 128: Default restart handler; use if no other 149 * restart handler is expected to be available, 150 * and/or if restart functionality is 151 * sufficient to restart the entire system 152 * 255: Highest priority restart handler, will 153 * preempt all other restart handlers 155 * Registers a function with code to be called to restart the [all …]
|
| /kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
| D | board-generic.c | 62 .restart = omap2xxx_restart, 79 .restart = omap2xxx_restart, 126 .restart = omap3xxx_restart, 144 .restart = omap3xxx_restart, 161 .restart = omap3xxx_restart, 178 .restart = omap3xxx_restart, 194 .restart = omap3xxx_restart, 213 .restart = ti81xx_restart, 230 .restart = ti81xx_restart, 248 .restart = am33xx_restart, [all …]
|
| /kernel/linux/linux-4.19/arch/arm/mach-omap2/ |
| D | board-generic.c | 50 .restart = omap2xxx_restart, 67 .restart = omap2xxx_restart, 114 .restart = omap3xxx_restart, 132 .restart = omap3xxx_restart, 149 .restart = omap3xxx_restart, 166 .restart = omap3xxx_restart, 182 .restart = omap3xxx_restart, 201 .restart = ti81xx_restart, 218 .restart = ti81xx_restart, 236 .restart = am33xx_restart, [all …]
|
| /kernel/linux/linux-4.19/arch/openrisc/kernel/ |
| D | signal.c | 63 regs->orig_gpr11 = -1; /* Avoid syscall restart checks */ in restore_sigcontext() 237 int restart = 0; in do_signal() local 245 * Setup syscall restart here so that a debugger will in do_signal() 250 restart = -2; in do_signal() 255 restart++; in do_signal() 265 * the decision to restart the syscall; specifically, if the PC is in do_signal() 266 * changed, don't restart the syscall. in do_signal() 269 if (unlikely(restart) && regs->pc == restart_addr) { in do_signal() 274 /* No automatic restart */ in do_signal() 284 * Restore pt_regs PC as syscall restart will be handled by in do_signal() [all …]
|
| /kernel/linux/linux-5.10/arch/openrisc/kernel/ |
| D | signal.c | 59 regs->orig_gpr11 = -1; /* Avoid syscall restart checks */ in restore_sigcontext() 233 int restart = 0; in do_signal() local 241 * Setup syscall restart here so that a debugger will in do_signal() 246 restart = -2; in do_signal() 251 restart++; in do_signal() 261 * the decision to restart the syscall; specifically, if the PC is in do_signal() 262 * changed, don't restart the syscall. in do_signal() 265 if (unlikely(restart) && regs->pc == restart_addr) { in do_signal() 270 /* No automatic restart */ in do_signal() 280 * Restore pt_regs PC as syscall restart will be handled by in do_signal() [all …]
|
| /kernel/linux/linux-4.19/include/uapi/linux/ |
| D | reboot.h | 19 * RESTART Restart system using default command and mode. 21 * CAD_ON Ctrl-Alt-Del sequence causes RESTART command. 24 * RESTART2 Restart system using given command string. 26 * KEXEC Restart system using a previously loaded Linux kernel
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | reboot.h | 19 * RESTART Restart system using default command and mode. 21 * CAD_ON Ctrl-Alt-Del sequence causes RESTART command. 24 * RESTART2 Restart system using given command string. 26 * KEXEC Restart system using a previously loaded Linux kernel
|
| /kernel/linux/linux-4.19/drivers/watchdog/ |
| D | watchdog_core.c | 35 #include <linux/reboot.h> /* For restart handler */ 168 ret = wdd->ops->restart(wdd, action, data); in watchdog_restart_notifier() 176 * watchdog_set_restart_priority - Change priority of restart handler 178 * @priority: priority of the restart handler, should follow these guidelines: 179 * 0: use watchdog's restart function as last resort, has limited restart 181 * 128: default restart handler, use if no other handler is expected to be 182 * available and/or if restart is sufficient to restart the entire system 185 * If a wdd->ops->restart function is provided when watchdog_register_device is 186 * called, it will be registered as a restart handler with the priority given 261 if (wdd->ops->restart) { in __watchdog_register_device() [all …]
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/stmicro/stmmac/ |
| D | stmmac_pcs.h | 29 #define GMAC_AN_CTRL_RAN BIT(9) /* Restart Auto-Negotiation */ 82 * dwmac_rane - To restart ANE 85 * @restart: to restart ANE 86 * Description: this is to just restart the Auto-Negotiation. 88 static inline void dwmac_rane(void __iomem *ioaddr, u32 reg, bool restart) in dwmac_rane() argument 92 if (restart) in dwmac_rane() 114 /* Enable and restart the Auto-Negotiation */ in dwmac_ctrl_ane()
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
| D | stmmac_pcs.h | 25 #define GMAC_AN_CTRL_RAN BIT(9) /* Restart Auto-Negotiation */ 78 * dwmac_rane - To restart ANE 81 * @restart: to restart ANE 82 * Description: this is to just restart the Auto-Negotiation. 84 static inline void dwmac_rane(void __iomem *ioaddr, u32 reg, bool restart) in dwmac_rane() argument 88 if (restart) in dwmac_rane() 110 /* Enable and restart the Auto-Negotiation */ in dwmac_ctrl_ane()
|
| /kernel/linux/linux-5.10/drivers/watchdog/ |
| D | watchdog_core.c | 31 #include <linux/reboot.h> /* For restart handler */ 181 ret = wdd->ops->restart(wdd, action, data); in watchdog_restart_notifier() 189 * watchdog_set_restart_priority - Change priority of restart handler 191 * @priority: priority of the restart handler, should follow these guidelines: 192 * 0: use watchdog's restart function as last resort, has limited restart 194 * 128: default restart handler, use if no other handler is expected to be 195 * available and/or if restart is sufficient to restart the entire system 198 * If a wdd->ops->restart function is provided when watchdog_register_device is 199 * called, it will be registered as a restart handler with the priority given 286 if (wdd->ops->restart) { in __watchdog_register_device() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/phy/ |
| D | phy-c45.c | 145 * genphy_c45_restart_aneg - Enable and restart auto-negotiation 150 * Enable and restart auto-negotiation. 160 * genphy_c45_check_and_restart_aneg - Enable and restart auto-negotiation 162 * @restart: whether aneg restart is requested 166 * Check, and restart auto-negotiation if needed. 168 int genphy_c45_check_and_restart_aneg(struct phy_device *phydev, bool restart) in genphy_c45_check_and_restart_aneg() argument 172 if (!restart) { in genphy_c45_check_and_restart_aneg() 173 /* Configure and restart aneg if it wasn't set before */ in genphy_c45_check_and_restart_aneg() 179 restart = true; in genphy_c45_check_and_restart_aneg() 182 if (restart) in genphy_c45_check_and_restart_aneg() [all …]
|