Searched refs:watchdog_info (Results 1 – 25 of 188) sorted by relevance
12345678
/linux-6.3-rc2/drivers/net/ethernet/huawei/hinic/ |
A D | hinic_devlink.c | 461 struct hinic_mgmt_watchdog_info *watchdog_info) in mgmt_watchdog_report_show() argument 469 err = devlink_fmsg_u32_pair_put(fmsg, "time_l", watchdog_info->curr_time_l); in mgmt_watchdog_report_show() 473 err = devlink_fmsg_u32_pair_put(fmsg, "task_id", watchdog_info->task_id); in mgmt_watchdog_report_show() 477 err = devlink_fmsg_u32_pair_put(fmsg, "sp", watchdog_info->sp); in mgmt_watchdog_report_show() 485 err = devlink_fmsg_u32_pair_put(fmsg, "peak_used", watchdog_info->peak_used); in mgmt_watchdog_report_show() 493 err = devlink_fmsg_u32_pair_put(fmsg, "stack_top", watchdog_info->stack_top); in mgmt_watchdog_report_show() 501 err = devlink_fmsg_u32_pair_put(fmsg, "mgmt_pc", watchdog_info->pc); in mgmt_watchdog_report_show() 505 err = devlink_fmsg_u32_pair_put(fmsg, "lr", watchdog_info->lr); in mgmt_watchdog_report_show() 509 err = devlink_fmsg_u32_pair_put(fmsg, "cpsr", watchdog_info->cpsr); in mgmt_watchdog_report_show() 514 watchdog_info->reg, sizeof(watchdog_info->reg)); in mgmt_watchdog_report_show() [all …]
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | watchdog.h | 18 struct watchdog_info { struct 24 #define WDIOC_GETSUPPORT _IOR(WATCHDOG_IOCTL_BASE, 0, struct watchdog_info) argument
|
/linux-6.3-rc2/drivers/watchdog/ |
A 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()
|
A D | m54xx_wdt.c | 115 static const struct watchdog_info ident = { 129 ret = copy_to_user((struct watchdog_info *)arg, &ident, in m54xx_wdt_ioctl()
|
A D | sbc_fitpc2_wdt.c | 113 static const struct watchdog_info ident = { 128 ret = copy_to_user((struct watchdog_info __user *)arg, &ident, in fitpc2_wdt_ioctl()
|
A D | ar7_wdt.c | 204 static const struct watchdog_info ident = { in ar7_wdt_ioctl() 214 if (copy_to_user((struct watchdog_info *)arg, &ident, in ar7_wdt_ioctl()
|
A D | pm8916_wdt.c | 118 static const struct watchdog_info pm8916_wdt_ident = { 124 static const struct watchdog_info pm8916_wdt_pt_ident = {
|
A 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()
|
A D | w83977f_wdt.c | 367 static const struct watchdog_info ident = { 379 struct watchdog_info __user *ident; in wdt_ioctl()
|
A D | pc87413_wdt.c | 384 struct watchdog_info __user *ident; in pc87413_ioctl() 388 static const struct watchdog_info ident = { in pc87413_ioctl()
|
A D | wdt977.c | 329 static const struct watchdog_info ident = { 355 struct watchdog_info __user *ident; in wdt977_ioctl()
|
A D | qcom-wdt.c | 161 static const struct watchdog_info qcom_wdt_info = { 169 static const struct watchdog_info qcom_wdt_pt_info = {
|
A D | twl4030_wdt.c | 47 static const struct watchdog_info twl4030_wdt_info = {
|
A D | ebc-c384_wdt.c | 85 static const struct watchdog_info ebc_c384_wdt_info = {
|
A D | db8500_wdt.c | 63 static const struct watchdog_info db8500_wdt_info = {
|
A D | tqmx86_wdt.c | 59 static const struct watchdog_info tqmx86_wdt_info = {
|
A D | ep93xx_wdt.c | 75 static const struct watchdog_info ep93xx_wdt_ident = {
|
A D | mlx_wdt.c | 210 static const struct watchdog_info mlxreg_wdt_main_info = { 216 static const struct watchdog_info mlxreg_wdt_aux_info = {
|
A D | stmp3xxx_rtc_wdt.c | 51 static const struct watchdog_info stmp3xxx_wdt_ident = {
|
A D | sun4v_wdt.c | 68 static const struct watchdog_info sun4v_wdt_ident = {
|
A D | wdt285.c | 129 static const struct watchdog_info ident = {
|
A D | sbc_epx_c3.c | 106 static const struct watchdog_info ident = { in epx_c3_ioctl()
|
A D | da9055_wdt.c | 107 static const struct watchdog_info da9055_wdt_info = {
|
/linux-6.3-rc2/Documentation/watchdog/ |
A 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-6.3-rc2/arch/um/drivers/ |
A D | harddog_kern.c | 132 static struct watchdog_info ident = { in harddog_ioctl_unlocked()
|
Completed in 27 milliseconds
12345678