Home
last modified time | relevance | path

Searched refs:watchdog_info (Results 1 – 25 of 187) sorted by relevance

12345678

/OK3568_Linux_fs/kernel/drivers/net/ethernet/huawei/hinic/
H A Dhinic_devlink.c473 struct hinic_mgmt_watchdog_info *watchdog_info) in mgmt_watchdog_report_show() argument
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->stack_bottom); in mgmt_watchdog_report_show()
[all …]
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dwatchdog.h18 struct watchdog_info { struct
24 #define WDIOC_GETSUPPORT _IOR(WATCHDOG_IOCTL_BASE, 0, struct watchdog_info) argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dwatchdog.h18 struct watchdog_info { struct
24 #define WDIOC_GETSUPPORT _IOR(WATCHDOG_IOCTL_BASE, 0, struct watchdog_info) argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dwatchdog.h18 struct watchdog_info { struct
24 #define WDIOC_GETSUPPORT _IOR(WATCHDOG_IOCTL_BASE, 0, struct watchdog_info) argument
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dindydog.c102 static const struct watchdog_info ident = { in indydog_ioctl()
110 if (copy_to_user((struct watchdog_info *)arg, in indydog_ioctl()
H A Dixp4xx_wdt.c95 static const struct watchdog_info ident = {
110 ret = copy_to_user((struct watchdog_info *)arg, &ident, in ixp4xx_wdt_ioctl()
H A Dm54xx_wdt.c115 static const struct watchdog_info ident = {
129 ret = copy_to_user((struct watchdog_info *)arg, &ident, in m54xx_wdt_ioctl()
H A Dpnx833x_wdt.c144 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 Dsbc_fitpc2_wdt.c113 static const struct watchdog_info ident = {
128 ret = copy_to_user((struct watchdog_info *)arg, &ident, in fitpc2_wdt_ioctl()
H A Dpm8916_wdt.c113 static const struct watchdog_info pm8916_wdt_ident = {
118 static const struct watchdog_info pm8916_wdt_pt_ident = {
H A Dar7_wdt.c206 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 Dsmsc37b787_wdt.c425 struct watchdog_info __user *ident; in wb_smsc_wdt_ioctl()
429 static const struct watchdog_info ident = { in wb_smsc_wdt_ioctl()
H A Dpc87413_wdt.c384 struct watchdog_info __user *ident; in pc87413_ioctl()
388 static const struct watchdog_info ident = { in pc87413_ioctl()
H A Dqcom-wdt.c154 static const struct watchdog_info qcom_wdt_info = {
162 static const struct watchdog_info qcom_wdt_pt_info = {
H A Dw83977f_wdt.c367 static const struct watchdog_info ident = {
379 struct watchdog_info __user *ident; in wdt_ioctl()
H A Dwdt977.c329 static const struct watchdog_info ident = {
355 struct watchdog_info __user *ident; in wdt977_ioctl()
H A Dimx2_wdt.c80 static const struct watchdog_info imx2_wdt_info = {
85 static const struct watchdog_info imx2_wdt_pretimeout_info = {
H A Dmlx_wdt.c211 static const struct watchdog_info mlxreg_wdt_main_info = {
217 static const struct watchdog_info mlxreg_wdt_aux_info = {
H A Dtwl4030_wdt.c46 static const struct watchdog_info twl4030_wdt_info = {
H A Debc-c384_wdt.c85 static const struct watchdog_info ebc_c384_wdt_info = {
H A Dtqmx86_wdt.c59 static const struct watchdog_info tqmx86_wdt_info = {
H A Dep93xx_wdt.c75 static const struct watchdog_info ep93xx_wdt_ident = {
H A Dsun4v_wdt.c68 static const struct watchdog_info sun4v_wdt_ident = {
/OK3568_Linux_fs/kernel/Documentation/watchdog/
H A Dconvert_drivers_to_kernel_api.rst39 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
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dharddog_kern.c132 static struct watchdog_info ident = { in harddog_ioctl_unlocked()

12345678