Home
last modified time | relevance | path

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

12345678

/linux/include/uapi/linux/
H A Dwatchdog.h18 struct watchdog_info { struct
24 #define WDIOC_GETSUPPORT _IOR(WATCHDOG_IOCTL_BASE, 0, struct watchdog_info) argument
/linux/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 Dm54xx_wdt.c113 static const struct watchdog_info ident = {
127 ret = copy_to_user((struct watchdog_info *)arg, &ident, in m54xx_wdt_ioctl()
H A Dsbc_fitpc2_wdt.c111 static const struct watchdog_info ident = {
126 ret = copy_to_user((struct watchdog_info __user *)arg, &ident, in fitpc2_wdt_ioctl()
H A Dpm8916_wdt.c118 static const struct watchdog_info pm8916_wdt_ident = {
124 static const struct watchdog_info pm8916_wdt_pt_ident = {
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 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 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.c161 static const struct watchdog_info qcom_wdt_info = {
169 static const struct watchdog_info qcom_wdt_pt_info = {
H A Dmlx_wdt.c209 static const struct watchdog_info mlxreg_wdt_main_info = {
215 static const struct watchdog_info mlxreg_wdt_aux_info = {
H A Dstm32_iwdg.c248 static const struct watchdog_info stm32_iwdg_info = {
255 static const struct watchdog_info stm32_iwdg_preinfo = {
H A Dtwl4030_wdt.c47 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 Ddb8500_wdt.c63 static const struct watchdog_info db8500_wdt_info = {
H A Dep93xx_wdt.c72 static const struct watchdog_info ep93xx_wdt_ident = {
H A Dsun4v_wdt.c68 static const struct watchdog_info sun4v_wdt_ident = {
H A Dstmp3xxx_rtc_wdt.c51 static const struct watchdog_info stmp3xxx_wdt_ident = {
H A Dwdt285.c129 static const struct watchdog_info ident = {
H A Dda9055_wdt.c107 static const struct watchdog_info da9055_wdt_info = {
/linux/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
157 watchdog_info struct and the newly created watchdog_ops. Often, old drivers
/linux/arch/um/drivers/
H A Dharddog_kern.c128 static struct watchdog_info ident = { in harddog_ioctl_unlocked()
/linux/include/linux/
H A Dwatchdog.h98 const struct watchdog_info *info;
/linux/drivers/platform/cznic/
H A Dturris-omnia-mcu-watchdog.c77 static const struct watchdog_info omnia_wdt_info = {

12345678