Searched refs:watchdog_info (Results 1 – 25 of 177) sorted by relevance
12345678
| /Linux-v5.4/include/uapi/linux/ |
| D | watchdog.h | 18 struct watchdog_info { struct 24 #define WDIOC_GETSUPPORT _IOR(WATCHDOG_IOCTL_BASE, 0, struct watchdog_info) argument
|
| /Linux-v5.4/drivers/watchdog/ |
| D | indydog.c | 102 static const struct watchdog_info ident = { in indydog_ioctl() 110 if (copy_to_user((struct watchdog_info *)arg, in indydog_ioctl()
|
| D | ixp4xx_wdt.c | 95 static const struct watchdog_info ident = { 110 ret = copy_to_user((struct watchdog_info *)arg, &ident, in ixp4xx_wdt_ioctl()
|
| D | m54xx_wdt.c | 114 static const struct watchdog_info ident = { 128 ret = copy_to_user((struct watchdog_info *)arg, &ident, in m54xx_wdt_ioctl()
|
| D | pnx833x_wdt.c | 144 static const struct watchdog_info ident = { in pnx833x_wdt_ioctl() 155 if (copy_to_user((struct watchdog_info *)arg, in pnx833x_wdt_ioctl()
|
| D | sbc_fitpc2_wdt.c | 113 static const struct watchdog_info ident = { 128 ret = copy_to_user((struct watchdog_info *)arg, &ident, in fitpc2_wdt_ioctl()
|
| D | pm8916_wdt.c | 113 static const struct watchdog_info pm8916_wdt_ident = { 118 static const struct watchdog_info pm8916_wdt_pt_ident = {
|
| D | ar7_wdt.c | 206 static const struct watchdog_info ident = { in ar7_wdt_ioctl() 216 if (copy_to_user((struct watchdog_info *)arg, &ident, in ar7_wdt_ioctl()
|
| D | smsc37b787_wdt.c | 425 struct watchdog_info __user *ident; in wb_smsc_wdt_ioctl() 429 static const struct watchdog_info ident = { in wb_smsc_wdt_ioctl()
|
| D | qcom-wdt.c | 160 static const struct watchdog_info qcom_wdt_info = { 168 static const struct watchdog_info qcom_wdt_pt_info = {
|
| D | pc87413_wdt.c | 384 struct watchdog_info __user *ident; in pc87413_ioctl() 388 static const struct watchdog_info ident = { in pc87413_ioctl()
|
| D | w83977f_wdt.c | 367 static const struct watchdog_info ident = { 379 struct watchdog_info __user *ident; in wdt_ioctl()
|
| D | wdt977.c | 329 static const struct watchdog_info ident = { 355 struct watchdog_info __user *ident; in wdt977_ioctl()
|
| D | mlx_wdt.c | 175 static const struct watchdog_info mlxreg_wdt_main_info = { 181 static const struct watchdog_info mlxreg_wdt_aux_info = {
|
| D | ebc-c384_wdt.c | 85 static const struct watchdog_info ebc_c384_wdt_info = {
|
| D | twl4030_wdt.c | 46 static const struct watchdog_info twl4030_wdt_info = {
|
| D | ep93xx_wdt.c | 75 static const struct watchdog_info ep93xx_wdt_ident = {
|
| D | tqmx86_wdt.c | 59 static const struct watchdog_info tqmx86_wdt_info = {
|
| D | imx2_wdt.c | 81 static const struct watchdog_info imx2_wdt_info = { 86 static const struct watchdog_info imx2_wdt_pretimeout_info = {
|
| D | softdog.c | 111 static struct watchdog_info softdog_info = {
|
| D | stmp3xxx_rtc_wdt.c | 51 static const struct watchdog_info stmp3xxx_wdt_ident = {
|
| D | sun4v_wdt.c | 68 static const struct watchdog_info sun4v_wdt_ident = {
|
| /Linux-v5.4/Documentation/watchdog/ |
| D | convert_drivers_to_kernel_api.rst | 39 Returns the mandatory watchdog_info struct from the driver 52 If wanted, options in watchdog_info need to have WDIOF_KEEPALIVEPING 56 Options in watchdog_info need to have WDIOF_SETTIMEOUT set 158 watchdog_info struct and the newly created watchdog_ops. Often, old drivers
|
| /Linux-v5.4/arch/um/drivers/ |
| D | harddog_kern.c | 132 static struct watchdog_info ident = { in harddog_ioctl_unlocked()
|
| /Linux-v5.4/include/linux/ |
| D | watchdog.h | 98 const struct watchdog_info *info;
|
12345678