/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_devlink.c | 461 struct hinic_mgmt_watchdog_info *watchdog_info) in mgmt_watchdog_report_show() 465 err = devlink_fmsg_u32_pair_put(fmsg, "Mgmt deadloop time_h", watchdog_info->curr_time_h); in mgmt_watchdog_report_show() 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() 481 err = devlink_fmsg_u32_pair_put(fmsg, "stack_current_used", watchdog_info->curr_used); in mgmt_watchdog_report_show() 485 err = devlink_fmsg_u32_pair_put(fmsg, "peak_used", watchdog_info->peak_used); in mgmt_watchdog_report_show() 489 err = devlink_fmsg_u32_pair_put(fmsg, "\n Overflow_flag", watchdog_info->is_overflow); in mgmt_watchdog_report_show() 493 err = devlink_fmsg_u32_pair_put(fmsg, "stack_top", watchdog_info->stack_top); in mgmt_watchdog_report_show() 497 err = devlink_fmsg_u32_pair_put(fmsg, "stack_bottom", watchdog_info in mgmt_watchdog_report_show() 460 mgmt_watchdog_report_show(struct devlink_fmsg *fmsg, struct hinic_mgmt_watchdog_info *watchdog_info) mgmt_watchdog_report_show() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_devlink.c | 473 struct hinic_mgmt_watchdog_info *watchdog_info) in mgmt_watchdog_report_show() 477 err = devlink_fmsg_u32_pair_put(fmsg, "Mgmt deadloop time_h", watchdog_info->curr_time_h); in mgmt_watchdog_report_show() 481 err = devlink_fmsg_u32_pair_put(fmsg, "time_l", watchdog_info->curr_time_l); in mgmt_watchdog_report_show() 485 err = devlink_fmsg_u32_pair_put(fmsg, "task_id", watchdog_info->task_id); in mgmt_watchdog_report_show() 489 err = devlink_fmsg_u32_pair_put(fmsg, "sp", watchdog_info->sp); in mgmt_watchdog_report_show() 493 err = devlink_fmsg_u32_pair_put(fmsg, "stack_current_used", watchdog_info->curr_used); in mgmt_watchdog_report_show() 497 err = devlink_fmsg_u32_pair_put(fmsg, "peak_used", watchdog_info->peak_used); in mgmt_watchdog_report_show() 501 err = devlink_fmsg_u32_pair_put(fmsg, "\n Overflow_flag", watchdog_info->is_overflow); in mgmt_watchdog_report_show() 505 err = devlink_fmsg_u32_pair_put(fmsg, "stack_top", watchdog_info->stack_top); in mgmt_watchdog_report_show() 509 err = devlink_fmsg_u32_pair_put(fmsg, "stack_bottom", watchdog_info in mgmt_watchdog_report_show() 472 mgmt_watchdog_report_show(struct devlink_fmsg *fmsg, struct hinic_mgmt_watchdog_info *watchdog_info) mgmt_watchdog_report_show() argument [all...] |
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | watchdog.h | 18 struct watchdog_info { struct 24 #define WDIOC_GETSUPPORT _IOR(WATCHDOG_IOCTL_BASE, 0, struct watchdog_info)
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | watchdog.h | 18 struct watchdog_info { struct 24 #define WDIOC_GETSUPPORT _IOR(WATCHDOG_IOCTL_BASE, 0, struct watchdog_info)
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | watchdog.h | 11 struct watchdog_info { struct 16 #define WDIOC_GETSUPPORT _IOR(WATCHDOG_IOCTL_BASE, 0, struct watchdog_info)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | watchdog.h | 24 struct watchdog_info { struct 29 #define WDIOC_GETSUPPORT _IOR(WATCHDOG_IOCTL_BASE, 0, struct watchdog_info)
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | watchdog.h | 24 struct watchdog_info { struct 29 #define WDIOC_GETSUPPORT _IOR(WATCHDOG_IOCTL_BASE, 0, struct watchdog_info)
|
/kernel/linux/linux-5.10/drivers/watchdog/ |
H 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H 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()
|
H A 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()
|
H A D | pm8916_wdt.c | 113 static const struct watchdog_info pm8916_wdt_ident = { 118 static const struct watchdog_info pm8916_wdt_pt_ident = {
|
H A D | mlx_wdt.c | 211 static const struct watchdog_info mlxreg_wdt_main_info = { 217 static const struct watchdog_info mlxreg_wdt_aux_info = {
|
H A D | qcom-wdt.c | 154 static const struct watchdog_info qcom_wdt_info = { 162 static const struct watchdog_info qcom_wdt_pt_info = {
|
H A D | w83977f_wdt.c | 367 static const struct watchdog_info ident = { 379 struct watchdog_info __user *ident; in wdt_ioctl()
|
H A D | imx2_wdt.c | 80 static const struct watchdog_info imx2_wdt_info = { 85 static const struct watchdog_info imx2_wdt_pretimeout_info = {
|
H A D | wdt977.c | 329 static const struct watchdog_info ident = { 355 struct watchdog_info __user *ident; in wdt977_ioctl()
|
H A D | pc87413_wdt.c | 384 struct watchdog_info __user *ident; in pc87413_ioctl() 388 static const struct watchdog_info ident = { in pc87413_ioctl()
|
/kernel/linux/linux-6.6/drivers/watchdog/ |
H 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()
|
H A D | m54xx_wdt.c | 113 static const struct watchdog_info ident = { 127 ret = copy_to_user((struct watchdog_info *)arg, &ident, in m54xx_wdt_ioctl()
|
H A D | sbc_fitpc2_wdt.c | 111 static const struct watchdog_info ident = { 126 ret = copy_to_user((struct watchdog_info __user *)arg, &ident, in fitpc2_wdt_ioctl()
|
H 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()
|
H A D | pm8916_wdt.c | 118 static const struct watchdog_info pm8916_wdt_ident = { 124 static const struct watchdog_info pm8916_wdt_pt_ident = {
|